Filter
Exclude
Time range
-
Near
66- Continuing with Celery, focusing on how brokers and workers enable concurrency by distributing tasks and processing them independently across multiple workers. #Python #Celery #BackendDevelopment #DistributedSystems #Concurrency #100DaysOfCode #BuildInPublic
1
3
Just completed a complete Spring Boot course ๐Ÿš€ Covered: โœ… IoC & Dependency Injection โœ… REST APIs โœ… CRUD Operations โœ… Spring Data JPA โœ… HTTP Status Codes โœ… Frontend Integration โœ… Full Course Registration System Project #SpringBoot #Java #BackendDevelopment #BuildInPublic
1
3
38
Day 11/420 โœ… Not chasing speed Just showing up every day. Today's focus was understanding how programs store and work with data beyond a single run. ๐Ÿ“– Notes & Practice: github.com/Adyaprana/Backendโ€ฆ #Python #BackendDevelopment #LearningInPublic #BuildInPublic #SoftwareEngineering
1
2
FREE Java Backend Course 2026 | Spring Boot from Basic to Advanced #JavaBackend #SpringBoot #JavaCourse #BackendDevelopment #FreeCourse #SpringFramework #Programming #CoderArmy Start Date: 15 June 2026 Class Timing: 9pm (Mon, tue, thu, Fri)
1
7
88
Day 4 of #100DaysOfCode ๐Ÿš€ Covered: โœ… Static keyword in Java โœ… Difference between static and non-static members โœ… Memory sharing using static variables โœ… Practical examples of classes and objects #Java #BackendDevelopment #OOP #Coding #100DaysOfCode #LearnInPublic
1
Day 3 of #100DaysOfCode Continuing my Java Backend journey today. โœ… Basics of OOP in Java โœ… Classes and Objects โœ… How real-world entities are represented in code โœ… Creating objects and accessing properties/methods #Java #OOP #BackendDevelopment #100DaysOfCode #CodingJourney
2
so i've been quietly learning backend dev for a while now, and a few weeks ago i leveled up by joining a backend dev program with @BeTechified We just began the advanced part of the program and Iโ€™ve learnt a lot already #backendDevelopment
1
1
21
๐Ÿš€ Day 31 - Restarting My Full-Stack Journey Today was one of the most exciting milestones in my backend journey so far. Instead of learning isolated concepts, I built a complete backend project and connected multiple technologies together to create a real-world API. ๐Ÿ› ๏ธ Project Built: ๐Ÿ“‡ Contact Manager API Built using: * Node.js * Express.js * MongoDB * Mongoose * JWT Authentication * bcrypt ๐Ÿ“š What I learned today: โœ… Express Project Structure * Routes * Controllers * Models * Middleware * Config Files โœ… MVC Architecture * Separating business logic from routes * Writing cleaner and scalable code โœ… MongoDB & Mongoose * Creating Schemas * Creating Models * Performing CRUD Operations * Database Relationships using ObjectId references โœ… User Authentication * User Registration * User Login * Password Hashing with bcrypt * JWT Token Generation โœ… Authorization * Protected Routes * Token Validation Middleware * Accessing authenticated user information โœ… Custom Middleware * Authentication Middleware * Centralized Error Handling Middleware โœ… Environment Variables * Storing secrets securely * Database connection strings * JWT secret keys ๐Ÿ› ๏ธ Features Implemented: โœ… Register User โœ… Login User โœ… Generate JWT Token โœ… Create Contact โœ… Get All Contacts โœ… Get Single Contact โœ… Update Contact โœ… Delete Contact โœ… Protected API Routes ๐Ÿ’ก Biggest takeaway: Today was the first time I felt like I was building a real backend application instead of just experimenting with APIs. Understanding how authentication, databases, middleware, controllers, and routes work together gave me a much clearer picture of how modern backend systems are structured. From simple Express servers to a complete authenticated CRUD API , the journey is getting more exciting every day ๐Ÿš€ #100DaysOfCode #FullStackDevelopment #BackendDevelopment #NodeJS #ExpressJS #MongoDB #Mongoose #JWT #WebDevelopment #LearningInPublic #ChaiCode @Hiteshdotcom @piyushgarg_dev @yntpdotme @surajtwt_ @ChaiCodeHQ @nirudhuuu
๐Ÿš€ Day 30 - Restarting My Full-Stack Journey Today was a very practical backend development day. Instead of focusing only on theory, I spent most of my time building APIs with Express.js and understanding how routing and middleware work behind the scenes. This was one of those days where concepts started feeling much more real because I could actually see requests moving through my application. ๐Ÿ“š What I learned today: โœ… Express Fundamentals * Creating Express applications * Understanding request and response objects * Working with JSON data using: app.use(express.json()) * Sending responses using: * `res.send()` * `res.json()` * `res.status()` * `res.redirect()` * `res.sendStatus()` โœ… Route Parameters & Query Parameters Worked with: /menu/:id and /search?q=biryani Understanding the difference between: * `req.params` * `req.query` โœ… HTTP Methods in Express Implemented: * GET * POST * PUT * PATCH * DELETE Built CRUD-style APIs and understood where each method should be used. โœ… Express Routing * Route handlers * Dynamic routes * Wildcard routes * Route chaining using: app.route() โœ… Middleware Deep Dive Learned how middleware works in Express: * Request logging middleware * Timing middleware * Authentication middleware * Authorization middleware Understanding: next() and why forgetting it can cause requests to hang forever. โœ… Authentication & Authorization Built custom middleware for: * Token validation * User identification * Role-based access control Understanding the difference between: * Authentication โ†’ Who are you? * Authorization โ†’ What are you allowed to do? ๐Ÿ› ๏ธ Practical Work Built multiple Express applications that included: โœ… Basic Express Server โœ… Route Parameters โœ… Query Parameters โœ… CRUD Operations โœ… Request Logging โœ… Authentication Middleware โœ… Role-Based Authorization โœ… Custom Response Handling ๐Ÿ’ก Biggest takeaway: Today made me realize that middleware is one of the most powerful concepts in backend development. Instead of writing the same code in every route, middleware allows us to handle logging, authentication, validation, and many other concerns in a clean and reusable way. Backend development is starting to feel much more structured and scalable now ๐Ÿš€ #100DaysOfCode #FullStackDevelopment #BackendDevelopment #NodeJS #ExpressJS #JavaScript #APIs #Middleware #LearningInPublic #ChaiCode #DAY1 #DAY30 #100DaysOfSilence @Hiteshdotcom @piyushgarg_dev @yntpdotme @surajtwt_ @ChaiCodeHQ
1
14
Spring Security 7 makes Lambda DSL the standard, offering cleaner, more readable configurations with less boilerplate and better alignment with modern Spring Boot applications. #SpringSecurity #SpringBoot #Java #BackendDevelopment
6
521
Lecture No 7 Completed โœ”๏ธ Studied the differences between JSON and JavaScript Objects. Also understood the workflow of a Node.js and Express app, including request handling,route matching, responses,and libuv. #BackendDevelopment #NodeJS #ExpressJS #JSON #JavaScript #Consistency
8
65- Continuing with Celery, focusing on message brokers and understanding how tasks are queued, distributed, and delivered to workers for execution. #Python #Celery #BackendDevelopment #DistributedSystems #AsyncProgramming #100DaysOfCode #BuildInPublic
3
๐Ÿš€ Go or Golang is a modern, efficient programming language built for performance, simplicity, and scalability. ๐Ÿ’ป ๐Ÿ‘‰ Learn more: atb.page/ ๐ŸŽฏ โžก๏ธ Follow @Trainingbasket for more! ๐Ÿ’ก #go #golang #backenddevelopment #programminglanguage #trainingbasket
20
Lecture No 6 Completed โœ… Studied what HTTP is and how to create a server using Express. Covered route patterns using ?, , and * operators, and learned about route parameters (params). #BackendDevelopment #NodeJS #ExpressJS #HTTP #Routing #Params #WebDevelopment
9
Day 10/420 โœ… Ten days into the journey. Nothing flashy just showing up, learning, and staying consistent. Building a strong foundation now so future projects become easier to understand and build. ๐Ÿ“– Notes & Practice: github.com/Adyaprana/Backendโ€ฆ #Python #BackendDevelopment
10
From 1 server to millions of users. Every backend component that gets you there, and the exact problem each one solves โ€” explained simply. Wrote the full breakdown here: linkedin.com/posts/techiepraโ€ฆ #SystemDesign #BackendDevelopment
3
75
๐Ÿš€ Built a Spring Boot Auditing Project Recently, I implemented Spring Data JPA Auditing in a Todo Management application to understand how enterprise applications track data creation and modifications automatically. ๐Ÿ“Œ Project Flow A user creates a Todo by providing: โ€ข Name โ€ข Task โ€ข Description The Todo ID is generated automatically by JPA. When the application starts, Spring requests an AuditorAware implementation from the AuditingConfig class. This provider returns the current user, which is then used by the auditing framework to populate audit-related fields automatically. ๐Ÿ“Œ Auditing Features Implemented โœ” CreatedDate โ€“ Stores the date and time when the entity is first created. โœ” LastModifiedDate โ€“ Stores the latest date and time when the entity is updated. โœ” CreatedBy โ€“ Stores the author who created the entity. โœ” LastModifiedBy โ€“ Stores the user who last modified the entity. ๐Ÿ“Œ BaseEntity Design All auditing fields are placed inside a reusable BaseEntity class. The @MappedSuperclass annotation ensures that: โ€ข No separate table is created for BaseEntity. โ€ข All audit fields are inherited by child entities. โ€ข The audit columns become part of the entity that extends BaseEntity. This allowed me to keep the Todo entity clean while reusing auditing functionality across future entities. ๐Ÿ“Œ Technologies Used ๐Ÿ”น Java ๐Ÿ”น Spring Boot ๐Ÿ”น Spring Data JPA ๐Ÿ”น Hibernate ๐Ÿ”น MySQL ๐Ÿ”น Lombok ๐Ÿ”น REST APIs This project helped me understand how real-world applications maintain accountability, traceability, and change history without writing manual tracking logic. Next Update โžก Integrating Spring Security so the auditing system can capture the actual authenticated user instead of a hardcoded auditor. #Java #SpringBoot #SpringDataJPA #Hibernate #BackendDevelopment #SoftwareEngineering #RESTAPI #LearningInPublic #JavaDeveloper
1
2
43