ashwincodes.hashnode.devEffortless Hoverable Dropdowns with Tailwind CSSA hoverable dropdown is a neat and subtle design element that helps in a number of places on your website but is most specifically used in the navbar. When your navbar has tons of links that need to be shown. A hoverable dropdown is a saver in such a...Dec 11, 2022·2 min read
ashwincodes.hashnode.devUncovering the Mystery of Hoisting in JavaScriptHoisting is one of the confusing topic of javascript and the most asked one in the interviews. I have covered the in-depth what, how, and why of hoisting in this blog. Note: Before proceeding further I highly recommend you read my previous blog Under...Dec 6, 2022·3 min read
ashwincodes.hashnode.devUnderstanding the Javascript Engine: How Javascript WorksIn simple words, Javascript is a language that can only do one thing at a time and in a specific order. In more technical terms javascript is a synchronous single-threaded language. Here, Single-threaded means javascript can only execute one command ...Dec 5, 2022·3 min read
ashwincodes.hashnode.dev6 Metrics that will make your website FASTER!There are currently more than 1.9 billion websites on the internet out of those more than 200 million sites are active. Millions of users browse those sites daily. Getting users’ attention to stay on the site for long can be a pain when your site lo...Jan 21, 2022·5 min read
ashwincodes.hashnode.devBlockchain explained in simple words👨🏻💻 Who created Blockchain? Blockchain was introduced to the world by an anonymous developer named Satoshi Nakamoto in 2008. ⛓ What is Blockchain? Blockchain is a chain of blocks. Each block contains some data. Each Block contains a Hash number,...Jan 14, 2022·2 min read