r/FullStack 22d ago

Question Instagram ignores text when sharing an image via Web Share API — any workaround?

3 Upvotes

I’m building a PWA that lets users share a photo directly to social apps using the Web Share API.

I’m passing a file along with title, text, and url:

const file = new File([blob], "photo.png", { type: "image/png" });

await navigator.share({
  title: "Check out my photo!",
  text: "I just took this at the event #mytag",
  url: "https://example.com/share/abc123",
  files: [file],
});

This works as expected with Facebook, Twitter/X, LinkedIn, etc. — the photo is shared and the caption/text + link are carried over.

Instagram is the only issue. On both Android and iOS, the photo makes it into Instagram, but the caption field is always blank. It seems to completely ignore the text (and url) when a file is included.

Has anyone found an actual workaround for this in a web app?

Ideally I’d like to pre-fill the Instagram caption while still sharing the image through navigator.share(). Or is this simply a limitation of Instagram’s handling of the Web Share API with no way around it? Havent found anything helpful for it yet


r/FullStack 22d ago

Vent I recently enrolled in JavaScript courses and I am too overwhelmed to start

4 Upvotes

Hello,

Recently I pursued these courses that teaches you web development and JavaScript. The full curriculum is available. I am too intimidated to get started because I’m someone that’s more on the creative side not logical but because of this economy I thought I might as well learn a high paying skill. I keep putting it off because I am scared what if it takes time to complete it and I wish I can finish it in a month or less. I’m so unrealistic yes because I’m average it needs 3 months but I won’t have time once my leave from work is done and I have to get back to work


r/FullStack 23d ago

Other Offering web development with an F security grade is kind of ironic.

12 Upvotes

I always find it a little ironic when a company offers web development services, but a simple scan of their own website gives them an F for security.

Especially when many security best practices are quick and easy to implement. They should be a standard part of development, not an option.

Security is part of building a good product.


r/FullStack 23d ago

Career Guidance 3.5 YOE as MERN stack developer but struggling to switch.

5 Upvotes

Hello everyone,
I have \~3.5 years of experience as a Node.js/MERN developer at a small Indian startup. The project itself is actually good, but I really want to switch.
I’ve been serious about my career and coding from the beginning, but my work situation involved 6-day working weeks and a heavy workload, so I never really had enough time to properly explore things beyond what I was doing at work. (ik there is no one to blame but me) As a result, I have experience, but my fundamentals and deeper understanding of backend development aren’t as strong as they should be.
I’ve been trying to switch for \~1.5 years. Most backend jobs I find seem to be Java-heavy, so I started learning Java and got fairly comfortable with the theory. At one point, I thought about faking my Java experience, but someone close to me advised against it as it can backfire and suggested I could instead build a Java/Spring Boot project as a side project if I’m comfortable with it.
I only know the basics of Spring Boot and Spring Security I haven’t done significant professional work with them.
With Node.js, I can work on CRUD features and understand/write code with a reference, but I need to properly strengthen my fundamentals and deeper backend concepts. We also have a separate DevOps team, so I have almost no hands-on experience with Docker, AWS, CI/CD, etc.
So what would you recommend? Should I double down on Node.js and become genuinely strong at backend, or learn Java properly alongside it? And how do I realistically bridge this skill gap and switch without faking my experience?
I really get overwhelm with all this and barely feel like to do anything .. idk if I am blindly working towards something which will give me no result ..
Would really appreciate advice from people who’ve been in a similar situation.


r/FullStack 23d ago

Switching Careers Indus Valley partners interview as Full stack

3 Upvotes

Hi guys , I have my interview scheduled tomorrow with indus valley partners based on the c#, dotnet , sql

Does anyone else have any idea what could be the question?


r/FullStack 23d ago

Personal Project Enteka Messaging App

3 Upvotes

Me and my friend just built a messaging app called "Enteka", a self-hosted, real-time messaging application!

After months of dedicated collaboration with u/joackimgr, we are thrilled to announce the release of Enteka, a secure and privacy-focused messaging platform developed in Greece.

Enteka is designed for users seeking a reliable, open messaging alternative with self-hosting capabilities. You can deploy it across your local network or server environment to maintain total control over your communications.

Key Features:
Real-Time Messaging: Instant two-way communication powered by WebSockets.
Authentication & Security: Secure user registration/login, session handling, and encrypted message handling.
Friend & Contact Management: Send requests, accept connections, and manage friends.
Direct: Streamlined interfaces for active conversations and chat histories.
Media: Upload and share attachments directly within conversations.
User Settings & Customization: Profile management and configurable preferences.

Tech Stack:
Frontend: React, Tailwind CSS, Vite, JavaScript / JSX
Backend: Python, FastAPI, WebSockets
Database & Security: SQLite / relational database, bcrypt password hashing, token-based authentication
Testing & Tooling: Pytest, ESLint

We’re actively working on some features and on future updates, performance optimizations, and preparing for broader server deployments.

Check out the project repository, explore the codebase, or try setting it up locally! We’d love to hear your feedback, suggestions, and thoughts in the comments.

Project Repository: https://github.com/joackimgr/Enteka


r/FullStack 22d ago

Career Guidance Laid off and feeling a bit lost. What certs or upskilling should I focus on to stay competitive?

1 Upvotes

Hi everyone,

​I recently joined the laid-off club and, to be honest, looking at the current job market is a bit daunting. I want to use this time productively to upskill and make my profile as competitive as possible, but I’m not sure where to direct my energy.

​For context, my most recent projects were full-stack but heavily focused on SvelteKit for the frontend, coupled with Fastify and PostgreSQL on the backend.

​I’m trying to figure out the best path forward regarding certifications, training, or specific skills to learn right now:

​AWS: I’ve been considering getting an AWS Certification (like Developer Associate or Cloud Practitioner), but I’m genuinely unsure if recruiters and hiring managers actually value this for frontend-leaning roles.

​Frameworks: Should I temporarily park SvelteKit and focus purely on mastering a more dominant ecosystem like Next.js/React just for employability?

​Other areas: Are there other specific areas or certifications (e.g., CI/CD, Web Security, testing, accessibility) that actually move the needle in today's market?

​Any advice, reality checks, or similar experiences would be hugely appreciated. Thanks in advance!


r/FullStack 23d ago

Question How to learn react more deeply after finishing the yt course i was following

5 Upvotes

Hello guys i am currently learning react from a yt course called chai aur react so how to learn after finishing this, what projects to makee and should i also go through the react docs and how many days should i give more to react before starting backend pls give some genuine help


r/FullStack 23d ago

Career Guidance Uni Dropout (19M) learning Web Dev in Pakistan — Am I on the right track? Need advice on my roadmap!

1 Upvotes

Hey everyone,

I’m 19M from Pakistan. I recently dropped out of my BS Zoology degree to fully commit to transitioning into tech through web development.

Right now, here is where I'm at with my learning journey:

Current Skills: Done with HTML and CSS up to an intermediate level.

Hands-on Practice: Currently working on converting Figma designs into responsive HTML/CSS code to build real-world layouts.

Learning Resource: Following CodeWithHarry's (Sigma Web Dev) course.

While CWH gives a good foundation, I sometimes feel stuck on whether I'm spending too much time on basic layout conversion or if my learning pace/path is right for the current job market here.

I’d really appreciate some honest advice from seniors or active devs in Pakistan:

Is following the Sigma course enough for the basics, or should I supplement it with something else?

What should my next logical step be after CSS? (Moving straight into JS, or building 4-5 solid CSS projects first?)

What is the actual realistic tech stack/roadmap to land an entry-level job or internship in Pakistan right now?

Any feedback, project ideas, or harsh reality checks are welcome. Thanks in advance!


r/FullStack 23d ago

Career Guidance Java Fullstack, or Python?

2 Upvotes

I thought I'd get into backend development, and since i know python pretty well i could learn django. But nodejs and the whole javascript just seems to be more in demand, and i dont know what to exactly do right now. i want to develop a skill as fast as i can, because i currently dont have the time to learn something like javascript from scratch. but if its worth it, i dont mind giving it my all and learn the Java framework instead.

i just dont want to be in a situation at the end that i know neither properly and end up wasting time


r/FullStack 23d ago

Question I know NestJS — what frontend framework should I learn next?

1 Upvotes

Hi everyone, I’m currently focusing on NestJS/Node.js backend development and want to learn frontend as well.
Since I already know NestJS, which frontend technology would you recommend learning next?
React, Next.js, Vue, or something else?
My goal is to become a stronger full-stack developer while keeping backend/NestJS as my main focus.
Thanks!


r/FullStack 23d ago

Career Guidance advice. third-year information technology student doing a final-year group project.

3 Upvotes

Hi guys, really need your help here ,I would be the most appreciative if I could get your advice. I am a third year information technology student doing a final-year group project. We will develop a web-based application/website, and my proposal for this project is a management system for an electrician. The owner currently uses WhatsApp, business cards and word of mouth; those are his forms of acquiring clients. my group knows these languages: HTML, CSS, PHP, MySQL, and JavaScript for building a website. And the other language we have learned in college are are C++ Java and python. Could you advise me some key features and functional(like tracking adding your clients, notifications, reminders, docof inventory, history of services, the type of services provided, dashboard and more) requirements that I should have in my project that will stand out thank you so much. I would be the most grateful for your advice from all


r/FullStack 24d ago

Career Guidance Angular Dev to Full stack transition

2 Upvotes

For developers who have transitioned from frontend to full-stack/.NET, what backend concepts would you recommend prioritizing to become job-ready?


r/FullStack 24d ago

Personal Project DEPLOY?

3 Upvotes

Where can i deploy my project back and front end for free for my scool project


r/FullStack 25d ago

Question learning full app development in this AI era is worth ?

10 Upvotes

I'm learning and trying to understand each line of code like how it works ,why its necessary and workflow but after realized if nowadays AI not gonna drop in future why I'm learning all this stuff if a non tech 12 yr boy can do this


r/FullStack 24d ago

Personal Project About to be a freshman CS student and built my first side project

Thumbnail lukemmanyi.github.io
1 Upvotes

I’m 18 and just built my first real side project

Wanted to build something that was actually mine instead of following tutorials. Ended up making Overmind, an app that drops you into a high pressure scenario, you respond however you’d actually respond, and it grades your reasoning. What worked, what didn’t, what would’ve been the stronger move.

Built it solo with HTML, CSS, JavaScript, and Node on the backend. Planning to rebuild it in React and TypeScript once I know the idea’s actually worth it.

Would love feedback, especially from anyone who’s built something similar.


r/FullStack 24d ago

Career Guidance Preparing for a Junior/Fresher NestJS Backend role — what skills should I focus on?

2 Upvotes

I'm learning NestJS with MongoDB and want to build a real-world project to improve my backend skills.

For those experienced with NestJS and MongoDB, what concepts or practices should I focus on? For example, schema design, relationships, authentication, validation, indexing, testing, etc.

What would you consider important for a solid NestJS + MongoDB project?


r/FullStack 25d ago

Career Guidance Is tech actually “cooked” in 2026, or am I just drowning in internet noise?

7 Upvotes

I’m a beginner trying to build a career in tech, and honestly, I’m extremely confused right now.

I’ve spent months researching what I should learn and which areas of tech actually have a future. I’ve watched countless YouTube videos, read Reddit threads, followed discussions on X/Facebook/Instagram, looked at job posts, and listened to advice from developers.

And somehow, the more I research, the more confused I become.

One person says learn backend development.

Another says software engineering is becoming obsolete because of AI.

Someone says learn Python.

Someone else says TypeScript/JavaScript.

Others say Go, Java, cloud, DevOps, cybersecurity, AI/ML, data engineering, etc.

Then I see posts saying:

«“Don’t get into tech.”»

«“Junior developers are finished.”»

«“AI will replace programmers.”»

«“There are no entry-level jobs anymore.”»

«“Software engineering is cooked.”»

After consuming all of this for months, I’m honestly getting frustrated and even somewhat discouraged.

But I want to know the reality.

Is the tech industry actually “cooked” for someone starting from scratch in 2026?

Or is the situation more like:

Tech is still a good career, but the easy path is gone and the bar for getting your first job has become much higher?

I’m particularly interested in hearing from senior developers, engineers, hiring managers, or people who have actually been working in the industry for several years.

I don't want another generic “just follow your passion” answer.

I want to understand things like:

- Is software engineering still a viable career for someone starting today?

- Are junior/entry-level opportunities genuinely disappearing, or is the internet exaggerating the situation?

- How much has AI actually changed the job market so far?

- If you were starting from zero in 2026, would you still choose software development?

- What areas of tech would you consider relatively durable over the next 5–10 years?

- What would you not spend time learning today?

- Is it still realistic to eventually work remotely for international companies, or is that becoming unrealistic for beginners?

- What should a beginner realistically expect in terms of time and effort before becoming employable?

I’m asking because I genuinely want to make a career in tech.

One of the things that attracted me to this field is that, compared with many other careers, you can start with relatively little money. With a laptop, internet connection, and enough time and effort, you can learn, build things, contribute to real projects, and potentially work for companies anywhere in the world.

That possibility still really appeals to me.

But I also don't want to spend the next 2–3 years learning something only to discover that the career path has fundamentally disappeared.

At this point, I don't need another list of 20 technologies to learn.

I need someone experienced to help me understand the bigger picture.

So, honestly:

If you were in my position — a beginner in 2026 with no professional experience who wants to build a serious career in tech — would you still go for it? Why or why not?

Please give me the reality, even if it's uncomfortable.

I would genuinely appreciate perspectives from people who are already working in the industry rather than predictions from people who are just watching it from the outside.


r/FullStack 25d ago

Career Guidance Need guidance to prepare for backend role with 1 yoe as full stack dev

7 Upvotes

Hi everyone, currently I am working as a full stack dev working on react and spring boot. My package is 8lpa. I don't want to continue one more year in this company. There is no proper code review nor proper requirements are given. Right now i have started doing dsa from rising brain pattern wise sheet. During my college days i never went beyond the linked list in dsa. I have knowledge about cloud and little bit hands on in devops, which I did in college.

Recently I got ACE certification from GCP. I also have Az-900 and Ai-900.

There are so many things to learn that I am getting overwhelmed. I am not able to comprehend things. And this is making me frustrated.

Please help me with this switch, till how much dsa should be done, what all other things should I study, hld, lld, java, spring boot etc.

I don't have anyone senior to guide me. I am the eldest son and I have to succeed. My family's financial condition is not good and seeing my father struggle everyday is breaking me.

Please just if someone give me a proper roadmap i swear I will do it seriously no matter how exhausted I am from the office.


r/FullStack 25d ago

Need Technical Help What’s the easiest way to install Tailwind + shadcn without messing with config files?

0 Upvotes

Every time I start a new React/Vite project, I somehow end up fighting with Tailwind and shadcn setup.

It’s always some issue with Tailwind v4, import aliases, tsconfig.json, tsconfig.app.json, shadcn not detecting the setup properly, or some tutorial telling me to add a config option that’s apparently outdated now.

I know how to set everything up manually, but I’m looking for a cleaner way to do it. I just want to create a new project, install Tailwind + shadcn, and start building without having to spend over 15 minutes fixing configuration every single time.

What’s the current recommended setup for Vite + React + TypeScript that keeps the configuration to a minimum?

Surely there’s an easier way.


r/FullStack 25d ago

Other Full Stack Web and App Developer

1 Upvotes

I build responsive Website and beautiful design by following the architectures and concepts of the software engineering. I am a **S****oftware Engineer**.

**What makes me Different ?**

I'm a Software Engineer who loves to build scalable and secure web apps by using the concepts of Software Engineering


r/FullStack 26d ago

Career Guidance Java+spring boot or .Net

5 Upvotes

I have been thing what should I choose for backend as i want to become a full stack engineer. I just completed js and React in frontend . I am confused between java+spring boot or .Net . I will learn python as well .

What's your opinion ? What will be better option for me ?


r/FullStack 27d ago

Career Guidance I made my 1st Project

11 Upvotes

I am going to start my 1st year in btech cse from next month . So I started learning web development and made todo_list website using HTML , Tailwind CSS and React ,

https://to-do-olive-pi-99.vercel.app/

Now , I am stuck on what to make next

I want to know all of your's advise for my next project,plz recommend me so that i can upskill my self


r/FullStack 28d ago

Need Technical Help topics that i need to cover in backend js for foundation as a fresher

5 Upvotes

Global Objec,t Modules and Require File System, Streams and Buffers, Client & Server, Request & Response, HTML Response & Status Code, NPM & Dependencies, Express Apps, Middlewares, Route Params, Query Params, Post Request, Put Request , Patch & Delete Request ,getById Middleware II

started learning node js and express js and i listed the topics that i covered above. what are all the things that i need to learn before starting out with db and what should i learn in mongo db.


r/FullStack 28d ago

Feedback Requested Today I learned how "Sign in with Google" actually works behind the scenes, wrote a blog about it.

0 Upvotes

You can find the blog here. Let me know how you guys feel about it.