Bloggie - The Dev Blog
Bloggie is the gone coding blogs covering a vast range of topics like HTML, CSS, JavaScript, ASP.NET, C#, Angular etc. Want to read the latest dev articles? Join the Bloggie app and get weekly blogs in your email.


What is Middleware ? Why is Middleware important ?
Author : Vinay Saini
Published Date: 5/5/2024
Middleware is a software layer that connects different parts of a system, like a bride.In web development, middleware sits between the client (user) and server (application), handling requests and responses.
Read More
COPY BUTTON JAVASCRIPT - COPY TEXT JAVASCRIPT USING CLIPBOARD API
Author : Sameer Saini
Published Date: 7/19/2022
There are so many websites where you might have seen the copy button or the Copy To Clipboard button. These "Copy text" buttons come in handy when you click a button and it copies the text of an input field or a textarea.
Read More
EMBED A YOUTUBE VIDEO IN YOUR HTML WEBSITE IN 2 SIMPLE STEPS
Author : Sameer Saini
Published Date: 7/19/2022
Open the HTML or website page you want to add the video to and then paste the copied code into the HTML. Although it's fairly simple, If you have limited knowledge about website development, you may need a web developer who can do this for you. Understanding where is your HTML file is located could be a tough one to find but somebody who knows a bit of web stuff could be your best buddy. Paste the code in your HTML and publish the changes.
Read More
PUBLISH AN ASP.NET CORE WEBSITE OR APPLICATION ON SMARTERASP.NET - ASP.NET CORE HOSTING
Author : Sameer Saini
Published Date: 7/19/2022
In this post, we will be learning how to deploy an ASP.NET Core or an ASP.NET Framework Application or Website onto the internet. We will be using SmarterASP.NET as our hosting provider and publish our ASP.NET Core Website on it.
Read More
HOW TO HOST A WEBSITE FOR FREE - GOOGLE FIREBASE WEBSITE HOSTING TUTORIAL STEP BY STEP FOR BEGINNERS
Author : Sameer Saini
Published Date: 7/19/2022
In this post, we will learn how to host a static website for absolutely free and one of the best website hosting platforms i.e. Google Firebase. A Static website is a website that does not have any dynamic rendering and does not have service side rendering. It can still talk to APIs.
Read More
Twilio SMS API Tutorial - Send SMS To Users From Your Website or Application
Author : Sameer Saini
Published Date: 7/19/2022
Do you want to send SMS notifications alerts or verifications to phone numbers of your users from your website or application Twilio offers SMS APIs in which you can reliably send and receive text messages. So let's see how you can add Twilio SMS APIs to your application.
Read More