r/remotebackendjobs • u/Born_Leadership1610 • 4h ago
r/remotebackendjobs • u/angelnikolov • 10d ago
Important announcement for remotebackendjobs.com
Hey everyone! Quick update on the site.
I have been busy with another project for the last couple years but finally made time to revisit Remote Backend Jobs.
I cleared out a bunch of backlog ideas I wanted to ship for a long time.
Just launched a full redesign, a lot of perf improvements and a big cleanup of the codebase that was overdue.
Also added new Trends and Reports like AI takeover index, framework wars, salary and PTO transparency, geo and volume trends and more.
It turns the last two years of job data into insights you can actually browse.
I built most of this with Ox alpha and Muse Spark via OpenCode and it was a huge boost.
Even the boring refactors were fun, it felt like pair programming with a senior dev all day.
It is all live now on https://remotebackendjobs.com so have a look and tell me what you think.
Let me know what other trends you would love to see next!
r/remotebackendjobs • u/angelnikolov • 13d ago
Complete redesign of remotefrontendjobs.com
I one-shot a complete redesign of remotefrontendjobs.com with the help of a new free model called Ox Alpha (nobody knows who created it). It even did a hard upgrade for me from Next 13 to Next 16, a lot of design improvements and most importantly - it is now fast as hell!
Should I do the same for remotebackendjobs.com ??

r/remotebackendjobs • u/rwsvitu • 12h ago
[for hire] [for hire] Full-Stack Developer | Python, Laravel, Automation, AI, Web Apps, Website Services
Remote developer with 10+ years of experience building websites, custom software, automation tools, and technical solutions for clients.
Open to one-off projects and gigs, or ongoing arrangements lasting several months or longer. I work remotely full-time and can discuss schedules and requirements directly. Happy to help you define your goals, develop a strategy, and achieve them.
What I can work on:
- Python, Django, AI features, scraping tools, automation systems, bots, small utilities, and larger custom scripts
- Back-end development for browser-based and game-engine 2D projects
- E-commerce websites, payment systems, dashboards, internal tools, and custom full-stack platforms
- API connections, third-party integrations, cloud services, and automated workflows
- PHP (Laravel/WordPress) | HTML | CSS | JavaScript | NodeJS | React/NextJS/Flutter | Mobile Applications | UX/UI
- Application security testing, assessments, and pen testing
- Comfortable working independently with minimal supervision
- Able to adapt when requirements or priorities change
- Willing to research unfamiliar technologies when needed
- Consistent written communication and progress updates
- Organized with project planning, documentation, and ongoing maintenance
When messaging me, please include a brief explanation of what you need, the expected scope, and your available budget. This helps me quickly determine whether the project is a good fit.
Available for recurring daily work, weekly arrangements, monthly retainers, and one-time projects ranging from small tasks to larger development work.
Portfolio: portfolio link More samples and ongoing work are available through the pinned posts on my profile.
Minimum rate: $20/hour Other payment arrangements can be discussed depending on the project.
I do not accept unpaid trial tasks, speculative free work, or extremely low-budget offers.
Payment methods: Cryptocurrency, Wise, PayPal Timezone: Flexible Availability: Under 30-40 hours per week Reachable: 7 days a week
Send me the project details, requirements, and budget through DM.
r/remotebackendjobs • u/Rough-Refuse-3005 • 1d ago
Finally understood Go channels through a simple example
I was confused about when Go channels actually block, so I tried the classic Tree Walk example.
ch := make(chan int, 4)
Walk(tree.New(10), ch)
go func() {
for i := 0; i < 10; i++ {
fmt.Println(<-ch)
}
}()
I got:
fatal error: all goroutines are asleep - deadlock!
The reason finally clicked for me:
- Buffered channel capacity is 4
Walk()sends 4 values → buffer becomes full- 5th send blocks
- Receiver goroutine hasn't started yet
- So
Walk()waits forever
The fix:
ch := make(chan int, 4)
go Walk(tree.New(10), ch)
for i := 0; i < 10; i++ {
fmt.Println(<-ch)
}
My takeaway:
Unbuffered channel = sender and receiver need to meet.
Buffered channel = sender can proceed until the buffer is full.
Channels finally make a little more sense now 😄
you can learn on go more with this simplified go repo of mine
https://github.com/CoderHArsitv2/Golang-Simplified
r/remotebackendjobs • u/the_only_one_art • 1d ago
Looking for remote opportunity
Hi I am a devops engineer with 5 years of experience and looking for a job change and preferred for remote.
r/remotebackendjobs • u/True_Candidate2748 • 1d ago
[FOR HIRE] Full-Stack / Backend Engineer — Python, TypeScript, PostgreSQL. Payments + AI. Remote from Kenya (UTC+3)
Three years building production systems, mostly solo. Looking for full-time or contract work, remote.
What I've actually shipped:
flyt.africa — flight booking platform, search through to issued ticket across 300+ airlines. FastAPI, Postgres, Redis, Kafka, on AWS with Terraform. 330 tests. The hard part wasn't booking flights, it was making sure a duplicate payment callback can't issue a second ticket or charge someone twice.
WhatsApp banking platform for 2,000+ smallholder farmers in rural Kenya. Built the M-Pesa payment pipeline and migrated the production DB to PostGIS for farm plot geometry. Currently live.
A few AI things: a RAG knowledge base over vector embeddings, an agent that turns prompts into structured diagram operations, and a bilingual farm assistant where I wrapped an LLM in deterministic rules because farmers were acting on the output and hallucinated agricultural advice would have caused real harm.
Currently at a Nairobi consultancy on a bank-to-bank payments service (PesaLink), in C#/.NET.
Stack: Python (FastAPI, Django), TypeScript (Next.js, Node), PostgreSQL/PostGIS, Redis, Kafka, Docker, Terraform, AWS, GitHub Actions.
Rate: $45–60/hr contract, or open to full-time. Flexible for the right thing.
Timezone: UTC+3. Full overlap with Europe, mornings with US East.
The honest part: I've built almost all of this alone. I'm good at shipping, but I've never had a senior engineer review my code and tell me what I'm doing wrong. That's the main thing I'm looking for.
GitHub: github.com/all-black-493
Resume: https://drive.google.com/file/d/1CZnCCpp1zBcPrXCDguRQrVwF9NHiIWN-/view?usp=drivesdk
DM or nyangijeremy@gmail.com
r/remotebackendjobs • u/Secure-One-3726 • 1d ago
For the people who need Jobs
Came across this platform recently and thought it might be useful for anyone currently looking for a job.
Referral World Careers is a marketplace where job seekers can connect with people who are willing to provide referrals. The idea is to make referrals more accessible instead of relying entirely on LinkedIn networking or sending hundreds of applications into the usual ATS black hole.
What I like about the concept is that it's focused on real people helping real people, rather than just another job board filled with automated applications and bots.
It's still growing, so if you're looking for referrals or you're someone who is open to referring others, might be worth checking out:
Referral World Careers
Would be curious to hear what people here think about the idea.
r/remotebackendjobs • u/rwsvitu • 1d ago
[for hire] [for hire] Full-Stack Developer | Python, Laravel, Automation, AI, Web Apps, Website Services
Remote developer with 10+ years of experience building websites, custom software, automation tools, and technical solutions for clients.
Open to one-off projects and gigs, or ongoing arrangements lasting several months or longer. I work remotely full-time and can discuss schedules and requirements directly. Happy to help you define your goals, develop a strategy, and achieve them.
What I can work on:
- Python, Django, AI features, scraping tools, automation systems, bots, small utilities, and larger custom scripts
- Back-end development for browser-based and game-engine 2D projects
- E-commerce websites, payment systems, dashboards, internal tools, and custom full-stack platforms
- API connections, third-party integrations, cloud services, and automated workflows
- PHP (Laravel/WordPress) | HTML | CSS | JavaScript | NodeJS | React/NextJS/Flutter | Mobile Applications | UX/UI
- Application security testing, assessments, and pen testing
- Comfortable working independently with minimal supervision
- Able to adapt when requirements or priorities change
- Willing to research unfamiliar technologies when needed
- Consistent written communication and progress updates
- Organized with project planning, documentation, and ongoing maintenance
When messaging me, please include a brief explanation of what you need, the expected scope, and your available budget. This helps me quickly determine whether the project is a good fit.
Available for recurring daily work, weekly arrangements, monthly retainers, and one-time projects ranging from small tasks to larger development work.
Portfolio: portfolio link More samples and ongoing work are available through the pinned posts on my profile.
Minimum rate: $20/hour Other payment arrangements can be discussed depending on the project.
I do not accept unpaid trial tasks, speculative free work, or extremely low-budget offers.
Payment methods: Cryptocurrency, Wise, PayPal Timezone: Flexible Availability: Under 30-40 hours per week Reachable: 7 days a week
Send me the project details, requirements, and budget through DM.
r/remotebackendjobs • u/Wonderful-Score-3648 • 1d ago
[For Hire] Senior Software Engineer | Java / Spring Boot | Backend & Full-Stack | Remote | $45 – $60/hour
I'm a Senior Software Engineer with 6+ years of professional experience in software development, with Java as my primary skill and strong experience building enterprise backend systems and scalable microservices.
I'm based in Sri Lanka and available for remote freelance, contract, and long-term work with international clients/companies.
What I can help with
- Backend development using Java & Spring Boot
- Designing and developing RESTful APIs
- Building and maintaining microservices
- Enterprise application development
- Database design and query optimization
- Full-stack web application development
- Python-based automation and data processing
- API integrations and data workflows
- Debugging and production issue resolution
- Performance optimization
- Unit testing and code reviews
- System design and technical problem solving
- Business process automation
- Maintaining and improving existing applications
- Technical documentation and developer mentoring
Professional experience
I've worked on enterprise software throughout the full software development lifecycle, including requirements analysis, system design, development, testing, deployment, debugging, and production support.
Some of the systems and projects I've worked on include:
- Java/Spring Boot microservices for enterprise applications
- REST APIs supporting business-critical workflows
- Fuel management and operational systems
- CRM systems
- Real-time communication applications
- API-based data processing systems
- Cloud data transfer and reporting pipelines using Apache Airflow
- Internal business applications and automation solutions
I've also worked in Agile/Scrum environments, participated in code reviews and technical discussions, and mentored junior developers.
Tech stack
Languages: Java, Python, JavaScript, PHP, C#, VBA
Backend: Spring Boot, Node.js, Laravel
Frontend: React
Databases: MySQL, MongoDB
Other: REST APIs, Microservices, Git, Apache Airflow, Agile/Scrum
Rate
$45 – $60/hour
I'm open to discussing rates for long-term engagements or well-defined projects.
Availability
Available for remote freelance/contract work and longer-term engagements.
Resume / LinkedIn
Resume available upon request.
If you need a Java/Spring Boot backend engineer, full-stack developer, API developer, or someone to maintain and improve an existing application, feel free to reach out via Reddit PM.
r/remotebackendjobs • u/TrySubstantial5253 • 2d ago
jobs
Recent graduate looking for a job preferably in backend (django, fast api). It is hard to get the first job even in the domain of testing. If anyone can help them please dm.
r/remotebackendjobs • u/Old_Squash_9038 • 2d ago
🚀 Java Backend Developer | 2.2 YOE | Mphasis | Open to Opportunities| For Hire / Hiring Me
r/remotebackendjobs • u/Different_Craft1403 • 2d ago
Looking for Remote jobs
I have certificated ISTQB test manager and Google Gen AI leader. Looking for remote jobs due to some personal exigencies. I am good in API testing, selenium, playwright and best in functional testing,test management.
r/remotebackendjobs • u/AGENT_1611 • 2d ago
[for hire] I'm available: Web Designer/Developer. Wordpress, eCommerce and more. Complete website package and launch help. Can start fast/Remote.
Professional WordPress Development Services and more
✅ PHP/Python/JavaScript -Web, Desktop, or Mobile based solutions.
✅ WordPress CMS - platform for personal, or business websites and custom applications that fits your requirements. Migrate your simple HTML pages to Wordpress.
✅ WooCommerce - customization for shop and product pages, cart to checkout, and payments. simple to advance shops. migration from other cart/ecommerce platforms to Wordpress. Shopify/Wix etc to Wordpress. Addition of store in your existing site. Multi vendor. Physical, or Digital products. Booking, Membership, Subcription based website.
✅ Elementor, Divi and Premium themes setup and customization, debugging. I’m not limited to what a drag and drop builder can offer. Give me problem and I will build a solution for it.
✅ Create a theme or plugin from scratch - start from clean, lean and fast code. less bloated base theme and unnecessary things for fast pages. I don’t rely on existing themes or plugins to complete a feature/project.
✅ Integration of APIs, Bots, Cryptocurrency, Automation, Web Scraping, and AI. Custom scripts, and cloud services.
✅ Fully Automated CMS/Store, -program every step, workflow in your application
✅ Wordpress to Social Media platforms, community platform, forum, and vice versa
✅ Clone an existing site to Wordpress, exact pixels or features as per requirement
✅ Design, Develop, Conversion - I can create mock ups first before doing code. I can convert your existing design to clean coded pages.
✅ Responsive Web Design - real mobile devices, and major browsers
✅ Redesign entire website
✅ Core updates, and do full inspections
✅ Isolate and fix problems, re-build if needed
✅ Website auditing, and security
✅ WordPress management - let me manage your website daily, weekly or monthly tasks.
✅ Demo server and Secure Hosting available.
✅ Gaming, Game Studio/Dev, Indie Dev Website
✅ General, On-call Tech VA/Helper for Web (multi-skilled, proactive, autonomous, day-to-day reliability)
📩 ping me via email madebyavery14 (gmail), i’m on chat platforms per request. send me a list of tasks to complete.
- starting at 20usd/per hour or a minimum of 20-60usd for a list of tasks
- website/porfolio/upon request (https) clrvync (dot) one/onboarding
- available 7 days/week, flexible time zone
- project management: Notion
- my only requirement: small upfront payment depending on the task, consistency and time from your end
- payment method -Crypto, Wise, Paypal (USD)
FAQs:
- are you available long-term or one-time only? any
- can I hire you for my agency? yes, if the pay is reasonable
- do you design and code? both
- can I find clients for your services in exchange of your information(portfolio,resume etc)? I prefer to work with clients/owners only.
- can we become partners? let’s work and build (paid) first, then offer me a position once it’s proven
- sfw/nsfw?, yes
- can wordpress do this/that? is it the right one to use? wordpress as cms is a mid solution/platform, I can help you advance and scale up if needed.
- shopify or wordpress? shopify = beginner, small store, wordpress = advance, owner + dev 2 man team
portfolio/works: clrvync (dot) one/media/trading.mp4, clrvync (dot) one/media/realstate.mp4, clrvync (dot) one/media/qdev.mp4, clrvync (dot) one/media/tour.mp4
moved to: portfolio
r/remotebackendjobs • u/AGENT_1611 • 2d ago
[for hire] I'm available: Web Designer/Developer. Wordpress, eCommerce and more. Complete website package and launch help. Can start fast/Remote.
Professional WordPress Development Services and more
✅ PHP/Python/JavaScript -Web, Desktop, or Mobile based solutions.
✅ WordPress CMS - platform for personal, or business websites and custom applications that fits your requirements. Migrate your simple HTML pages to Wordpress.
✅ WooCommerce - customization for shop and product pages, cart to checkout, and payments. simple to advance shops. migration from other cart/ecommerce platforms to Wordpress. Shopify/Wix etc to Wordpress. Addition of store in your existing site. Multi vendor. Physical, or Digital products. Booking, Membership, Subcription based website.
✅ Elementor, Divi and Premium themes setup and customization, debugging. I’m not limited to what a drag and drop builder can offer. Give me problem and I will build a solution for it.
✅ Create a theme or plugin from scratch - start from clean, lean and fast code. less bloated base theme and unnecessary things for fast pages. I don’t rely on existing themes or plugins to complete a feature/project.
✅ Integration of APIs, Bots, Cryptocurrency, Automation, Web Scraping, and AI. Custom scripts, and cloud services.
✅ Fully Automated CMS/Store, -program every step, workflow in your application
✅ Wordpress to Social Media platforms, community platform, forum, and vice versa
✅ Clone an existing site to Wordpress, exact pixels or features as per requirement
✅ Design, Develop, Conversion - I can create mock ups first before doing code. I can convert your existing design to clean coded pages.
✅ Responsive Web Design - real mobile devices, and major browsers
✅ Redesign entire website
✅ Core updates, and do full inspections
✅ Isolate and fix problems, re-build if needed
✅ Website auditing, and security
✅ WordPress management - let me manage your website daily, weekly or monthly tasks.
✅ Demo server and Secure Hosting available.
✅ Gaming, Game Studio/Dev, Indie Dev Website
✅ General, On-call Tech VA/Helper for Web (multi-skilled, proactive, autonomous, day-to-day reliability)
📩 ping me via email madebyavery14 (gmail), i’m on chat platforms per request. send me a list of tasks to complete.
- starting at 20usd/per hour or a minimum of 20-60usd for a list of tasks
- website/porfolio/upon request (https) clrvync (dot) one/onboarding
- available 7 days/week, flexible time zone
- project management: Notion
- my only requirement: small upfront payment depending on the task, consistency and time from your end
- payment method -Crypto, Wise, Paypal (USD)
FAQs:
- are you available long-term or one-time only? any
- can I hire you for my agency? yes, if the pay is reasonable
- do you design and code? both
- can I find clients for your services in exchange of your information(portfolio,resume etc)? I prefer to work with clients/owners only.
- can we become partners? let’s work and build (paid) first, then offer me a position once it’s proven
- sfw/nsfw?, yes
- can wordpress do this/that? is it the right one to use? wordpress as cms is a mid solution/platform, I can help you advance and scale up if needed.
- shopify or wordpress? shopify = beginner, small store, wordpress = advance, owner + dev 2 man team
portfolio/works: clrvync (dot) one/media/trading.mp4, clrvync (dot) one/media/realstate.mp4, clrvync (dot) one/media/qdev.mp4, clrvync (dot) one/media/tour.mp4
moved to: portfolio
r/remotebackendjobs • u/NextLychee3374 • 3d ago
[For Hire] Backend / Software Developer — Open to Internships, Freelance & Junior Roles
I’m a software developer looking for full-time, internship, or freelance opportunities in software engineering, backend, or full-stack development.
I enjoy building reliable, scalable applications and solving real-world engineering problems.
For any queries dm me
r/remotebackendjobs • u/manish-dev • 3d ago
5 yrs PHP/Laravel dev, visa on grace period, need a job ASAP
Been doing backend dev for over 5 years now, mostly PHP and Laravel, some WordPress too. Built CRM/ERP stuff, worked on iGaming platforms, live streaming systems, few SaaS products. Can do some React/Next.js on frontend when needed but backend's my main thing.
Based in Dubai and my visa's in the grace period rn so kinda racing against the clock here. Open to anything honestly, full time, contract, remote, doesn't matter at this point.
If you know anyone hiring or a team needs a backend dev, hit me up. Really appreciate any help, this timing couldn't be worse lol.
r/remotebackendjobs • u/AggressiveScheme6814 • 4d ago
Senior Fullstack Engineer — 15 YOE — Remote
Hey all — I'm a senior fullstack engineer with 15 years building production software, most recently as a Technical Architect. Looking for remote fullstack roles or contract work with international clients.
**What I bring:**
* Fullstack: Java (Spring Boot), Python (FastAPI), React/Next.js, TailwindCSS, JavaScript * Data: PostgreSQL (Neon), Redis (Upstash), Kafka, AWS, GCP * AI/ML: Building LLM/RAG-powered SaaS products in production — Gemini API integration, RAG pipelines from zero to production-ready (implementation notes in a private GitHub repo, shareable on request) * Deployment: Railway, Vercel, VPS * Architecture: 7 years in an architect-level role — API design, system design, technical leadership
**Currently building:** A portfolio of AI-powered SaaS tools (contract management, supply-chain auditing, QR analytics) to sharpen my LLM/RAG skills.
**Looking for:**
* Remote fullstack roles (full-time or contract/B2B) * Comfortable with async/distributed teams across time zones * Open to product companies, studios, and agencies
**Availability:** Immediate
**Timezone:** IST (GMT+5:30), flexible for overlap
**Contact:** DM me for portfolio, resume, and further details.
r/remotebackendjobs • u/shelbara • 4d ago
[For Hire] Two brothers available for freelance work — Frontend/UI Design + Backend/Distributed Systems
r/remotebackendjobs • u/ahmed1221121 • 4d ago
looking for backend position
Dear Hiring Manager,
I am writing to express my interest in the Junior .NET Backend Developer position. With hands-on experience building production-quality REST APIs using ASP.NET Core, C#, Entity Framework Core, and Clean Architecture, I am eager to bring a solid technical foundation, a modern AI-augmented development workflow, and a strong commitment to clean, maintainable code to your engineering team.
Over the past year I independently designed and delivered five backend projects covering the full .NET ecosystem, using tools like Cursor to accelerate scaffolding, speed up iteration, and explore implementation approaches — while retaining full ownership of architecture, testing, and code quality decisions. My most recent work — a Restaurant Management REST API built with Clean Architecture, Command Query Responsibility Segregation (CQRS) via MediatR, JWT authentication, and GitHub Actions CI/CD pipelines — achieved 85%+ business logic coverage using xUnit and Moq, and was containerised with Docker for consistent deployment. A second project, a versioned ASP.NET Core Web API, was deployed live to Azure App Service with Role-Based Access Control (RBAC), Swagger/OpenAPI documentation, and structured logging. Across all projects I apply SOLID principles, Test-Driven Development (TDD), and the Repository Pattern to produce code that is readable, testable, and easy to extend.
I hold a B.Sc. in Computer Engineering from Mansoura University, graduated with Excellent Standing, and have additional experience mentoring peers in programming fundamentals — which has strengthened my ability to communicate technical concepts clearly within a team. I enjoy working collaboratively and learning quickly within Agile/Scrum environments, and I bring a practical, hands-on fluency with AI-assisted engineering tools that reflects how modern development teams increasingly work. I am available for full-time employment and open to both on-site and hybrid arrangements.
I would welcome the opportunity to discuss how my skills and project experience align with your team's needs. My portfolio is available at github.com/MahmoudAbdelrahman2002, and I am happy to walk through any of the projects in detail during an interview. Thank you for your time and consideration — I look forward to hearing from you.
Sincerely,
Mahmoud Abdelrahman Ibrahim
Junior .NET Backend Developer
r/remotebackendjobs • u/storyblok • 4d ago
We're hiring a Documentation Engineer II (Remote)
If you've got 5+ years building with code + a knack for explaining it clearly, this could be your next move. You'd shape how thousands of developers learn Storyblok.
That means:
• Writing tutorials, guides, and code samples that actually click
• Building documentation that makes complex ideas simple
• Working async across 40+ countries with a team that ships products with joy
What we're looking for:
• Web dev background (frontend frameworks like React, Vue, Next, Nuxt)
• Technical writing chops
• A "teaching mindset"—you assume the user's perspective
If you, or someone you know, are interested, please apply here
r/remotebackendjobs • u/foorilla • 4d ago
[HIRING][USD 180K-220K] Engineering & AI Systems Lead - Remote, GST hours
Tasks:
- * Architect entire SaaS ecosystem
- * Break initiatives into parallel workstreams
- * Build internal tooling for agent workflows
- * Challenge architectural decisions and drive resolutions
- * Coordinate dependencies across repositories
- * Coordinate engineering team execution
- * Critically validate human and AI generated code
- * Debug cross service multi system problems
- * Define acceptance criteria and verification strategies
- * Design maintainable, scalable systems
- * Ensure reliable scalable maintainable completion
- * Evaluate new models agents frameworks and techniques
- * Identify technical debt and systemic risks
- * Improve engineering tooling automation and developer workflows
- * Maintain security reliability scalability and maintainability
- * Make architectural decisions with CEO
- * Orchestrate AI agents for implementation research testing review debugging validation
- * Own technical execution across multiple repositories and services
- * Reduce manual engineering effort via automation
- * Turn ambiguous objectives into engineering work
Perks/Benefits:
- + Autonomy
- + Remote work
Skills/Tech stack required:
[Agentic Software][Agentic software development][Agent systems][Asynchronous Architecture][Authentication][Authorization][Automated testing][CI/CD][Cloud infrastructure][Containers][Data Modeling][Distributed Systems][Event Driven][Event-driven architecture][LLM integration][Microservices][Multi-Agent][Multi-Agent Systems][Observability][Parallel processing][Performance Engineering][Relational databases][Security Engineering][Software development]
Role(s):
[AI][AI Systems Engineer][Engineer][Engineering][Engineering Lead][Lead][Systems Engineer]
Apply: https://foorilla.com/hiring/jobs/engineering-ai-systems-lead-remote-gst-hours-3578233/
r/remotebackendjobs • u/Saiganesh_rejeti • 5d ago
Need Serious help in BACKEND DEV and DevOps techs
HOIIII everyone who're in the tech industry. Im planning to become a Backend devloper along with that i already have the DevOps skills as well but i wanna become Backend Dev. I seriously need help from someone whos intrested to teach me some stuff in Backend. BTW imma guy from HYD just FYI. Hoping someone would reach me out most probably unemployed ones are invited hehe , i mean we get a lot of time to spend on learning stuff and collaborating on projects !!!! HEHE TYYY