November 2nd, 20258963JavaScript is a programming language that can be used to create JavaScript libraries. JavaScript libraries are bits made up of JavaScript code that offers specific...
November 2nd, 20257945This article aims to highlight how important it is to know JavaScript fundamentals for all front-end developers. I'll explain the reasons you need to have a thorough...
November 2nd, 2025111134It is the beginning of a new year. Many have broken their new year's resolution already. However, have you ever considered learning a brand computer programming language...
October 30th, 2025201937In PHP, there are a variety of ways in which you can sanitize the user input, depending on your needs. The htmlspecialchars function allows you to transform every...
October 30th, 20251414282
In this tutorial I will show you how to compress images before upload to server, usually we don't compress images and upload them directly to server and then compress...
October 29th, 202541131Use objects/classes to encapsulate your application logic and try not to pollute the global variable scope as this can cause frustrating problems such as libraries not...
October 29th, 2025163744In JavaScript, we can use MediaDevices and the MediaDevices and MediaRecorder interfaces to record the user's screen.
The MediaDevices interface prompts users to...
October 29th, 2025195910I have found a good mobile based swipe tab here and really loved it so now I am sharing it with you. Its very simple and very useful tutorial you can use these tabs in...
October 26th, 20257654Differences Between JavaScript var vs Let
JavaScript is a scripting language that declares variables of various kinds using keywords like let, const, or Var. Let and...