Viral SanganiforGeekyAnts Tech Bloghysterical-ambition-request-53.hashnode.net·Apr 26, 2021AWS Amplify For Flutter Part 2: Amplify DataStoreThis is the second part of the AWS Amplify for Flutter article series. To learn about Amplify and its initialization process, make your way through Part 1, which will also help you grasp a better understanding of this article. DataStore Library DataS...Discuss·119 likes·7.4K readsAWSFlutter
Harshada ShiroleforHarshada's Blogharshada.hashnode.net·May 25, 2021How To Build a React Component Library -- Part 1React is one of the most popular technologies available today. React is widely used to build user interfaces. React consists of components, which are small pieces of code that fill a certain part of the UI you’re building. Component libraries are gre...Discuss·118 likes·430 readsReactHey Harshada, This is really helpful for beginners like us😊. Thanks for this. 4
Raghav ThindforRaghav Thindraghavthind.hashnode.net·Jan 9, 2022Python Libraries for Data SciencePython is one of the most popular programming languages in the world. It is an object-oriented, easy to use and extremely developer-friendly language, which also happens to be the go-to choice for domains such as Data Science, Machine Learning and De...Discuss·113 likes·529 readsPythonNice list. These libraries are pretty helpful. I also liked the python and data science articles for which the link was given towards the beginning of this article. 9
Alex Cloudstaralexcloudstar.hashnode.net·Apr 8, 2023What is Pug (HTML Preprocessor) ?Pug, formerly known as Jade, is a popular HTML preprocessor that simplifies HTML coding by allowing developers to write cleaner and more efficient code. In this article, we will explore what Pug is, its benefits, and how to use it in web development....Discuss·10 likes·38 readsBack in TimeJavaScript
murayamuraya.hashnode.net·Apr 6, 2023Comparision of printf(), scanf(), getchar(), and putchar() functions in C programmingThroughout my learning of C programming, I come across two functions that made me feel so proud of myself every time I wanted to input or output text stream. I always had printf() () and scanf() in mind when working with C programming. The printf () ...Discuss·31 readsc programming
Himanshu Chauhanhimanshuchauhan.hashnode.net·Apr 2, 2023React and its supportive libraries environmentReact is a very popular Frontend library. For every purpose, they're many different libraries to do that thing. This is a very difficult task to identify a correct library to solve the problem. To develop a site there are many tasks to do like Form h...Discuss·1 likeReact
Surya Prakash Singhsuryathink.hashnode.net·Apr 1, 2023React is a Library or Framework? Differences between Library and Framework?React is a Javascript Library. What is Library?Library can do only specific things. Suppose you want to create User interface for your web app then you can use React. But we cannot create whole app only using react. Suppose you want to create A...DiscussReact
Aryan BansodforThebookishgallery ~rynthebookishgallery.hashnode.net·Mar 29, 2023"The Denial of Death"The Denial of Death by Ernest Becker is a book that has been widely recognized as a masterpiece of modern psychology and philosophy. In this book, Becker explores the central problem of human existence: the awareness of our own mortality and the deni...Discussbooks
Dharmen Shahshhdharmen.hashnode.net·Mar 23, 2023Announcing @ngneat/cmdk — Fast, composable, unstyled command menu for Angular.A few weeks ago I and Netanel Basal came up with an idea to create cmdk like a library for the Angular community. And I am really glad that we ended up creating it, announcing... 🎉 @ngneat/cmdk — Fast, composable, unstyled command menu for Angular. ...Discuss·1 like·469 readsAngular
Seth Phatsethphat.hashnode.net·Mar 21, 2023Laravel Safe Dispatcher: Resilience in dispatching queue messagesHi guys, Using Laravel is super cool. A lot of built-in stuff that we can use for our mission-critical apps. Help us a lot in our app development, right? One of the things from Laravel - Queue, is super cool to use too. But it is missing a key point ...Discuss·35 readsTech tipsLaravel
Emmanuel Aloziecreatorslook.hashnode.net·Mar 17, 2023🤫Secret React Libraries they don't want you to know aboutThe fastest way to build and develop your website or your startup MVP is to use code built by other people, my early days of coding was plagued with me building everything from scratch, including things like Modals and Headers with raw CSS. Here's a ...Discuss·2 likes·26 readsReact
Amel Spahićpitchwise.hashnode.net·Mar 7, 2023How to create and publish a TypeScript library with easehttps://github.com/amelspahic/typescript-library-template TypeScript is a popular and influential language that extends JavaScript with static typing and other features. It can help you write more reliable, maintainable, scalable code for your proj...Discuss·11 likes·154 readsTypeScript
Matt Neighbourbrainembedded.hashnode.net·Mar 3, 2023Mastering Data Manipulation and Analysis with Pandas: A Comprehensive GuidePandas is a powerful and popular library for data manipulation and analysis in Python. It provides efficient, easy-to-use data structures and tools for handling structured data, making it an essential tool for data scientists and analysts. In this bl...DiscussPython