Pawan Gangwaniblogs.pgangwani.co.in·Oct 19, 2024Crafting Dynamic Forms in React with Form Atoms: A Comprehensive GuideIntroduction In this guide, we’ll explore how to create forms using the form-atoms library. We’ll start with simple forms and gradually move to more complex forms, including lists. This guide will cover the following: Setting up the environment Cre...Discuss·6 likes·138 readsForm Atoms
Derek Armstrongderekarmstrong.dev·Jul 31, 2024A Simple Guide to Writing Modular Python CodeAre you tired of staring at your codebase like a hot mess express? You know, the kind that's so convoluted, it needs its own GPS just to navigate through? Well, fear not! Today we're going to dive deep into the world of modularity in Python and explo...Discuss·1 like·97 reads👨🏻💻 Code CraftPython
Dinko Marinacdinkomarinac.dev·Jul 29, 2024Integrating Multiple Analytics Services in Flutter: The Modular WayIntroduction In the world of mobile app development, analytics play a crucial role in understanding user behavior and making data-driven decisions. However, integrating analytics into your Flutter app can often lead to tightly coupled code and diffi...Discuss·3 likes·555 readsFlutter
Tankiso Thebemajortank.hashnode.dev·Jun 5, 2024Step-by-Step Guide to Setting Up a Django ProjectWhat is Django? Django is like a toolkit for building websites. Imagine you're constructing a house— you need tools and materials like hammers, nails, and wood. Similarly, Django provides the tools and materials you need to build a website efficient...Discuss·43 readsDjango StackPython
chandanforchandan Web3 Researchchandan0.hashnode.dev·Mar 9, 2024It’s hard to keep track of all the projects launching in modularity space! Here is a solution.Innovation overload in the modularity space! It’s hard to keep track of all the awesome projects launching. That’s why I’m curating them all at Modular (modular-sigma.vercel.app) Here’s a sneak peek of some projects: DA (Data Availability) Space: Da...DiscussRollup as a service
Pranav Sharmapranavsharma.hashnode.dev·Nov 8, 2023Day 12: Modular Arithmetic and Recursive Power CalculationWelcome back to Day 12 of our 100-day DSA challenge! Today, we delved into a fascinating problem that involved dealing with numbers raised to the power of their reverse, all the while ensuring that the results didn't lead to integer overflow. The sol...Discuss100DaysOfCode
Aryan Sri harshasriharshavandanapu.hashnode.dev·Sep 10, 2023An Intro to Mojo 🔥Why use Mojo? The execution speed / speed-up speaks for itself. Getting Started For setting the environment, you can either go to the Modular or go to Playground to run mojo in the cloud. Similarity to python Mojo utilizes Python's syntax and semant...DiscussMOJO
Roq4roq4.hashnode.dev·Jan 14, 2023Deep Diving: Modular Stack Part-2 | Execution Layer & FuelBefore we start, The article is prepared to assume that the reader has a certain amount of prior knowledge about Modular and Monolithic structures, and for this reason, before starting the article, I recommend reading the first article of this series...Discuss·1 like·40 readsmodular
Roq4roq4.hashnode.dev·Jan 3, 2023Deep Diving: Modular Stack Part-1Monolithic First! To understand modular structures, we must first establish the concept of a monolithic chain in our minds and answer the question of why we need modular structures. When Bitcoin was first announced as a monolithic chain in 2008, it w...Discuss·1 like·44 readsmodular blockchain
Saloni Saraiyajscoder13.hashnode.dev·Dec 22, 2022Methods vs FunctionsLet's clear some fundamentals. Hi, devs, You might be calling any function as a method or a function randomly in your day-to-day software development lifecycle. So, Let's understand the primary difference between Methods and Functions. What is a fun...Discuss·1 like·94 readsJavaScript