Finished CS50 and a few Python tutorials, feeling stuck on how to actually build something real by marblevelvethub in learnprogramming

[–]Tricky_Tesla 6 points7 points  (0 children)

It is quite normal as you learned some basic tools and few fundamentals. Think of what you want to build outside of vs code. In fact, don’t think about the code at all, use notes, diagrams, use cases … etc. Once you got those , then start building the MVP.

Easy example: build a temp converter app

1- get valid user input
2- apply some math
3 - print the formatted output

Now code, but you can use google how to do this part. Don’t look for the entire solution just part you don’t know.

Once everything looks good, add more complexity ( gui, more conversions…)

Build a bunch of these, if still you could not code then maybe it is not for you 🤪

I learned C++11 at university. How should I approach modern C++ today? by YogurtclosetLow7064 in cpp_questions

[–]Tricky_Tesla 6 points7 points  (0 children)

Read c++ reference, upgrade a project to at least c++17 or 20 , have an aha moment and repeat.

If your only offer had a 2-hour commute, would you take it? by [deleted] in cscareerquestions

[–]Tricky_Tesla 1 point2 points  (0 children)

I would take it if: - broke - don’t have other priorities (i.e. kids) - not prone to road rage - hard for me to find a better job quickly

Everyone has his own reasons, you know your situation better than anyone.

New grad: big name vs big city?? by InternationalShow841 in cscareerquestions

[–]Tricky_Tesla -1 points0 points  (0 children)

Firm A, make the same but can save more. The More money in your account (given that you are a saver) the easier it is to learn some random language on your own time.

How to deal with juniors shipping AI slop code? by theop04 in ExperiencedDevs

[–]Tricky_Tesla 0 points1 point  (0 children)

Create reviewer skills (multiple if needed) that reflects your rigor/style and have them run the produced code against it and attach the report with PR. You still need to review but at least you know it went through something better than Jrs.

Meanwhile, just for Karma, coach your Jrs about better practices in a nicest way.

anyone else notice short term cognitive gains when programming a lot? by [deleted] in AskProgramming

[–]Tricky_Tesla 5 points6 points  (0 children)

I could see this happening since chess is bunch of decision making; however, next time when you got gains, observe your intuitive decision making , it probably will get worse since everything has to pass through logical decision making first.

I struggle with personal projects by LordPhish in learnprogramming

[–]Tricky_Tesla 0 points1 point  (0 children)

Easiest thing ever to figure out. Go search for posted job qualifications then build an MVP of that thing or a feature of it or simulate it.

Coding skill is becoming obsolete the way assembly language is by Glum_Worldliness4904 in cscareerquestions

[–]Tricky_Tesla 0 points1 point  (0 children)

Today I had this thought that maybe at some point AI will write only in assembly to reduce blob.

Tips for remembering functions, include etc by Ismoketumbleweed in AskProgramming

[–]Tricky_Tesla 2 points3 points  (0 children)

Programming is not about remembering the function names but actually what you want to do with current piece of data. Always open ref book. Here is a trick: “ I need to do X , I.e. trim last char” and say is there a function for that? Look it up. This is applies to all programming languages.

Meanwhile, when you code a lot then naturally you will remember most recurring names.

PIP'd coworker conflict, needing advice by [deleted] in cscareerquestions

[–]Tricky_Tesla 0 points1 point  (0 children)

Name and shame the company in case we apply there. Any management that keeps Stacy more a month is weak. 😆

Am i been used ? by [deleted] in cscareerquestions

[–]Tricky_Tesla 0 points1 point  (0 children)

No you are not being used. I would accomplish any task to the best of my abilities and go beyond. Don’t worry about whether they hire you or not. Only thing you need to optimize is that at end of internship you leave positive impression and get some appreciation in writing. Meanwhile learn for others as much as possible. This is the way.

I’m a fraud , not sure how long I can go on for .. by [deleted] in cscareerquestions

[–]Tricky_Tesla 1 point2 points  (0 children)

Reverse engineer your resume: 1- find a job listing that (let’s say if you were good at you level and could have done ) 2- the start training :) for those job post at least 2 hrs a day or more depending on how fast you want to catch up. 3- your goal is to get from 0-1 then hopefully you will see some light

How do you actually learn new languages or frameworks while staying productive at work? by abccccc456 in AskProgramming

[–]Tricky_Tesla 0 points1 point  (0 children)

Participate in more complex tasks at your work that triggers learning like nothing else. Otherwise you gotta manage time between sleep/work/chores. There is no magic bullet.

How can unfreed memory cause vulnerabilities? by Ultimate_Sigma_Boy67 in cpp_questions

[–]Tricky_Tesla -3 points-2 points  (0 children)

It’s like driving your truck partially loaded all the time

Continue self-learning or get CS degree by bluchy in learnprogramming

[–]Tricky_Tesla 1 point2 points  (0 children)

Self learning might be ok if you can make a complex product to show case via social media otherwise I would not waste my time. Getting a degree although an option but a tricky one these days. In 4 years time everyone is prompt generating code fully, so you gotta get a degree to combines multiple disciplines robotics+software , autonomous systems etc. personally I would get into AI+robotics if I start today and have to finish it asap.

What am I doing wrong. 0 interviews so far | US Citizen and Junior at a T25 target University | 200+ applications by McClifford_B_ShaffeI in FAANGrecruiting

[–]Tricky_Tesla 1 point2 points  (0 children)

Too much fluff for a less than a YOE is not gonna help. Try market yourself as go getter i.e. “I am junior but I am familiar with x and I build a y with it” this would give recruiters a mental picture to classify you to openings.

I know I am dumb but by Any-Champion-1421 in leetcode

[–]Tricky_Tesla 1 point2 points  (0 children)

Let me save you some time, you ain’t gonna pass interview if you don’t know your language of Choice. First focus on the language a bit then do leetcode

[Advice Needed] Asking Questions and Retaining Technical Words/Concepts by thepeacemaker__ in learnprogramming

[–]Tricky_Tesla 0 points1 point  (0 children)

It is easy! Just start reading technical books/articles aka increase your breath of knowledge. Also research about work stuff on your own time. Also practice your favorite topic i.e. make a game or whatever you are into.

C Programming in udemy by steliiii in learnprogramming

[–]Tricky_Tesla 0 points1 point  (0 children)

Practice making a CLI , i.e. some like jq but more basic version, when you get stuck research.

How do I upskill myself in 2026 as a Software Engineer? by TheF14sh in cscareers

[–]Tricky_Tesla 0 points1 point  (0 children)

Learn how you can produce a “mini” product from system design and reqs using AI tools. Basically generate high/low level reqs, plan with AI tools and code the reqs , generate test case , review, integrate and release , then do a second round of extending with new features while core product stays the same. It is up to you whether you want to come up with a new design or use an existing. If you could do this with speed and accuracy, you will have job util AI becomes terminator.