Found 7 posts under the category 'Frontend'
Let's see how to highlight code blocks in Next.js with the help of highlight.js. Also discussing the pros and cons of client-side and server-side highlighting.
An overview of SweetAlert, a JavaScript package that allows creating stylish alert boxes - discussing installation via NPM, example usages.
An introduction to the Next.js framework for beginners. Discussing how it works, and reasons to use it.
Learn how to add table of contents to a hugo blog within a post markdown
Learn how to implement browser live-reloading using browsersync - on localhost running on xampp
Creating an image blur effect in HTML5 using SVG and apply a mouseover effect using Javascript event listener - SVG tutorial
Learn how to make a website header hide on scrolling down and show on scrolling up, using Javascript and CSS