Blog
Thoughts, tutorials, and insights.
May 4, 2023
How to Ask Chat-GPT Complex Questions: A Guide for Programmers
Optimizing AI interactions for better code solutions
As a programmer, asking complex questions requires a specific structure. This guide breaks down how to get the best assistance from AI models.
Read Full Article →August 23, 2022
Vi / Vim Parrot Linux Terminal Shortcuts
Mastering navigation in the terminal
A quick reference guide for essential Vi/Vim shortcuts used in Parrot Linux and other Debian-based systems.
Read Full Article →March 15, 2022
Object-Oriented Programming (OOP) Concepts
Understanding the four pillars of modern programming
A breakdown of the key concepts of OOP: Encapsulation, Inheritance, Polymorphism, and Abstraction.
Read Full Article →March 10, 2022
Async and Await in C#
Simplifying Asynchronous Programming
Exploring why asynchronous programming is vital for UI responsiveness and how C# makes it easy with async/await.
Read Full Article →