Cillian Mylesidiomaticbytes.com·Jun 30, 2024Terminal Aliases for Flutter & GitSome maybe more so than others, but typically as developers we use our terminals frequently to complete tasks. Sometimes these tasks have the exact same set of steps, other times the order might of steps might change. If the commands and their order ...6 likes·133 readsFlutter Wrapper
Shivam Katareshivamkatareblog.hashnode.dev·Dec 29, 2023What is config.js and Why Is it Important?Have you ever wanted to adjust your Next.js or React project to fit your exact needs? Well, that's where the config.js file comes in! It's like a control center that holds all the settings and tweaks for your app. Imagine it as a backstage pass allow...1 like·28 readsJavaScript
Sumit Mondalsumit007.hashnode.dev·Dec 6, 2023Unraveling the Power of AWS Config: A Creative Dive into Cloud ManagementIntroduction: In the ever-evolving realm of cloud computing, AWS (Amazon Web Services) stands as a pioneer, continually pushing the boundaries of innovation. Among its myriad of services, AWS Config emerges as a silent hero, providing a panoramic vie...43 readsAWS - TheoryAWS
Gulshan Kumarperfinsights.hashnode.dev·Aug 26, 2023Run JMeter Test by Sending Unique Value to Each Thread In JMeterHow is the CSV Data Set Config Element used in JMeter? The CSV Data Set Config element is used to send the unique values to each user in JMeter test by utilizing a CSV data file. The CSV Data Set Config element reads the data from the CSV file and sp...90 readsPerformance Insightsperformance
Bear Liubeartalking.com·Jun 29, 2023Keynote session with Stripe - Bear's Config2023 learning notesOne of the learning notes that I took from Config 2023. Watched the Stripe keynote session at Config, presented by Katie Dill and David Singleton. It was packed with insights and only took 30 minutes of my time. I also experimented with consuming th...146 readsDesign
Bear Liubeartalking.com·Jun 22, 2023First impression and some thoughts on Config 2023👋 Hello, designers! This morning, I watched the Config Keynote 2023, and I must say, a few pain points that have bothered me for a while are now resolved by a brilliant feature: Variables. I know many designers will discuss this feature in detail,...250 readsEnglish contentfigma
Gaurav GforCoffeedcoffeed.hashnode.dev·Apr 18, 2023Tips to SSH to a remote server with easeSSH is the best way to connect to your remote servers. Most of the time, you would make use of PuTTy to connect to the servers, preconfiguring the path to your ssh key along with the username and IP. There are a few of us, who live on the edge and co...1 like·59 readsssh
Dhawal Pandyadhawalpandya01.hashnode.dev·Jan 16, 2023Why do we have config.js?The config.js file is a JavaScript file that contains configuration settings for your application. These settings can include things like API keys, server URLs, and other settings that are likely to change depending on the environment (development, s...1 like·563 readsconfiguration
Sood Ruchikaruchikasood.hashnode.dev·Dec 20, 2022Eslint configuration for unused variables in NextJs app, with typescriptYou can use the below eslint config in your nextjs, typescript app.Do not forget to include the required pkgs in package.json { "root":true, "parser": "@typescript-eslint/parser", "extends": [ "prettier", "eslint:recommended", "plug...1 like·513 readseslint