Joseph Tsegentsegsxaviers.hashnode.netยทAug 23, 2021FeaturedSetting up a vanilla Typescript project the right wayAre you new learning typescript or you are an experienced typescript developer? chances are you have the urge to use it in any and every project rather than using plain javascript maybe because it gives you that sense of security. If by any chance yo...142 likesยท3.4K readsTypeScript
Skayskay.hashnode.netยทAug 30, 2020Setup your Hashnode blog in 10 min or less!Introduction One of the things that can be overwhelming whether you either migrate from a different blogging platform or start using a new blogging platform is the amount of things that needs to be setup in order to use the platform to the best of ab...65 likesยท663 readsHashnode
Vikrant Bhatvikrantbhat.hashnode.netยทJul 4, 2020Redux-persist (v6) in detail (React)Whenever you reload your app, the javascript process has nothing in memory. You will have to re-initialize state, and maybe set some basic state based on the url (if you are in a browser). Though usually this is what you want but there are many use c...60 likesยท70 readsRedux
Amit Kumaramitkumarblog.hashnode.netยทJan 11, 2024Insights into Sitecore Search: A Definitive Introduction.messagebox-outer-div { --padding-left: var(--grid-gutter-x-width); --padding-right: var(--grid-gutter-x-width); padding-right: var(--padding-right); padding-left: var(--padding-left); margin-bottom: var(--spacing-xl) !important; } .messagebox-div-fi...ai
Souvik Deysouvikdcoder.hashnode.netยทApr 25, 2023Unboxing Containerization: A Journey into the World of DockerUnderstanding containerization Containerization is a lightweight form of virtualization that allows you to run multiple isolated applications (containers) on a single host, sharing the host's operating system kernel. Containers bundle an application'...Docker
Supriya Msupminn.hashnode.netยทApr 22, 2023Setting up React-Native Development EnvironmentThis article curates some of the issues that one can face while setting up react-native on their system for the first time. I have been working with web development for quite some time. Having developed various web applications using ReactJS, I wante...41 readsReact Native
Ghanshyam DigitalforGhanshyam Digitalshyammakwana18.hashnode.netยทApr 18, 2023How to Set Up Pest Plugin in PHPStorm for SailFollow this step-by-step guide to install and configure Pest plugin for PEST/PHPUnit tests in PHPStorm. You'll learn how to create a new Run/Debug Configuration of type Pest and select your project's docker-compose.yml file in the "Configuration file...Laravel
Iswar Mondaliswar.hashnode.netยทApr 17, 2023Setup Flutter in Windows"So you wanna be a software engineer at Google?" yep you really did read it like her. Anyways, here's how to setup Flutter in Windows. Step 1: Check the compatibility Make sure that you have a minimum of 8 Giga Byte of RAM (16 GB preferable for runni...Flutter
John Ademoyejohna.hashnode.netยทApr 16, 2023Setting Up A Julia Development EnvironmentIntroduction This guide explains how to get Julia running in VS Code. So it is assumed that you have the IDE (Integrated Development Environment) installed on your machine. If not you can download VS Code here. Installation Steps Download and Instal...Julia
Sriyansh Shivamsonichere.hashnode.netยทMar 25, 2023Setup Rust on WindowsRust is a famous systems programming language that prioritises performance, dependability, and security. Setting up a Rust development environment on Windows can be difficult, but with the methods below, you should be up and running in no time. Inst...Rust
Francisco Gutierrezfreefrancisco.hashnode.netยทMar 20, 2023Getting started with Haskell and NixSo, you want to learn Haskell? Congratulations! You're on your way to becoming a much better programmer in no time. However, as every programmer knows, the hardest part about programming is setting up your environment, especially when faced with mult...10 likesยท41 readsNix
Pratik Auteepratikautee.hashnode.netยทMar 19, 2023My Laptop SetupA combination of popular and niche tools that I find useful or cool. Devices: Laptop: M1 MacBook Air, base model. Phone: Google Pixel 7. List of tools: Programming/ Development: Homebrew iTerm2: brew install --cask iterm2 fish shell: brew inst...36 readsmacOS
Narveer Rathorehumbledor.hashnode.netยทMar 17, 2023How to build Friday Night Funkin' (FNF) for webIf you're a fan of rhythm games, chances are you've heard of Friday Night Funkin'. This indie game has taken the gaming world by storm with its catchy tunes, colorful graphics, and challenging gameplay. While the game is available to play online or d...HTML5