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.

TypeScript

Home » TypeScript

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

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

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