Deepayan Mukherjeeciggzy.hashnode.dev·Jun 10, 2023Exploring the Fundamentals of Load BalancersIntroduction In this article, we will discuss something that aims to handle high traffic and ensure high availability in any application called Load Balancers. As any web application grows in size and complexity, so does its demand for scalable and r...Discuss·2 likesLoad Balancer
Alatishe, Hairat Omolarahairatalatishe.hashnode.dev·Jun 10, 2023"Designing for Accessibility: Promoting Inclusive User Experiences"Accessibility and inclusivity are keywords that every kind of designer should understand and consider in the design process of any project, be it digital, physical, AR/VR, or architectural. In general, user experience designs should be functional, co...Discuss·3 likesbuildwithfueled
Neel Narayan Shettyneel6.hashnode.dev·Jun 9, 2023A Beginners Guide to Become a DeveloperProgramming is one of the most in-demand skills in today's job market, with a wide range of career opportunities available in fields such as web development, mobile app development, data science, and more. However, becoming a programmer can seem like...Discuss·13 likes·118 readsBeginner Developers
YASH RAJ SINGHyrsinghx.hashnode.dev·Jun 9, 2023Should You Move from React.js to Next.js?Introduction: As a web developer, I have been utilizing React.js for quite some time now. Its flexibility, component-based architecture, and vibrant community have made it my go-to choice for building user interfaces. However, as I continue to explor...Discuss·4 likes·41 readsbuildwithfueled
Abhijeet Singhabhijeetsingh.hashnode.dev·Jun 8, 2023The Behaviour of the 'this' Keyword In Traditional Functions vs. Arrow FunctionsThe 'this' keyword is one of the most confusing aspects of the JavaScript language. Many developers find themselves puzzled by its behaviour and struggle to understand what it represents. If you've faced this issue as well, rest assured, you're not a...Discuss·8 likes·98 readsbuildwithfueled
YASH RAJ SINGHyrsinghx.hashnode.dev·Apr 30, 2023Tutorial Hell- Ways To Get Out Of It !!!When I was new to the world of programming, I was very eager to learn a lot about various technologies and languages which were available. So, I took the help of various tutorials which were already available on the Internet. After exploring various ...Pooja Sanwal and 1 other are discussing this2 people are discussing thisDiscuss·15 likes·92 readsbuildwithfueled
Neel Narayan Shettyneel6.hashnode.dev·Apr 29, 2023The magic of WebRTC: video communication made easy with WebRTCWebRTC is an open-source project that enables real-time communication between browsers and mobile applications through a simple set of APIs. It stands for "Web Real-Time Communication" and has become a popular technology used in various applications,...Discuss·15 likes·110 readsbuildwithfueled
Imran Mirzaimranmirza.hashnode.dev·Apr 29, 2023Unleashing the Power of Rust: An Introduction to Poem Web Framework for Building Fast and Reliable Web ApplicationsRust is a modern programming language that is designed to be fast, safe, and reliable. It is a popular choice for developing high-performance systems and applications, including web applications. Rust's steep learning curve can be intimidating, and b...Discuss·2 likes·716 readsRustbuildwithfueled
Mahendra Bishnoibrowny.hashnode.dev·Apr 28, 20235 Concepts That Will Make You a Better React DeveloperLearn how to leverage advanced React concepts to become a better React developer. 1. Custom Hooks ⚓ In React, a custom hook is a function that allows you to reuse stateful logic across multiple components. It allows you to extract and reuse logic tha...Discuss·2 likesbuildwithfueled
Imran Mirzaimranmirza.hashnode.dev·Apr 28, 2023Rusty Rules: Understanding Rust's Borrow CheckerRust is a programming language that prides itself on being fast, safe, and reliable. One of the ways Rust ensures safety is through its borrow checker. But what exactly is the borrow checker, and how does it work? In this blog, we'll explore Rust's b...Discuss·1 like·70 readsRustbuildwithfueled