All
Articles 133,316Blog Posts 137,787Tech Tutorials 34,567Research Papers 25,941News 18,856
⚡ AI Lessons
Reddit r/learnprogramming
14h ago
Is there an equivalent version of the '20 game challenge' for non-game programming? If so, where could I find it?
Hi. In case you aren't familiar, the 20 game challenge is meant to help people learn game programming by completing projects that slowly ramp up on complexity o
Reddit r/learnprogramming
16h ago
Is it valid to use old coding projects to help you learn?
Just wondering, when making a coding project, I have looked at my old coding projects to help me when working on a new coding project, whether that is using cla
Reddit r/learnprogramming
16h ago
Is it valid to use old coding projects to help you learn?
Just wondering, when making a coding project, I have looked at my old coding projects to help me when working on a new coding project, whether that is using cla
Reddit r/learnprogramming
16h ago
How to search for the right sources to search the materials to implement something?
I am recently relying a lot on LLMS to search things for me, but, for example, if I wanted to write my own malloc function how would someone even search for the
Reddit r/learnprogramming
16h ago
Change careers or learn on my own?
Hi everyone! I've been toying with the idea of changing my major for MONTHS. I'm entering my third semester of a degree in Health Sciences (biology, chemistry a
Reddit r/learnprogramming
18h ago
I can’t stop hopping from language to language
I learned basics from f python, Java, c++, shell script and c but I didn’t make any major projects because I can’t stop hopping languages when ever I finish the
Reddit r/learnprogramming
19h ago
trying to finish activity from odin Project, string implicitly convert to a number?
const contains = function(obj, find) { for(let value of Object.values(obj)){ console.log(typeof(value)); console.log(value); if(value === find) return true; if(
Reddit r/learnprogramming
19h ago
Is a CS degree really required for what I want to do?
I’m 18, and majoring in Cybersecurity, with a minor in Data Science. However, I also want to be able to make code/program projects, whether its’s a game or some
Reddit r/learnprogramming
20h ago
My computer science degree is self paced
My degree is self paced so I have to teach myself everything, I would love some tips from the ppl who is in this situation, I genuinely didn't know it was self
Reddit r/learnprogramming
21h ago
What topics should a web developer learn about in order to become a software engineer?
I’m assuming architecture, system design, and DSA are mandatory. What am I missing? What resources taught you these things? submitted by /u/TurtleSlowRabbitFast
Reddit r/learnprogramming
21h ago
How to program without relying on LLMs
I'm currently going into my third year at university and I've survived my first two years mostly off LLMs helping me get through my classes resulting in a subpa
Reddit r/learnprogramming
22h ago
New to Github
I am new to GitHub and trying to make a landing page for a conference. My speakers and venue pages are loading correctly but when I try to navigate to other pag
Reddit r/learnprogramming
1d ago
Anyone else freeze up after finishing a coding tutorial?
Learning web development through free YouTube tutorials. I keep noticing the same thing: I finish a topic, feel like I got it, then freeze when I try coding wit
Reddit r/learnprogramming
1d ago
How do you structure your learning process ?
whenever I learn new technology or some new concepts i always find myself asking a lot of questions about what am i reading about at the moment say for example
Reddit r/learnprogramming
1d ago
What logic should I use for this mechanic?
I have a 4 digit rng number And I have special numbers Like for example 1225 count as special, 2112 also special numbers I want to add a feature that if a a spe
Reddit r/learnprogramming
1d ago
Is there anyone learning web development alone?
I want some one to work with me submitted by /u/Electronic-Way8980 [link] [comments]
Reddit r/learnprogramming
1d ago
How do you follow build your own x and project based learning repos
So I found both of them whilst searching for some ideas. I found build your own x and project based learning. However most of the tutorials seem to provide code
Reddit r/learnprogramming
1d ago
Struggling with game Development since forever. Any suggestions?
Hi, I thought I might introduce myself to give you guys some context. I knew I had a little passion for Game Development since I was a kid and fascinated by Str
Reddit r/learnprogramming
1d ago
Any Bootcamps Recommendations?
Does anyone have several options of valuable bootcamps related to Computer Science ( focusing on AI/ML )? I'm a soon to be CS student, and currently starting to
Reddit r/learnprogramming
1d ago
how to go about making an appointment w/o prior coding background
hi i wanna make a v simple app which connects students (since I'm in college) who are going to the city to other fellow students so that they can split the fare
Reddit r/learnprogramming
1d ago
What should be my tech stack and technical skills
I have knowledge of sql c, java, python(cv, pandas, matplotlib,numpy etc) and a bit of html, css.js(web dev, basic only) I have ai as my specialization so keepi
Reddit r/learnprogramming
1d ago
Has anyone here built a project using iotum or a similar communications platform?
I've been learning about different ways to add voice and video calling to an application, and I recently came across iotum while researching managed communicati
Reddit r/learnprogramming
1d ago
Struggling with Perfection and Analysis Paralysis
I started developing games a few months ago, but I’m running into a problem that’s really affecting me in real life, something I hadn’t realized for a long time
Reddit r/learnprogramming
1d ago
touch is a weird command.
I was curious where the command 'touch' comes from. Turns out, it originates from "to touch" or "to interact" with a file. Now, every time I use it, I feel like
DeepCamp AI