It’s getting close to Christmas and the end of the year and in this post, I’ve made a list of affordable gift ideas for your friends in tech!
HTTP Request Methods For Beginners
In this post, I broke down the common HTTP Request Methods for client-server communication that exist today.
How to define your Infrastructure with Typescript & Pulumi
Hey there, It’s been a long time since I wrote an article but I plan to get back to doing this often because I have learned a lot in the past few months that I would love to share with developers that are interested. One of the things that I have learned are about doing Infrastructure automation with actual programming…
What does Extended Reality even mean?
In this article, I briefly introduced Extended Reality and talked about how to get started building these experiences. I also described a few use cases for these technologies that currently exist.
Crawl, Walk, Run, Fly. Go From Newbie To Experienced Developer
In this article, I explain what to do to help you get from Newbie to Experienced Software Developer in four phases.
2019 in Review
2019 was an amazing year. In this article, I reviewed how 2019 was for me in my career and other areas of my life that I wanted to share
A guide to writing real-life thread-safe code
In this article, I would show a real-life example of a method that is not thread-safe and show different steps of how to make code thread-safe
Unique Web & Mobile Project Portfolio Ideas
In this article, I shared a list of project ideas (Web & Mobile) that you can work on if you need to build new projects for your portfolio
Be productive with your productivity by doing these
In this article, I would share three main principles I follow that help me achieve productivity in my work and life everyday.
Creating battery friendly background tasks on Android
In this article, I would try to show how to create battery friendly background tasks using Work Manager, which is part of Android Jetpack.