© 2022 Hashnode
#webdevelopment
In this tutorial, I'll implement google login in rails 7 using omniauth in devise gem. Take note, in this tutorial I'll be using login-demo as code base which is tackled in this tutorial. It's best t…
Hey beautiful people, Today in this post we’ll learn How to Create a Strong password Generator in JavaScript with amazing design. To create it we are going to use simple CSS, HTML & Javascript and I h…
There are many types of Tags in HTML that we don't know about. So, today I am going to tell you about 5 different html tags that you don't wanna miss! Let's get started. 1. kbd tag <kbd></kbd> The <kbd> tag is used to define keyboard input.…
Nowadays there are tons of tutorials out there on the internet on learning web development - and this can be rather confusing. Here are the steps that I would recommend you to follow. I tried reducing…
Loading external scripts into HTML using the script tag is probably essential. Although it is actually so essential, problems can occur. With HTML5 , we got two new boolean attributes for the <script>…
When you want to run the same JavaScript on several pages of your website, you create a separate external JavaScript file with the .js extension and add it to your HTML file using the <script> tag and…
Hey guys 👋, As we know Javascript gaining more and more popularity every day. There are some tips and tricks which will make you a better developer and also help you write clean, short, and concise c…
By Jaden Baptista from TakeShape & Patricio Vargas from OneSignal We're excited to share a sample project we’ve been working on with TakeShape which leverages our push notification solution with TakeShape’s powerful API mesh. This article e…
Introduction: Perils of a wannabe newbie All your friends say they code. You have heard some words like JavaScript, CSS, HTML5, being floated and flung around. You must have heard that someone works w…
BASIC HTML: The structure for writing HTML code is using tags to tell the browser what it's interpreting for you the user. Creating HTML File: Creating the html file means creating a file with…