They told me ci/cd is needed so read alot and setup a ci/cd setup with test and build jobs with in 4 hrs impressed them with what i could learn in this short time and cracked the interview.
@lordew947618 сағат бұрын
When i think it's just git. Lol
@eurixer21 сағат бұрын
I have managed to get a few Junior DevOps roles through a bit of luck and coincidence and I can understand not hiring someone due to a lack of Git/Github knowledge… but CI/CD pipelines? The expectations of employers are ridiculous.
@BTrain-is8ch9 сағат бұрын
How does someone go through four or more years of a computer science or software engineering curriculum and not have a single project that involves more than one person and the need to at minimum build the software? I'm not going to ding someone fresh out of school over this but it's a red flag. And for someone that's not entry level? Problem.
@eurixer9 сағат бұрын
@ CI/CD pipelines are not necessary for MOST college-level projects though. Working in a team, and effectively using Git and understanding version control is really important, so yeah I agree it’s a red flag if a candidate is clueless with that. CI/CD pipelines though? Not usually a junior SDE role requirement to set those up and I wouldn’t expect students to setup pipelines for a month-long group project.
@TheLittleTechTurtleКүн бұрын
Last Discord link I posted expired here's a new one: discord.gg/bfc9AJWsAz
@ProjectTurtleTech3 күн бұрын
Hey
@TheLittleTechTurtle3 күн бұрын
Hey fellow turtle!
@ProjectTurtleTech2 күн бұрын
@@TheLittleTechTurtle right on
@Red4872393 күн бұрын
Gitlab is not a flavor of Git, this kind of statement can also cost you a job offer
@TheLittleTechTurtle3 күн бұрын
You’re absolutely right! I meant to say it’s just like git(hub). I’ll see if I can edit that or add a note. Thanks for pointing it out
@rch53954 күн бұрын
Who wants to be software engineer? Software dev is way more fun job.
@roxier-c8y4 күн бұрын
I came across a few job posts about "stress testing" a deployed ml model. What do you reckon is about?
@TheLittleTechTurtle4 күн бұрын
Stress testing is usually just putting a system under load and seeing how it performs. I’m not an expert on ML’s so take what I’m saying with a pinch of salt. But think of how you might stress test something like ChatGPT? You’d probably try to get it to expose some kind of vulnerability by writing a really convoluted prompt. Or an even simpler approach would be to try to overload it with requests!
@borstenpinsel5 күн бұрын
I dont even bother. It seems people nowadays care more about pull requests and knowing how to configure a tech stack for 3 days. But on my computer i install an IDE, write code and then i get an executable...
@NostraDavid25 күн бұрын
That's nice and all, but I don't think it's going to work well if you work in a team. If you're alone, then feel free to do so, but in a team, please automate all that into a pipeline, so you don't become "the build guy".
@borstenpinsel5 күн бұрын
@NostraDavid2 I coded in a team. We set up our own hosted version of some "etherpad" software and added a syntax highlighter mod. One single script to archive versions and push them to live. It was like sitting at the same computer. "Hey I'm having trouble here, can you help?" And we would click on "go to user" read each others code and start typing our fix. It was magic. This system of writing stuff on my own computer then uploading it somewhere where a 3rd guy can review it and copy it in the code base (or tell me my code won't work because they integrated another dude's code 30min ago and I relied on code that is longer there to write my part) seems archaic and making me learn a bunch of commands that are more complicated than my actual code is just nuts. It's bureaucracy in a field of work that created the agile manifesto, trying to get rid of bureaucracy in favour of getting stuff done. If you reject a coder for not knowing that stuff it's testament to a failed business already because a coder can learn this if you teach them and you won't teach them because likely most people in the team learned it on their own and are pretty certain that what they're do is not the best practice at all. OP dodged a bullet for sure
@lobster_facts4 күн бұрын
unless youre an absolute programming god then youre no different from a bootcamp grad
@borstenpinsel4 күн бұрын
I don't bother with replies anymore either. Comments get randomly deleted for no reason. Maybe start hiring people by skill and not buy how many times they literally begged someone else to use their code without indication whether or not that actually happened :D
@kukukudoes458Күн бұрын
That is not how you program. That’s a beginner’s mindset
@shapelessed5 күн бұрын
1:30 - No, that wold mean I don't want to learn from that person anymore, as they clearly have no idea what Docker is for. 2:20 - 8-wide tabs 🤮
@DagarCoH4 күн бұрын
The nineteen-eighties have called and want their fruitless opinion about tab sizes back...
@shapelessed4 күн бұрын
@DagarCoH Let's just go all out and use 16-wide tabs. I'm sure it will be perfectly readable!
@TheLittleTechTurtle4 күн бұрын
Haha sorry about the really wide tabs. I’m trying to capture some slightly more high res screenshots of my code but the results seem to vary. I used a canva plugin to generate that image and it just ignored my own tabs :(
@shapelessed4 күн бұрын
@@TheLittleTechTurtle If you're using VSCode, there are dedicated extensions for it.
@shapelessed5 күн бұрын
I failed my last interview by knowing more than the interviewer. The one before because they asked for a mockup dashboard with use of 4 specific HTML elements and not a single other element, so I had to use just one extra loop to get around that. Then the one before because I didn't know MySQL-specific syntax despite the job offer and my CV all stating Postgres and not a single other database. And all of the other before that for reasons unknown other than "we'll reach back". Amazing, isn't it? I've built literal filesystems and virtualisation software from scratch, designed custom protocols on top of TCP, all of which generic web devs have never dared to touch because it's too hard... I'm done with IT, I'm building things on my own now.
@borstenpinsel5 күн бұрын
In once was tasked to create a dynamic form website that updates the following fields when you enter data in the previous one. In php (it was a job as a php dev) I asked if they provide the JS part or how I am supposed to update an already rendered website with server side php. They didn't reply.
@shapelessed5 күн бұрын
@@borstenpinsel I'm guessing their intention was to have X separate pages each with its respective form, each one redirecting to the next, and since you can easily track sessions & other tokens through PHP, each next page would be altered according to your session server-side by PHP before it was sent to your browser. So you type something in the first form, submit it and get redirected forward. The server keeps track of what you typed in based on your session cookie and renders the next page/form with the information from the previous one - At least that's how I would do it.
@MrVanshajSaxena5 күн бұрын
That sounds really interesting, I'm assuming all your code is closed source. If not, I would like to learn from your code.
@edmundob.guevarra95652 күн бұрын
Seems like a toxic company. Companies like that want docile, "by the book" employees instead of competent ones.
@sujitkumarsingh32006 күн бұрын
We need Laura in every team. You have a great narration skill bro. Keep it up. Best of luck.
@mateito1916 күн бұрын
Great video, now i want to learn that pd: your discord invite expired
@dkazmer228 күн бұрын
Like
@NostraDavid2Ай бұрын
I'm using the Keychron K3 with mint switches, and now I kinda don't want any other switch (I tried one of those "switch testers" before I got my Keychron). But these switches don't come for any cyboard-like keyboards :( Not to mention that all these curved, tilted keyboards are all 300+ bucks - a bit too pricey for what they do, IMO.
@TheLittleTechTurtleАй бұрын
True they are very expensive. Kind of curious about the mint switches. Why wouldn’t they be compatible with the cyboard keyboard? I’m using the oil kings and they seem to have the same type of switch port. I think I forgot to mention in the video but the cyboard imprint is fully hot swappable
@skavenger_1001Ай бұрын
Im working towards becoming a Game Developer since i Had an accident , so i cant Work in my original proffesion anymore. I know the stuggles you describe very well, showing how to work around them was very helpful. Great Video and have a sub!❤
@Seestral2 ай бұрын
very cool, im a little anxious to not follow long tutorials since i dont like being stuck on some simple thing for 3 days, but I see the point
@Fottrel2 ай бұрын
everyone's got a different path, but i think the thing i did that pushed me past the fearful aspirant stage into a person with the capability to become competent with new things was taking on a project that was way more than i was ready for, but was also very interesting to me. that project for me was building a modular launch guidance system for kerbal space program written in KOS. the documentation was a little sparse compared to what i was used to and it'd been years since i'd done physics so it was an uphill battle, coupled with the only way to test if things were working was to perform a multi-minute launch to orbit in ksp itself. it took several weeks but after going through that i've never again felt so lost and overwhelmed when teaching myself new tech. most important thing i learned from that was how to break big problems down, it's not just useful for software and game development but in so many other areas of life
@mimiboo2 ай бұрын
This is very inspiring as I'm just starting in game dev
@TheLittleTechTurtle2 ай бұрын
I’m really glad it helps !
@mab9322 ай бұрын
For me, breaking up tasks doesn't do anything for me. Persuing something I'm passionate about is. A lot of what prime has as well is experience. If you're working on something you enjoy and care about you'll find that you improve throughout your career. After over 20 years as a programmer I still find that I'm a noticably better programmer than I was 5 years ago Another things is taking initiative to dive into whatever technical things need to be done. You'll learn a lot of useful things and be a more valuable member of the team. A lot of how he does things comes down to experience. Avoiding inheritance or not prematurely abstracting are examples of things learned from experience. I've also found it useful to tackle problems in the editor and compile and run things as I'm developing a solution. Until you have something that works you don't really understand the complexity.
@l-ka57262 ай бұрын
Good luck with appliance to citizenship!
@l-ka57262 ай бұрын
I always start a new project with the simplest of questions: what can I do in it, how can I do it, etc. In the context of games (which I also do) -- the question would be “How can I make a character move this way but not that way?”. And so on and so forth. Answering previous questions leads to new ones -- including “does this need to be redone so it doesn't break in this scenario”. And with all this, I only occasionally move away from the monitor to take another look at the global picture of the whole project in my head, to compare feelings.
@TheLittleTechTurtle2 ай бұрын
100%
@tnvz2 ай бұрын
Nice video, any plan to have a discord server?
@TheLittleTechTurtle2 ай бұрын
Yes ! I’m hoping to have one up by next week’s video !
@tnvz2 ай бұрын
@@TheLittleTechTurtle great
@ulrich-tonmoy3 ай бұрын
this became 3:58 dark
@ThePrimeagenVods-kr6fl4 ай бұрын
hey you, you are too kind and I really appreciate this nice video. I did not react to this because I would take 1 hour to finish... :) Again you are too kind
@kahnfatman4 ай бұрын
You are not TOM! Next!
@TheLittleTechTurtle4 ай бұрын
Who’s Tom?
@d4rthvad3y4 ай бұрын
Excellent video quality. I like your format and message. Thanks for making this. I hope you get bigger, 100k views and only 1.68k subscribers is a crime.
@deadvatniks4 ай бұрын
On a serious note, the "effort spent" argument is hogwash. It is genes that define 90%, and this is especially true in case of a charismatic vlogger like ThePrimeagen. He is a fast and passionatte talker and obviously an extremely fast thinker, he played masterfully his ADHD (genetic) traits for fast context switching and extreme apparent extrovercy. He's just born different.
@deadvatniks4 ай бұрын
imagine using an IT vlogger as a self-esteem benchmark. lol.
@DenCato4 ай бұрын
I like Primeagen, but if you look at some of his video's (i.e. on serverless) you see he's just a very good programmer but lacks knowledge and understanding on a lot of other topics, which in the end is normal!
@iamNATFAN4 ай бұрын
imo reading the friendly manual is one of the most important skills a programmer can have
@Destide4 ай бұрын
I use all his styles to program Mustache Shouting "Let's Go" Using Vim input in everything including car
@alibarznji20005 ай бұрын
These influencer types are all smart, but calling them geniuses is a stretch.
@fuzzy-025 ай бұрын
About 20 years of age. Oh, I meant 100 Masculine Charisma
@zenbauhaus13455 ай бұрын
great video
@jokelot52215 ай бұрын
Im living by that Sherlock Holmes quote, that goes something like this: "What one man invents, the other can discover". Learn how to learn, very important skill to pick up in programming.
@elzabethtatcher95705 ай бұрын
It's not only time, it is also hard work that you have to remember. He mentioned grinding as hell in his younger years: at work and after work, sometimes staying all night at some problem; building side projects, learning new things.
@lilbahr5 ай бұрын
It's the difference between "peeing while running" Finnish way to say something is done "juosten kusten", meaning when you don't concentrate on anything properly enough times and each session long enough, it will be "juosten kusten", not good.
@Pilosofia5 ай бұрын
He is trash lol.
@takeuchi57605 ай бұрын
That golden boy meme though 😭😂
@guldcat16195 ай бұрын
It is the gigachad moustache, to be fair.
@vanamutt435 ай бұрын
That prime guy clearly knows his shit, better than the average developer but he is also nothing extraordinary or remarkable
@cyber_nerd58445 ай бұрын
thanks man ❤
@strictlyunreal5 ай бұрын
0:22 That legal system seems a bit hostile to employees. In the country I live, any clause in an employment contract that falls outside the law is null and void. And the law says no more than 20 work days notice. So, a contract may stipulate that you have to give below 20 days notice, but never more than 20 days. For leadership roles, the amount of days increases to 45.
@jobko885 ай бұрын
"I dominated it", "I crushed it", "I made it my b*tch" I like how people talk about solving problems as "I wasn't bottom this time in my life, making something work really made me feel like I was the bully for once" good for you bud..
@DimitriSabadie5 ай бұрын
Well, this is a kind of homeopathic question. Before trying to understand what makes him a good programmer, you should first explain what on Earth you smoked to eventually come to the conclusion he’s a good programmer. Who said he was a good programmer? Are you just basing your opinion on his claims? On the Netflix experience? Have you really read through some of his online code and had a debate with him regarding technical topics? What makes a good programmer to me - besides, many, many other things - is to react positively to contradictions and different opinions, trait he’s proven many times to completely lack. Also, many opinions he has on various topics are just surface opinions and clearly he lacks enough experience in many fields and topics - it’s a regular fiasco with him on his videos where he starts drawing things on his virtual board trying to explain things he doesn’t completely understand, just in surface - I still remember when he mentioned Arc / Mutex / clone() in Rust, or how a Vec is laid on the stack and heap. Sorry if that sounds harsh, but I really dislike that kind of authority argument “Eh, that guy is super famous and he’s programming! He used to work at Netflix as a Software Engineer so he must be an amazing programmer!” I couldn’t tell whether he’s a bad programmer or a good programmer, I haven’t read enough code of his to judge, but from the few I’ve read, and more specifically, his arguments, it’s not glorious at all. The fact that most of his videos are just gimmicks and reading articles in front of the camera with a condescent tone - feeling like he knows better than anyone else, and the fact that outside of the Twitch community, people either have no clue about him, or a bad opinion of his technical abilities… well, yeah.
@yakovvarnaev15 ай бұрын
How to become someone like primagen. Step 1: take meth...
@sarevoker5 ай бұрын
You learned that you can't master C++, even after 30 years.