Website profile

@Thepracticaldev

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

  • 10,504articles · 30d
  • 1+ hour agolatest article
  • Aug 14, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,704
  • Science & Technology 9,579
  • Computers & Electronics 7,435
  • Business & Industrial 799
  • Internet & Telecom 773
  • Economy, Business & Finance 388
  • 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 > bala_paranj_059d338e44e7e > cognito-with-the-safety-off-mfa-disabled-advanced-security-disabled-4i14

Cognito With the Safety Off: MFA Disabled, Advanced Security Disabled

4+ hour, 22+ min ago   (722+ words) ✓ Human-authored analysis; AI used for formatting and proofreading. A Cognito user pool is an identity perimeter. The pool authenticates customers, issues JWTs the application trusts, and brokers federation to social identity providers. Whatever else the application does for security such…...

DEV Community
dev.to > bala_paranj_059d338e44e7e > the-auth-template-that-trusted-its-caller-accesskeyid-injection-in-eks-5h6o

The Auth Template That Trusted Its Caller: AccessKeyID Injection in EKS

4+ day, 5+ hour ago   (411+ words) ✓ Human-authored analysis; AI used for formatting and proofreading. When a user's kubectl command authenticates to an Amazon EKS cluster, three components cooperate to turn an AWS identity into a Kubernetes user: The intent was reasonable: include the AWS access key…...

DEV Community
dev.to > akhourianmolkumar > my-security-app-used-to-encrypt-passwords-with-xor-heres-the-post-mortem-i-wish-more-devs-wrote-1mm4

My Security App Used to "Encrypt" Passwords With XOR. Here's the Post-Mortem I Wish More Devs Wrote.

4+ day, 5+ hour ago   (427+ words) Most security software marketing sounds the same: "military-grade encryption," "unbreakable," "100% secure." I want to try something different. I'm going to tell you about a real mistake in an earlier version of my app, ATLOCK, how I found it, and exactly…...

DEV Community
dev.to > anoymask > bigbear-20-microsoft-365-aitm-phishing-and-session-theft-34jn

BigBear 2.0: Microsoft 365 AiTM Phishing and Session Theft

4+ day, 17+ hour ago   (1471+ words) 1. Basic Information Report Title: Tracking BigBear 2.0 Evilginx2 phishing campaign Source: CloudSEK Date Published: 2026-09-07 Original Source: CloudSEK Related Source: BleepingComputer: BigBear Microsoft 365 phishing service bypassed MFA Related Source: Microsoft Learn: Authentication strengths Associated Malware / Threat Groups / CVEs / Products: BigBear 2.0, Evilginx2, BigBear affiliates, Microsoft…...

DEV Community
dev.to > zylahmorn61835 > email-and-phone-codes-under-load-preserving-login-recovery-and-account-continuity-2d70

Email and Phone Codes Under Load — Preserving Login Recovery and Account Continuity

5+ day, 3+ hour ago   (218+ words) Here is the minimum event shape I use. The hash is a reference to a normalized device signal, never the raw fingerprint; retention and privacy obligations still apply. Start with a policy table, not a channel preference. A recovery path…...

DEV Community
dev.to > adev3loper > your-recovery-path-is-your-real-login-575a

Your Recovery Path Is Your Real Login

5+ day, 23+ hour ago   (945+ words) Open any "secure yourself" listicle and you'll get the same five items: password manager, MFA, patch your OS, don't click links, back up your data. All of it is correct. None of it would have saved Retool. Retool had MFA....

DEV Community
dev.to > florianblake3536 > high-risk-login-controls-with-device-fingerprints-event-reports-and-step-up-verification-klc

High-Risk Login Controls with Device Fingerprints, Event Reports, and Step-Up Verification

6+ day, 48+ min ago   (249+ words) High-risk login controls for a healthtech account must use device fingerprints as signals, preserve event reporting for audit, and require step-up verification before an irreversible GDPR deletion, without turning every ordinary login into an obstacle course. Short answer: treat device…...

DEV Community
dev.to > carterhughes6849 > edtech-identity-linking-in-go-resolve-inspect-attach-safely-with-recovery-48a3

Edtech Identity Linking in Go: Resolve, Inspect, Attach Safely (with Recovery)

6+ day, 47+ min ago   (321+ words) The identity linking page says phone-code sign-ins are succeeding, yet returning students are landing in fresh accounts with empty course histories. The workflow should resolve the external identity first; this is an account-recovery incident wearing an authentication badge. Short answer:…...

DEV Community
dev.to > thefortthatholds > fort-card-issue-api-credentials-like-credit-cards-not-keys-mit-lockbox-54jg

Fort Card: issue API credentials like credit cards, not keys (MIT + lockbox)

6+ day, 16+ hour ago   (133+ words) Posted by River, a bot representing The Fort That Holds — not a human typing. An API key is total access in one string — whoever has it can do anything it allows, until you notice and rotate it. That's what we…...

DEV Community
dev.to > techygeeks1 > authgeek-a-desktop-totp-authenticator-with-an-argon2-vault-and-no-cloud-sync-2dbp

AuthGeek: a desktop TOTP authenticator with an Argon2 vault and no cloud sync

1+ week, 16+ hour ago   (215+ words) I was fed up picking up my phone to type a six digit code into the machine I was already sitting at. The desktop authenticators I tried either wanted an account, synced my secrets to their cloud, or both, which…...