RLRuchi Lamichhaneinaws-solution-architect.hashnode.dev·Jun 30, 2025 · 3 min read🌥️ What is Cloud Computing?If you're just starting your cloud journey, chances are you've heard the term "cloud computing" everywhere—but what does it really mean? In this post, I'll break it down in the simplest way possible What is cloud computing? Cloud computing is the on...00
RLRuchi Lamichhaneinruchi77.hashnode.dev·Apr 23, 2025 · 14 min readCode Review and TestingWhat is a Code Review and Why Should You Do This? A code review is when developers look over the codebase, a subset of code, or specific code changes and provide feedback. These developers are often called reviewers. It is better to have more than on...00
RLRuchi Lamichhaneinruchi77.hashnode.dev·Apr 21, 2025 · 11 min readCoding BasicsMethods, Functions, Modules, and Classes It may seem easy to throw code in a file and make it work. But as project size and complexity grows, and as other developers (and stakeholders) get involved, disciplined methods and best practices are needed t...00
RLRuchi Lamichhaneinruchi77.hashnode.dev·Apr 21, 2025 · 24 min readVersion Control SystemsTypes of Version Control Systems Version control, also called version control systems, revision control or source control, is a way to manage changes to a set of files in order to keep a history of those changes. Think of all the times you have made ...00
RLRuchi Lamichhaneinruchi77.hashnode.dev·Apr 21, 2025 · 6 min readSoftware Design PatternsIntroduction Software design patterns are best practice solutions for solving common problems in software development. Design patterns are language-independent. This means that they can be implemented in any contemporary, general-purpose computing la...00