Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,512articles · 30d
  • 2+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 293avg words
articles per day
Categories
  • Software Dev. 9,716
  • Science & Technology 9,590
  • Computers & Electronics 7,426
  • Business & Industrial 810
  • Internet & Telecom 773
  • Economy, Business & Finance 382
  • Finance 333
  • Arts, Culture, Entertainment & Media 244

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > apiovanidev > go-with-arm-1dg3

Go with ARM

1+ day, 11+ hour ago   (25+ words) What is ARM An ARM processor is a chip that follows the ARM instruction set architecture, a set of... Tagged with go, programming, backend, aws....

DEV Community
dev.to > lextrem > looking-for-peer-reviewers-system-design-unboxed-new-digital-book-512m

Looking for peer reviewers: "System Design Unboxed" (new digital book)

6+ day, 17+ hour ago   (22+ words) Hey DEV community! A few days ago, we self-published our new digital book System Design Unboxed... Tagged with systemdesign, distributedsystems, discuss, architecture....

DEV Community
dev.to > garsetayusuf > automating-oracles-always-free-arm-instance-so-you-dont-have-to-babysit-it-76

Automating Oracle's Always-Free ARM Instance (So You Don't Have To Babysit It)

2+ week, 5+ day ago   (339+ words) As a developer who likes free compute, I frequently found myself caught in a tedious cycle: trying to provision an Always-Free ARM instance on Oracle Cloud Infrastructure (OCI), watching it fail, and then trying again. And again. And again. Capacity…...

DEV Community
dev.to > yunar-r > porting-intel-sse-intrinsics-to-arm-neon-in-a-real-c-project-5f5f

Porting Intel SSE Intrinsics to ARM NEON in a Real C Project

3+ week, 1+ day ago   (474+ words) I recently wanted to see what actually happens when an existing C project containing Intel SSE intrinsics is ported to ARM64. The usual example is straightforward: But real porting work is rarely just a table of intrinsic names. So I created…...