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

Memberships

Cloud Engineer Academy STARTER

8.8k members • Free

Amigoscode

1.8k 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 16d ago
Joined Oct 15, 2025
Powered by