Setting Up Web Projects

Choosing the right foundation for your project is an essential part of creating something sustainable. Let's talk about my favorite tools and conventions when it comes to setting up a new project! | Continue reading


@nehalist.io | 4 years ago

Software development blogging: analytics, revenue, content and more

Detailed insights about how my programming blog performs, how much money it generates and how I prefer to create content. | Continue reading


@nehalist.io | 4 years ago

TypeScript tips to improve your architecture

TypeScript is incredibly powerful and some things may not be obvious at first. Here's a list of some tips which may be able to improve your architecture! | Continue reading


@nehalist.io | 4 years ago

Associative PHP Arrays in TypeScript

Associative PHP arrays can be kinda confusing when consumed via REST in a TypeScript apps. But by introducing a new type we could easily handle them. | Continue reading


@nehalist.io | 4 years ago

Dependency Injection in TypeScript

Dependency Injection is a mighty technique used by many modern frameworks. Let's take a closer look on how to implement this technique in TypeScript. | Continue reading


@nehalist.io | 5 years ago

Angular 7 Models

An updated guide on how to implement Models in Angular 7. | Continue reading


@nehalist.io | 5 years ago