Pratik Butanipratikbutani.hashnode.dev·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...21 likes·147 readsDevsInTechBlogs
Jay Bharadiajaybharadia.hashnode.dev·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...5 likes#pyproblogathon
Fenil Modifenilmodi.hashnode.dev·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 ...10 likes·29 reads#pyproblogathon
Aaditya Champaneriaaditechtalk.hashnode.dev·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...3 likes·74 reads#pypro
Piyush Janipiyushjani2233.hashnode.dev·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...#pyproblogathon
Prasanthabprasanth.hashnode.dev·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...30 reads#pyproblogathon
Pratik Butanipratikbutani.hashnode.dev·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...36 likes·312 readsFlutter Dart Tips & Tricks#pypro
Nikunj Rohitnikblockchain.hashnode.dev·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...66 readsWeMakeDevs
Milan Sureliamilansurelia.hashnode.dev·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...1 like·250 readsFlutter
Nikunj Rohitnikblockchain.hashnode.dev·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 ...1 like·29 reads#pyproblogathon