Explore WebMagic, its architecture, and setup details.
Also find me here:
Baeldung Author
Rajat Garg
I'm a Full Stack Developer deeply passionate about coding and constant learning, with 7 years of experience. I like working with Java, Spring (Boot), Microservices, Docker, TypeScript and Angular. Outside of work, I enjoy cooking and exploring new places through travel.
Here's what I've written (so far):
Baeldung on Java
- All
- Algorithms (5)
- Java Dates (4)
- Architecture (3)
- Networking (2)
- Java Web (2)
- Jackson (2)
- Web Services (1)
- Testing (1)
- Spring (1)
- REST (1)
- Persistence (1)
- Maven (1)
- Java List (1)
- Java IO (1)
- Java Collections (1)
- Jakarta EE (1)
- JVM (1)
- JSON (1)
- Core Java (1)
Introduction to DiceDB
Filed under Architecture, Persistence
Learn how to establish a connection to a DiceDB instance and perform basic CRUD operations.
Arguments Prefixes in the JVM
Filed under JVM
Explore various JVM argument prefixes.
Copy Specific Fields by Using BeanUtils.copyProperties in Spring
Filed under Spring
Explore various approaches to copying specific fields using BeanUtils.copyProperties in Java.
How to Run a Class Within a WAR File Using the Command Line
Filed under Core Java
Explore different approaches to running a WAR file via a command line in Java.
Generate All Possible IP Addresses From Given Numeric String in Java
Filed under Algorithms, Networking
Learn different ways to generate all possible IP addresses from a given numeric string in Java, including brute force, backtracking, and dynamic programming.
Relationship and Difference Between HAL and HATEOAS
Filed under Architecture, REST, Web Services
Explore HATEOAS (Hypermedia as the Engine of Application State) and HAL (Hypertext Application Language).
How Does a Random Seed Work in Java?
Filed under Algorithms
Learn how random seeds work in Java and uncover their role in random number generation.
How to Retrieve a List of Available Folders in a Mail Account Using JavaMail
Filed under Networking
Learn how to retrieve available folders in a mail account using the IMAP protocol.
Baeldung on Computer Science
- All
- Security (1)
Significance of a JWT Refresh Token
Filed under Security
Explore the significance of refresh tokens and potential challenges with token expiration.