beginner tips

21st February 2023

7 Tips That Make You a Better Typescript Programmer

Learning Typescript is often a rediscovery journey. Your initial impression can be pretty deceptive: isn’t it just a way of annotating Javascript, so the compiler helps me find potential bugs? Better Typescript Programmer Although this statement is generally true, as you move on, you’ll find the most incredible power of the language lies in composing, inferring, and manipulating types. This article will summarize several tips that help you use the language to its full potential. #1 Think in {Set} Type is an everyday concept to programmers, but it’s surprisingly difficult to define it succinctly. I find it helpful to use Set as a […]
22nd April 2022

How to Write Good Code: 8 Beginner-friendly Techniques for Instant Results

As a beginner developer, improving your code skills is probably one of your top priorities. But where do you start? With so much information out there, it can be tough to know which techniques are worth learning and which ones will actually help you write better code.  1. Start with a plan One of the best ways to write better code is to start with a plan. Before you start coding, take a few minutes to think about what you want your code to do. Don’t just jump into writing code because you think you know what needs to be […]