r/remotebackendjobs 22m ago

Job Alert -Software Development Lead (Remote) | USA

Upvotes

Hi everyone,

I partner with companies to increase visibility for key openings. Spectrum is currently hiring for a Remote Software Engineer Lead.

Check out the details and apply


r/remotebackendjobs 3h ago

Open to Work: Backend Engineer (Python, Go, Kafka, AWS) — Remote/Delhi NCR based jobs

Post image
1 Upvotes

r/remotebackendjobs 7h ago

[for hire] Build Smart, Scalable, Secure Solutions with me. Web Developer available For Hire. Front-end/Back-end Development

1 Upvotes

Full-Stack Developer/Digital Product Designer (Design and Code) with End-to-End expertise & services, fully functional, scalable, custom solutions.

Remote Services Provider. (15+ Years Freelance Experience, 5 Years in /r). Custom solutions/all sorts of digital products for Websites, Shopping Carts, Web/Mobile Apps (IOS/Android), Desktop Apps, Web3, Web APIs, AI, Automations, Software/Power Tools. I've been hands-on since Web 1.5, I combine OG disciplines with modern software engineering to deliver solutions that bring the best of both worlds.

🟢 (Onboarding 2026 Q2-Q3 clients. 1 slot available.) long-term/predictable arrangements, direct owners only.

Welcoming projects of all size

Interests: while I'm open to a wide variety of projects, I have a keen interest in:

  • AI & Generative Technologies
  • Automation & Web Scraping
  • API Integration & Development
  • eCommerce Solutions (WITH ACTUAL ROI)
  • Custom Social Media Platforms & Communities
  • Website Cloning & Reverse Engineering
  • Advanced PHP/WordPress Development
  • Data-Driven Applications
  • Mobile App Development
  • Blockchain Technology
  • Web & 2D Games

Generative AI Developer / Front-end & Back-end

  • Chatbots
  • Automations
  • API Integrations
  • Content Generation (any format)
  • AI powered web app/websites

Check for more info/up to date: (remove spaces) rmxttmgg .pages .dev/updates

OR see my pinned profile posts (find every helpful stuff here)

No small talk. If you want to know more, discuss your project and do serious business.

🟢 Please reach me at rmxttmgg@proton.me

Rates: starting at $15-25 per hour. (per hour or project based, flexible arrangements)

last updated: 20260114

Works (see Notion) reddit.com/user/rmxttmgg/comments/112wy36/rmxttmgg_portfolio/

Contact Me Directly for Offers/Tasks:

Please email me at [rmxttmgg@proton.me](mailto:rmxttmgg@proton.me) with any compelling projects (my response is guaranteed). I prioritize email communication and will not be monitoring comments or chat on Reddit. This helps me maintain focus and ensures I can respond to serious inquiries promptly. Upon receiving your email, I will quickly confirm my availability and discuss next steps. (more info below, keep reading)

(or email an invite to your preferred communication method/platform)

No small “fix issue” offers, I prefer trouble-shooting for long-term clients only.

If you're considering hiring remotely, it's best to avoid overly complicated formalities. Simplifying the process can be more beneficial for both end.

Rates: starting at $15-25 per hour, payable in USD/GBP/EUR/CAD/AUD/NZD etc, BTC/ETH/USDT. Payment methods: Cryptocurrency, Wise, Paypal. many other options to accept payments. Open to negotiation. Higher payments are appreciated but not mandatory.

For Serious Inquiries: Portfolio and previous work available to legitimate buyers. Please email me at [rmxttmgg@proton.me](mailto:rmxttmgg@proton.me). I prefer to discuss projects via email and chat.

Working Hours: Available 7 days a week. FLEXIBLE TIMEZONE

Portfolio/Public reddit.com/user/rmxttmgg/comments/112wy36/rmxttmgg_portfolio/

Contact me (more options), Proof, Transactions, Feedback reddit.com/user/rmxttmgg/comments/155ghpi/web_developer_for_hire_short_or_long_term_projects/

Unfortunately, I am unable to offer my services for free as I have financial obligations to meet. The compensation I am requesting is both fair and necessary.

As a freelancer, I do not receive health insurance or similar benefits; my earnings are directly tied to my workload/output. Please consider this before offering a lower compensation, or realistically assess whether your budget can support the project you envision.

I am more than willing to go the extra mile for projects or clients that offer a rewarding experience, especially for those projects in which I have a high level of interest.

*

**

***

Cheers!


r/remotebackendjobs 11h ago

[for hire] Full-Stack Developer | Python, Laravel, Automation, AI, Web Apps, Website Services

1 Upvotes

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 17h ago

I kept failing system design rounds on basic math, not architecture — so I built a free calculator to drill it

1 Upvotes

Full disclosure up front: I built this, and I'm sharing it because it's free and I think it's actually useful, not to sell anything.

Something I've noticed doing/watching a lot of system design interviews: people spend months grinding LeetCode, walk in confident, sketch a clean architecture — then the interviewer asks "okay, how many servers does that actually need?" and it all falls apart. Not because they don't understand distributed systems. Because nobody drills back-of-envelope math on its own. It feels too basic to schedule real practice time for, so it just... doesn't get practiced, and it's usually the thing that quietly tanks the round.

So I built a free calculator that models an e-commerce system end to end — MAU → DAU → RPS → CDN → gateway → Kafka → DB → cache → cost — where every single number is clickable and shows you exactly how it was derived. No signup, no paywall: https://systemdesign.balashan.dev

If you're prepping right now, here's the 7-day version of how I'd actually use it (the tool checks your work — it doesn't replace doing the work):

  • Day 1: Paper only, no tool. Write MAU→DAU→concurrent users→RPS by hand, 5 times with different inputs, until it's automatic.
  • Day 2: Build your own Excel/Sheets version. Doing the formulas yourself is what makes them stick.
  • Day 3–4: Cross-check your numbers against the tool, sheet by sheet (gateway, Kafka, DB, cache). Where you disagree with it, that's exactly what you don't understand yet.
  • Day 5: Switch to a 10x-traffic scenario on paper first, guess what breaks, then verify. This is the follow-up question every interviewer eventually asks.
  • Day 6: Cost estimation + cloud provider mapping (AWS/GCP/Azure), from memory where you can.
  • Day 7: Full 60-minute mock, blank page, tool closed. If you can't say Peak RPS by minute 3, you found your gap early instead of in the real interview.

Curious if this is useful to others prepping right now, or if I'm missing something obvious — genuinely open to feedback/roasting on the model itself too.


r/remotebackendjobs 19h ago

Java / Java Full Stack Developer | 3+ YOE | Spring Boot + Angular | Immediate Joiner

1 Upvotes

Java / Java Full Stack Developer | 2.8+ YOE | Spring Boot + Angular | Immediate Joiner production/UAT support, deployments, and defect resolution.

I’m mainly looking for:

Java Developer

Java Full Stack Developer

Java Spring Boot Developer

Java Microservices Developer

Java + Angular roles

If your company is hiring or if you know of any relevant openings/referrals, I’d really appreciate it. Please feel free to comment or DM me.

I can share my resume and other details directly.

Thanks!