Blog
ESLint — A Proofreader for your Code
A practical guide to setting up and using ESLint
JavascriptEslintLinting
Top 10 Trending AI/ML Research Papers You Must Read
AIMLResearch Papers
6 Browser APIs You Need To Know As A Front End Developer
Browser APIs (or web APIs) are the APIs that come built-in with the browsers. They allow developers to perform complex operations without dealing with the sophisticated lower-level code. There are a…
Web DevelopmentJavaScriptAPIs
Using React Hook Form in component tests
ReactTestingReact-hook-form
Creating a dynamic HTML table with JavaScript
JavascriptHtmlCss
A hands-on guide for a Server-Side Rendering React app
In the previous article, we described how to make a production build and deploy it to a server. Naturally, the next step is the server-side rendering. We are going to walk through the process by…
Server Side RenderingJavaScriptProgramming
How to convert list to string in Python
In this post, we will go over how to convert a list to a string in Python.
PythonStringList
A Simple encryption library in Node.js with TypeScript
How to encode and encrypt simple data
NodejsTypescriptWeb development
The Advanced Way to Style with Styled Components
A more in-depth look at the power of styled-components
ReactStyled-componentsCss-in-js
The Modern Way to Style with Styled Components
An in-depth look at the power of Styled Components
ReactStyled-componentsCss-in-js