sudoramz.hashnode.devMy experience with AmpCodeRecently I started using AmpCode and I am in a writing mood so I’ll share some of my thoughts. This won’t really be a technical post and I won’t be mentioning any of the features etc. This post is about the experience of using Amp…and man, it just fe...Jan 16·3 min read
blog.thelastcodebender.ioJavaScript Closures SimplifiedIn today's blog post, I am going to attempt to explain a concept I have grown to love and appreciate, one that is also commonly misunderstood and somewhat complex: JavaScript Closures. Before we go any further, there is a term that I am going to use...Jan 8, 2021·29 min read
blog.thelastcodebender.ioImperative vs Declarative programming – What do they actually mean?I am not sure about you, but I have personally battled with fully wrapping my head around the concept of declarative and imperative programming and the differences thereof. The textbook definitions and a lot of the definitions you search on Google ar...Nov 23, 2020·10 min read
blog.thelastcodebender.ioWeb Server and CRUD Operations Crash CourseHi guys!! I am back with another article. Today we are going to be going over CRUD operations. We will build a web server and go over the very basics of CRUD operations and learn a bit about RESTful services, APIs and endpoints. Note that we will not...Oct 2, 2020·16 min read
blog.thelastcodebender.ioInstalling Tailwind in your React AppHi there! Thanks for coming to my blog. Today we are going to be installing and configuring Tailwind in our React application. So, let's get straight into it shall we? Creating your application First we are going to run our create-react-app <name-of...Sep 9, 2020·3 min read