Ahmad W Khanblog.ahmadwkhan.com·Nov 24, 2024Code Like a Pro: A Guide to Modern Clean CodeHey there, code wrangler. I see you’re not here to just slap together a few lines of code and call it a day. You’re here to craft something timeless, something you can be proud of. You’ve probably wrestled with spaghetti code at 3 AM, cursed at crypt...Discuss·1 likeclean code
Ahmad W Khanblog.ahmadwkhan.com·Nov 22, 2024Design Patterns in Python: The Complete ReferenceDesign patterns are a cornerstone of software engineering. They provide proven solutions to recurring design problems and enable developers to build robust, scalable, and maintainable systems. This comprehensive guide covers all 23 GoF (Gang of Four)...Discuss·1 like·26 readsPython
Tushar Panttusharpant.online·Oct 30, 2024Terraform OneshotIntroduction What is Terraform? Terraform is an open-source infrastructure-as-code (IaC) tool that allows you to provision, manage, and version your cloud and on-premise resources in a declarative configuration language. With Terraform, you can defin...DiscussOneShotsDevops
Tushar Panttusharpant.online·Oct 25, 2024Ansible OneshotIntroduction What is Ansible? Ansible is an open-source IT automation tool that enables configuration management, application deployment, and orchestration of services. Using simple YAML syntax, Ansible lets you automate complex tasks on multiple sys...Discuss·1 likeOneShotsoneshot
Sandhya Kondmarekloudsan9.hashnode.dev·Aug 5, 2024How to Use Python's `if __name__ == '__main__':` in Your Code - A Beginner's GuidePython Function if __name__ == '__main__': - A Complete Guide for Beginners Python ek bahut hi powerful aur popular programming language hai. Agar aap Python seekh rahe hain, to aapne shayad if __name__ == '__main__': ye line dekhi hogi. Yeh line beg...DiscussPython
Ahmad W Khanblog.ahmadwkhan.com·Jul 28, 2024The Ultimate Guide to System DesignSystem design is an essential skill for software engineers, crucial for both interview preparation and real-world application development. It involves defining the architecture, components, modules, interfaces, and data to meet specified requirements...DiscussSystem Architecture
Ahmad W Khanblog.ahmadwkhan.com·Jul 14, 2024The Hitchhiker's Guide to Computer ScienceWelcome, fellow travelers, to a journey through the vast landscape of computer science. This guide aims to distill computer science into a single post, guiding you from the depths of hardware to the heights of artificial intelligence. Hardware and Bi...Discuss·26 readsComputer Science
Yash Panditcloudrekeno.hashnode.dev·Apr 19, 2024Deploying an Application Using 3-Tier Architecture on AWS 🚀: A Step-by-Step GuideIn this guide, we will walk you through the process of deploying an application using a 3-tier architecture on AWS . This architecture separates the first layer is frontend application, Second layer is backend application and the third layer is datab...Discuss·18 likes·127 readsAWSThree-Tier Architecture
Yash Panditcloudrekeno.hashnode.dev·Apr 17, 2024Deploying a Two-Tier Application on AWS Using 2-Tier Architecture: A Step-by-Step GuideIn this guide, we will walk you through the process of deploying a two-tier application on AWS using a 2-tier architecture. This architecture separates the presentation layer (frontend) and the data management layer (backend) for improved scalability...Discuss·1 like·91 readsAWSAWS
Souhaibsouhaib.hashnode.dev·Apr 5, 2023A Complete Guide for Game DevelopmentGame development is a complex and exciting field that requires a unique blend of technical skills and creative talent. If you're interested in getting started in this industry, you may be wondering what resources are available to help you learn the s...Discuss·1 like·50 readsGame Development