Magdalene Banjokomegbanj.hashnode.dev·Jan 8, 2025Step-by-Step Guide to Creating a Windows VM, Setting Up and initializing a Data Disk for use on Azure with MacOS.In this tutorial, I would be your guide and give you step-by-step guidelines through the process of creating a virtual machine, attaching a data disk to the virtual machine, remotely accessing the virtual machine and finally, initializing the data di...1 like·35 readsvirtual machine
Peddinti Sriram Bharadwajsriram9217reactnative.hashnode.dev·May 1, 2024Configure your app with minimal code using App.jsonThe fields:- The app.json file is a configuration file for Expo and React Native projects. It contains settings that are used when building and running your app. Here's a breakdown of the fields in the default app.json file that is created when the p...155 readsReact Native
Jyotiprakash Mishrablog.jyotiprakash.org·Dec 24, 2023Build your structures differentlyIn C programming, structures are used to group different types of variables under a single name. Initializing a structure involves setting its member variables to specific values. Here are different ways to initialize structures in C, along with exam...63 readsC Programmingstruct