Skip to content
Just Code

Developer Experiences, Projects, Tutorials, Tips and more.

  • How to
  • Software Engineering
  • Source Codes
    • Assembly Language ProgramsList of Assembly Language Programs for 8085 & 8086 Microprocessor with code, algorithms and flowcharts. Includes ALP to add, subtract, compare, move, palindrome numbers and data.
    • C Programming LanugageHere are some very useful C Programming tutorials, code examples, free projects and source code using C Programming Language.

software engineering

Home » software engineering

Crafting Clear Git Commit Messages: A Developer’s Guide

Posted by By Luzan Baral April 22, 2024Posted inGit, How to
A well-written commit message not only explains what was done, but also why it was done, making it an invaluable tool for teams and future maintainers. This article provides concise,…
Read More

WTF is Code Culture and why should you care?

Posted by By Luzan Baral August 23, 2023Posted inSoftware Engineering
WTF is Code Culture? No, I'm not just throwing acronyms around here. WTF, in this context, stands for 'What's The Fascination?' And trust me, there's a lot to be fascinated about when it comes to code culture. Let's dive into this mysterious world together, shall we?
Read More

Strategy Pattern in Software Development

Posted by By Luzan Baral August 9, 2023Posted inDesign Patterns
The Strategy Pattern in Software Development is a design principle that isolates algorithms, referred to as "strategies," from the specific class in which they operate, known as the "context class."…
Read More

The Fundamentals of System Design for Software Engineers

Posted by By Luzan Baral April 4, 2023Posted inArchitecture, Software Engineering
As a software engineer, you know that designing software systems can be challenging. Understanding the fundamentals of system design is crucial for creating scalable, maintainable, and robust software systems. In…
Read More

Recent Posts

  • Crafting Clear Git Commit Messages: A Developer’s Guide
  • How to Install and Switch Versions of Node.js Using NVM
  • Choosing the Right JavaScript Variable: var, let, or const?
  • Understanding TypeScript Generics: Why and How to use them?
  • Overengineering Syndrome: Less is More in Software Design
Copyright 2025 — Just Code. All rights reserved. Sinatra WordPress Theme
Scroll to Top