Shubham Deshmukhshubhamdsk.hashnode.dev·Jan 10, 2025Understanding the Key Differences Between ScrollView and FlatList in React NativeThis blog explains the key differences between ScrollView and FlatList in React Native, complete with examples and use cases. Choosing the right component is essential for optimizing performance and memory usage in your application. 📜 Overview Scrol...10 likesReact
Sergey Shishkinserj-aleks.hashnode.dev·Jan 9, 2025T и NILГлобальные константы. По соглашению наименования глобалы начинаются с заглавной буквы и могут быть написаны ими полностью. Есть префиксы для различения от констант переменных и классов, “звездочка“ и “плюс“, соответственно. В связи с обозначенной тем...picolisp
Ahmad W Khanblog.ahmadwkhan.com·Jan 5, 202510 Algorithms That Govern Our RealityIn the invisible architecture of our digital age, certain algorithms wield extraordinary power over our daily lives—far beyond the obvious examples of social media feeds or search rankings. I want to unveil the most crucial algorithms that orchestrat...algorithms
Christopher Duranchriisduran.hashnode.dev·Jan 2, 2025My X List For developers and designersRecently, social media platforms have introduced the list feature, which allows you to group your favorite profiles based on different themes. This feature not only helps with organization but also allows you to share these lists with other users who...Opinion 🤔Twitter
Ahmad W Khanblog.ahmadwkhan.com·Dec 28, 202410 Things a Man Should Buy for LifeIn a world where consumerism often promotes quantity over quality, the true value lies in choosing fewer but better products. For men in particular, certain essential items serve as long-term investments that improve daily life, save money, and exude...buy for life
Ahamad Basha NSintro-to-c-net-core.hashnode.dev·Dec 14, 2024Generic COLLECTIONS part 1This backpack is special because it can hold all sorts of things, like toys, books, or even snacks! You can put things in, take them out, and organize them in different ways. In coding we call it a Collection. Let's understand them one by one. List<T...hash set
Amulyaawscloudbasics.hashnode.dev·Dec 10, 2024Python Lists and Tuples: A Comprehensive Guide for DevOps EngineersIntroduction In the world of Python programming, lists and tuples are fundamental sequence data types that every developer and DevOps engineer should master. This guide will walk you through the basics of lists and tuples, their differences, and prac...pythonlist
Jyotiprakash Mishrablog.jyotiprakash.org·Nov 29, 2024Collections in JavaIn the world of programming, data is king. Everything we design, every application we build, revolves around efficiently managing and processing data. From a simple list of tasks in a to-do app to managing millions of customer records in an enterpris...96 readsJava
Vaishnavi Dwivedivaishd.hashnode.dev·Nov 18, 2024Java Collections FrameworkImagine you're in a busy kitchen, using different tools to prepare a meal—this is similar to the Java Collections Framework. It provides a set of classes and interfaces to store, manage, and retrieve data in your programs. Just like you have differen...Learn DSA - JAVAJava List, Set, Map, Queue
Arnav Singhpythonfornoobs.hashnode.dev·Nov 12, 2024Comprehensive Guide to Python Data Structures: Lists and TuplesKey Takeaways ConceptSummary ListsMutable, ordered collections that can store different types of data. Creating ListsLists can be created using square brackets []. TuplesImmutable, ordered collections that store different types of data. Cre...11 likesPython for NoobsPython