Posts
All the articles I've posted.
-
Introduction to Progressive Web Apps
Progressive Web Apps (PWAs) are web apps that use service workers, manifests, and other web-platform features in combination with progressive enhancement to give users an experience on par with native apps. In this article I will show you how easy it is to make your website PWA compatible
-
How to build a React drag-and-drop component for file upload
React DnD is a set of React utilities to help you build complex drag and drop interfaces while keeping your components decoupled. In this article, we'll learn how to create our own drag-and-drop component in React, and we'll use the HTML5 native DnD API for this.
-
8 underrated git commands every programmer should know
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. These are some of the most useful git commands that helped me during my programming journey
-
Create react code snippet component
How Create a component for displaying codeblocks in a react website. This is a port of highlight.js.
-
Connecting Rasa Chatbot to a website - A step by step tutorial
Rasa is an open source machine learning framework to automate text-and voice-based conversations. With Rasa, you can build contextual assistants. This tutorial will help to connect your Rasa bot to a website.