10 Amazing Weeks of Linux, Mainframes, s390x & Kubernetes

Hey! Over the past weeks, I have been working with the Open Mainframe Project (OMP) as a part of their summer internship program. It was a wonderful opportunity and I got to work on “dope” tech like “Docker” & “Kubernetes“. The experience was amazing and I learned a lot throughout the program. In this post, […]

ClapCommandLineHandler and its architecture

ClapCommandLineHandler is something like an handler (thing which handles) for the Clap-st in Pharo. Currently Clap-st is still in development. To brief about Clap-st it is an Command Line Argument Parser for Pharo. Read more about it here. So, what does this ClapCommandLineHandler do This ClapCommandLineHandler is like a bridge which connects the commandline and […]

The time when I broke the Pharo image

Sometimes we mess up the system by experimenting and loiting around core parts of the code. Apparently I did the same. As I am currently working on integrating Clap-st with the commandline, I happened to fiddle with session manager and activate methods. And the result was I broke the image and whenever I try to […]

Clap-st Part 1 – Features & Examples

So as of this week, I am into the 10th week of my GSoC. So, I have been working on writing examples for clap-st with the clap-rs examples as reference. In this blog post, I would like to go through few examples of the current development version of clap-st. In this post, I use the […]

Setting up Pharo on my new System

Sorry for the delay in this week’s blog post. I have been busy with some activities in my University. So, after waiting for a long time, I have updraded to a new laptop recently. And in the process of setting up Pharo on the new laptop I faced a few problems, which I thought are […]

Session Manager in Pharo

As of this week, I am into 8th Week of my GSoC. And I am currently working on using the clap-st for Pharo as a command line handler. In this blog post, I would like to go through session manager working in Pharo and it`s relation with command line handlers. Firstly, what is a session […]

Clap (Command Line Argument Parsing) in Pharo

I am almost finished with the 6th week of my GSoC and for this week`s blog post, I would like to briefly talk about command line handlers, clap and why is it important. Pharo has various command line handlers for various situations. Few of them are st Fuel config save test update printVersion eval A list […]