PinnedPublished inBetter Programming6 JavaScript Techniques To Help You Write Cleaner CodeBest practices and code snippets you can apply in your daily workDec 15, 2021A response icon1Dec 15, 2021A response icon1
PinnedPublished inLevel Up CodingTypeScript Compiler and Compiler API (Part 1)The Internal of the TypeScript Compiler ExplainedNov 2, 2021A response icon1Nov 2, 2021A response icon1
PinnedPublished inBetter Programming6 TypeScript Typing System Tricks You Should KnowWhat I’ve learned from using TypeScript’s typing systemJul 19, 2021A response icon2Jul 19, 2021A response icon2
PinnedPublished inBetter ProgrammingTypeScript’s Record Type ExplainedEverything you want to know about the Record utility typeJun 18, 2021A response icon1Jun 18, 2021A response icon1
PinnedHow to map REST API data using Decorator pattern in Angular 6In this article, I will talk about how to use the Decorator pattern to consume REST API in Angular 6.Dec 28, 2018A response icon7Dec 28, 2018A response icon7
Published inLevel Up CodingMy Favorite GitHub Projects of October 2025As we approach the final quarter of 2025, the GitHub ecosystem continues to evolve quickly. This October has brought us some fascinating…Nov 3Nov 3
Published inJavaScript in Plain EnglishTypeScript’s declare Keyword: Talking to the CompilerTypeScript adds types to JavaScript, allowing the compiler to capture errors at compile time. However, sometimes we need to incorparate…Sep 9Sep 9
Published inLevel Up CodingGenerate, Package, and Publish: A TypeScript API Client for NestJSLeveraging Swagger and OpenAPI to Generate a TypeScript Client for NestJSMar 9Mar 9
Published inJavaScript in Plain EnglishWrite Cleaner TypeScript with Array Transformation Methods: flatMap and moreArrays are fundamental to programming. TypeScript offers a rich set of built-in methods for array manipulation. Mastering these methods…Jan 27Jan 27
Published inLevel Up CodingBuild a mock API in 5 minsNeed a quick and easy way to mock an API for your front-end development or testing?Jan 21Jan 21