Pratik ButaniforFlutter Dart Tips & Trickspratikbutani.hashnode.net·Mar 3, 2023Flutter-Dart Tips & Tricks - Part 1Using isolates for concurrency: Dart's isolate system allows you to run multiple independent "isolated" threads of execution within a single Dart process. You can use isolates to perform CPU-intensive tasks without blocking the main UI thread, impro...Discuss·35 likes·183 readsFlutter Dart Tips & Tricks#pypro
Pratik ButaniforFlutter Dart Tips & Trickspratikbutani.hashnode.net·Mar 7, 2023The Power of Dart: Communicating with HTML and CSS for Next-Level Web DevelopmentOverview: Dart is a powerful programming language that is not only used for Flutter app development but can also be used for building web applications. When used in conjunction with HTML and CSS, Dart provides a powerful toolset for creating dynamic...Discuss·21 likes·110 readsDevsInTechBlogs
Tanvi ShahforTanvi's Ideastanvithinkstech.hashnode.net·Mar 1, 2023DevOps ExtendedDecoding DevOps To build something, we need to decode it primarily.Read my DevOps article to get a basic understanding before starting here! Building DevOps While DevOps is a culture, the right stack of tools makes it possible to implement DevOps su...Discuss·13 likes·71 reads#pypro
Pratik ButaniforFlutter Dart Tips & Trickspratikbutani.hashnode.net·Mar 7, 2023The Power of Dart: Communicating with HTML and CSS for Next-Level Web DevelopmentOverview: Dart is a powerful programming language that is not only used for Flutter app development but can also be used for building web applications. When used in conjunction with HTML and CSS, Dart provides a powerful toolset for creating dynamic...Discuss·21 likes·110 readsDevsInTechBlogs
Jay Bharadiaforjaybharadia.hashnode.net·Mar 7, 2023How to Develop JavaScript Skills with Practical Approach and Real life ProjectsHello Readers, In this article, I am going to share with you my experience in Software Development and guide you on how to develop Javascript Skills with a practical Approach. Short Background About me : I am Jay Bharadia, a Fresher working in a Star...Discuss·5 likes#pyproblogathon
Fenil ModiforFenil Modifenilmodi.hashnode.net·Mar 7, 2023Let's begins our Open Source journeyWhat is Open Source? Open source refers to a type of software whose source code is available to the public, allowing anyone to use, modify, and distribute the software without restriction (eg: Appwrite). The open-source model is based on the idea of ...Discuss·10 likes#pyproblogathon
Aaditya ChampaneriforAaditya's blogaaditechtalk.hashnode.net·Mar 5, 2023Django Vs NodeJSDjango and Node.js are two the most popular web development frameworks, each with their its own strengths and weaknesses. So first, let's discuss about their functionalities, Functionalities of Django and NodeJS: Ecosystem: Node.js has a rich ecosys...Shivlal Sharma and 1 other are discussing this2 people are discussing thisDiscuss·3 likes·64 reads#pypro
Piyush Janiforpiyushjani2233.hashnode.net·Mar 4, 2023Developing High-Performance Web Apps using React JSThe complexity of web development has increased over time, and developers now have access to a huge variety of frameworks and tools. React JS is one of the most well-known and commonly used frameworks. It is a JavaScript library that Facebook develop...Discuss#pyproblogathon
PrasanthforCloud Cornerabprasanth.hashnode.net·Mar 4, 2023Building images in Azure DevOps and running them in AzurePre-requisites You have a free tier Azure account and you have created your own DevOps Organisation in place. Services for containers Azure Container Registry: This service is a managed private Docker registry based on the open-source Docker Registry...Discuss#pyproblogathon
Pratik ButaniforFlutter Dart Tips & Trickspratikbutani.hashnode.net·Mar 3, 2023Flutter-Dart Tips & Tricks - Part 1Using isolates for concurrency: Dart's isolate system allows you to run multiple independent "isolated" threads of execution within a single Dart process. You can use isolates to perform CPU-intensive tasks without blocking the main UI thread, impro...Discuss·35 likes·183 readsFlutter Dart Tips & Tricks#pypro
Nikunj Rohitforblockchain Learningnikblockchain.hashnode.net·Mar 3, 2023The Rise of NFTs: Exploring the Latest Trends and Use CasesAn NFT, or non-fungible token, is a unique digital asset that is verified on a blockchain, making it one-of-a-kind and impossible to replicate. In other words, it's a special kind of digital asset that can't be duplicated or replaced. Think of NFTs l...Discuss·27 readsWeMakeDevs
Milan Sureliaformilansurelia.hashnode.net·Mar 3, 2023How to validate Video URLs in Dart?Hello 🙋🏻♂️Flutter Developers, Do you know how to validate whether the link entered by the user is a valid video URL or not? https://media.giphy.com/media/nTfdeBvfgzV26zjoFP/giphy.gif Yes, we can validate them using Regular Expression. What is Re...Discuss·1 like·58 readsFlutter
Nikunj Rohitforblockchain Learningnikblockchain.hashnode.net·Mar 2, 2023Uncovering the Power of Zero-Knowledge ProofsZero-knowledge proofs (ZKPs) are a cryptographic protocol that enables one party to prove to another party that a statement is true, without revealing any additional information beyond what is necessary to prove the statement. ZKPs involve a prover ...Discuss·1 like·32 reads#pyproblogathon