Vivek Kumarbewake24.hashnode.dev·Dec 1, 2024Diving dipper into arrays, Packed vs HoleyPacked Array and Holey Array So, I guess you are here after watching Hitesh Sir, tutorial on javascript, If you are at beginner or intermediate level you must do that. Also I’m embedding his video below. Now lets discuss. https://youtu.be/ZRS485LxX0s...DiscussJavaScript
Francesco Di Donatodidof.hashnode.dev·Nov 29, 2024Optimize Three.js: 4 Key TechniquesCode can be art. Whether it's in clever syntax, elegant data structures, or refined interactions, there’s beauty only programmers see—and that’s fine. But code can also create something visually stunning, something everyone can appreciate. This is wh...Discuss·10 likesThreeJS
Shreyansh Guptashreyanshgupta.hashnode.dev·Nov 29, 2024How to write efficient queries in MySQLIntroduction to queries We are going to talk about actually accessing the data / querying the data efficiently. EXPLAIN overview We’ll try to understand the output of the EXPLAIN command. id - Shows the ID of the row in the output. Can be NULL. se...DiscussMySQL
pallavi chauhaninnovateitworld.hashnode.dev·Nov 29, 2024Common Challenges Full Stack Developers Face and How to Overcome ThemFull Stack Development is a dynamic and rewarding career path, combining front-end and back-end expertise to build complete web applications. However, this versatility comes with its own set of challenges. For both new and experienced developers, und...DiscussFull Stack Development
Angular Academyblog.angularacademy.ca·Nov 28, 2024Angular Performance Optimization Workshop in December!Unleash the Full Potential of Your Applications with our Angular Performance Optimization Workshop this December! In today's fast-paced world, web application performance is more critical than ever. As you know, a slow-loading application can lead to...DiscussAngular
Onur Evrenonurevren.dev·Nov 26, 2024Laravel'de Debugbar Kullanmadan Sorgu Performansını İzleme ve Optimize Etme RehberiYazılım geliştirme dünyasında, web uygulamalarının performansı her geçen gün daha da önem kazanıyor. Laravel projelerinde, veritabanı sorgu performansını izlemek ve optimize etmek, kullanıcı deneyimini doğrudan etkileyen kritik bir faktör haline geld...Discuss·76 readsLaravel
Aragornaragorn-talks.hashnode.dev·Nov 25, 2024Web Performance Metrics - In-depth GuideEnsuring optimal website performance is crucial for delivering exceptional user experiences and achieving business goals. To effectively measure and improve website speed, responsiveness, and overall performance, web developers and stakeholders rely ...Discussperformance
DbVisualizerthetable.hashnode.dev·Nov 25, 2024A Practical Overview of Database DeadlocksDatabase deadlocks occur when two or more transactions hold resources the other needs to proceed, causing a halt in operations. This article provides a simplified look at deadlocks, basic causes, and quick methods to resolve them. Deadlock examples T...Discussperformance
Gaurav Kumargauravbytes.hashnode.dev·Nov 25, 2024Ensuring API Reliability: Metrics, Tools, and Best PracticesAPIs serve as the backbone of modern applications, acting as the crucial link that enables seamless communication between various services and systems. Ensuring the reliability of these APIs is essential for maintaining high levels of user satisfacti...Discuss·1 like·130 readsAPIs
Anirudh Singh Bhadauriaanirudhbhadauria.hashnode.dev·Nov 24, 2024Protocol Buffers - Google's data interchange format 🎃What is protobuf? 👀 Protocol Buffers are language-neutral, platform-neutral extensible mechanisms for serializing structured data. Basically, Protocol Buffers (often referred to as Protobuf) is a data format developed by Google used for serializing...Discuss·1 likeprotobuf