Neha Sharmahellonehha.hashnode.net·Aug 19, 2021FeaturedDocumentation Guide for DevelopersAs a developer, we always underestimate the power of the documentation. We (developers) always underestimate the power of the documentation. As a result, we focus more on the code than thinking about the documentation. Moving to the EM role, I learne...Tapas Adhikary and 6 others are discussing this7 people are discussing thisDiscuss·228 likes·2.1K readswebdevelopment
Adrian Twarogadriantwarog.hashnode.net·Oct 21, 2020Featured40 Amazing Developers You Should Follow On YoutubeThere some of the most amazing developers that will teach you everything you need to know for HTML, CSS and JS. These creators do videos on frontend, backend, databases, cloud servers and much more. If you want to learn anything from React, Angular,...Sandeep Panda Test and 13 others are discussing this14 people are discussing thisDiscuss·150 likes·6.9K readsWeb Development
Prathampratham.hashnode.net·Jan 9, 2021Get Started With Front-end Development In 2021🚀I started my web development journey exactly one year ago i,e. January 2020 and it's been a year since I'm in learning phase😄 In this article I'll be covering All you need to learn about front-end development Tools and technologies Skills you nee...Best Afokwalam and 5 others are discussing this6 people are discussing thisDiscuss·144 likes·1.7K readswebdevelopment
Malcolm MikaZukimikacodez.hashnode.net·Apr 24, 2023How to Write API Documentation for Non-Technical UsersHi All, This week we will be discussing API Documentation and how to make it User freindly. API documentation is an essential tool for any user of an application programming interface (API). However, not all users may be on the same technical level. ...Discussdocumentation
Ali Calimlialicalimli.hashnode.net·Apr 23, 2023Learn how to create this awesome border hover effectHTML Setup <button class="btn"> Hover me </button> CSS Styles body { background: #111; } .btn { cursor: pointer; background: none; border: none; color: white; border-radius: 100vmax; padding: 1rem 2rem; position: relative; } Th...Discuss·9 likes·88 readsCSS
Anshu Kumar Kushwahaanshublogs.hashnode.net·Apr 23, 2023My Journey as a Web Developer:As a new web developer, I'm excited to share my thoughts on this amazing field. Web development is a constantly evolving field that requires continuous learning and adaptation. However, it is also a rewarding profession that provides an opportunity t...Discuss·1 like·35 readsWeMakeDevs
Shubham Singhshubhamsblog.hashnode.net·Apr 20, 2023The 5W's of Customized Learning with ChatGPTPreviously, we tried the method of creating a study plan using ChatGPT for learning to code. However, the plan was not personalized and tailored as per the learner. So here we will dive deep into a new method of using ChatGPT to provide a more custom...DiscussUsing ChatGPT to learn to code more effectively and fasterchatgpt
Bolu emmanuelbolexzy.hashnode.net·Apr 19, 2023How To Set Up Replication in MySQL 5.7Replication involves synchronizing data across multiple separate databases, which can be highly beneficial when working with databases. Having multiple backups of your data can provide redundancy in case one of the database servers fails or becomes f...Discuss·2 likes·212 readsMySQL
Cirila GervacioforThe Majestermajester.hashnode.net·Apr 17, 2023Cracking the Code: Tips for Hiring a Web Developer as a Non-Tech FounderAs a non-technical founder, hiring a web developer can be a daunting task. How do you know if the person you're hiring is the right fit for your business? How do you evaluate their technical skills when you don't have a technical background yourself?...Discusshiring
Mo' Claudiuskodedmo.hashnode.net·Apr 16, 20237 Essential Tips to Optimize Angular Applications for High Performance and Best PracticesBy now everyone knows that Angular is a powerful and popular web application framework developed by Google and with its robust features and ease of use, it has become the go-to choice for developers when building single-page applications (SPAs). Howe...DiscussAngular
Satyam Singhsatyamblog.hashnode.net·Apr 16, 2023Unleashing the Power of JavaScript: Building Dynamic and Interactive Web ApplicationsJavaScript is a powerful programming language that has become essential for building dynamic and interactive web applications. It is a client-side scripting language that allows developers to add functionality and interactivity to their websites. In ...Discuss·10 likesJavaScript
Sai Pranaysaipranay47.hashnode.net·Apr 15, 2023Where to Practice Your Frontend Skills?Becoming a proficient front-end developer requires consistent practice and staying up-to-date with the latest technologies and techniques. With numerous resources available online, it can be challenging to find the best platforms to practice your fro...Discuss·20 likesFrontend Development
Saurabh Misrasaurabhmisra.hashnode.net·Apr 14, 2023REST Architecture and RESTful APIs-The BasicsAs a software developer, you might have come across the terms REST APIs or RESTful APIs. You might have never used them before and are curious to know what they are. Maybe you have used some third-party APIs in your applications or even created some ...DiscussWeb Development