Sunny Dsouzasunnydsouza.hashnode.dev·Feb 9, 2025Exploring Oracle Cloud's Always Free Tier: Essential Services, Use Cases, and Setup TipsI recently stumbled upon Oracle Cloud. Previously, I ahve experiences with using AWS Free tier services (valid for 12 months) for spwaning EC2 instances. However, upon some research, it seems Oracle Cloud Infrastructure (OCI) offers one of the most g...Oracle Cloud
Pradumna Sarafblog.pradumnasaraf.dev·Jan 30, 2025Using ARM-based GitHub Actions Runners for WorkflowsAs we have observed a significant transition toward ARM-based CPUs, such as Apple’s M series and Snapdragon's X, it's essential to build, test, and deploy the product and software in a multi-architecture environment to replicate the exact behaviour e...DevOpsOpen Source
Mahad Ahmedblog.mahad.dev·Jan 22, 2025Package your SaaS frontend for self-hosting using GolangSometimes you need to allow for self-hosted subscription of your SaaS whether it's because your client has their own air-gapped system that is not connected to the internet or they want to host it in their on-premise servers. Having the option is alw...golang
DAMIAN ROBINSONwww.damianrobinson.online·Jan 11, 2025Using CPU Registers EffectivelyIn this second foray into Assembly Programming, I get a little into efficiency and memory writes. Here are some examples demonstrating how to use CPU registers effectively for both x86 and ARM architectures. I’ll use registers to perform multiple ope...ProgrammingAssembly
DAMIAN ROBINSONwww.damianrobinson.online·Jan 11, 2025How CPUs Process InstructionsI’m diving into the realm of Assembly Programming in my spare time, because I’ve had an interest in truly low-level code for a while, now. I’d like to develop a deeper understand of how all this tech around me operates at the base level, and I hear i...Programmingassembly language
Abilash Vavilalaazure-devops-for-net-application.hashnode.dev·Nov 25, 2024Deploy ARM template using Azure DevOpsIntroduction In this article, I will deploy ARM template using Azure Devops. I will use Continous Integration of ARM template with Azure Pipelines. source code can be found on Source code and project info Prepare your project In This project we have ...Devops
Vedant Kenerevolutionquantum.hashnode.dev·Nov 24, 2024Revolutionizing Quantum Computing with ARM TechnologiesIntroduction Quantum computing has entered the firmament of innovation with the relentless march of technology. ARM is also making massive strid es in quantum computing, known best for lea ding in energy-efficient and scalable proces- sor designs. Ad...engineering
Manoj Thapaitsmanojthapa.hashnode.dev·Nov 17, 2024How to Install Node.js 14 on Mac Silicon SeriesIf you’re trying to install Node.js 14 using nvm on your macOS M-series computer and facing difficulties, you’re not alone. The reason is that Node.js 14 does not have an official ARM64 binary available, unlike Node.js 16 and later versions that supp...#rosetta
Silias Odionsilias809-cloud-newbie.hashnode.dev·Nov 15, 2024Understanding the Core Architectural Components of Microsoft AzureMicrosoft Azure is one of the leading cloud computing platforms, providing a wide range of services to help businesses and developers build, deploy, and manage applications. To fully utilize Azure, it’s essential to understand its core architectural ...Cloud Computing
user1272047programmingetc.hashnode.dev·Oct 28, 2024Test an Android ARM system on an x86 Debian 12 host using QEMU.To test an Android ARM system on an x86 Debian 12 host using QEMU, you have a few solid options: Limbo Emulator Limbo, a lightweight QEMU-based emulator, supports ARM architectures and is tailored for Android and other lightweight OS environments. It...Android