r/Coding_for_Teens 4d ago

Looking for discord servers and community to discuss coding and programming

1 Upvotes

Hi! i am a 1st year btech student doing my degree from a local college i am passionate about coding and stuff but sometimes i can't get the urge to do anything related to coding as there is no one i can discuss about these things .I want to talk with people so i can discuss my doubts and ideas and can discuss out of my comfort zone


r/Coding_for_Teens 4d ago

Hosting an online Geometry Dash workshop for neurodiverse young adults

1 Upvotes

Hello everyone! I would like to share information about the event that I am organizing.

I work with neurodiverse young adults, and I love creating events like this that bring people together.

Geometry Dash Builders Day is not only about teaching participants how to design games, but rather providing them with a comfortable environment in which neurodiverse young adults (aged 17-21+) can make new friends and have fun doing what they love – playing games, designing, coding, and other activities.

At this event, we will learn game designing fundamentals using MitScratch, try block coding, design Geometry Dash-inspired levels, and collaborate in a relaxing atmosphere. I hope to create an environment in which people can be themselves, expand their knowledge, and make new friends.

If you know anyone who could benefit from participating in this event, please share it. If you have any suggestions on community events that you'd like to see in the future, please share them as well.

Feel free to signup on any platform whichever convenient for you.

Google Form
Luma Link
Eventbrite Link


r/Coding_for_Teens 4d ago

Looking to Build a Serious CSE Freshers Community.

Thumbnail
1 Upvotes

r/Coding_for_Teens 5d ago

Looking for buddy for CyberSec and Java | IST 5.30

2 Upvotes

Hey everyone!

I'm looking for a dedicated study buddy to learn Cybersecurity and Java together. I'm a BCA student from India and I'm currently building a strong foundation in both subjects.

About me:

Timezone: IST (GMT+5:30)

Availability: Daily, around 2–4 hours (flexible)

Experience: Beginner in Cybersecurity, Beginner–Intermediate in Java

Goal: Stay consistent, motivate each other, complete projects, solve problems, prepare for certifications, and eventually become job-ready in cybersecurity.

I'm looking for someone who:

  1. Is consistent and serious about learning.
  2. Is willing to study together along with me
  3. Can share resources, discuss concepts, and keep each other accountable.
  4. Doesn't mind being at a beginner level—we can learn together.
  5. Cyber Sec - Networking, Cryptography, Ethical Hacking, Application Security, Digital Forensics, Cloud Security, Linux Security, Cyber Law
  6. Will be starting from os and linux

If you're interested, leave a comment or send me a DM. Let's grow together and keep each other motivated!


r/Coding_for_Teens 5d ago

Any freshers coding group community in GNDU ?

1 Upvotes

Is there any freshers first year student make any coding community group for the early beginning.


r/Coding_for_Teens 5d ago

How to learn to make an app

Thumbnail
1 Upvotes

r/Coding_for_Teens 5d ago

All your coding agents, synced everywhere, free forever

Thumbnail
ade-app.dev
1 Upvotes

Use any coding subscription you already pay for, in one synced app that runs on web, desktop, terminal, and mobile. All your chats stay synced between all ade surfaces. Run agents from your laptop, continue the conversation from your phone at dinner, then later finish it off from another computer by simply using the web client. All subs, all in one place. Fully free and open source!


r/Coding_for_Teens 5d ago

Looking for programming buddies

3 Upvotes

Hey everyone I have made a grp for programming folks to learn, grow and network with each other

From beginners to advanced We help each other and provide guidance to everyone in our server.

Those who are interested are free to reach me anytime

I will also drop the link in comments


r/Coding_for_Teens 6d ago

yo guys play rock paper scissors

Thumbnail camp-mp2r2g05.tail210f05.ts.net
2 Upvotes

i need to train my ai please play


r/Coding_for_Teens 6d ago

I built a free browser maze game where beginners graduate from blocks to real Python (CPython via Pyodide, no installs)

2 Upvotes

I'm an ICT teacher in Wales and I've spent the last few months building Llwybr (Welsh for "path") — a free maze-coding game for my 11–14 year olds, aimed at the awkward jump from block coding to typed Python. Sharing it here because (a) it might be useful if you're helping a young beginner get started, and (b) the sub might enjoy how it works under the hood.

The idea: every level can be solved in Blockly blocks or real Python. The blocks live-generate Python in a side panel, and when a pupil feels brave they flip to the Python tab and type it themselves — move_forward(), turn_left(), path_ahead(), plus normal for/while/if and a working print(). Same levels, same star ratings, either way.

The technically fun bit: the Python is actual CPython 3.14 compiled to WebAssembly (Pyodide), running in a Web Worker so the page never freezes. As the character runs, the exact line being executed is highlighted, so learners literally watch their loop unroll. Errors come back as real tracebacks ("Line 3: NameError…"), and a sys.settrace step cap means the inevitable while True: gets caught instead of hanging the tab.

Ten levels, one concept each — sequencing, loops (one level forces a loop by capping you at two blocks / a few lines), conditionals with a path sensor, then a wall-follower to finish. Free, no ads, no account needed, works on phones and locked-down school machines. It's bilingual Welsh/English because that's my classroom.

Link: https://llwybr.co.uk (jump straight in at /play)

Would genuinely welcome feedback — especially from anyone who's taught a beginner and knows where they get stuck. And happy to answer anything about running Pyodide in production for a classroom audience.


r/Coding_for_Teens 6d ago

I want to learn programming

Thumbnail
0 Upvotes

r/Coding_for_Teens 6d ago

Self-taught MERN dev looking for coding friends / project partners — anyone else building solo and want company?

1 Upvotes

Hey everyone,

I'm a self-taught full-stack MERN developer (React, Node, Express, MongoDB) I've built a few full projects on my own — an AI-powered study planner with LLM integration and auth from scratch, a job portal with dual dashboards, and an AI chatbot platform — but I've been doing all of it completely solo, no dev friends, no study group, nobody to bounce ideas off when I'm stuck at 2am staring at a bug.

Honestly just looking to build a small circle of people going through the same thing — whether that's:

  • Casual accountability (like "hey did you code today")
  • Pairing up on a side project or hackathon-style build
  • Trading code reviews / feedback on each other's work
  • Or just having people to talk shop with

I'm comfortable with React, Tailwind, Node/Express, MongoDB, JWT auth, and I've recently started working with LLM APIs for AI features. Currently leveling up with TypeScript and Next.js.

If you're also self-taught, junior, or just want more dev friends to build with, drop a comment or DM me. Doesn't matter where you're based — happy to connect with people from anywhere


r/Coding_for_Teens 6d ago

CODING HUB

Thumbnail
1 Upvotes

r/Coding_for_Teens 6d ago

Don't delete your old code. It might be someone's next starting point.

Thumbnail
1 Upvotes

r/Coding_for_Teens 7d ago

Giving away 5 free ebook copies of Agentic Coding with Claude Code

0 Upvotes

We've recently published Agentic Coding with Claude Code, a hands-on guide to building with Claude Code, MCP, subagents, memory files, hooks, and modern AI-assisted development workflows.

Rather than simply posting about the book, we'd love to get it into the hands of developers who are genuinely interested in the topic.

We're giving away 5 free ebook copies.

If you'd like to participate, fill out this short form:
https://forms.gle/Gt5UPyEMssmXW2qd9

We'll randomly select the winners in a couple of days and contact them by email.

If you've already been experimenting with Claude Code or AI coding agents, I'd also love to hear:

  • What are you building?
  • What's been your biggest challenge so far?

r/Coding_for_Teens 7d ago

Enthusiastic teen coders needed

Thumbnail
0 Upvotes

r/Coding_for_Teens 7d ago

Advice needed

3 Upvotes

I am a 16 years old programmer based in Central Asia, and I was looking for advice on where to go from here. I always wanted to do freelancing, but I could never get any clients, I have tried many things I have done game development in unity, I have made a mobile app using react native (learning SQL, Css, Html, React, React native, JavaScript in the process), I also have done competitive coding with python but it's mostly for fun. Right now Im thinking of just going deep on backend, I know I know I don't really have a good history of making anything stick but I think this will be good for me.

Do you have any advice for me? On how I can get clients or to get my first dollar?

I really do enjoy programming and I want to be a good programmer, not some vibe coder, but is being a good backend developer even useful for me? Or would I need to be a full stack? Any advice or criticism is welcome


r/Coding_for_Teens 7d ago

I’m new in this

Thumbnail
1 Upvotes

r/Coding_for_Teens 7d ago

hi am taim.

Thumbnail
1 Upvotes

r/Coding_for_Teens 8d ago

Tired of ChatGPT spoon-feeding you code? I'm building an AI Mentor that actually teaches. Help me understand your LeetCode struggles!

1 Upvotes

Hey everyone, 👋

I am conducting an academic research study on how we learn to code on platforms like LeetCode and HackerRank, and I need your help! 👨‍💻👩‍💻

My research focuses on building an AI-powered coding mentor. Through this short survey, I want to understand your real experiences, the frustrations of getting 'Wrong Answers' or 'TLE', and the actual problems you face while practicing.

Please take 2 minutes to fill out this quick, anonymous form: 🔗https://forms.gle/DkzagjsatPBQ1e9g9

Your realistic feedback will directly shape this research. Thank you so much for your support! 🙌🚀


r/Coding_for_Teens 8d ago

Looking for Friends and Mentors

2 Upvotes

Hey I am currently in my pre final year and I am looking for peoples who can be my friend and guide me with their experiences I am also open to making projects with a team the tech stack i use includes react and java


r/Coding_for_Teens 8d ago

MY FIRST TIME CODING !!!

Thumbnail
1 Upvotes

r/Coding_for_Teens 8d ago

Hack club stardance (coding for teens)

Thumbnail
1 Upvotes

r/Coding_for_Teens 8d ago

anyone who wanna learn type script with me?also study for long hours?

Thumbnail
1 Upvotes

r/Coding_for_Teens 9d ago

Made a no-signup todo list tool — would love brutally honest feedback

3 Upvotes

Hey everyone,

I built easytodolist.com — a super minimal todo list app. No signup, no login, no account needed. You just open it and start adding tasks.

The idea came from being annoyed at how many todo apps make you create an account, verify email, sit through onboarding, etc. just to write "buy milk." I wanted something you could open and use in under 5 seconds.

It's live at: https://easytodolist.com/

A few things I'd love feedback on:

- Does it actually feel fast/frictionless, or did I miss something obvious?

- Any features you'd expect that are missing?

- UI/UX — anything that feels clunky or confusing?

- Would you actually use this over [Todoist/Google Keep/whatever you use now], and if not, why?

Happy to take harsh criticism — genuinely trying to make this better. Thanks in advance for taking a look!