Bootstrap 5 alpha was officially released on June 16, 2020. Explore the new release... https://v5.getbootstrap.com/ 👉 Bootstrap version 5. jQuery Removed . Switch to Vanilla Js. Responsive Font Sizes. Drop Internet Explore 10 and 11 support. change Gutter width unit of Measurement (Bootstrap 5 the gutter width will now be on rem instead of px). Remove Card Decks. Navbar optimization. custom SVG Icon Library. Switching from Jekyll to Hugo. Class updates
By Tanmoy || Tue Jun 23 2020
Here i provide NodeJs setup code to my Github Gist as a Developer Handbook. Same setup is required for everytime when we start our Nodejs projects for that i upload code on Github Gist where i use express as a server and bodyparser to help a speed on Nodejs projects. 🌐 Github Gist link https://url-shortener0.vercel.app/82fOd
By Tanmoy || Mon Apr 06 2020
When we deploy projects on firebase, firebase add a 404html page, For this page if we deep refresh returns 404.The only works route is "/". For this if we add the following to the file firebase.json, the problem will be solved. "hosting": {// Add the "rewrites" section within "hosting" "rewrites": [ { "source": "**", "destination": "/index.html" } ]}
By Tanmoy || Thu Apr 02 2020
Amazon Simple storage service(AWS S3) is a popular web service that provides highly scalable, durable and secure file storage system on web. We can use AWS S3 web Services to store files, and it is easy to retrieve from anywhere. In my Github i upload how to use Amazon S3 file upload using Node.js. This is my Github Repo https://github.com/TANTANMOY/AWS-S3
By Tanmoy || Thu Apr 02 2020