Demystifying Terraform: Simplifying Cloud Infrastructure with Infrastructure as Code (IaaC)Jun 1, 2023·3 min read
Securing Your Cloud Infrastructure: Exploring AWS IAM for Robust Access ManagementMay 28, 2023·3 min read
Are Cloud Certifications Really Worth It?Introduction: In today's rapidly evolving technology landscape, cloud certifications have gained considerable attention. However, many individuals and organizations question the true value of these certifications. In this article, we will explore the...Jun 3, 2023·3 min read
Mastering DevOps/Cloud: The Top 4 Skills Every DevOps Guy Should HaveMastering DevOps and Cloud can be a daunting task, especially when you see a list of over 100 tools associated with these fields. But the truth is, you don't need to learn all of them to become a DevOps or Cloud professional. As someone who has been ...Apr 13, 2023·3 min read
Golang-based Hexagonal Architecture for Scalable and Maintainable Web DevelopmentOverview There are common questions when we start a new software development project like How to use architecture patterns in my project? How to swap any technology used in my project? How to organize my project directory? In this article, I want to ...Apr 12, 2023·11 min read
Golang Project Structuring: A Guide for Backend Developers to Boost ProductivityEvery newbie developer comes up with the problem of how to properly organize their project’s architecture and structure. After all, organizing project code is a constantly evolving problem, whereas following a standard structure keeps the code clean ...Apr 11, 2023·6 min read
Best Practices for Writing Efficient and Idiomatic Go Code in 2023In the article, “we will discuss the best practices to write efficient and idiomatic Go code that is easy to read, maintain, and scale.” Use the “go vet” command to check for common mistakes in your code. Here’s an example of how go vet can help ca...Apr 10, 2023·10 min read
ChatGPT: The One Coding Prompt You Need — ‘CAN’CAN stands for Do Anything Now. You might know that ChatGPT can code. You might also know that its coding abilities are limited. In this article, I will explore the CAN prompt and evaluate how it performs compared to the non-prompted GPT-4. Using CAN...Apr 9, 2023·3 min read
Master the Art of Prompting with ChatGPT’s 8 Techniques You Can’t Afford to Miss!Photo by DeepMind on Unsplash You may or may not have heard about prompt engineering. Essentially it is ‘effectively communicating to an AI to get what you want’. Most people don’t know how to engineer good prompts. However, it’s becoming an increasi...Apr 9, 2023·3 min read