33 followers
Frontend Engineer | Blogger
Subscribe to my newsletter and never miss my upcoming articles
Modern web development comes with a variety of challenges that developers have to consider, such as performance, accessibility, responsive design, and security. Unfortunately, security is a topic that is often overlooked by frontend developers. We ne...
Introducing Tech Resume A resume builder which helps you to effortlessly make a job-worthy resume. Easy to use and done within minutes - try now for free! Live: https://main.doo2i0aqct9l.amplifyapp.com/ Github Repository: https://github.com/piyushs...
Introduction CamanJS is used for doing (ca)nvas (man)ipulation in JavaScript(JS). It is very easy to extend with new filters and plugins, and it comes with a wide array of image editing functionality, which continues to grow. It's completely library ...
As engineers, we want to have a codebase we can change, extend, and refactor as required. Tests ensure our program works as intended and that changes to the codebase do not break existing functionality. In this article, we'll look into testing Web Co...
Page Speed is the amount of time it takes to completely load content on your webpage. A user goes to a browser, puts in your website, and there is a DNS request. This points at your domain name provider, so maybe GoDaddy, and this points to your serv...
If you’re a frontend developer, you’ve probably tried one or more of the code playgrounds out there — like CodePen, JSBin, JSFiddle — to figure out code issues or to discuss snippets and logic pieces with colleagues. Let's build a working playground...