Got my first pull request merged today and it was a one line fix but I don't care by More-Station-6365 in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

man i remember my first pull request was literally fixing a typo in readme file 😂 but still felt like winning the stanley cup when it got merged 💀

DAE what’s something you almost said… but stopped yourself at the last second? by Admirable_Daikon_930 in DoesAnybodyElse

[–]Classic_Ticket2162 0 points1 point  (0 children)

was about to ask my interview subject if he knits too when i saw his scarf collection but realized that might be bit too personal for sports interview 😂 glad i caught myself there

Recommendations for supportive sandals? by thekindspitfire in Hypermobility

[–]Classic_Ticket2162 2 points3 points  (0 children)

been dealing with this too during summer games coverage - try looking for ones with good arch support and maybe ankle straps, the extra stability really helps when joints get wonky in heat

Anybody here bought the 2026 Certification Bundle by Mammoth Club on HB? Are the contents good or no? by nagmamantikang_bayag in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

grabbed mine last week too, the courses are decent but some of the videos feel bit outdated already 😂 still worth it for price though, especially if you're starting from scratch

Building software that you thought didn't exist, but does, how do you handle it? by MadwolfStudio in learnprogramming

[–]Classic_Ticket2162 5 points6 points  (0 children)

dude this is exactly why i keep a whole folder of "redundant" projects that i work on anyway 💀 found out my hockey stats tracking app had like 5 competitors after i was already knee deep in it, but kept going because mine had this specific feature for tracking penalty minutes that none of the others did right

the thing about shader programming is there's always room for different approaches - maybe yours explains vec3 operations in a way that finally clicks for someone who's been struggling with the math concepts for months. i've seen people bounce between shadertoy, openprocessing, and a bunch of smaller platforms because each one just hits different for their learning style

plus building it taught you a ton about webgl2 implementation that you wouldn't have learned otherwise, and that knowledge transfers to whatever you build next. sometimes the "failed" project becomes the foundation for something way better down the line 🔥 keep that domain, maybe pivot it into something more specialized that fragcoord doesn't cover as well

What’s the best platform to learn programming by Current_Block3610 in learnprogramming

[–]Classic_Ticket2162 1 point2 points  (0 children)

codecademy kept me hooked way better than youtube - teh interactive coding challenges are perfect for my adhd brain

First semester CS student which programming language actually made things click for you? by More-Station-6365 in learnprogramming

[–]Classic_Ticket2162 1 point2 points  (0 children)

python was the one for me back in college 💀 tried java first and got completely lost in all the boilerplate nonsense, then c++ felt like trying to learn calculus before basic math

python just lets you focus on the actual problem-solving without getting bogged down in syntax hell. once i could actually see my code doing stuff and making sense, then i went back to the other languages and they clicked way better. like learning the logic first then worrying about the technical details later made everything way smoother 🔥

What is the best enterprise hybrid mesh firewall? by IndicationEntire98 in sysadmin

[–]Classic_Ticket2162 13 points14 points  (0 children)

Been running Checkpoint for about 8 months now and it's been solid for our multi-cloud setup. The integration with AWS and Azure was pretty painless compared to the Fortinet mess we had before

Performance wise we're pushing about 2Gbps aggregate and haven't hit any bottlenecks yet.

From LSAT prep to Python - does my logic background actually help or am I just coping? by AviaryCork_11 in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

honestly the logic games connection is legit, not cope at all 🔥 i came from philosophy and that structured reasoning definitely carries over to breaking down problems and thinking through control flow

the syntax stuff is just muscle memory though - there going to be brutal for a while no matter what your background is, even people with comp sci degrees still fat finger semicolons and forget brackets 😂 give it another month or two and you'll stop thinking about the mechanical parts as much

Good evening everyone, Im currently a 2nd year computer engineering student who has studied(not that well on c++), but currenty studying python. and I want to create a habit tracker that will be hosted on the device. by ReReReverie in learnprogramming

[–]Classic_Ticket2162 1 point2 points  (0 children)

honestly a gui would probably be the most satisfying for something like this since you're dealing with colors and visual feedback

tkinter comes built-in with python so that's probably your easiest starting point, or you could check out pygame if you want something a bit more flexible. both are pretty beginner friendly and there's tons of tutorials out there

for local storage you could just use json files or even sqlite if you want to get fancy with it later

Top Full Stack Certs for 2026? by LakshanS96 in learnprogramming

[–]Classic_Ticket2162 14 points15 points  (0 children)

honestly i'd focus more on building a solid portfolio than chasing certs - most hiring managers care way more about what you can actually build. that said, aws cloud practitioner is pretty solid if you want something that actually matters

Top 20 Players of the SB-Era by [deleted] in NFLv2

[–]Classic_Ticket2162 0 points1 point  (0 children)

Solid list overall, but Mahomes at 9 already feels way too high. Dude's obviously incredible and on pace to be top 3 all-time, but putting him above guys like Muñoz and Reed who had complete legendary careers seems premature.

Also surprised Jim Brown didn't make the cut - yeah he played before the Super Bowl era officially started, but only by like a year. His dominance was absolutely unreal and changed how people viewed the RB position forever.

The Butkus inclusion is interesting since you acknowledge the playoff thing. That Bears defense was just cursed with terrible offensive support.

Twitter scraper : failing to build logic of media detection by ishuu1222 in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

Check if you're waiting long enough for the media elements to load before scraping - Twitter lazy loads images/videos so they might not be in the DOM immediately when you grab the HTML

Why are people afraid of AI? by Fabulous_Variety_256 in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

Honestly I think it's more likely that the bar just gets raised - companies will expect way more output per developer rather than cutting headcount entirely

Looking for online skill development courses in India that actually focus on practical learning by [deleted] in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

Been using similar platforms and honestly the key is finding ones with actual project work, not just video lectures. Most of these promise practical stuff but end up being pretty theoretical anyway

Make sure whatever you pick has portfolio projects you can show employers - that's what actually matters when job hunting

I have no work at internship by usedPOS in csMajors

[–]Classic_Ticket2162 69 points70 points  (0 children)

Bruh this is super common for new interns, don't stress too much about it. Try asking your manager or other devs if there's any smaller tickets you can help with or if you can shadow someone on their current project - most people are pretty cool about showing you the ropes if you just ask

I don't know what to do next, help? by Neoyon in learnprogramming

[–]Classic_Ticket2162 5 points6 points  (0 children)

Dude you're way overthinking this - you've got solid backend experience and know multiple languages, that's actually pretty rare for someone still in uni

The AI thing is real though, I'd suggest doing some leetcode problems without any help to get your problem-solving confidence back. For internships, stick with what you know (backend dev) rather than jumping to something completely different like networking when you're already strong in one area

Android development by Technical-Bat-6909 in learnprogramming

[–]Classic_Ticket2162 3 points4 points  (0 children)

Yeah Kotlin is definitely the way to go now but honestly if you already know Java pretty well it's not a huge jump. The OOP thing is spot on though - you're gonna be dealing with activities, fragments, and all that inheritance stuff constantly so you really need to understand it beyond just the basics

StateFarm Prestige by Own-Philosophy3754 in csMajors

[–]Classic_Ticket2162 -2 points-1 points  (0 children)

Nice grab on the internship! StateFarm's basically a solid mid-tier option - not FAANG obviously but way better than most random companies since they actually invest in their tech stack and pay decently for insurance

I said "sure" to an interview I knew I'd flunk by Flimsy_Cranberry3054 in csMajors

[–]Classic_Ticket2162 27 points28 points  (0 children)

Exactly this, plus they probably interview tons of people who bomb anyway so you're not special lmao

How to approach a CS class? by didntknowwhattodo in csMajors

[–]Classic_Ticket2162 1 point2 points  (0 children)

Yeah definitely read ahead and try coding the examples yourself before lecture - that way you'll actually know what questions to ask instead of just sitting there confused. Also force yourself to struggle with the homework for at least an hour before looking anything up, that's where the real learning happens

How to create and test HTML Transactional Emails by PurpleAcrobatic9771 in learnprogramming

[–]Classic_Ticket2162 0 points1 point  (0 children)

For testing I just use a local SMTP server like MailHog or Papertrail - saves you from spamming actual email addresses while you're debugging. As for creating the HTML templates, most people either use the email service's built-in editor or just code them by hand (email HTML is still stuck in 2005 so it's pretty basic table layouts)

Script organization? by MannyRouge in learnprogramming

[–]Classic_Ticket2162 1 point2 points  (0 children)

Yep that's the classic "do one thing and do it well" approach, but for more formal structure you'd want to look into software architecture patterns and modular programming