The Best Javascript Frameworks(Ranked)

You would need a Javascript Framework(sometimes even multiple frameworks) to make a decent website. Today, we’ll be going over the top choices and deciding which Javascript framework you should use. React: The Most Popular Javascript Framework Even though some do not consider React as a Javascript Framework, React can do almost anything a Javascript framework …

The Best Javascript Frameworks(Ranked) Read More »

5 Simple and Underated HTML Tags You Really Should Know🤔

HTML is such a simple language that most developers don’t even consider it a programming language, but today, we are going to go below the surface, and uncover 15 HTML tags that you can take advantage of today! 1. Cite Cite is a tag that allows you to reference sources you mentioned throughout your website. …

5 Simple and Underated HTML Tags You Really Should Know🤔 Read More »

How to send notifications in JavaScript(less than 10 lines of code)

Disclaimer: What the title means by ‘sending notifications in less than 10 lines of code is referring to the number of lines of JavaScript code. If you prefer a video guide: You know those annoying notifications popping up at the least-wanted time? Today, I’ll teach you how to make a desktop/mobile responsive push notification with …

How to send notifications in JavaScript(less than 10 lines of code) Read More »

👋How to convert ANY website into a desktop application(In 30 Seconds)

I can’t think of a better way to start the day than by creating a desktop app. Can you? Today, I will be giving you the ✊power to convert any website into a desktop application. If you prefer a video guide: Step 1: Download the LTS of Node JS: https://nodejs.org/en/ Then open the command prompt(On …

👋How to convert ANY website into a desktop application(In 30 Seconds) Read More »

You are able build anything with these 6 characters: []{}!+

To start us off, let’s try to guess what language this line of code is written in. Just remember, that bunch of code below only contains 6 characters. Yes, you’re right, that big chunk of code is a simple alert(1) in Javascript. That whole bunch of mumble jumble is written in javascript. To prove that …

You are able build anything with these 6 characters: []{}!+ Read More »