MSMuhammad Shakirinmuhammadshakir.hashnode.dev路Nov 4, 2023 路 6 min readBasic JavaScript Concepts.What is the difference between words and Keywords in JavaScript? Word. Anything that doesn't have a particular meaning in JavaScript is called a word. For example. my_Name, my_Age, my_Gender, num, x, y, z, a, b ,c They all are words 馃憜 Keyword. Key...00
MSMuhammad Shakirinmuhammadshakir.hashnode.dev路Jul 15, 2023 路 2 min readWhat's new in Bootstrap 5.3.0?Let's start exploring....! As a Front-end Developer, I'm excited to share with you the latest features in Bootstrap 5.3.0. In Bootstrap 5.3.0, we can expect several enhancements and improvements. One area that Bootstrap consistently focuses on is the...00
MSMuhammad Shakirinmuhammadshakir.hashnode.dev路Apr 6, 2023 路 3 min readMaximizing Career Growth with GitHubWhat is GitHub? GitHub is a powerful platform that has revolutionized the way developers manage their code and collaborate on projects. Not only is it a valuable tool for individual developers, but it can also play a significant role in career growth...00
MSMuhammad Shakirinmuhammadshakir.hashnode.dev路Mar 15, 2023 路 3 min readHow to write clean code?Why clean code is important? Clean code is essential for software development projects, as it helps to improve the readability, maintainability, and extensibility of the codebase. Writing clean code is not just about writing code that works, but also...01A
MSMuhammad Shakirinmuhammadshakir.hashnode.dev路Mar 4, 2023 路 3 min readVS Code Extensions for web developers.What is VS Code? Visual Studio (VS) is a popular Integrated Development Environment (IDE) for web developers due to its powerful features and flexibility. One of the greatest benefits of using VS is the vast collection of extensions that can enhance ...00