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 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
Published inLevel Up CodingDestructuring in TypeScript and C#: A Powerful Tool for Cleaner CodeDestructuring is a powerful feature in modern programming languages. It allows us to extract values from arrays or objects and assign them…Jan 13Jan 13
Published inLevel Up CodingThe Power of Angular Router: 4 Key Features You Need to KnowTips and Tricks to Help You Master the Angular RouterJan 7A response icon1Jan 7A response icon1