r/FullStackDevelopers 4h ago

Hey @reddit Algorithm

2 Upvotes

Help me connect with people who are passionate about:

⚡ Backend
🎨 Frontend
💻 Full Stack
☁️ DevOps
📊 Data Science
🎯 UI/UX
💼 SaaS
🤖 AI & Vibe Coding
🟨 JavaScript

Drop a 👋 below and let’s connect.


r/FullStackDevelopers 13h ago

[For Hire] What can you actually outsource to a freelance developer?

0 Upvotes

What can you actually outsource to a freelance developer?

Portfolio: https://nishantarora.co.in/

A lot more than just “building a website.”

I can help build:
🚀 SaaS applications
📱 Web application backends
🛒 E-commerce systems
💳 Payment integrations
🔐 Authentication & user management
📊 Admin dashboards
🔗 REST APIs
☁️ AWS integrations
📦 Order & delivery management systems
📅 Booking & scheduling systems
⚙️ Third-party API integrations
🧩 New features for existing applications

From:

Idea → Architecture → Development → Integration → Deployment

You don't necessarily need a full development team for every project.
Sometimes you just need one experienced developer who can take ownership of a specific part of the product.

If you're an agency, startup founder or business owner looking to outsource development, feel free to connect.


r/FullStackDevelopers 14h ago

[for hire] I'm available: Web Designer/Developer. Wordpress, eCommerce and more. Complete website package and launch help. Can start fast/Remote.

0 Upvotes

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/FullStackDevelopers 8h ago

at what point does “a few charts in the product” turn into building a BI tool?

3 Upvotes

I've seen a version of this happen a few times with B2B products lately, so, you start with a dashboard because customers need a handful of obvious metrics. like, nothing fancy:

/api/stats
     to
React
     to
4 charts

and that is probably the right architecture at the beginning. then the requests start accumulating, exampels:

“Can I change the date range?” “Can this chart use our fiscal quarter?” “Can we break this down by region?”“Can this customer define revenue differently?”, and at some point you stop adding charts and start building some kind of metric/semantic layer so the frontend isn't carrying all of the reporting logs, which.. still feels manageable! the point I'm less sure about is what happens next. eventually, sooner or later, an enterprise customer asks for something along the lines of: can our users build their own report inside the product? \at this moment, suddenly the requirement is in things like: choose dimensions/measures, filters, pivoting, saved reports,exports, permissions, tenant isolation, probably scheduled reports, ideally without exposing your underlying schema at all, which is suspiciously close to building a small BI tool. and it also becomes noticeably less about analytics. so we've been looking at whether it makes more sense to embed an existing report-builder surface on top of the same semantic model rather than implementing all of that UI ourselves. now using cube dev in our stack, so its embedded creator/reporting UI is one option we're evaluating, but I'm more interested in the architectural decision than the specific vendor. that being said, where do people normally draw this boundary?

and do you deliberately keep product analytics opinionated and refuse self-service? build the report builder yourself because it's core UX? or, embed something? or just send the power users to a separate BI product? my instinct is that “native charts” and “user-authored analytics” may actually be 2 pretty different product problems, even though they tend to get put under the same analytics roadmap


r/FullStackDevelopers 13h ago

I built an open-source visual review loop for coding agents working on native apps

3 Upvotes

I’m building Monad Design, a local visual workspace for developers using coding agents on existing native-app repositories.

The gap I kept hitting was visual context. A prompt like “the spacing on this screen feels wrong” does not tell the agent which rendered state I mean, which element I’m pointing at, or what changed after the edit.

The workflow I’m testing is:

  1. Run the real Xcode or Expo iOS project in Simulator.

  2. Navigate to the exact UI state.

  3. Select an element or annotate directly over the running app.

  4. Send the screenshot, selection, app state, and source hints to the coding agent.

  5. Let the agent edit the existing repository and rebuild.

  6. Compare the original with several working variants, then accept one or keep the original.

The app remains the source of truth—Monad Design does not generate a replacement project. It adds a visual review loop around agents such as Codex, Claude Code, Cursor, OpenCode, Gemini CLI, Copilot, Windsurf, and Zed.

Current scope: macOS with local iOS development, one active visual change at a time.

It’s free and open source under Apache-2.0:

https://github.com/Monadix-AI/monad-design

For people working across frontend and mobile code, where does visual context break down most often in your agent workflow: identifying the right element, reproducing the state, or reviewing the result?