Keep Codingkeepcodingblog.hashnode.dev·May 21, 2024Bootstrap Lesson: Create a Landing PageHey, this is a very exciting moment! Do you know why? You have already learned the theoretical basis of the most important topics of Bootstrap. So now we can roll up our sleeves and have some fun while learning. We will create a real-life project. It...Bootstrap LessonsUX
Haniinothanii.hashnode.dev·Oct 8, 2022Flexbox FundamentalsUsing flex-direction to layout content horizontally and vertically Flexbox is a layout mode in CSS. This layout type makes it easy for developers to display content in various ways. Since browsers display content vertically – from top to bottom – by ...74 readsBeginner Developers
Martin Nicholaskingmartin.hashnode.dev·Sep 20, 20228 Easy Ways to Overcome Procrastination While Learn A Tech SkillWhen learning a skill, running an online business, or doing anything to develop yourself, procrastination is your biggest enemy. And it's even worse when learning a Tech skill. Sometimes, I find myself spending an entire day thinking about the things...1 like·110 readsBeginner Developers
Sumit Saurabhsumitsaurabh.hashnode.dev·Jun 16, 2022How does Javascript works behind the scenes?Hello folks, in this article we'll take a look at the internal functioning of Javascript. So, you may have often come across as the classic definition of Javascript: Javascript is a single-threaded, synchronous language. Today, we'll try to unders...35 likes·626 readsJavaScript