8 followers
Hi there 👋
Do you like jazz? I do. Never mind. I'm a full-stack developer, tech enthusiast, entrepreneur, musician; virtually a generalist. I'm keen on React, Node, Postgres and GraphQL.
Why do we need keys in React?
Pure JavaScript
Hi there 👋 Every application, you'll agree, needs a back-end. And there are many languages and tools that can accomplish that. But, in this quick tutorial, I'll show you how to set up the GraphQL backend server with Node, and PostgreSQL- a quite c...
A few years ago, when I was a beginner developer such a task, to centre a div, would be easy and hard at the same time. It's super comprehensible yet you're not sure how to do it (although you probably saw it many times while following a boot camp). ...
Welcome to the first post of the Cool Syntax series! I intend to publish a post, from time to time, on how to write clean JavaScript code like a pro! The first text is about optional chaining. A syntactic sugar that makes reading content of an object...
Hey there! Are you new to JavaScript? Well, this post is right for you! Mastering promises is a must if you want to become a JavaScript developer! A Promise represents a value that's unknown now that may become known in the future; in other words an...