Published inLevel Up CodingMaking the web more accessible: menus and loadersAccessibility is often quite overlooked when developing web applications, even though it helps significantly in making the internet a more…May 13May 13
Published inXebia Engineering BlogReact memoization in actionMemoization is something which comes in handy for performance optimisations. I will try to make it seem less intimidating through this…Jun 14, 2021Jun 14, 2021
Published inLevel Up CodingPostgreSQL with Node.jsThrough this blog, I will show you how to create a basic REST API using Node.js and PostgreSQL.May 25, 20211May 25, 20211
Published inLevel Up CodingSingly Linked Lists with TypeScriptData structures lie at the heart of programming, and often come in handy when you least expect them to. And even when they don’t, you do…Feb 4, 20211Feb 4, 20211
Published inThe StartupCustom Hooks in React: Hands-onCustom hooks are great to add flexibility to your code, by using the alreay existing react hooks in a creative way.Jan 26, 2021Jan 26, 2021
Published inLevel Up CodingGenerics in TypeScriptGenerics definitely seem intimidating to anyone who is not used to them. Through this blog post I will try to make them a little less…Jan 11, 2021Jan 11, 2021
Published inLevel Up CodingUnderstanding Interfaces in GoInterfaces might seem like a strange concept to newcomers in programming, and to programmers who have not used interfaces because they…Jun 24, 20201Jun 24, 20201
Getting started with React: Managing state using Context APIThis blog is a part of the series — Getting started with React.May 3, 2020May 3, 2020
Getting started with React: APIs, Mock Servers and RoutingThis blog is part of the series ‘Getting started with React’ .Apr 19, 20201Apr 19, 20201
Getting started with React: Lifecycle HooksThis blog is a part of the series ‘Getting started with React’.Apr 13, 2020Apr 13, 2020