Isaac SsemugenyiHow to configure two or more github accounts with ssh credentials.Managing multiple Github accounts with a single global .gitconfig file is a bit challenging as global configurations apply to all…Jun 14Jun 14
Isaac SsemugenyiHow to implement a simple Builder Pattern in javaIn design patterns, the builder pattern is one of those patterns that fascinates me. It is a creational Design pattern that simplifies how…Jan 7Jan 7
Isaac SsemugenyiHow to load conditional dynamic components in Vue without using v-if / v-elseWhen developing applications in whichever end, access management is on the forefront of every system, this determines who has access to…Dec 26, 2023Dec 26, 2023
Isaac SsemugenyiHow I implemented a tariff billing terminal app using rustA piece of code from the rust application in this articleDec 13, 2023Dec 13, 2023
Isaac SsemugenyiMy First API 101 Workshop using PostmanIt’s 11:00 am a good Friday morning, the 25th August 2023 and the ‘API 101 WORKSHOP’ has just started on Zoom. API, API, APiiiiii, what are…Dec 9, 2023Dec 9, 2023
Isaac SsemugenyiHow to implement the Facade Design pattern in JavaFacade is one of the design pattern we usually use throughout the projects we work on, but we fail to tell and recognize it as we don’t…Dec 3, 20231Dec 3, 20231
Isaac SsemugenyiHow to implement a singleton design pattern in JavaWhen it comes to software engineering, singleton is one of the design patterns available. This pattern, like many others, can be…Dec 2, 20232Dec 2, 20232
Isaac SsemugenyiHow to create jar file and dockerize a springboot application all in dockerRunning mvn clean package every time you want to build and deploy a docker image is very tiresome. Luckily today we have a way to do this…Oct 27, 2023Oct 27, 2023
Isaac SsemugenyiA Dummy Currency Converter in RustIt occurred to me after being tasked to come up with a currency converter in C, that why don’t I test my rust skills and do the same in…Oct 17, 2023Oct 17, 2023
Isaac SsemugenyiDesign First before DevelopmentIt is always a balance between designing a system and developing the system. There is a prominent saying that goes “design a little, code a…Mar 24, 20231Mar 24, 20231