Activity
Mon
Wed
Fri
Sun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
Jun
What is this?
Less
More

Memberships

Cloud Engineer Academy STARTER

8.5k members • Free

Amigoscode

1.7k members • Free

10 contributions to Amigoscode
Seeking CV Feedback from Nelson, and the Amigoscode Community
Hello Nelson, Omar, and the amazing volunteers of the Amigoscode community, My name is Eibrahim Belayneh, a Full-Stack Developer from Ethiopia. I have completed Full-Stack Software Engineering and AI training through Ten Academy, Evangadi Tech, and Mizan Institute of Technology. I would be grateful if you could review my CV and share any feedback or suggestions for improvement. Your guidance would mean a lot as I continue my journey in tech. Thank you for your time and support.
🚨 Spring Security 7 - IT'S FINALLY HAPPENING
A few years ago I made a Spring Security course. Then everything changed — breaking changes, new APIs, deprecated stuff everywhere. The course aged badly and I didn't want to keep band-aiding it. So we rebuilt the whole thing from scratch. Here's the roadmap šŸ‘‡ šŸ” Part 1 — Foundations šŸ”‘ Part 2 — JWT + Refresh Tokens šŸš€ Part 3 — Advanced (coming soon after) Parts 1 & 2 drop next week. Inside Part 1 (5+ hours): āœ… Security Filter Chain — finally explained properly āœ… AuthenticationProvider, AuthenticationManager, SecurityContextHolder āœ… UserDetailsService + custom DAO auth āœ… Form login, Basic Auth, sessions āœ… BCrypt, salting, hashing, rainbow tables āœ… Roles vs Authorities (and why ROLE_ exists šŸ™ƒ) āœ… Storing users + roles + permissions in a DB āœ… Security events with listeners Then Part 2 goes deep on JWT + refresh tokens — the way it should be done. If you've ever stared at a Spring Security config file and felt your soul leave your body… this one's for you. šŸ‘‰ Drop a šŸ” below if you want me to tag you when it drops
3 likes • May 9
Awesome! Thank so much
2 likes • May 17
Awesome! Thank you for this šŸ¤—
(URGENT) ISSUE WITH DOCKER ENGINE
Hi, my Docker Desktop app on Windows 10 is not properly working. I got the following message "Starting the docker engine..." and the application is still stuck on this screen. I've already installed the WSL version 2. It's possible to develop a SpringBoot project without using docker Desktop ? Can the file compose.yml file be ignored ? How can I skip the use of Docker Desktop and connectĀ directly SpringBoot application with MongoDB Compass ? Please help me cause I'm stuck on a project due to this error. Thanks in advance. Kind regards. Eng. Camillo Bosco
3 likes • May 9
Hi Camillo šŸ‘‹ Yes, it’s absolutely possible to develop a Spring Boot project without Docker Desktop. You can temporarily ignore the `compose.yml` file and run MongoDB directly on your machine instead of inside Docker. A simple approach would be: 1. Install MongoDB Community Server locally 2. Open MongoDB Compass and connect using: `mongodb://localhost:27017` 3. Update your Spring Boot `application.properties` file: ```properties spring.data.mongodb.uri=mongodb://localhost:27017/your_database_name ``` Then your Spring Boot app can connect directly to MongoDB without Docker. For the Docker issue itself, you may also want to check: * WSL2 is set as default * Virtualization is enabled in BIOS * Docker Desktop has WSL integration enabled * Restart WSL using: `wsl --shutdown` Sometimes reinstalling Docker Desktop also fixes the ā€œStarting the Docker Engine...ā€ issue on Windows 10. Hope this helps and good luck with your project šŸš€
1-10 of 10
Eibrahim Belayneh
3
43points to level up
@eibrahim-belayneh-6184
Full-Stack Engineer

Active 6d ago
Joined Oct 15, 2025
Powered by