📢 Vacancy: Senior Full Stack Engineer
🏢 Orbit Health (eHealth IT Services PLC) – a digital health company transforming healthcare in Ethiopia and beyond.
🔹 Role: Lead development of scalable web & mobile apps, APIs, and system architecture. Mentor junior engineers.
🔹 Requirements:
• 4+ years full-stack experience
• JavaScript/TypeScript
• React / Vue / Angular
• Node.js / NestJS / Django
📅 Deadline: Jan 22, 2026
📧 Apply: careers@orbithealth.co
✉️ Subject: Senior Full Stack Engineer
🏢 Orbit Health (eHealth IT Services PLC) – a digital health company transforming healthcare in Ethiopia and beyond.
🔹 Role: Lead development of scalable web & mobile apps, APIs, and system architecture. Mentor junior engineers.
🔹 Requirements:
• 4+ years full-stack experience
• JavaScript/TypeScript
• React / Vue / Angular
• Node.js / NestJS / Django
📅 Deadline: Jan 22, 2026
📧 Apply: careers@orbithealth.co
✉️ Subject: Senior Full Stack Engineer
👍10
10 Most commonly asked topics in system design interviews
(not exact questions, but the ideas every interviewer is testing)
1. Design a URL shortener
Tests basics of scale, hashing, databases, caching, collisions, and tradeoffs.
They want to see how you think, not perfect answers.
2. Design a rate limiter
Very common and very practical.
Shows understanding of distributed systems, consistency, and fairness.
3. Design a cache (or caching layer)
LRU, TTL, write-through vs write-back.
Also tests eviction, memory limits, and cache invalidation thinking.
4. Design a messaging system / queue
Think Kafka, SQS, RabbitMQ style.
Ordering, durability, retries, at-least-once vs exactly-once.
5. Design a notification system
Email, SMS, push.
Fan-out, retries, idempotency, and user preferences.
6. Design a file storage system
Upload, download, metadata, large files.
Chunking, replication, CDN, and consistency tradeoffs.
7. Design a social feed
Timeline generation, fan-out on write vs read.
Hot users, ranking, and caching strategy.
8. Design a logging / metrics system
High write throughput, low latency reads.
Retention, aggregation, and cost awareness.
9. Design a real-time chat system
WebSockets, presence, message ordering.
Delivery guarantees and offline sync.
10. Design an API at scale
Auth, rate limits, pagination, versioning.
Most people fail here because they skip fundamentals.
System design interviews are about reasoning clearly under constraints.
If you understand tradeoffs and can explain them calmly, you already stand out.
https://news.1rj.ru/str/et_open_source
(not exact questions, but the ideas every interviewer is testing)
1. Design a URL shortener
Tests basics of scale, hashing, databases, caching, collisions, and tradeoffs.
They want to see how you think, not perfect answers.
2. Design a rate limiter
Very common and very practical.
Shows understanding of distributed systems, consistency, and fairness.
3. Design a cache (or caching layer)
LRU, TTL, write-through vs write-back.
Also tests eviction, memory limits, and cache invalidation thinking.
4. Design a messaging system / queue
Think Kafka, SQS, RabbitMQ style.
Ordering, durability, retries, at-least-once vs exactly-once.
5. Design a notification system
Email, SMS, push.
Fan-out, retries, idempotency, and user preferences.
6. Design a file storage system
Upload, download, metadata, large files.
Chunking, replication, CDN, and consistency tradeoffs.
7. Design a social feed
Timeline generation, fan-out on write vs read.
Hot users, ranking, and caching strategy.
8. Design a logging / metrics system
High write throughput, low latency reads.
Retention, aggregation, and cost awareness.
9. Design a real-time chat system
WebSockets, presence, message ordering.
Delivery guarantees and offline sync.
10. Design an API at scale
Auth, rate limits, pagination, versioning.
Most people fail here because they skip fundamentals.
System design interviews are about reasoning clearly under constraints.
If you understand tradeoffs and can explain them calmly, you already stand out.
https://news.1rj.ru/str/et_open_source
2👍11
🚨 Is Microsoft moving all C/C++ code to Rust by 2030 using AI?
A viral LinkedIn post claimed Microsoft plans to “eliminate every line of C and C++ by 2030 with AI.”
That triggered speculation about rewriting Windows and core products in Rust.
Here’s what’s actually happening 👇
What the research is about:
• Building AI-assisted tools to help migrate large codebases between languages
• Combining static analysis + algorithms + AI
• Target goal: “1 engineer, 1 month, 1 million lines of code”
• Rust is a demo target due to memory-safety — not a requirement
What this is NOT:
❌ Not a directive to remove all C/C++
❌ Not an AI rewrite of Windows
❌ Not developers being replaced overnight
Why it matters:
This signals a future where:
• AI helps handle boring, risky, large-scale refactors
• Engineers review, validate, and guide the changes
• Long manual rewrites could become tool-driven workflows
📌 Bottom line:
This is experimental tooling research — not Microsoft declaring the end of C/C++.
A viral LinkedIn post claimed Microsoft plans to “eliminate every line of C and C++ by 2030 with AI.”
That triggered speculation about rewriting Windows and core products in Rust.
Here’s what’s actually happening 👇
🔹 The post came from Galen Hunt, Microsoft Distinguished Engineer
🔹 It describes research work, not a company-wide mandate
🔹 No official plan to rewrite Windows or all Microsoft products
What the research is about:
• Building AI-assisted tools to help migrate large codebases between languages
• Combining static analysis + algorithms + AI
• Target goal: “1 engineer, 1 month, 1 million lines of code”
• Rust is a demo target due to memory-safety — not a requirement
What this is NOT:
❌ Not a directive to remove all C/C++
❌ Not an AI rewrite of Windows
❌ Not developers being replaced overnight
Why it matters:
This signals a future where:
• AI helps handle boring, risky, large-scale refactors
• Engineers review, validate, and guide the changes
• Long manual rewrites could become tool-driven workflows
📌 Bottom line:
This is experimental tooling research — not Microsoft declaring the end of C/C++.
👍6
GSoC 2026 Mentoring org applications now open! 🚀
Inspire tomorrow’s developers with your open source project. Application period January 19 - February 3, 2026.
➡️ Read all the details in our GSoC Blog here:
https://opensource.googleblog.com/2026/01/mentor-org-applications-for-google-summer-of-code-2026-open-through-feb-3.html?m=1
For more info join : et_open_source
Inspire tomorrow’s developers with your open source project. Application period January 19 - February 3, 2026.
➡️ Read all the details in our GSoC Blog here:
https://opensource.googleblog.com/2026/01/mentor-org-applications-for-google-summer-of-code-2026-open-through-feb-3.html?m=1
For more info join : et_open_source
👏7👍2
Scaling databases gets a lot easier once you learn these 10 techniques:
1. 𝐈𝐧𝐝𝐞𝐱𝐢𝐧𝐠
2. 𝐕𝐞𝐫𝐭𝐢𝐜𝐚𝐥 𝐒𝐜𝐚𝐥𝐢𝐧𝐠
3. 𝐂𝐚𝐜𝐡𝐢𝐧𝐠
4. 𝐒𝐡𝐚𝐫𝐝𝐢𝐧𝐠
5. 𝐑𝐞𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧
6. 𝐐𝐮𝐞𝐫𝐲 𝐎𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧
7. 𝐂𝐨𝐧𝐧𝐞𝐜𝐭𝐢𝐨𝐧 𝐏𝐨𝐨𝐥𝐢𝐧𝐠
8. 𝐕𝐞𝐫𝐭𝐢𝐜𝐚𝐥 𝐏𝐚𝐫𝐭𝐢𝐭𝐢𝐨𝐧𝐢𝐧𝐠
9. 𝐃𝐞𝐧𝐨𝐫𝐦𝐚𝐥𝐢𝐳𝐚𝐭𝐢𝐨𝐧
10. 𝐌𝐚𝐭𝐞𝐫𝐢𝐚𝐥𝐢𝐳𝐞𝐝 𝐕𝐢𝐞𝐰𝐬
What other database scaling technique are you familiar with?
For more join: et_open_source
1. 𝐈𝐧𝐝𝐞𝐱𝐢𝐧𝐠
2. 𝐕𝐞𝐫𝐭𝐢𝐜𝐚𝐥 𝐒𝐜𝐚𝐥𝐢𝐧𝐠
3. 𝐂𝐚𝐜𝐡𝐢𝐧𝐠
4. 𝐒𝐡𝐚𝐫𝐝𝐢𝐧𝐠
5. 𝐑𝐞𝐩𝐥𝐢𝐜𝐚𝐭𝐢𝐨𝐧
6. 𝐐𝐮𝐞𝐫𝐲 𝐎𝐩𝐭𝐢𝐦𝐢𝐳𝐚𝐭𝐢𝐨𝐧
7. 𝐂𝐨𝐧𝐧𝐞𝐜𝐭𝐢𝐨𝐧 𝐏𝐨𝐨𝐥𝐢𝐧𝐠
8. 𝐕𝐞𝐫𝐭𝐢𝐜𝐚𝐥 𝐏𝐚𝐫𝐭𝐢𝐭𝐢𝐨𝐧𝐢𝐧𝐠
9. 𝐃𝐞𝐧𝐨𝐫𝐦𝐚𝐥𝐢𝐳𝐚𝐭𝐢𝐨𝐧
10. 𝐌𝐚𝐭𝐞𝐫𝐢𝐚𝐥𝐢𝐳𝐞𝐝 𝐕𝐢𝐞𝐰𝐬
What other database scaling technique are you familiar with?
For more join: et_open_source
👍5
Forwarded from Chapi Dev Talks
Index for the JD
Backend Role: https://news.1rj.ru/str/chapidevtalks/2454
Cyber Security: https://news.1rj.ru/str/chapidevtalks/2455
Mobile Dev: https://news.1rj.ru/str/chapidevtalks/2456
Technical Project manager https://news.1rj.ru/str/chapidevtalks/2457
Product Owner: https://news.1rj.ru/str/chapidevtalks/2458
UI/UX: https://news.1rj.ru/str/chapidevtalks/2459
AI/ML Engineer: https://news.1rj.ru/str/chapidevtalks/2461
Backend Role: https://news.1rj.ru/str/chapidevtalks/2454
Cyber Security: https://news.1rj.ru/str/chapidevtalks/2455
Mobile Dev: https://news.1rj.ru/str/chapidevtalks/2456
Technical Project manager https://news.1rj.ru/str/chapidevtalks/2457
Product Owner: https://news.1rj.ru/str/chapidevtalks/2458
UI/UX: https://news.1rj.ru/str/chapidevtalks/2459
AI/ML Engineer: https://news.1rj.ru/str/chapidevtalks/2461
Telegram
Chapi Dev Talks
Backend Developer (Mid-Level or Senior) [3 persons]
Location: in Person
Type: Full-time
Salary: Negotiable (with a Good Compensation and great environment)
### About the Role
We are looking for 3 Mid-Level Backend Developers to join our growing engineering…
Location: in Person
Type: Full-time
Salary: Negotiable (with a Good Compensation and great environment)
### About the Role
We are looking for 3 Mid-Level Backend Developers to join our growing engineering…
Forwarded from Dre
Senior Full Stack Developer (.NET & React)
We are seeking a high-performing Senior Full Stack Developer with 4+ years of professional experience to design, develop, and scale mission-critical applications. The ideal candidate is a technically strong contributor with hands-on experience in modern web architectures and cloud-native solutions, capable of delivering high-quality, scalable systems.
Key Responsibilities
Architecture & Development: Design, develop, and maintain scalable, high-quality full-stack applications using .NET and React.js.
Cloud Infrastructure: Architect, deploy, and manage robust solutions within the Microsoft Azure ecosystem.
Database Management: Design, optimize, and maintain complex MS SQL Server schemas, queries, and performance strategies.
Cross-functional Collaboration: Work closely with product managers, designers, and fellow engineers to translate business requirements into reliable technical solutions.
Required Qualifications
Experience: Minimum of 4 years of professional software development experience.
Backend Development: Strong expertise in .NET (C#, ASP.NET Core, Web API).
Frontend Development: Proficiency in React.js, including hooks, state management, and modern design patterns.
Database Technologies: Solid experience with MS SQL Server, including T-SQL, indexing, and performance tuning.
Cloud Platforms: Hands-on experience with Microsoft Azure services (App Services, Azure Functions, Azure SQL, etc.).
Communication Skills: Fluent in English (written and verbal).
Preferred Skills
Experience with CI/CD pipelines (Azure DevOps, GitHub Actions).
Familiarity with microservices architecture and Docker/Kubernetes.
Strong understanding of unit testing and a TDD-oriented mindset.
How to Apply:
Interested applicants are invited to submit their CV using the Google Form link provided below.
https://lnkd.in/dsdf24dh
We are seeking a high-performing Senior Full Stack Developer with 4+ years of professional experience to design, develop, and scale mission-critical applications. The ideal candidate is a technically strong contributor with hands-on experience in modern web architectures and cloud-native solutions, capable of delivering high-quality, scalable systems.
Key Responsibilities
Architecture & Development: Design, develop, and maintain scalable, high-quality full-stack applications using .NET and React.js.
Cloud Infrastructure: Architect, deploy, and manage robust solutions within the Microsoft Azure ecosystem.
Database Management: Design, optimize, and maintain complex MS SQL Server schemas, queries, and performance strategies.
Cross-functional Collaboration: Work closely with product managers, designers, and fellow engineers to translate business requirements into reliable technical solutions.
Required Qualifications
Experience: Minimum of 4 years of professional software development experience.
Backend Development: Strong expertise in .NET (C#, ASP.NET Core, Web API).
Frontend Development: Proficiency in React.js, including hooks, state management, and modern design patterns.
Database Technologies: Solid experience with MS SQL Server, including T-SQL, indexing, and performance tuning.
Cloud Platforms: Hands-on experience with Microsoft Azure services (App Services, Azure Functions, Azure SQL, etc.).
Communication Skills: Fluent in English (written and verbal).
Preferred Skills
Experience with CI/CD pipelines (Azure DevOps, GitHub Actions).
Familiarity with microservices architecture and Docker/Kubernetes.
Strong understanding of unit testing and a TDD-oriented mindset.
How to Apply:
Interested applicants are invited to submit their CV using the Google Form link provided below.
https://lnkd.in/dsdf24dh
lnkd.in
LinkedIn
This link will take you to a page that’s not on LinkedIn
👍2❤1
Internship Opportunities – Software Development
We are looking for motivated and skilled interns with a good understanding of modern development technologies and a strong desire to build real-world applications.
Available Positions
Flutter Developer Intern – 2 Positions
React Native Developer Intern – 2 Positions
Full Stack Developer Intern – 2 Position
Internship Duration
Initial period: 3 months
Performance-based extension:
High-performing interns may be selected for an additional 2 months as a paid internship
https://docs.google.com/forms/d/e/1FAIpQLSeJy2OwwnSq7JGg6pT208FPchN1oVI5kYX_La-iNMRO3XDzeg/viewform
https://news.1rj.ru/str/et_open_source/
We are looking for motivated and skilled interns with a good understanding of modern development technologies and a strong desire to build real-world applications.
Available Positions
Flutter Developer Intern – 2 Positions
React Native Developer Intern – 2 Positions
Full Stack Developer Intern – 2 Position
Internship Duration
Initial period: 3 months
Performance-based extension:
High-performing interns may be selected for an additional 2 months as a paid internship
https://docs.google.com/forms/d/e/1FAIpQLSeJy2OwwnSq7JGg6pT208FPchN1oVI5kYX_La-iNMRO3XDzeg/viewform
https://news.1rj.ru/str/et_open_source/
Google Docs
Internship Opportunities – Software Development
We are looking for motivated and skilled interns with a good understanding of modern development technologies and a strong desire to build real-world applications.
Available Positions
Flutter Developer Intern – 2 Positions
React Native Developer Intern…
Available Positions
Flutter Developer Intern – 2 Positions
React Native Developer Intern…
👍3🫡2🏆1
Backend Interview question that is being asked a lot these days :
You are implementing an API that returns users to the client, but the database has 1 M(1000000) users
How will you return data to the client efficiently?
For more info join: et_open_source
You are implementing an API that returns users to the client, but the database has 1 M(1000000) users
How will you return data to the client efficiently?
For more info join: et_open_source
Git is easy (actually) once you learn these 20 commands:
1. 𝐠𝐢𝐭 𝐢𝐧𝐢𝐭: Initializes a new Git repository
- Example: git init my-new-project
2. 𝐠𝐢𝐭 𝐜𝐨𝐧𝐟𝐢𝐠: Set git configuration values like username/email
- Example: git config --global user .name "user123"
3. 𝐠𝐢𝐭 𝐜𝐥𝐨𝐧𝐞: Creates a copy of a remote repository
- Example: git clone remote_url
4. 𝐠𝐢𝐭 𝐫𝐞𝐦𝐨𝐭𝐞: Manages connections to remote repositories
- Example: git remote add origin remote_url
5. 𝐠𝐢𝐭 𝐬𝐭𝐚𝐭𝐮𝐬: Shows the current state of your working directory
- Example: git status
6. 𝐠𝐢𝐭 𝐚𝐝𝐝: Adds files to the staging area
- Example: git add file.js
7. 𝐠𝐢𝐭 𝐜𝐨𝐦𝐦𝐢𝐭: Record changes to local repository
- Example: git commit -m "Fix navigation bug"
8. 𝐠𝐢𝐭 𝐩𝐮𝐬𝐡: Uploads local commits to a remote repository
- Example: git push origin main
9. 𝐠𝐢𝐭 𝐩𝐮𝐥𝐥: Fetches and integrates changes from a remote repository
- Example: git pull origin main
10. 𝐠𝐢𝐭 𝐟𝐞𝐭𝐜𝐡: Downloads latest changes from a remote repository without merging
- Example: git fetch origin
11. 𝐠𝐢𝐭 𝐛𝐫𝐚𝐧𝐜𝐡: Lists, creates, or deletes branches
- Example: git branch feature/login
12. 𝐠𝐢𝐭 𝐜𝐡𝐞𝐜𝐤𝐨𝐮𝐭: Switches branches or restores files
- Example: git checkout feature/login
13. 𝐠𝐢𝐭 𝐦𝐞𝐫𝐠𝐞: Combines changes from different branches
- Example: git merge feature/login
14. 𝐠𝐢𝐭 𝐫𝐞𝐛𝐚𝐬𝐞: Reapplies commits on top of another base
- Example: git rebase main
15. 𝐠𝐢𝐭 𝐥𝐨𝐠: Shows commit history
- Example: git log --oneline --graph
16. 𝐠𝐢𝐭 𝐝𝐢𝐟𝐟: Shows differences between commits, branches, etc.
- Example: git diff HEAD~1 HEAD
17. 𝐠𝐢𝐭 𝐬𝐭𝐚𝐬𝐡: Temporarily stores uncommitted changes
- Example: git stash save "WIP: feature implementation"
18. 𝐠𝐢𝐭 𝐫𝐞𝐬𝐞𝐭: Undoes changes by moving HEAD
- Example: git reset --soft HEAD~1
19. 𝐠𝐢𝐭 𝐫𝐞𝐯𝐞𝐫𝐭: Creates a new commit that undoes a change
- Example: git revert abc123f
20. 𝐠𝐢𝐭 𝐜𝐡𝐞𝐫𝐫𝐲-𝐩𝐢𝐜𝐤: Applies specific commit from another branch
- Example: git cherry-pick abc123f
What other git commands would you add to this list?
share to help others in your network
1. 𝐠𝐢𝐭 𝐢𝐧𝐢𝐭: Initializes a new Git repository
- Example: git init my-new-project
2. 𝐠𝐢𝐭 𝐜𝐨𝐧𝐟𝐢𝐠: Set git configuration values like username/email
- Example: git config --global user .name "user123"
3. 𝐠𝐢𝐭 𝐜𝐥𝐨𝐧𝐞: Creates a copy of a remote repository
- Example: git clone remote_url
4. 𝐠𝐢𝐭 𝐫𝐞𝐦𝐨𝐭𝐞: Manages connections to remote repositories
- Example: git remote add origin remote_url
5. 𝐠𝐢𝐭 𝐬𝐭𝐚𝐭𝐮𝐬: Shows the current state of your working directory
- Example: git status
6. 𝐠𝐢𝐭 𝐚𝐝𝐝: Adds files to the staging area
- Example: git add file.js
7. 𝐠𝐢𝐭 𝐜𝐨𝐦𝐦𝐢𝐭: Record changes to local repository
- Example: git commit -m "Fix navigation bug"
8. 𝐠𝐢𝐭 𝐩𝐮𝐬𝐡: Uploads local commits to a remote repository
- Example: git push origin main
9. 𝐠𝐢𝐭 𝐩𝐮𝐥𝐥: Fetches and integrates changes from a remote repository
- Example: git pull origin main
10. 𝐠𝐢𝐭 𝐟𝐞𝐭𝐜𝐡: Downloads latest changes from a remote repository without merging
- Example: git fetch origin
11. 𝐠𝐢𝐭 𝐛𝐫𝐚𝐧𝐜𝐡: Lists, creates, or deletes branches
- Example: git branch feature/login
12. 𝐠𝐢𝐭 𝐜𝐡𝐞𝐜𝐤𝐨𝐮𝐭: Switches branches or restores files
- Example: git checkout feature/login
13. 𝐠𝐢𝐭 𝐦𝐞𝐫𝐠𝐞: Combines changes from different branches
- Example: git merge feature/login
14. 𝐠𝐢𝐭 𝐫𝐞𝐛𝐚𝐬𝐞: Reapplies commits on top of another base
- Example: git rebase main
15. 𝐠𝐢𝐭 𝐥𝐨𝐠: Shows commit history
- Example: git log --oneline --graph
16. 𝐠𝐢𝐭 𝐝𝐢𝐟𝐟: Shows differences between commits, branches, etc.
- Example: git diff HEAD~1 HEAD
17. 𝐠𝐢𝐭 𝐬𝐭𝐚𝐬𝐡: Temporarily stores uncommitted changes
- Example: git stash save "WIP: feature implementation"
18. 𝐠𝐢𝐭 𝐫𝐞𝐬𝐞𝐭: Undoes changes by moving HEAD
- Example: git reset --soft HEAD~1
19. 𝐠𝐢𝐭 𝐫𝐞𝐯𝐞𝐫𝐭: Creates a new commit that undoes a change
- Example: git revert abc123f
20. 𝐠𝐢𝐭 𝐜𝐡𝐞𝐫𝐫𝐲-𝐩𝐢𝐜𝐤: Applies specific commit from another branch
- Example: git cherry-pick abc123f
What other git commands would you add to this list?
share to help others in your network
👍4
🚀 Are you an African technologist ready to level up your skills?
Applications are now open for the next cohort of the Kubernetes African Developer Training Program 🌍
Get the chance to earn your Kubernetes and Cloud Native Associate (KCNA) certification — 100% FREE!
⚠️ Limited slots available — don’t miss out!
👉 Apply here: form
Join our community: et_open_source
Applications are now open for the next cohort of the Kubernetes African Developer Training Program 🌍
Get the chance to earn your Kubernetes and Cloud Native Associate (KCNA) certification — 100% FREE!
⚠️ Limited slots available — don’t miss out!
👉 Apply here: form
Join our community: et_open_source
Google Docs
Kubernetes African Developer Training Program - 2026 Application
🙏2
Backend Developers (1).jpg
122.3 KB
We’re Hiring: Backend Developer
Work Type: Hybrid (1 day onsite per week)
Salary: 30,000 ETB/month
Requirements
1–2 years of professional experience on production applications (excluding academic or demo projects)
Strong proficiency in JavaScript and Python (additional languages are a plus)
Solid hands-on experience in backend development, including building and maintaining robust APIs and services
ONLY GRADUATE. NO STUDENTS ALLOWED
apply using the link below:
👉 https://lnkd.in/dQv32AhY
Work Type: Hybrid (1 day onsite per week)
Salary: 30,000 ETB/month
Requirements
1–2 years of professional experience on production applications (excluding academic or demo projects)
Strong proficiency in JavaScript and Python (additional languages are a plus)
Solid hands-on experience in backend development, including building and maintaining robust APIs and services
ONLY GRADUATE. NO STUDENTS ALLOWED
apply using the link below:
👉 https://lnkd.in/dQv32AhY
👍5
Forwarded from enoch.codes👨🏾💻
Applications are now OPEN — Backend Engineering Program
After receiving 150+ YES votes, I’m opening applications for a limited-seat, live backend engineering cohort.
This is a selection-based program, not open enrollment.
Apply only if you are serious about:
understanding how backend systems really work
building production-grade systems
committing live session 3 days a week for 12 weeks
Apply using the form below 👇
https://docs.google.com/forms/d/e/1FAIpQLSexm3pFtFWRV-UeZRPlK8Z2RgKugdriERjo7ffZQiLw3YiS6A/viewform?usp=header
After receiving 150+ YES votes, I’m opening applications for a limited-seat, live backend engineering cohort.
This is a selection-based program, not open enrollment.
Apply only if you are serious about:
understanding how backend systems really work
building production-grade systems
committing live session 3 days a week for 12 weeks
Apply using the form below 👇
https://docs.google.com/forms/d/e/1FAIpQLSexm3pFtFWRV-UeZRPlK8Z2RgKugdriERjo7ffZQiLw3YiS6A/viewform?usp=header
Google Docs
Gofer Labs – Cohort 1 Backend Engineering Program
This is a 12-week live, mentor-led Server-Side Engineering program.
Seats are limited. Selection is based on commitment, readiness, and clarity, not speed.
Please answer honestly. This is not an exam.
Seats are limited. Selection is based on commitment, readiness, and clarity, not speed.
Please answer honestly. This is not an exam.
👍3
🚀 BUIDL CTC Ideathon Ethiopia
BUIDL CTC Ideathon Ethiopia is an in-person, beginner-friendly ideathon happening ahead of BUIDL CTC 2026. It’s an open space for developers, and Web3-curious builders and students to explore ideas, learn, and prepare to build for a global BUILD CTC 2026 Hackthon (https://buidl.creditcoin.org/)
🗓 Jan 31, 2026
⏰ 1:00 PM – 6:30 PM
📍 BlueSpace Coworking space, Bole
🍽 Snacks and Food
👉Register(Limited Spots): https://luma.com/361816kh
🌍 Who Should Join
Web2 & Web3 developers, Students, designers, founders and anyone curious about Web3
Join solo or with a team.
No prior Web3 experience. No polished product.
Just show up, pitch your idea🚀
Top 5 Projects will split prize pool of 500$
🧩 Themes
DeFi, RWA, DePIN and Gaming. Early-stage and creative ideas are welcome
🏆 $500 Prize Pool
🥇 $200
🥈 $125
🥉 $100
🏅 $50
🏅 $25
⚠️ Limited capacity — secure your spot early
BUIDL CTC Ideathon Ethiopia is an in-person, beginner-friendly ideathon happening ahead of BUIDL CTC 2026. It’s an open space for developers, and Web3-curious builders and students to explore ideas, learn, and prepare to build for a global BUILD CTC 2026 Hackthon (https://buidl.creditcoin.org/)
🗓 Jan 31, 2026
⏰ 1:00 PM – 6:30 PM
📍 BlueSpace Coworking space, Bole
🍽 Snacks and Food
👉Register(Limited Spots): https://luma.com/361816kh
🌍 Who Should Join
Web2 & Web3 developers, Students, designers, founders and anyone curious about Web3
Join solo or with a team.
No prior Web3 experience. No polished product.
Just show up, pitch your idea🚀
Top 5 Projects will split prize pool of 500$
🧩 Themes
DeFi, RWA, DePIN and Gaming. Early-stage and creative ideas are welcome
🏆 $500 Prize Pool
🥇 $200
🥈 $125
🥉 $100
🏅 $50
🏅 $25
⚠️ Limited capacity — secure your spot early
👍1
Top 12 AI Tools for Students 🔥📈
1. GROK - Solve problems
2. Grammarly - Fix grammar & tone
3. GitMind - AI mind maps
4. QuillBot - Paraphrase & summarize
5. Notion AI - Plan projects
6. Copy .ai - Auto citations & outlines
7. Wolfram Alpha - Crush math/science problems
8. Otter .ai - Auto transcribe lectures
9. Copilot - Assignment debugging
10. Socratic - Snap question, get answer
11. Speechify - Text to audio
12. Evernote - Scan & search notes
1. GROK - Solve problems
2. Grammarly - Fix grammar & tone
3. GitMind - AI mind maps
4. QuillBot - Paraphrase & summarize
5. Notion AI - Plan projects
6. Copy .ai - Auto citations & outlines
7. Wolfram Alpha - Crush math/science problems
8. Otter .ai - Auto transcribe lectures
9. Copilot - Assignment debugging
10. Socratic - Snap question, get answer
11. Speechify - Text to audio
12. Evernote - Scan & search notes
🔥2
Hyderabad Startups list
1. two44 software solutions – two44software.com - Software Development
2. ekincare – ekincare.com – Health Tech
3. Perceptive - perceptive.com
4. SignalX AI – signalx.ai – AI Due Diligence
5. QiTech.in – qitech.in – Software Development
6. Trice Community – tricecommunity.com – Community App
7. ToastApp – toastapp.co – F&B Tech
8. PORTEL TECHNOLOGIES – portl.co – Health & Fitness Tech
9. actlogica solutions private limited – actlogica.com – Software
10. Adiabatic Technologies Pvt Ltd – adiabatic.co.in – Energy Storage
11. Hesa Enterprises Pvt Ltd – hesa.co – Rural Commerce
12. PublicVibe – publicvibe.com – News Platform
13. Banyan Nation – banyannation.com – Recycling
14. FINDERNEST SOFTWARE SERVICES PVT LTD – findernest.com – Recruitment Software
15. Onelement Energy Private Limited – onelement.in – Clean Energy
16. Docminds – docminds.com – Healthcare Ecosystem
17. COMETLABS – cometlabs.in – Developer Tools
18. clap-serv – clap-serv.com – Service Platform
19. Harvested Robotics – harvested.bio – Agri-Tech
20. Janaspandana Software Solutions – janaspandana.in – Product Consulting
21. Edyst – edyst.com – Online Learning
22. Bankia BioLoo Limited – bankiabio.com – Sanitation Solutions
23. beeshop learning private limited – beesho.in – Education VR/Gaming
24. Algohire Technologies Private Limited – algohire.ai – AI Recruitment
25. Dual triangles – dualtriangles.com – AI Logistics
26. GenZ Technologies Pvt Ltd – genzis.ai – AI/ML Services
27. SummerApp – toastapp.co – Restaurant OS
28. Questbook – questbook.xyz – Ecosystem Incentives
29. ChargeKart Private Limited – chargekart.co.in – Autonomous Charging
30. Thumb Pay Pvt Ltd – thumbpay.com – Digital Payment
1. two44 software solutions – two44software.com - Software Development
2. ekincare – ekincare.com – Health Tech
3. Perceptive - perceptive.com
4. SignalX AI – signalx.ai – AI Due Diligence
5. QiTech.in – qitech.in – Software Development
6. Trice Community – tricecommunity.com – Community App
7. ToastApp – toastapp.co – F&B Tech
8. PORTEL TECHNOLOGIES – portl.co – Health & Fitness Tech
9. actlogica solutions private limited – actlogica.com – Software
10. Adiabatic Technologies Pvt Ltd – adiabatic.co.in – Energy Storage
11. Hesa Enterprises Pvt Ltd – hesa.co – Rural Commerce
12. PublicVibe – publicvibe.com – News Platform
13. Banyan Nation – banyannation.com – Recycling
14. FINDERNEST SOFTWARE SERVICES PVT LTD – findernest.com – Recruitment Software
15. Onelement Energy Private Limited – onelement.in – Clean Energy
16. Docminds – docminds.com – Healthcare Ecosystem
17. COMETLABS – cometlabs.in – Developer Tools
18. clap-serv – clap-serv.com – Service Platform
19. Harvested Robotics – harvested.bio – Agri-Tech
20. Janaspandana Software Solutions – janaspandana.in – Product Consulting
21. Edyst – edyst.com – Online Learning
22. Bankia BioLoo Limited – bankiabio.com – Sanitation Solutions
23. beeshop learning private limited – beesho.in – Education VR/Gaming
24. Algohire Technologies Private Limited – algohire.ai – AI Recruitment
25. Dual triangles – dualtriangles.com – AI Logistics
26. GenZ Technologies Pvt Ltd – genzis.ai – AI/ML Services
27. SummerApp – toastapp.co – Restaurant OS
28. Questbook – questbook.xyz – Ecosystem Incentives
29. ChargeKart Private Limited – chargekart.co.in – Autonomous Charging
30. Thumb Pay Pvt Ltd – thumbpay.com – Digital Payment
👍4
Every vibe coder should LEARN this 👇:
1/ The basics (must know):
• Git fundamentals before touching cursor
• Understanding API endpoints and REST
• Basic async/await patterns in JS
• Reading error logs properly
• Terminal commands beyond npm install
• ENV variables and why they matter
• Chrome DevTools debugging
• Basic SQL queries and database structure
• How to read documentation
• When to Google vs when to ask AI
2/ The good ones (nice to have):
• Setting up proper linting and formatting
• Understanding middleware in Next.js
• Basic authentication flows (JWT, OAuth)
• Writing reusable components
• Proper state management patterns
• API rate limiting and caching
• Basic SEO fundamentals
• Mobile responsive design principles
• Performance optimization basics
• Version control branching strategies
3/ The pro skills (ultimate playbook):
• Architecting scalable database schemas
• Building custom API wrappers
• Implementing real-time features with websockets
• Server-side rendering optimization
• Advanced prompt engineering for AI coding
• Building your own component libraries
• CI/CD pipeline setup and automation
• Security best practices and penetration testing
• Load balancing and horizontal scaling
• Monitoring, logging, and observability
4/ The mistakes (peak graveyard):
• Skipping the basics and jumping to frameworks
• Not backing up code before major refactors
• Ignoring type safety until production breaks
• Copying code without understanding it
• Over-engineering simple features
• Not testing edge cases until users find them
• Deploying on Friday evenings
• Hardcoding secrets in your codebase
• Building features no one asked for
• Thinking AI will do everything for you
Master 1-2 skills per week.
Ship while you learn.
Thats how you level up.
1/ The basics (must know):
• Git fundamentals before touching cursor
• Understanding API endpoints and REST
• Basic async/await patterns in JS
• Reading error logs properly
• Terminal commands beyond npm install
• ENV variables and why they matter
• Chrome DevTools debugging
• Basic SQL queries and database structure
• How to read documentation
• When to Google vs when to ask AI
2/ The good ones (nice to have):
• Setting up proper linting and formatting
• Understanding middleware in Next.js
• Basic authentication flows (JWT, OAuth)
• Writing reusable components
• Proper state management patterns
• API rate limiting and caching
• Basic SEO fundamentals
• Mobile responsive design principles
• Performance optimization basics
• Version control branching strategies
3/ The pro skills (ultimate playbook):
• Architecting scalable database schemas
• Building custom API wrappers
• Implementing real-time features with websockets
• Server-side rendering optimization
• Advanced prompt engineering for AI coding
• Building your own component libraries
• CI/CD pipeline setup and automation
• Security best practices and penetration testing
• Load balancing and horizontal scaling
• Monitoring, logging, and observability
4/ The mistakes (peak graveyard):
• Skipping the basics and jumping to frameworks
• Not backing up code before major refactors
• Ignoring type safety until production breaks
• Copying code without understanding it
• Over-engineering simple features
• Not testing edge cases until users find them
• Deploying on Friday evenings
• Hardcoding secrets in your codebase
• Building features no one asked for
• Thinking AI will do everything for you
Master 1-2 skills per week.
Ship while you learn.
Thats how you level up.
🥰3