Category Archives: Others

Student Registration Form in HTML with JavaScript Validation

Here’s a great article from The Crazy Programmer In this tutorial, I will tell you how to make student registration form in html with javascript validation. Javascript is basically used to validate HTML pages in web application. Validations are basically some rules to follow when inputting values to register on-site. Validation can be anything like: […]

Create New Express.js Apps in Minutes with Express Generator

Here’s a great article from SitePoint Express.js is a Node.js web framework that has gained immense popularity due to its simplicity. It has easy-to-use routing and simple support for view engines, putting it far ahead of the basic Node HTTP server. However, starting a new Express application requires a certain amount of boilerplate code: starting […]

How to Replace Redux with React Hooks and the Context API

Here’s a great article from SitePoint The most popular way to handle shared application state in React is using a framework such as Redux. Quite recently, the React team introduced several new features which include React Hooks and the Context API. These two features effectively eliminated a lot of challenges that developers of large React […]

It’s Human Transformation, Not Digital Transformation

Here’s a great article from The Crazy Programmer When asked about the defining process of the last decade, a lot of people would be tempted to answer with digital transformation. It’s understandable. The rise of mobile devices, cloud-based services, data science, artificial intelligence, and other digital technologies has had a massive impact on practically all […]

5 Projects to Help You Master Modern CSS

Here’s a great article from SitePoint Many claim CSS is not a programming language. I agree — it’s tougher. A mastery of CSS requires skills in design, determination, inventiveness, experience, as well as coding (especially when using preprocessors such as Sass). CSS suggests layouts and styles to the browser. A browser can interpret those suggestions […]