Cover Image: Getting started with Alpine.js

Getting started with Alpine.js V3 - A Beginner's guide

There are huge amount of Javascript libraries and frameworks available for us to use with different features, countless coming every month. Yet I am presenting you with another one called Alpine.js. It has potential to replace Jquery. It’s quite similar to jquery and Vue.js, but it’s much smaller and much more powerful. We will learn about them soon. Creator of Alpine.js recently launched a new version named V3. What are we going to learn in this tutorial?...

December 29, 2021 · 9 min · Rahul Rajput

5 VS Code shortcuts you must know in 2022

VS Code is an important tool for most of the developers in todays world. I learned most of the shortcuts about this, I thought of sharing them with you. Here is a story related with it. 1. Inserting mulitple cursors in a page - (Alt + mouse click) This shortcut is used when you have to write same content on more than one places. Just use shortcut and place more than one cursors on the editor....

May 30, 2021 · 2 min · Rahul Rajput

How to access AlpineJS Data variable outside scope

Okay let me confess, I was big fan of Jquery before I started using AlpineJS!. Alpine is so easy and seamless that I fell in love with it instantly. One more thing that you might wanted to consider is it’s size. Alpine is very small in comparison of Jquery, Vue, Angular etc. Alpine was previously called Tailwind of JS. If you don’t know about Tailwind, Man you should read it. If you wanted to learn about AlpineJS basics and other concepts Example problem Let’s take an exmaple to understand the things of alpine....

May 25, 2021 · 3 min · Rahul Rajput