Morning.dev
My Feed Popular
Login
DEV Community • 2026-04-28 23:15

How I Built an AI That Translates Code Between 27 Languages (Solo, No Budget)

Every developer has hit this wall. You have working code. It does exactly what you need. But it's in the wrong language. Maybe you're migrating a Python service to Go. Maybe a client needs a JavaScript utility rewritten in TypeScript. Maybe you inherited a PHP codebase and the whole team wants out. So you copy it into ChatGPT and ask it to translate. And it kind of works — until you look closer ...

0 0
6m read
A-bomb survivors march in New York ahead of nuclear treaty review confab
newest submissions : multi • 2026-04-28 23:15

A-bomb survivors march in New York ahead of nuclear treaty review confab

submitted by /u/ComprehensiveWin1434 to r/worldnews [link] [comments]

0 0
1m read
Apple Set to Become Third-Biggest Laptop Maker This Year
newest submissions : multi • 2026-04-28 23:14

Apple Set to Become Third-Biggest Laptop Maker This Year

submitted by /u/-protonsandneutrons- to r/hardware [link] [comments]

0 0
1m read
DEV Community • 2026-04-28 23:06

I shipped my first AI iOS app in 24 days. Apple rejected it 4 times. Here's what I learned.

A solo founder's honest recap of building HadaBuddy: 508 commits, 4 Apple rejections, one Gemini API key, and the parts nobody writes about. I started building HadaBuddy on March 28, 2026. I had it live in the App Store 24 days later. I didn't quit my job. I didn't take vacation. I have a full-time engineering role I genuinely love, and HadaBuddy got built in the cracks: weeknights after m...

0 0
11m read
C#: 𝗧𝗵𝗲 𝗦𝗽𝗲𝗰𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗣𝗮𝘁𝘁𝗲𝗿𝗻
DEV Community • 2026-04-28 23:02

C#: 𝗧𝗵𝗲 𝗦𝗽𝗲𝗰𝗶𝗳𝗶𝗰𝗮𝘁𝗶𝗼𝗻 𝗣𝗮𝘁𝘁𝗲𝗿𝗻

𝘛𝘩𝘦 𝘚𝘱𝘦𝘤𝘪𝘧𝘪𝘤𝘢𝘵𝘪𝘰𝘯 𝘗𝘢𝘵𝘵𝘦𝘳𝘯 𝘧𝘪𝘹𝘦𝘴 𝘪𝘵: 𝘸𝘳𝘪𝘵𝘦 𝘢 𝘣𝘶𝘴𝘪𝘯𝘦𝘴𝘴 𝘳𝘶𝘭𝘦 𝘰𝘯𝘤𝘦, 𝘶𝘴𝘦 𝘪𝘵 𝘦𝘷𝘦𝘳𝘺𝘸𝘩𝘦𝘳𝘦 — 𝘲𝘶𝘦𝘳𝘪𝘦𝘴, 𝘤𝘰𝘮𝘮𝘢𝘯𝘥𝘴, 𝘷𝘢𝘭𝘪𝘥𝘢𝘵𝘪𝘰𝘯, 𝘵𝘦𝘴𝘵𝘴. In 8 slides: ✅ Why rules get d̶u̶p̶l̶i̶c̶a̶t̶e̶d̶ ✅ Two ways to use a spec 𝙏𝙤𝙀𝙭𝙥𝙧𝙚𝙨𝙨𝙞𝙤𝙣() vs 𝙄𝙨𝙎𝙖𝙩𝙞𝙨𝙛𝙞𝙚𝙙𝘽𝙮() ✅ One e-commerce rule, five real consumers ✅ Combine specs with .𝘼𝙣𝙙() .𝙊𝙧() .𝙉𝙤𝙩() ✅ Test business rules with no database

0 0
1m read
Product Hunt — The best new products, every day • 2026-04-28 23:01

Mintlify Editor

AI-native collaborative editor Discussion | Link

0 0
1m read
DEV Community • 2026-04-28 23:00

CI/CD Pipeline for a Multi-Site Video Platform

ViralVidVault is part of a family of video platforms, each running on separate LiteSpeed shared hosting. Same codebase, different configurations. Deploying manually to multiple hosts was error-prone and tedious. Here's the GitHub Actions pipeline that replaced it. Constraints Shared hosting means no SSH, no Docker on the server, no git pull. The only deployment option is FTP. The pipel...

0 0
3m read
DEV Community • 2026-04-28 22:59

Why Developers Abandon 90% of Their Side Projects (And How I Used AI to Fix My Brain)

If you’re a developer, indie hacker, or just someone who builds things, you probably have a folder on your computer right now filled with half-finished projects. You bought the domain. You set up the boilerplate. You worked on it passionately for one weekend. And then... nothing. It sits there, collecting digital dust, adding to your growing sense of guilt. I have a massive graveyard of unfinis...

0 0
4m read
DEV Community • 2026-04-28 22:59

How I Built a Real-Time DDoS Detection Engine From Scratch (And What I Learned)

How I Built a Real-Time DDoS Detection Engine From Scratch (And What I Learned) A few weeks ago I was given a task that sounded simple on paper: watch incoming HTTP traffic, figure out what "normal" looks like, and automatically block anything that looks like an attack. No third-party tools. No Fail2Ban. Just raw Python, some math, and a Linux firewall. This post is my attempt to explain how I b...

0 0
9m read
DEV Community • 2026-04-28 22:58

Flutter GoRouter Advanced — Nested Navigation, Auth Guards, and Deep Links

Flutter GoRouter Advanced — Nested Navigation, Auth Guards, and Deep Links Practical GoRouter patterns beyond the basics. Nested Navigation with ShellRoute final router = GoRouter( routes: [ ShellRoute( builder: (context, state, child) => ScaffoldWithBottomNav(child: child), routes: [ GoRoute(path: '/home', builder: (c, s) => const HomePage...

0 0
2m read
Hacker News • 2026-04-28 22:58

Show HN: I built another to do list. But it does a lot

Comments

0 0
1m read
Newest questions tagged javascript - Stack Overflow • 2026-04-28 22:56

Printing page without dialog box printer

I have one page that call the page for printing. But the problem is I need to go directly on printing page process without opening the dialog box print preview. After printing out page close. Someone can resolv it in PHP with Javascript. <script type="text/javascript"> function PrintPage() { window.print(); } window.addEventListener('DOMContentLoaded', (ev...

0 0
1m read
DEV Community • 2026-04-28 22:54

The Small Documentation Mistakes That Turn Good Products Into Frustrating Ones

A lot of products don’t feel broken. They just feel… frustrating. Not because they don’t work. But because using them takes more effort than it should. And most of the time, that comes down to small mistakes most teams don’t notice. Starting With Structure Instead of Action Many docs start by explaining the system: How it’s organized What each part does How everything connects But users ...

0 0
1m read
DEV Community • 2026-04-28 22:50

Supabase Stripe — Implement Subscription Billing with Edge Functions

Supabase × Stripe — Implement Subscription Billing with Edge Functions Build a monthly subscription system with Stripe and Supabase Edge Functions. Architecture Overview Flutter → Supabase EF (create-checkout) → Stripe Checkout Stripe Webhook → Supabase EF (stripe-webhook) → DB update Flutter → Supabase DB (read subscription status) Create a Checkout Sessio...

0 0
2m read
DEV Community • 2026-04-28 22:49

Indie Dev Incorporation — When Should You Form a Company?

Indie Dev Incorporation — When Should You Form a Company? The "should I incorporate?" question has a break-even answer rooted in tax math. Sole Proprietor vs Corporation Tax Rates (Japan) Sole proprietor (income tax + resident tax + business tax): Taxable income ¥3.3M–¥6.95M: 20% + 10% = ~30% Taxable income ¥6.95M–¥9M: 23% + 10% = ~33% Taxable income ¥9M–¥18M: ...

0 0
2m read
DEV Community • 2026-04-28 22:48

Dart 3 New Features — Sealed Classes, Pattern Matching, and Records

Dart 3 New Features — Sealed Classes, Pattern Matching, and Records Dart 3 changed how we write Dart. Master the three flagship features with real examples. Records: Return Multiple Values Type-Safely // Before Dart 3: needed a Map or a dedicated class Map<String, dynamic> getUser() => {'name': 'Alice', 'age': 30}; // Dart 3: Records are type-safe (String name, ...

0 0
2m read
newest submissions : multi • 2026-04-28 22:48

Ex-neurologist not guilty on 48 counts of sexual assault, Ontario judge rules | CBC

submitted by /u/Few_Negotiation832 to r/news [link] [comments]

0 0
1m read
DEV Community • 2026-04-28 22:48

Your AI Agent Can Be Socially Engineered. Here Are 3 Attacks That Prove It.

No jailbreak. No exploit. No alert fired. Just a conversation. In September 2025, a Chinese state-sponsored threat group ran a cyberattack against 30 organizations globally. The human operator clicked a button. The AI did the rest — reconnaissance, lateral movement, exploitation — autonomously, at machine speed, without writing a single line of code. This wasn't a proof-of-concept. Thi...

0 0
5m read
DEV Community • 2026-04-28 22:47

Not Your grandma's Code

A modern guide to using jQuery to style elements without a CSS stylesheet Gone are the days where three experts are needed for one project. In the age of AI and agents, junior devs should learn to be a powerhouse, a one stop shop, a jack of all trades. What if I told you one tool could implement designs in under 5 minutes. Web Development: HTML vs CSS vs JavaScript For my newbies in ...

0 0
1m read
🗓️ Monthly Dev Report: April 2026
DEV Community • 2026-04-28 22:44

🗓️ Monthly Dev Report: April 2026

Post Cover is "Soda Pop" from Kpop Demon Hunters featuring @javz, @embernoglow, @konark_13, @nickytonline and @meg_gutshall! Hey everyone! I bring you my development journey on what I have discovered, accomplishments for this month, and the goals for next month! Additionally, I will share some posts highlights on what post I am proud of sharing to Dev.to and my top 3 posts that stood out to me...

0 0
4m read
Previous Next

Showing page 369 of 1870

Previous 369 Next