Basics of TypescriptHey, developers in today's blog we are going to learn about the basics of typescript. This is going a be a series of blogs in which I'm gonna help you learn TypeScript in an easy way! We are going to cover What is TypeScript? Why should we use it ...Jan 22, 2022·3 min read
Make a Discord bot in just 30 lines of code.Hey everyone 👋🏻, today we are going to make a discord bot 🤖 which will send gifs according to the user in just 30 lines of code! The way this bot will work is, if you write .gif happy then the bot will send a random happy gif. What are we going to...Jul 12, 2021·6 min read
Make a Glassmorph card in less than 5 minutes!Hey everyone 👋🏻, today we are going to make a glass morphism card using only HTML and CSS! Now, what is glass morphism, it is a UI trend which was trending in recent times and is very very easy to make, so without wasting any time let's get started...Jul 6, 2021·2 min read
How to make Neumorphism Boxes using CSSHey folks 👋🏻, today we are going to build some squares which are neumorphic in design. Now you may ask.. What? why are we building squares? believe me, this technique of design can be used anywhere and it will make your website aesthetically pleasi...Jul 6, 2021·3 min read
Top 5 useful Emmet AbbreviationsThere are many Web Developers out there who are beginning their journey and are wasting a lot of time on the same boring HTML code, but after this blog, the coding process will become respectably fast for you, so here are some Emmet abbreviations. Be...Jul 6, 2021·2 min read
JavaScript Array methodsWe have a lot of array methods in JavaScript but in this blog, you are gonna see only the most useful methods and after reading this, I am pretty sure that you are going to master these methods and use them to optimize your code😇 Before getting st...Jul 5, 2021·3 min read
ES6 FeaturesHey everyone👋🏻, in this blog we are going to discuss about ES6 features. Topics Covered: What is ES? What is ES6? Why should you use ES6 syntax? New Features of ES6 Before getting started, I just wanna let you know that ES6 is just a syntactical ...Jul 5, 2021·6 min read