TTutulintutuldevs.hashnode.dev·Feb 6, 2022 · 6 min readMy Notes on JavaScript NumberAfter landing my first developer job, I set a mission to dive deep into JavaScript. I named the adventure, NO-BS-JS. In the process of learning, I'm taking notes and sharing them with others. More information is in this link. Number in JavaScript Num...00
TTutulintutuldevs.hashnode.dev·Dec 24, 2020 · 15 min readHTML, CSS & JavaScript: The Absolute ResourcesHTML, CSS and JavaScript are the most important part of web development. I like to call them the holy trinity. I've been teaching myself web development for the last ten months and only learning these three and some supportive technologies. In this a...07MCH
TTutulintutuldevs.hashnode.dev·Nov 26, 2020 · 6 min readFilterable Gallery with JavaScriptIn this tutorial we're going to build a filterable gallery, meaning we can filter the images by clicking on a selected button. Take a look at the finished project. So let's start. Method We'll have buttons and images with data attribute. On each butt...00
TTutulintutuldevs.hashnode.dev·Nov 17, 2020 · 3 min readFix CSS transition on gradient backgroundRecently I discovered that CSS gradient background doesn't support the transition property. But there's a way to fix that. In this tutorial we're going to solve that problem. Here's the final result. This tutorial's code is based on my previous blo...01H
TTutulintutuldevs.hashnode.dev·Nov 15, 2020 · 7 min readDark Mode with only one line of JavaScript 😎Dark mode is a necessary feature in a modern website. It not only makes the site look cool, but gives the audience an option to feel comfortable too. In this tutorial we are going to build a simple web page with the option to switch between dark and ...02MH