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.

Posts by Luzan Baral

Home » Archives for Luzan Baral
About Luzan Baral
Hey there! I'm a software engineer with a strong passion for technology and staying up-to-date with the latest trends in the industry. Currently pursuing a Master's degree in Computer Science, I love exploring new technologies and experimenting with different frameworks. On my blog, I write about topics related to software architecture, software design, JavaScript, TypeScript, AWS, databases, and more. I enjoy sharing my knowledge and experiences with other developers, and I hope to help them improve their skills and stay ahead of the curve. Thanks for stopping by!

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

How to Install and Switch Versions of Node.js Using NVM

Posted by By Luzan Baral April 21, 2024Posted inHow to, NodeJS
Node.js is an essential tool for developers, especially those working in JavaScript or building server-side applications. One challenge that developers face is managing different versions of Node.js for various projects.…
Read More

Choosing the Right JavaScript Variable: var, let, or const?

Posted by By Luzan Baral April 17, 2024Posted inJavaScript
Introduction to JavaScript Scoping: var, let, and const differences JavaScript's evolution has introduced various ways to declare variables, each with its own set of rules and scopes. For many developers,…
Read More

Understanding TypeScript Generics: Why and How to use them?

Posted by By Luzan Baral April 9, 2024Posted inTypeScript
What are generics in TypeScript? Generics in TypeScript provides a way to create components that can work with a variety of data types, rather than a single specific type. They…
Read More

Overengineering Syndrome: Less is More in Software Design

Posted by By Luzan Baral March 12, 2024Posted inScalability, Software Engineering
How often do you think of designing your application to be one of the best? Some thing that no one has done, or in such a way that no one…
Read More

Factory Pattern in TypeScript: Simplify Coding Secrets

Posted by By Luzan Baral March 11, 2024Posted inArchitecture, Design Patterns
Introduction In this tutorial, we'll dive deep into the Factory Method Pattern, a foundational design pattern in the realm of software development, tailored specifically for TypeScript enthusiasts. The Factory Pattern…
Read More

Is Your Development Team Lagging? Uncover Hidden Obstacles

Posted by By Luzan Baral January 11, 2024Posted inSoftware Engineering
Explore common development team obstacles in our latest blog. Uncover insights into how unclear requirements, dependencies, staffing issues, and lack of focused time hinder software team productivity and find practical solutions to overcome these challenges. Ideal for managers and team leads seeking to boost efficiency in the tech world.
Read More

Why Data Engineers Need Git: A Guide to Version Control for Data

Posted by By Luzan Baral September 6, 2023Posted inDatabase, Git
In the rapidly evolving world of data engineering, the importance of version control cannot be overstated. Often overlooked, the benefits of using tools like Git for data are numerous. This…
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

Posts pagination

1 2 3 … 6 Next page

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