Ahamad Basha NSintro-to-c-net-core.hashnode.dev·Dec 7, 2024var and dynamic KeywordsIn-Depth Explanation of var and dynamic Keywords 𝐯̲𝐚̲𝐫̲ ̲🦸̲̲ 𝐚̲𝐧̲𝐝̲ ̲𝐝̲𝐲̲𝐧̲𝐚̲𝐦̲𝐢̲𝐜̲ ̲🦹̲̲ ̲𝐊̲𝐞̲𝐲̲𝐰̲𝐨̲𝐫̲𝐝̲𝐬̲ When you get tired of declaring data types of variables. And you don't want to stress on small things and focus on the...coding tips
LushKitslushkits.uk·Nov 30, 2024Franchise FontUnleash Your Creativity with Franchise Font: A Textured Script Typeface In the world of design, typography is more than just text; it’s a vital element that communicates emotions and enhances narratives. Enter Franchise Font—a bold, textured script t...artistic
SixPixelsixpixel.uk·Nov 16, 2024Jadani Font FreeUnlock Your Creativity with the Jadani Font In the ever-evolving world of design, the right font can be the spark that ignites your creative journey. Enter Jadani, an exceptional script font that effortlessly blends elegance with versatility. Its dyn...jadani
Houndiohoundio.uk·Nov 9, 2024Sleipnir Font: Unleashing Creativity in Norse MythologyUnleash Creativity with the Sleipnir Font: A Journey into Norse Mythology In a world saturated with design choices, finding a typeface that speaks to your vision can be a daunting task. For those on the hunt for something unique, powerful, and inspir...legendary
Anandkumaranandpak.hashnode.dev·Sep 13, 2024Handling Dynamic Content and Complex Interactions with Playwright 🎭When working with web automation, dynamic content and complex interactions often pose challenges ⏳. Web elements may load late, or interactions like drag-and-drop, hover, or complex form submissions require careful handling. Playwright is a fantastic...#Playwright #AutomationScript #WebTesting #Chromium #BrowserAutomation #CodeGeneration
Jinali Ghogharijinali.hashnode.dev·Mar 13, 2024Difference Between var & dynamic keywords in dartCertainly! In simple terms: var in Dart: Use var when you want the Dart compiler to figure out and set the type of a variable based on the value it is assigned. The type is determined at compile-time and remains fixed once assigned. Exampl...Dartvar
Taegu Kangktg0210.hashnode.dev·Jan 17, 2024Aurora MySQL parameters and reboot-required or NOToutline AWS RDS can change parameters using custom parameter groups. There are parameters which reqiured rebooting or not. Aurora MySQL parameters https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Reference.ParameterGro...AWS Basicparameter groups
Gowtham reddysivacodes.hashnode.dev·Dec 31, 2023Building static/dynamic C++ libraries with CMakeWhat Exactly is CMake? CMake, which stands for Cross-Platform Make, is an open-source build system and project configuration tool designed to manage the build process of software projects. It provides a unified, platform-independent way to specify ho...buildtools
Jameliajdeveloper.hashnode.dev·Mar 16, 2023language C - malloc, free, callocLet's first explain dynamic memory allocation all time in general use variables, and arrays are fixed size but what's you should do if you don't know the size of the array? have declared it? but if depends on another variable? that's the reason to us...41 readsC
Ankit Sandalankitsandal.hashnode.dev·Feb 5, 2023What are Static & Dynamic Websites?Static Website Basically, a Static Website is a site created by the use of basic web languages like; HTML, CSS, and JavaScript. It is a limited functional site with a lack of flexibility and no user interactions. It does not change frequently based o...static