nekablair.comCreating My First VS Code Color Theme: A Journey Through Code, Design, and DocumentationHave you ever wondered how the colorful themes in your Visual Studio Code editor are created? I did earlier today. I recently embarked on a journey to create my very own VS Code color theme called “Rose Colored Glasses” and it was a mix of creativity...Nov 26, 2024·3 min read
nekablair.comOvercoming Challenges in EC2 Setup and CI/CD Pipeline with Windows CMD/PowerShellRecently, I found myself in a situation where I couldn't use my usual Linux terminal or WSL environment and I had no choice but to rely on Windows CMD and PowerShell to complete a series of tasks for setting up an EC2 instance and configuring a CI/CD...Aug 17, 2024·3 min read
nekablair.comKata DSAsI've started working on DSA's and it isn't for the feeble. It'll crush any ideas that you might have thought you knew what you were doing! Having said that, with pain in my heart, I'm glad I'm here for it. It's humbling me, putting me in my place and...Aug 20, 2023·2 min read
nekablair.comWhat Are Functions and How To Use ThemI like to think of functions as ways for a developer to be able to do multiple things at multiple times but without a lot of effort. Functions are pieces of code that do very specific things when called upon. When you make a function, you can use it ...Aug 1, 2023·3 min read
nekablair.comGlobal vs Local ScopeWhat is scope in software engineering terms? If we look up what scope means in the dictionary one of the terms that applies to programming is this. Scope is the amount of influence or treatment something has. If we apply it to computer science, we ca...Dec 14, 2022·2 min read