✕ Clear all filters
15 articles
▶ Videos →

📰 Dev.to · Ankit Verma

15 articles · Updated every 3 hours · View all reads

All Articles 185,801Blog Posts 168,909Tech Tutorials 49,743Research Papers 36,210News 22,910 ⚡ AI Lessons
BeanPostProcessor & BeanFactoryPostProcessor
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 1mo ago
BeanPostProcessor & BeanFactoryPostProcessor
Two hooks with nearly the same name Spring's container builds your objects so you don't...
Component scanning & stereotypes
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
Component scanning & stereotypes
The last article left a thread dangling. It showed that the annotation style marks a class as a bean...
Configuration styles: XML annotations Java config
Dev.to · Ankit Verma 🔧 Backend Engineering 3mo ago
Configuration styles: XML annotations Java config
Every Spring application starts with the same quiet question: how does the container know which...
ApplicationContext vs BeanFactory
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 3mo ago
ApplicationContext vs BeanFactory
Every article so far has talked about "the container" — the factory that builds and wires your beans....
Download and Save WhatsApp Media Using Media ID (WhatsApp Cloud API) in Laravel and Core PHP
Dev.to · Ankit Verma 📣 Digital Marketing & Growth ⚡ AI Lesson 7mo 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...
How to Check External API Throttle Limit in Laravel
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 8mo 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...
How to create custom helper functions in Laravel ?
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 8mo ago
How to create custom helper functions in Laravel ?
How to Create Custom Helper Functions in Laravel Sometimes you need small reusable...
How do I get the query builder to output its raw SQL query as a string?
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 8mo 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...
Say Goodbye to Cronjobs: It’s Time to Use Task Scheduler & Queue in Laravel
Dev.to · Ankit Verma ⚡ Algorithms & Data Structures ⚡ AI Lesson 9mo 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...
City Search with Relevance Ranking (with Laravel example)
Dev.to · Ankit Verma 🔧 Backend Engineering ⚡ AI Lesson 10mo 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...
Create “Loading Dots” Animations in Tailwind CSS
Dev.to · Ankit Verma 🖌️ UI/UX Design ⚡ AI Lesson 1y 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...