📰 Dev.to · Ankit Verma
10 articles · Updated every 3 hours · View all reads
All
Articles 85,114Blog Posts 106,834Tech Tutorials 20,929Research Papers 18,058News 14,134
⚡ AI Lessons

Dev.to · Ankit Verma
1d ago
Component scanning & stereotypes
The last article left a thread dangling. It showed that the annotation style marks a class as a bean...

Dev.to · Ankit Verma
2d ago
Configuration styles: XML annotations Java config
Every Spring application starts with the same quiet question: how does the container know which...

Dev.to · Ankit Verma
3d ago
ApplicationContext vs BeanFactory
Every article so far has talked about "the container" — the factory that builds and wires your beans....

Dev.to · Ankit Verma
3mo ago
Download and Save WhatsApp Media Using Media ID (WhatsApp Cloud API) in Laravel and Core PHP
When working with the WhatsApp Cloud API, media files such as images, videos, documents, and audio...

Dev.to · Ankit Verma
5mo ago
How to Check External API Throttle Limit in Laravel
When working with external APIs, you don’t always know their rate limits in advance. Most APIs don’t...

Dev.to · Ankit Verma
5mo ago
How to create custom helper functions in Laravel ?
How to Create Custom Helper Functions in Laravel Sometimes you need small reusable...

Dev.to · Ankit Verma
5mo ago
How do I get the query builder to output its raw SQL query as a string?
How to Get the Raw SQL Query from Laravel’s Query Builder While working with Laravel’s...

Dev.to · Ankit Verma
5mo ago
Say Goodbye to Cronjobs: It’s Time to Use Task Scheduler & Queue in Laravel
Use Laravel's Scheduler & Queues Instead of Dispersing Cronjobs There is a much cleaner and more...

Dev.to · Ankit Verma
7mo ago
City Search with Relevance Ranking (with Laravel example)
If you’re building a city search (like an autocomplete), you can easily rank results so the most...

Dev.to · Ankit Verma
9mo ago
Create “Loading Dots” Animations in Tailwind CSS
When you want to show a loading state, a simple spinner is common, but sometimes it feels too...
DeepCamp AI