urn string | text string | type string | firstName string | lastName string | numImpressions int64 | numViews int64 | numReactions int64 | numComments int64 | numShares int64 | numVotes int64 | numEngagementRate float64 | hashtags string | createdAt (TZ=America/Los_Angeles) string | link string |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
urn:li:activity:7292228098740101121 | Last night, I was working with a mentee at Parsity who just started an internship at a start up.
โ๐๐ฉ๐ฆ๐ณ๐ฆ ๐ข๐ณ๐ฆ ๐ด๐ฐ ๐ฎ๐ข๐ฏ๐บ ๐ง๐ช๐ญ๐ฆ๐ด! ๐๐ฐ๐ธ ๐ค๐ข๐ฏ ๐ ๐ง๐ข๐ฎ๐ช๐ญ๐ช๐ข๐ณ๐ช๐ป๐ฆ ๐ฎ๐บ๐ด๐ฆ๐ญ๐ง ๐ธ๐ช๐ต๐ฉ ๐ต๐ฉ๐ช๐ด ๐ค๐ฐ๐ฅ๐ฆ๐ฃ๐ข๐ด๐ฆ ๐ฃ๐ฆ๐ง๐ฐ๐ณ๐ฆ ๐ ๐ด๐ต๐ข๐ณ๐ต ๐ธ๐ฐ๐ณ๐ฌ๐ช๐ฏ๐จ?โ
Pro-tip: Donโt.
Hereโs how I approach it:
๐ฆ๐๐ฒ๐ฝ ๐ญ: ๐๐ฒ๐ ๐ถ๐ ๐ฟ๐๐ป๐ป๐ถ๐ป๐ด ๐น๐ผ๐ฐ๐ฎ๐น๐น๐ - duh ๐
๐ฆ๐๐ฒ๐ฝ ๐ฎ: ๐๐ถ๐ป๐ฑ ๐ฎ ๐ณ๐ผ๐ผ๐๐ต๐ผ๐น๐ฑ - identify a core feature/component and try to access it. This could be as simple as navigating to a main page in a web app or a login service in a backend app.
๐ฆ๐๐ฒ๐ฝ ๐ฏ: ๐๐ฟ๐ฒ๐ฎ๐ธ ๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด - update that core component from the previous step by adding a line of code or removing a line. What breaks? Why?
๐ฆ๐๐ฒ๐ฝ ๐ฐ: ๐๐ถ๐
๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด - extend the component by adding more data to the API response or changing the color of a button.
๐ฆ๐๐ฒ๐ฝ ๐ฑ: ๐ช๐ฟ๐ถ๐๐ฒ ๐ฎ ๐๐ฒ๐๐ - this can be time consuming but will force you to understand the feature you're poking at. At least read a few of the tests to see what the intention of the code is.
Lastly - realize that it can take months to feel comfortable in a new codebase.
๐๐ผ๐ฐ๐๐ ๐ผ๐ป ๐๐ต๐ฒ ๐๐ฎ๐๐ธ ๐ถ๐ป ๐ณ๐ฟ๐ผ๐ป๐ ๐ผ๐ณ ๐๐ผ๐ ๐ฎ๐ป๐ฑ ๐ฏ๐ฒ ๐ฐ๐๐ฟ๐ถ๐ผ๐๐. Ask why things work the way they do and repeat steps 1 - 5 as needed. | TEXT | Brian | Jenney | 3,862 | 3,862 | 57 | 20 | 0 | 0 | 0.019938 | null | 2025-02-03 09:11:01 | https://www.linkedin.com/feed/update/urn:li:activity:7292228098740101121 |
urn:li:activity:7291556388982468608 | Likes ain't cash or job offers.
This is what so many people get wrong about learning in public.
I break down 3 reasons you should learn in public, especially if you're trying to break into software and why likes might be the worst metric for you to look at. | ARTICLE | Brian | Jenney | 9,330 | 4,336 | 48 | 14 | 1 | 0 | 0.006752 | null | 2025-02-01 12:41:53 | https://www.linkedin.com/feed/update/urn:li:activity:7291556388982468608 |
urn:li:activity:7291129678256328704 | Hiring is broken and the only winner is LinkedIn.
On one side we have candidates spamming job postings with AI.
On the other, we have companies filtering out candidates with AI.
The result:
- 7 round interviews because trust is at an all time low
- Interviews that might not be better than flipping a coin (seriously)
- Candidate match-making hell
So what do we do?
The opposite of what most people are doing:
- Write online to gain trust and credibility and become discoverable
- Traverse your network using BFS to see whoโs hiring
- Go to main street before wall street - small businesses are the backbone of the US economy and many arenโt on LinkedIn | TEXT | Brian | Jenney | 13,131 | 13,131 | 72 | 8 | 1 | 0 | 0.006169 | null | 2025-01-31 08:26:17 | https://www.linkedin.com/feed/update/urn:li:activity:7291129678256328704 |
urn:li:activity:7290048599890006016 | Here is what I learned after spending 12 months sitting between the 2 best developers in my company:
- Clean up the code even if you didnโt write it.
- Code isnโt magic. Figure out why things work the way they do.
- Itโs ok to say โ๐ ๐ฅ๐ฐ๐ฏโ๐ต ๐ฌ๐ฏ๐ฐ๐ธโฆ. ๐ฎ๐๐ฉโ.
- Running towards critical issues is good for your career and your knowledge.
- Deleting lots of code > adding lots of code.
You know that cliche phrase โ๐บ๐ฐ๐ถ ๐ข๐ณ๐ฆ ๐ต๐ฉ๐ฆ ๐ข๐ท๐ฆ๐ณ๐ข๐จ๐ฆ ๐ฐ๐ง ๐ต๐ฉ๐ฆ 5 ๐ฑ๐ฆ๐ฐ๐ฑ๐ญ๐ฆ ๐บ๐ฐ๐ถ ๐ฉ๐ข๐ฏ๐จ ๐ข๐ณ๐ฐ๐ถ๐ฏ๐ฅ ๐ต๐ฉ๐ฆ ๐ฎ๐ฐ๐ด๐ตโ?
Same thing can be applied to coding. | TEXT | Brian | Jenney | 12,866 | 12,805 | 123 | 16 | 2 | 0 | 0.010959 | null | 2025-01-28 08:50:28 | https://www.linkedin.com/feed/update/urn:li:activity:7290048599890006016 |
urn:li:activity:7289665189572919296 | At first people laughed.
Now, I'm more convinced this is true.
As ChatGPT keeps eating search engines, expectations will change.
Users increasingly want intuitive ways to navigate a site and it's data.
๐ฃ๐ฟ๐ฒ๐ฑ๐ถ๐ฐ๐๐ถ๐ผ๐ป: even more pressure falls on full-stack and FE devs to integrate AI into existing products.
Things are moving fast and I think they will get even faster.
- At work I'm using Typescript, Vercel and NextJS to build an AI product.
- After work I'm learning the basics of linear algebra to understand vectors and matrices.
I know it's fun to freak out about AI coming for your job. I think it's even more fun to learn the basics and build cool stuff. | IMAGE | Brian | Jenney | 20,577 | 20,514 | 159 | 17 | 6 | 0 | 0.008845 | null | 2025-01-27 07:26:56 | https://www.linkedin.com/feed/update/urn:li:activity:7289665189572919296 |
urn:li:activity:7288656541124108288 | Worst way to spend your weekend?
Completing a take home coding project that was supposed to take 4 hours but really takes 2 full days.
I know some people like this interview format.
I am not one of them.
If you MUST participate in these kinds of interviews there are 2 ways you can stand out:
1. Write documentation
2. Write some unit tests
You donโt know how to write unit tests? Letโs fix that.
Grab this repo and make it get to 100% coverage to learn the basics of unit testing
.... it's in comments ;) | TEXT | Brian | Jenney | 28,016 | 27,999 | 105 | 33 | 2 | 0 | 0.004997 | null | 2025-01-24 12:38:56 | https://www.linkedin.com/feed/update/urn:li:activity:7288656541124108288 |
urn:li:activity:7287506406377693184 | I didnโt take my own advice and nearly bombed the interview.
Iโm such a hypocrite ๐ฌ.
I passed the technical portion of the interview and was feeling pretty damn good.
Then I got hit with a question Iโve told you to prepare for 100 times over.
โ๐๐ฆ๐ญ๐ญ ๐ฎ๐ฆ ๐ข๐ฃ๐ฐ๐ถ๐ต ๐ต๐ฉ๐ฆ ๐ฎ๐ฐ๐ด๐ต ๐ต๐ฆ๐ค๐ฉ๐ฏ๐ช๐ค๐ข๐ญ๐ญ๐บ ๐ค๐ฐ๐ฎ๐ฑ๐ญ๐ฆ๐น ๐ฑ๐ณ๐ฐ๐ซ๐ฆ๐ค๐ต ๐บ๐ฐ๐ถโ๐ท๐ฆ ๐ธ๐ฐ๐ณ๐ฌ๐ฆ๐ฅ ๐ฐ๐ฏ ๐ณ๐ฆ๐ค๐ฆ๐ฏ๐ต๐ญ๐บโ
It was like my brain stopped working.
Should I talk about something front-end? Back-end? Something I architected? I just froze and went with a story about a component library, which honestly, wasnโt super interesting.
After this experience I literally wrote down a group of stories I can use for any upcoming interview.
- 1 story for leading team against a deadline.
- 1 story about a difficult bug.
- 1 story about a complex feature or project.
- 1 story about failure and what I learned.
Iโm curious, what's a good, non-tech interview question have you been asked over the years? | TEXT | Brian | Jenney | 66,667 | 66,637 | 63 | 18 | 0 | 0 | 0.001215 | null | 2025-01-21 08:28:42 | https://www.linkedin.com/feed/update/urn:li:activity:7287506406377693184 |
urn:li:activity:7287155546833534976 | One thing I'm genuinely curious about when it comes to the conversation about AI replacing junior and mid-level devs - who will replace the senior devs?
More AI?
And who will maintain the AI? Fix critical issues? Review it's code?
More AI?
๐ค
Why are we scaring off our talent pipeline with speculation and hype? | TEXT | Brian | Jenney | 2,985 | 2,985 | 32 | 9 | 1 | 0 | 0.01407 | null | 2025-01-20 09:14:31 | https://www.linkedin.com/feed/update/urn:li:activity:7287155546833534976 |
urn:li:activity:7287153228956286976 | Iโve spoken with about 700 developers in the last 12 months. I wonโt be doing many more 15 minute chats in the foreseeable future.
But the truth is, most beginners ask the same 3 questions:
๐๐ฉ๐ข๐ตโ๐ด ๐ธ๐ณ๐ฐ๐ฏ๐จ ๐ธ๐ช๐ต๐ฉ ๐ฎ๐บ ๐ณ๐ฆ๐ด๐ถ๐ฎ๐ฆ?
๐๐ฉ๐ข๐ต ๐ด๐ฉ๐ฐ๐ถ๐ญ๐ฅ ๐ ๐ฃ๐ถ๐ช๐ญ๐ฅ ๐ง๐ฐ๐ณ ๐ข ๐ด๐ช๐ฅ๐ฆ ๐ฑ๐ณ๐ฐ๐ซ๐ฆ๐ค๐ต?
๐๐ฐ๐ธ ๐ฅ๐ฐ ๐ ๐จ๐ฆ๐ต ๐ฉ๐ช๐ณ๐ฆ๐ฅ?
So I want to answer them for free:
๐ฌ๐ผ๐๐ฟ ๐ฟ๐ฒ๐๐๐บ๐ฒ ๐ถ๐ ๐ฝ๐ฟ๐ผ๐ฏ๐ฎ๐ฏ๐น๐ ๐ฎ๐๐ฒ๐ฟ๐ฎ๐ด๐ฒ ๐ฎ๐ป๐ฑ ๐๐ผ๐๐ป๐ฑ๐ ๐น๐ถ๐ธ๐ฒ ๐บ๐ฎ๐ป๐ ๐ผ๐๐ต๐ฒ๐ฟ๐. Remove any mention of junior or aspiring and use this framework: did [x] using [y] which led to [z]. Think from the recruiterโs perspective. Do you sound like a risk to hire? Make yourself less risky and donโt tell them everything. Why do they need to know your last job was at a french fry shop? Lead with your developer experience or technical projects.
๐ฆ๐ถ๐ฑ๐ฒ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐ ๐๐ต๐ผ๐๐น๐ฑ ๐๐ฒ๐ฎ๐ฐ๐ต ๐๐ผ๐ ๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด ๐ป๐ฒ๐ ๐ผ๐ฟ ๐ธ๐ฒ๐ฒ๐ฝ ๐๐ผ๐๐ฟ ๐๐ธ๐ถ๐น๐น๐ ๐๐ต๐ฎ๐ฟ๐ฝ ๐ถ๐ณ ๐๐ผ๐โ๐ฟ๐ฒ ๐ป๐ผ๐ ๐๐ผ๐ฟ๐ธ๐ถ๐ป๐ด. Really, they should be enjoyable. Theyโre an alternative to grinding away at toy problems and expose you to challenges which you can give yourself. Want to understand how to implement role-based authentication or get your hands dirty with serverless? Build it out. Also follow John Crickett, he has a ton of cool projects to make.
๐ก๐ผ๐ ๐ต๐ฒ๐ฟ๐ฒโ๐ ๐๐ต๐ฒ ๐ต๐ฎ๐ฟ๐ฑ ๐ฝ๐ฎ๐ฟ๐ ๐ฎ๐ป๐ฑ ๐๐ต๐ฒ ๐๐ฟ๐๐๐ต ๐ป๐ผ ๐ผ๐ป๐ฒ ๐๐ฎ๐ป๐๐ ๐๐ผ ๐ต๐ฒ๐ฎ๐ฟ: getting hired is a game of skill and luck.
If there is one trait that I see in successful Parsity grads, it is their consistency. They just didnโt stop. They outlasted their fears, insecurities and the fear mongers. They changed what didnโt work and picked a strategy. Mass apply or network or do both. Then donโt stop. | TEXT | Brian | Jenney | 100,705 | 100,636 | 170 | 14 | 7 | 0 | 0.001897 | null | 2025-01-20 09:05:18 | https://www.linkedin.com/feed/update/urn:li:activity:7287153228956286976 |
urn:li:activity:7286059819348738050 | How old is too old to learn to code and change careers?
According to the internet - itโs 40.
Imagine if Dicky Kitchen Jr had listened to those geniuses.
I met Dicky a couple years ago through Instagram.
He had good, practical content and was building cool sh*t. His journey from working in physical therapy to software engineer wasnโt short or straightforward.
But it did work.
If youโre serious about making a career switch into software then Dicky has a path you might find useful. ๐๐ถ๐ป๐ธ ๐๐ผ ๐ผ๐๐ฟ ๐ฝ๐ผ๐ฑ ๐ถ๐ป ๐ฐ๐ผ๐บ๐บ๐ฒ๐ป๐๐ (cuz LinkedIn hates links ๐
) | TEXT | Brian | Jenney | 9,714 | 9,714 | 65 | 22 | 1 | 0 | 0.009059 | null | 2025-01-17 08:40:29 | https://www.linkedin.com/feed/update/urn:li:activity:7286059819348738050 |
urn:li:activity:7285679838349156352 | โย Get a job you love and youโll never work a day in your life.
Look, I love to write code and mentor people. It's why I work as a developer and teach others at Parsity.
But thereโs so much more to software development than writing code and pair-programming.
Some of the non-sexy stuff youโll do as a developer:
- meetings
- meetings to prepare for other meetings
- on-call shifts
- writing documentation
- debugging code you never touched
- maintaining legacy code
- reviewing pull requests with > 1000 lines changed
- researching poorly documented 3rd party APIs
- translating technical limitations to non-coders
Coding is my hobby and profession.
Itโs a job and I ๐๐ฟ๐ not to wrap too much of my identity into it. It can be incredibly fulfilling and it can also be a chore. | TEXT | Brian | Jenney | 5,361 | 5,361 | 63 | 12 | 0 | 0 | 0.01399 | null | 2025-01-16 07:30:34 | https://www.linkedin.com/feed/update/urn:li:activity:7285679838349156352 |
urn:li:activity:7284615671479492608 | The dirty secret about coding interviews:
No one knows what the hell theyโre doing.
We all think we have THE way to find the right candidates.
Iโve spoken with many of you who are devastated after failing an interview. You believe this is a signal that you are not talented and lack fundamental skills.
It may be true.
It also could be that your interviewer is not equipped to determine your ability.
Perhaps they are biased from their own experience and ONLY looking for solutions which they are familiar with and understand.
Maybe they donโt know closures very well or how to explain promises to a 5 year old either.
Maybe theyโre just having a bad dayโฆ ๐ฅฒ.
There is less formal training for interviews than you might imagine. Especially at non-tech companies and startups.
Lord knows Iโve failed more than my fair share of interviews. It hurts. I also know itโs a winnable game. Learn from the loss and keep playing. | TEXT | Brian | Jenney | 38,048 | 38,048 | 114 | 20 | 1 | 0 | 0.003548 | null | 2025-01-13 09:01:57 | https://www.linkedin.com/feed/update/urn:li:activity:7284615671479492608 |
urn:li:activity:7283549792947916801 | Solving problems is tough. Solving them without a strategy is tougher.
The pattern I share in this article isn't a silver bullet but it's how I approach most coding problems from interviews to my daily work.
Hope you find it useful. | ARTICLE | Brian | Jenney | 10,851 | 5,416 | 79 | 11 | 1 | 0 | 0.008386 | null | 2025-01-10 10:26:32 | https://www.linkedin.com/feed/update/urn:li:activity:7283549792947916801 |
urn:li:activity:7283218924760932352 | Well this is it, Iโm getting fired.
The engineering manager and I were sitting in a small room, frantically trying to fix a program I had released to production that was breaking spectacularly.
The code was on a large monitor for us investigate.
โWhat is this code supposed to do?โ he asked.
I froze.
That code had been lifted directly from Stack Overflow and I could not explain it.
โIf you donโt know what this is supposed to do, it shouldnโt be in this programโ he said.
Plot twist: I didnโt get fired that day though I wouldnโt have blamed him.
I can still feel the embarrassment 9 years later.
Donโt make the same mistake I did.
With Chat-Gippity, itโs even easier to become a copy-paste developer than it used to be.
Iโm not saying you should NEVER lift code from another source but for the love of Bob, at least understand what it does so you can avoid my fate. | TEXT | Brian | Jenney | 62,335 | 62,247 | 400 | 31 | 7 | 0 | 0.007027 | null | 2025-01-09 12:31:47 | https://www.linkedin.com/feed/update/urn:li:activity:7283218924760932352 |
urn:li:activity:7282444807354904576 | A look back at software engineering in 2024 (according to social media):
- First, Chat Gippity took your job.
- Next, Devin AI made programming obsolete.
- Applications to McDonald's skyrocketed. Mostly CS grads.
- All hiring stopped in software. A total of 0 positions opened up.
Reality was more boring:
- Hiring creeped up.
- The Devin team hired devs made of flesh.
- Too many JS libraries were produced.
- 100% of companies talked about AI. Just 6.1% of businesses are using AI to produce their products or services (according to Goldman Sachs).
The big takeaway here:
Stop planning your career based on click bait. | TEXT | Brian | Jenney | 32,431 | 32,388 | 242 | 12 | 4 | 0 | 0.007955 | null | 2025-01-07 09:15:43 | https://www.linkedin.com/feed/update/urn:li:activity:7282444807354904576 |
urn:li:activity:7282059903991508994 | Well, this is awkward.
As some of you know, I own an online coding school, Parsity.
I firmly believe that mentorship is a tried and true way to get into tech. It's a path I used myself.
I also know it's not the ONLY path.
Recently I sat down with 2 self taught developers, Wilfredo Diaz and Vanessa Vun who break down how they made a successful transition into tech without a CS degree or bootcamp.
You can check it out here: | ARTICLE | Brian | Jenney | 3,707 | 3,707 | 39 | 1 | 2 | 0 | 0.01133 | null | 2025-01-06 07:46:15 | https://www.linkedin.com/feed/update/urn:li:activity:7282059903991508994 |
urn:li:activity:7281022611940089856 | I lured Alex Lau with a box of donuts into coming on my podcast. What are some spicy questions I should ask him about coding careers in 2025? | SHARE | Brian | Jenney | 1,073 | 1,073 | 13 | 1 | 0 | 0 | 0.013048 | null | 2025-01-03 11:04:25 | https://www.linkedin.com/feed/update/urn:li:activity:7281022611940089856 |
urn:li:activity:7280984712091766784 | How does it feel to be the worst developer on a team?
I had the unpleasant experience of holding this title when I worked at a small startup.
I had more technical growth in the short time I was there than at any other company Iโve worked since.
Youโve probably heard the advice โ๐๐ง ๐บ๐ฐ๐ถโ๐ณ๐ฆ ๐ต๐ฉ๐ฆ ๐ด๐ฎ๐ข๐ณ๐ต๐ฆ๐ด๐ต ๐ฑ๐ฆ๐ณ๐ด๐ฐ๐ฏ ๐ช๐ฏ ๐ต๐ฉ๐ฆ ๐ณ๐ฐ๐ฐ๐ฎ, ๐ช๐ตโ๐ด ๐ต๐ช๐ฎ๐ฆ ๐ต๐ฐ ๐ญ๐ฆ๐ข๐ท๐ฆ ๐ต๐ฉ๐ฆ ๐ณ๐ฐ๐ฐ๐ฎ.โ
Easier said than done.
The guilt and anxiety I felt on a daily basis was difficult to deal with. I was confronted with my own limitations and the realization that ๐๐ต๐ถ๐ ๐๐ฎ๐๐ปโ๐ ๐ท๐๐๐ ๐ฎ๐น๐น ๐ถ๐ป ๐บ๐ ๐ต๐ฒ๐ฎ๐ฑ.
I could barely keep up with the tasks I was assigned and relied on lots of pairing sessions to get my work done.
I could either quit or at least attempt to keep up with the other devs and contribute to the best of my ability.
I made a resolution to suck less.
- I asked the smarty-pants devs what books they suggested I read
- I audited my Javascript knowledge and wrote out what I knew I had to learn to contribute to discussions
- enrolled in a course to learn DSA and comp sci fundamentals
- someone made a joke about Djikstraโฆ who the hell is that? I would find out
I never became the 2nd worst developer at this company, but I grew my technical skills, confidence and threshold for failure.
As uncomfortable as it was, I know see just how pivotal this experience was.
So if youโre just starting out, or maybe on a new team and discovering just how little you knowโฆgood. Embrace the suck, expose your ignorance and be prepared to learn. | TEXT | Brian | Jenney | 171,989 | 171,802 | 342 | 24 | 3 | 0 | 0.002145 | null | 2025-01-03 08:33:49 | https://www.linkedin.com/feed/update/urn:li:activity:7280984712091766784 |
urn:li:activity:7280654922797211648 | Most developers would benefit more from reading โHow to Win Friends and Influence Peopleโ than โCracking the Coding Interviewโ.
Here's the thing:
Technical skills can get your foot in the door.
Soft skills open up the rest of the house.
Knowing how to navigate human dynamics, to empathize and connect, articulate your thoughts and influence others โ these are the tools that build careers better than learning another programming language.
Also - read The Phoenix Project or Alex Lau's "Keep Calm and Code On" if youโre looking for some non-dry coding knowledge that you didnโt get in college ๐. | TEXT | Brian | Jenney | 9,962 | 9,959 | 82 | 17 | 3 | 0 | 0.010239 | null | 2025-01-02 10:43:21 | https://www.linkedin.com/feed/update/urn:li:activity:7280654922797211648 |
urn:li:activity:7279934062356508673 | I don't like that this is true but it is:
๐๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐๐ถ๐ป๐ด ๐ถ๐ ๐๐ต๐ฒ ๐ต๐ถ๐ด๐ต๐ฒ๐๐ ๐ฝ๐ฎ๐๐ถ๐ป๐ด ๐๐ธ๐ถ๐น๐น.
When I realized this, I really sucked at interviews.
- my nerves would get to me (I had a literal panic attack during 1 interview)
- I thought LeetCode was the solution to nailing the coding challenge
- my solutions didn't follow any pattern or structure
As a mostly self-taught developer, I didn't know what I didn't know. I went on to spend thousands of dollars and hundreds of hours understanding how to beat the interview game.
Here's what was most effective:
- practicing with a human
- learning the patterns which make up the majority of coding interview problems
- filming myself working through problems
Good luck playing the game in 2025! | UNKNOWN | Brian | Jenney | 8,445 | 8,445 | 81 | 21 | 3 | 0 | 0.012433 | null | 2024-12-31 10:58:55 | https://www.linkedin.com/feed/update/urn:li:activity:7279934062356508673 |
urn:li:activity:7279548506367737856 | 10 years of workout and diet advice in 2 minutes:
- shave your body hair to look 5 pounds thinner
- forget fad diets - track your calories
- buy a small scale and weigh your food - that cup of rice was never a cup amigo
- lift until failure instead of counting reps
- there are 3500 calories in a pound
- shirtless pics reflect your progress better than the number on the scale
- weigh yourself every morning - never at night
- you didnโt really gain 5 pounds - thatโs water weight
- if youโre a dude - train your legs
- if youโre not a dude - train something besides your legs
- itโs easier to adjust your calories than add cardio
- everyone in the gym is too busy looking at themselves to care about you
- always do incline bench
- sleep, nutrition and walking are your secret weapons
- you canโt beat genetics - your calorie maintenance and muscle growth potential will be different than your friendโs
- wait 2 weeks before adding or decreasing calories because your weight fluctuates
- listen to your body - donโt beat it up and donโt be too easy on it
- itโs not a โdietโ - itโs just a different way to eat
- looking good shirtless is over rated - youโre almost always wearing a shirt
- if itโs not fun, youโre not doing it right | TEXT | Brian | Jenney | 9,328 | 9,328 | 70 | 18 | 1 | 0 | 0.009541 | null | 2024-12-30 09:26:51 | https://www.linkedin.com/feed/update/urn:li:activity:7279548506367737856 |
urn:li:activity:7278478121337561088 | Iโve been writing online for a long time.
Iโm making more video content going forward and Iโm not looking to make money from YT.
What the hell kind of content do early career coders need to watch?
Whatโs most useful?
What wouldโve helped you at step 0? | TEXT | Brian | Jenney | 2,964 | 2,964 | 20 | 25 | 0 | 0 | 0.015182 | null | 2024-12-27 10:33:31 | https://www.linkedin.com/feed/update/urn:li:activity:7278478121337561088 |
urn:li:activity:7277364583026081792 | I once worked at a coding bootcamp where a student didn't know how to open their file explorer.
I wondered how in the hell they were supposed to keep up with the other students who had CS degrees or worked in QA as we powered through the curriculum.
The answer is obvious: they didn't.
Zubin Pratap and I were discussing the future of coding bootcamps recently. We're both career changers who got into tech in our 30's from very different walks of life.
We're opinionated. We've seen what works and what absolutely will not.
It's why we're partnering to create an individualized coaching and instruction program with a VERY tiny numbers of people ... for a long time.
It won't be scalable. It won't be easy. It will be highly effective. | UNKNOWN | Brian | Jenney | 175,025 | 175,025 | 145 | 51 | 2 | 0 | 0.001131 | null | 2024-12-24 08:48:43 | https://www.linkedin.com/feed/update/urn:li:activity:7277364583026081792 |
urn:li:activity:7275551421146558464 | 10 years of coding advice in 60 seconds:
- use a debugger
- you canโt cheat time in the saddle - get used to making mistakes
- interviewing is the highest paying skill
- itโs easier to switch jobs than get a large raise
- do stuff that makes you nervous
- build something outside work to keep your skills relevant
- other people in the meeting are afraid to ask the dumb question you are afraid to ask
- write tests
- keep a brag document or you wonโt remember what you did all year
- leave the code better than you found it
- never make people feel dumb - itโs bad for your career and your soul
- if arguing about coding languages online worked - no one would be using JavaScript
- marketing, design, sales, product and legal are just as important as your tech team - in many cases - much more important
- understand if your team is a cost or profit center before the market turns
- the closer you are to the data, the harder you will be to replace
- thereโs a lot of smart assholes out there - donโt be one
- a walk outside solved more bugs than staring at a screen
- be careful whoโs advice you take ๐ | TEXT | Brian | Jenney | 589,279 | 589,279 | 5,110 | 369 | 356 | 0 | 0.009902 | null | 2024-12-19 08:43:51 | https://www.linkedin.com/feed/update/urn:li:activity:7275551421146558464 |
urn:li:activity:7274808667479191552 | Ok maybe I was wrong about unit testing.
I took a team from 0 - 40% test coverage when I first joined a few years ago.
It was an arbitrary threshold.
The most recent project I'm working on has no threshold or many tests but itโs objectively more complex.
Itโs also more stable than the previous project with higher coverage.
Iโm not saying tests have no place. I still write them but only when:
- I cannot easily reproduce the functionality I want to test
- I am refactoring something and I want to make sure it didnโt break
- The code is on a critical path and I want to make sure I havenโt missed an edge case
I know some of you hate tests or have never written one.
What have tests ever done to you?
Install Jest or Vitest or Playwright and write your first test. It wonโt hurt too much.
[๐ท๐ช๐ฅ๐ฆ๐ฐ ๐ช๐ฏ ๐ค๐ฐ๐ฎ๐ฎ๐ฆ๐ฏ๐ต๐ด ๐ต๐ฐ ๐ญ๐ฆ๐ข๐ณ๐ฏ ๐ฉ๐ฐ๐ธ ๐ต๐ฐ ๐ธ๐ณ๐ช๐ต๐ฆ ๐บ๐ฐ๐ถ๐ณ ๐ง๐ช๐ณ๐ด๐ต ๐ต๐ฆ๐ด๐ต] | TEXT | Brian | Jenney | 29,105 | 29,105 | 61 | 32 | 1 | 0 | 0.00323 | null | 2024-12-17 07:32:25 | https://www.linkedin.com/feed/update/urn:li:activity:7274808667479191552 |
urn:li:activity:7274441682450812928 | 99% of the interview advice you read ONLY applies to the top 1% of tech companies.
A few mentees at Parsity have interviews coming up. None of them involve traversing a tree or linked lists.
๐๐ฒ๐ฟ๐ฒโ๐ ๐ฐ ๐๐๐ฝ๐ฒ๐ ๐ผ๐ณ ๐ถ๐ป๐๐ฒ๐ฟ๐๐ถ๐ฒ๐๐ ๐ ๐๐ฒ๐ฒ ๐ผ๐๐ฒ๐ฟ-๐ฟ๐ฒ๐ฝ๐ฟ๐ฒ๐๐ฒ๐ป๐๐ฒ๐ฑ ๐ณ๐ผ๐ฟ ๐๐ฒ๐ฏ ๐ฑ๐ฒ๐ ๐ฟ๐ผ๐น๐ฒ๐:
- build a React component that fetches data
- JS trivia including closure, ๐๐๐ vs ๐๐๐๐๐, event loop and ๐๐๐๐
- take home assignment thatโs supposed to take 2 hours but is really a full day ๐
(๐ฉ๐ช๐ฏ๐ต: ๐ธ๐ณ๐ช๐ต๐ฆ ๐ข ๐ถ๐ฏ๐ช๐ต ๐ต๐ฆ๐ด๐ต ๐ข๐ฏ๐ฅ ๐ข๐ฅ๐ฅ ๐ฅ๐ฐ๐ค๐ด)
- coding challenges using 2 pointers, sliding window and array manipulation
Iโve met developers who accepted offers after no technical screening at all!
This has happened to me twice.
While youโre pounding LeetCode, donโt forget to have some answers in your back pocket for questions like โtell me about yourself?โ or โwhy do you want to work here?โ
Good luck out there. | TEXT | Brian | Jenney | 32,876 | 32,876 | 117 | 17 | 4 | 0 | 0.004198 | null | 2024-12-16 07:14:09 | https://www.linkedin.com/feed/update/urn:li:activity:7274441682450812928 |
urn:li:activity:7273795622766292993 | Not gonna lie - this tweet hit a little close to home ๐
| VIDEO | Brian | Jenney | 19,946 | 7,619 | 175 | 24 | 1 | 0 | 0.010027 | null | 2024-12-14 12:26:57 | https://www.linkedin.com/feed/update/urn:li:activity:7273795622766292993 |
urn:li:activity:7273379583805034496 | The best interview prep is free, apparently.
A couple nights ago, some mentees at Parsity and I tackled day 1 of Advent of Code.
AoC is 31 days of coding challenges based on the trials and tribulations of a group of elves.
These little knuckle heads get themselves in all sorts of issues that can only be solved with recursion, sliding windows, graphs and a dash of Chat-Gippity (just a sprinkle).
What makes AoC unique and more similar to an interview setting is that you have to sift through a lot of information to get to the meat of the problem.
Each year I start off strong and taper off around day 10.
If you're on the AoC grind - what's the most fun problem you've seen so far? | IMAGE | Brian | Jenney | 4,817 | 4,817 | 42 | 2 | 2 | 0 | 0.00955 | null | 2024-12-13 08:53:45 | https://www.linkedin.com/feed/update/urn:li:activity:7273379583805034496 |
urn:li:activity:7266496348646981632 | There is a valuable skill that will set you apart from most developers.
It will go from a nice-to-have to a requirement if you want to move into leadership:
๐ฃ๐๐ฏ๐น๐ถ๐ฐ ๐๐ฝ๐ฒ๐ฎ๐ธ๐ถ๐ป๐ด.
If youโre like me, maybe you think you can just hide in your code hole and never speak.
I tried this method for a few years and it sorta worked.
I didnโt get fired.
I also couldnโt get promoted or make much of an impact.
Geoffrey Huck knows the struggle. He went from shy nerd to prolific public speaker who now coaches CEOs and software developers on the art of communication.
If you want to learn some practical ways to increase your visibility and improve your communication skills then I hope you'll join us for this free event ๐. | VIDEO | Brian | Jenney | 2,540 | 614 | 41 | 30 | 6 | 0 | 0.030315 | null | 2024-12-12 16:05:10 | https://www.linkedin.com/feed/update/urn:li:activity:7266496348646981632 |
urn:li:activity:7273015070853345281 | Nearly a decade ago I started my first day as a developer.
The night before the first day, I was barely able to sleep.
- Would I be found out as a fake developer and fired immediately?
- Would they give me a task I couldnโt figure out?
- How long before they realized they made an error in their hiring process?
Well, I never got โfound outโ and took on more than a few tasks I couldnโt figure outโฆ yet.
If you recently started a new position or are about to, you may be feeling a lot of the same emotions.
Here are some ways I get over my anxiety:
- make a 30/60/90 day plan which usually includes delivering a small feature
- immediately explore the codebase and identify areas I just donโt understand
- ask a bunch of questions while Iโm still new enough that no one will judge me
- realize Iโm here to do more learning than coding in my first month
So if you just got hired, congrats! I also know it can be just as stressful as the interview process. Perhaps moreso.
Whatโs your tips for people just starting a new dev position? | ARTICLE | Brian | Jenney | 3,963 | 3,963 | 44 | 6 | 0 | 0 | 0.012617 | null | 2024-12-12 08:45:18 | https://www.linkedin.com/feed/update/urn:li:activity:7273015070853345281 |
urn:li:activity:7272623260884692992 | Maybe you think you can just hide in your code hole and never speak.
I tried this method for a few years and it sorta worked.
- I didnโt get fired.
- I also couldnโt get promoted or make much of an impact.
As an engineering manager, my job was a lot of coding but it also involved a lot of speaking. To get over my fear I did a few things:
- Write down questions to ask during meetings
- Volunteer for a lunch and learn
- Explain my code over a video using Loom (I made so many videos Iโve never shared)
- Make a commitment to be the first to break the silence in a meeting - even with a dumb question (see #1)
Youโre probably your worst critic. Weโre all much too wrapped up in ourselves to remember the dumb thing you said in that meeting last Tuesday.
Tomorrow, I'll be speaking with Geoffrey Huck about how shy developers can overcome their fear of speaking and practical ways to be an effective communicator. | SHARE | Brian | Jenney | 1,896 | 1,896 | 25 | 4 | 0 | 0 | 0.015295 | null | 2024-12-11 06:48:24 | https://www.linkedin.com/feed/update/urn:li:activity:7272623260884692992 |
urn:li:activity:7272297762203791360 | If I was a recent bootcamp grad, frustrated with the job market or just wanting to take a faster path towards that first role, hereโs what Iโd do:
1. Go back in time, enroll in Parsity and take advantage of our amazing career services.
2. Enroll in David Roberts VIP course for job seekers.
2 is probably easier than 1... for now.
Iโm not sponsored by David, but I find myself recommending him at least once a week to people who call me and want advice on landing their first role. | TEXT | Brian | Jenney | 8,686 | 8,686 | 49 | 12 | 3 | 0 | 0.007368 | null | 2024-12-10 09:14:59 | https://www.linkedin.com/feed/update/urn:li:activity:7272297762203791360 |
urn:li:activity:7269368598647705600 | โย You will be replaced by AI.
โย You will be replaced by someone using AI to do your job.
โ
ย You will be replaced by someone who doesnโt need to use AI but is using it to do your job. | TEXT | Brian | Jenney | 5,475 | 5,475 | 44 | 10 | 2 | 0 | 0.010228 | null | 2024-12-02 07:15:32 | https://www.linkedin.com/feed/update/urn:li:activity:7269368598647705600 |
urn:li:activity:7268315169208860672 | I've spent thousands of dollars on courses, books and mentorship over the last 10 years.
Here are some of the best investments I've made in no particular order:
- Kyle Simpson YDKJS book series - particularly his book on FP
- CodeCrafters.io (YC S22) - I don't want to watch a tutorial at this stage. I just want to build cool sh*t
- Educative - specifically the Grokking the Interview Course which teaches you patterns to solve interview problems
- AlgoExpert - finally some front end interview material for those of us outside FAANG
- Justin Welsh LinkedIn Operating System - I wrote for years and finally got some traction after using his advice and tactics
- Colte Steele's Udemy course on DSA for JS developers ๐งโ๐ณ๐
Hope that's helpful as you navigate the Black Friday course-stravaganza out there ๐ | TEXT | Brian | Jenney | 31,656 | 31,656 | 122 | 18 | 8 | 0 | 0.004675 | null | 2024-11-29 09:29:35 | https://www.linkedin.com/feed/update/urn:li:activity:7268315169208860672 |
urn:li:activity:7267570612766728192 | 69 minutes and 132 wtfs later I finally got a Lambda deployed on AWS via GitHub actions.
The final result is a 7 minute video for students at Parsity and members at JavascriptProsApp[dot]com to enjoy.
When you see those polished 100 hour tutorials where the speaker is just getting things to work on the "first try" - best believe there were no less than 420 wtf moments they just cut out.
The unfortunate part is that this is where the real learning occurs.
That's why I always recommend you break, re-write and extend the code you're "borrowing" to get yourself into some wtf moments on purpose.
If you recently worked with AWS and Lambdas, what were some wtf moments you experienced? | IMAGE | Brian | Jenney | 3,877 | 3,877 | 57 | 6 | 1 | 0 | 0.016508 | null | 2024-11-27 08:10:58 | https://www.linkedin.com/feed/update/urn:li:activity:7267570612766728192 |
urn:li:activity:7267219349432606720 | You donโt need to contribute a single line of code to open source to benefit from it:
๐ฆ๐๐ฒ๐ฝ ๐ญ - find a library you actually use and like
๐ฆ๐๐ฒ๐ฝ ๐ฎ - get it running on your machine
๐ฆ๐๐ฒ๐ฝ ๐ฏ - break, extend or re-write a feature
Eอxอaอmอpอlอeอ:
Clone everyoneโs favorite state management library, ReduxJS, and yarn-link it to your React project.
Add a debugger somewhere in the code and try to trigger it.
Poke aroundย ย and try to change some functionality.
Now youโve learned a hell of a lot more than fixing a typo in a README and set yourself up nicely IF you want to make some contributions in the future. | TEXT | Brian | Jenney | 11,994 | 11,994 | 104 | 7 | 3 | 0 | 0.009505 | null | 2024-11-26 08:55:11 | https://www.linkedin.com/feed/update/urn:li:activity:7267219349432606720 |
urn:li:activity:7266834160609046529 | Very predictable, boring advice that most developers donโt follow:
- ๐๐ผ๐ปโ๐ ๐ผ๐๐ฒ๐ฟ-๐ฟ๐ฒ๐น๐ ๐ผ๐ป ๐๐๐๐ผ๐ฟ๐ถ๐ฎ๐น๐ - build something on your own, get stuck and learn
- ๐๐ฒ๐ฎ๐ฟ๐ป ๐๐ต๐ฒ ๐ณ๐๐ป๐ฑ๐ฎ๐บ๐ฒ๐ป๐๐ฎ๐น๐ before diving into frameworks like React, Angular or Vue
- ๐๐ฒ๐ฒ๐ฝ ๐๐ฟ๐ฎ๐ฐ๐ธ ๐ผ๐ณ ๐๐ผ๐๐ฟ ๐ฎ๐ฐ๐ฐ๐ผ๐บ๐ฝ๐น๐ถ๐๐ต๐บ๐ฒ๐ป๐๐. Itโs nice to look back at your progress when youโre feeling down
- ๐ฌ๐ผ๐ ๐ฐ๐ฎ๐ปโ๐ ๐ฐ๐ต๐ฎ๐๐ฒ ๐ฒ๐๐ฒ๐ฟ๐ ๐ป๐ฒ๐ ๐๐ฒ๐ฐ๐ต. Be aware of macro trends in your industry and micro trends in your niche. For example a JS developer may need to have some surface level knowledge of Serverless and a deeper understanding of NextJS
- ๐ฆ๐๐๐ฑ๐ ๐๐ฆ ๐ณ๐๐ป๐ฑ๐ฎ๐บ๐ฒ๐ป๐๐ฎ๐น๐. Theyโre slower to change and give you a strong foundation to understanding concepts outside your core language and tech stack
- ๐ฃ๐ฟ๐ถ๐ผ๐ฟ๐ถ๐๐ถ๐๐ฒ ๐๐ผ๐๐ฟ ๐ต๐ฒ๐ฎ๐น๐๐ต as much as your work.
Whatโd I miss? | TEXT | Brian | Jenney | 10,814 | 10,814 | 93 | 24 | 2 | 0 | 0.011004 | null | 2024-11-25 07:24:35 | https://www.linkedin.com/feed/update/urn:li:activity:7266834160609046529 |
urn:li:activity:7265767158758985729 | Diving into an unfamiliar codebase can be scary.
As a new developer, I was intimidated by just how many files, services and docs were associated with an app.
Some mentees at Parsity have started new positions and are having a similar experience.
Hereโs how we navigate a new codebase:
- Get it working locally
- ๐๐ผ๐ผ๐ธ ๐ณ๐ผ๐ฟ ๐ฝ๐ฎ๐๐๐ฒ๐ฟ๐ป๐ - for a UI app, how is the business logic handled as opposed to presentational logic?
- ๐ฃ๐ถ๐ฐ๐ธ ๐ฎ ๐ณ๐ฒ๐ฎ๐๐๐ฟ๐ฒ ๐ฎ๐ป๐ฑ ๐ฏ๐ฟ๐ฒ๐ฎ๐ธ ๐ถ๐ - expand the API response or trigger an auth error. Update a route to go to a page you just created
- ๐จ๐ฝ๐ฑ๐ฎ๐๐ฒ ๐ฎ ๐๐ฒ๐๐ - pick a part of the codebase that could use more testing and write a test
- ๐ฅ๐ฒ๐ฎ๐ฑ ๐๐ต๐ฒ ๐ณ*** ๐ฑ๐ผ๐ฐ๐
Oh - they donโt exist?
- Write the f*** docs!
Anything youโd add? | TEXT | Brian | Jenney | 2,732 | 2,732 | 32 | 9 | 0 | 0 | 0.015007 | null | 2024-11-22 08:44:42 | https://www.linkedin.com/feed/update/urn:li:activity:7265767158758985729 |
urn:li:activity:7264660761388449794 | The recipe for an amazing side project when you donโt know what to do:
1. Pick an API - OpenAI, Binance, RapidAPI are the first places Iโd check.
2. Ideate - what are the features of this API you can build something around? Perhaps a stock tracker that integrates with OpenAI to give targeted trading advice.
3. MUP - what is required to build the minimally usable product? Pick 1 or 2 core features
4. Sketch - a white piece of paper and pen will do. Draw out the main features of the app. Ask โand then what?โ For example, they visit your site, and then what? They click on a button and then โwhatโ?
5. Pick 1 or 2 new technologies you want to learn and use them. Maybe this is your chance to learn TypeScript or Cobol. Whatevs.
6. Deploy it and buy a domain on Route53 (or whatever) for like 15 bucks. It will look pro.
Get frustrated.
Pull out your hair (I donโt have this problem).
Learn more than any tutorial can teach you. | TEXT | Brian | Jenney | 8,530 | 8,530 | 103 | 10 | 2 | 0 | 0.013482 | null | 2024-11-19 07:28:16 | https://www.linkedin.com/feed/update/urn:li:activity:7264660761388449794 |
urn:li:activity:7264336443458629632 | Iโve spoken with about 643 developers in the last 18 months.
Most beginners ask the same 3 questions:
- Whatโs wrong with my resume?
- What should I build for a side project?
- How do I get hired?
So I want to answer them for free:
1. ๐ฌ๐ผ๐๐ฟ ๐ฟ๐ฒ๐๐๐บ๐ฒ ๐ถ๐ ๐ฝ๐ฟ๐ผ๐ฏ๐ฎ๐ฏ๐น๐ ๐ฎ๐๐ฒ๐ฟ๐ฎ๐ด๐ฒ ๐ฎ๐ป๐ฑ ๐๐ผ๐๐ป๐ฑ๐ ๐น๐ถ๐ธ๐ฒ ๐บ๐ฎ๐ป๐ ๐ผ๐๐ต๐ฒ๐ฟ๐. Remove any mention of junior or aspiring and use this framework: did [x] using [y] which led to [z]. Think from the recruiterโs perspective. Do you sound like a risk to hire? Make yourself less risky and donโt tell them everything. Why do they need to know your last job was at a french fry shop? Lead with your developer experience or technical projects.
ย ย ย
2. ๐ฆ๐ถ๐ฑ๐ฒ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐ ๐๐ต๐ผ๐๐น๐ฑ ๐๐ฒ๐ฎ๐ฐ๐ต ๐๐ผ๐ ๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด ๐ป๐ฒ๐ or keep your skills sharp if youโre not working. Really, they should be enjoyable. Theyโre an alternative to grinding away at toy problems and expose you to challenges which you can give yourself. Want to understand how to implement role-based authentication or get your hands dirty with serverless? Build it out. Also follow John Crickett or CodeCrafters.io (YC S22) if you're stuck on what to build.
ย ย ย
3. Now hereโs the hard part and the truth no one wants to hear: ๐ด๐ฒ๐๐๐ถ๐ป๐ด ๐ต๐ถ๐ฟ๐ฒ๐ฑ ๐ถ๐ ๐ฎ ๐ด๐ฎ๐บ๐ฒ ๐ผ๐ณ ๐๐ธ๐ถ๐น๐น ๐ฎ๐ป๐ฑ ๐น๐๐ฐ๐ธ. If there is one trait that I see in successful grads, it is their consistency. They just didnโt stop. They outlasted their fears, insecurities and the fear mongers. They changed what didnโt work and picked a strategy. Mass apply or network or do both. Then donโt stop. | TEXT | Brian | Jenney | 23,129 | 23,129 | 128 | 17 | 7 | 0 | 0.006572 | null | 2024-11-18 09:59:32 | https://www.linkedin.com/feed/update/urn:li:activity:7264336443458629632 |
urn:li:activity:7262864954087628801 | I've had 15 minute chats with 600 developers in the last 2 years. Here are 3 (and a half) mistakes I see way too often when it comes to learning to code. | ARTICLE | Brian | Jenney | 5,200 | 4,132 | 48 | 6 | 1 | 0 | 0.010577 | null | 2024-11-14 08:32:22 | https://www.linkedin.com/feed/update/urn:li:activity:7262864954087628801 |
urn:li:activity:7262516939732713472 | My mom got turned down for a job at Starbucks as a barista.
Sheโs retired after 30 years working her way up the ladder in corporate America.
They donโt care.
And why would they?
What does working in a bank have to do with being a successful barista?
Switching careers isnโt just difficult for people trying to break into tech.
Itโs difficult across the board.
As a junior developer (or barista) you are an inherently risky hire.
This doesnโt mean you should quit - it just means that youโll need to find ways to re-invent yourself and build trust.
Because I like you, and chances are you're smart and above average looking if you're reading this - ๐๐ต๐ฒ๐ฟ๐ฒ ๐ถ๐ ๐ฎ ๐ณ๐ฟ๐ฒ๐ฒ ๐ฐ๐ผ๐๐ฟ๐๐ฒ ๐ ๐ฐ๐ฟ๐ฒ๐ฎ๐๐ฒ๐ฑ ๐๐ถ๐๐ต Taro (YC S22) ๐๐ผ ๐ต๐ฒ๐น๐ฝ ๐๐ผ๐ ๐๐ฟ๐ฎ๐ป๐๐ถ๐๐ถ๐ผ๐ป ๐ฐ๐ฎ๐ฟ๐ฒ๐ฒ๐ฟ๐ ๐ถ๐ป๐๐ผ ๐๐ฒ๐ฐ๐ต. No theory, just super practical application I know can help you.
It's in the comments ๐ | TEXT | Brian | Jenney | 33,557 | 33,557 | 84 | 14 | 1 | 0 | 0.00295 | null | 2024-11-13 09:29:29 | https://www.linkedin.com/feed/update/urn:li:activity:7262516939732713472 |
urn:li:activity:7261769886337572864 | My favorite mental models for computer science concepts:
๐ฅ๐ฒ๐ฐ๐๐ฟ๐๐ถ๐ผ๐ป - Russian dolls: Each doll holds another, representing a function calling itself.
๐๐ถ๐ป๐ธ๐ฒ๐ฑ ๐๐ถ๐๐๐ - Train cars: Each train car is linked to the next, just like each node points to the next node in a linked list.
๐ฆ๐๐ฎ๐ฐ๐ธ๐ - Stack of plates: You can only take from the top or add to the top, similar to how a stack operates (Last-In, First-Out).
๐ค๐๐ฒ๐๐ฒ๐ - Line to get on a bus: First person in line is first to get on, which represents the First-In, First-Out (FIFO) principle.
๐ง๐ฟ๐ฒ๐ฒ๐ - Family tree: Each โparentโ node has โchildโ nodes, and the child can also be a parent with children.
๐๐ถ๐ด ๐ข ๐ก๐ผ๐๐ฎ๐๐ถ๐ผ๐ป - Traffic on a highway: As more cars (inputs) join, the effect on speed varies depending on the roadโs capacity (algorithmโs efficiency).
What is a mental models you use for understanding software-y things? | TEXT | Brian | Jenney | 6,027 | 6,027 | 100 | 25 | 4 | 0 | 0.021404 | null | 2024-11-11 08:00:58 | https://www.linkedin.com/feed/update/urn:li:activity:7261769886337572864 |
urn:li:activity:7260437739324473345 | If becoming a software developer was as easy as learning the "๐ฟ๐ถ๐ด๐ต๐" technology, then YouTube wouldn't be overrun with videos of coding boot camp grads talking about how hard it is to get hired.
Your technology stack is still important, obviously.
Donโt think so?
Learn Fortran, COBOL and BrainF*ck and please tell me how that works out for you.
The real disconnect between learning to code and getting hired is that career change requires a completely different skill set:
- building an online presence
- project management
- job search strategy
- time management
- rejection handling
- self promotion
Luckily, a solid side project can help you build these skills.
- plan out a complex app that will solve a problem you have
- use Trello to break the tasks down into deliverables
- deploy the app and try to get users
- write about this experience online
- use tech you want to learn | TEXT | Brian | Jenney | 8,359 | 8,359 | 68 | 12 | 2 | 0 | 0.00981 | null | 2024-11-07 15:47:29 | https://www.linkedin.com/feed/update/urn:li:activity:7260437739324473345 |
urn:li:activity:7259588652907810816 | ๐๐ฐ๐ธ ๐ฎ๐ฐ๐ด๐ต ๐ด๐ถ๐ค๐ค๐ฆ๐ด๐ด๐ง๐ถ๐ญ ๐ฃ๐ฐ๐ฐ๐ต๐ค๐ข๐ฎ๐ฑ ๐จ๐ณ๐ข๐ฅ๐ด ๐ฐ๐ฑ๐ฆ๐ณ๐ข๐ต๐ฆ:
- Looks outside the LinkedIn bubble for opportunities
- Has faith that opportunity will present itself
- Re-calibrates their approach when needed
- Makes coding and learning a routine
- Applies consistently and broadly
- Has 1 or 2 complex side projects
๐๐ฉ๐บ ๐ฎ๐ฐ๐ด๐ต ๐ฃ๐ฐ๐ฐ๐ต๐ค๐ข๐ฎ๐ฑ ๐จ๐ณ๐ข๐ฅ๐ด ๐ง๐ข๐ช๐ญ:
- Relies on motivation instead of routine
- Applies to only junior roles
- Tutorial
- Tutorial
- Tutorial
- Tutorial
- Doesnโt get hired in 3 months
- ๐๐ช๐ท๐ฆ๐ด ๐ถ๐ฑ | TEXT | Brian | Jenney | 6,529 | 6,529 | 50 | 14 | 2 | 0 | 0.010109 | null | 2024-11-05 07:33:31 | https://www.linkedin.com/feed/update/urn:li:activity:7259588652907810816 |
urn:li:activity:7259250246084382720 | You canโt get hired because you have no experience. You have no experience because you canโt get hired.
Letโs change that.
Reach out to your cousin, aunt or that friend trying to launch their music career and offer to build a website.
For free.
Make them buy a domain. Or buy one for them - f*ck it.
Sketch out the site and main features and review them with your cousin, I mean client.
Build and deploy.
Have them give you a testimonial.
Now you have some viable experience, a real deal site to show off and have dipped your toe into freelance. | TEXT | Brian | Jenney | 10,760 | 10,760 | 77 | 7 | 1 | 0 | 0.0079 | null | 2024-11-04 09:08:48 | https://www.linkedin.com/feed/update/urn:li:activity:7259250246084382720 |
urn:li:activity:7258156409710628865 | Excellent question!
After learning barely enough to build something, I would build something.
That something would be publicly available, solve a problem that I'm familiar with and inform what I write about online, which I'd do 2-3x per week on LinkedIn.
I would try my best to get customers for this thing and also write about that.
I would be reaching out to my 2nd and 3rd party connections and looking at places where I used to work and old co-workers to see if they can get me in front of a hiring manager.
Lastly, I would hire someone to write me a solid resume and LinkedIn profile and then not stop tinkering with these processes until I got hired. | SHARE | Brian | Jenney | 5,603 | 5,603 | 36 | 3 | 0 | 0 | 0.006961 | null | 2024-11-01 09:42:18 | https://www.linkedin.com/feed/update/urn:li:activity:7258156409710628865 |
urn:li:activity:7257413162256244738 | Quintessential junior dev move:
Wasting hours solving a problem a co-worker couldโve helped you figure out in minutes.
You are ultimately judged on the work you complete, not your ability to slog through problems in solitude. When you bump your head against your technical depth, acknowledge it and ask for help.
But for Jeebus' sake please donโt just say โ๐ ๐ค๐ข๐ฏโ๐ต ๐ง๐ช๐จ๐ถ๐ณ๐ฆ ๐ฐ๐ถ๐ต [๐น]โ
Try this:
- Iโm having an issue with [this specific problem]
- Iโve tried [y] but itโs not working in the way I expect which is [this way]
- Maybe add a screenshot or documentation
- "๐๐ด ๐ข๐ฏ๐บ๐ฐ๐ฏ๐ฆ ๐ข๐ท๐ข๐ช๐ญ๐ข๐ฃ๐ญ๐ฆ ๐ต๐ฐ ๐ต๐ข๐ฌ๐ฆ ๐ข ๐ญ๐ฐ๐ฐ๐ฌ ๐ธ๐ช๐ต๐ฉ ๐ฎ๐ฆ ๐ด๐ฐ๐ฎ๐ฆ๐ต๐ช๐ฎ๐ฆ ๐ต๐ฐ๐ฅ๐ข๐บ ๐ฐ๐ณ ๐ฑ๐ฐ๐ช๐ฏ๐ต ๐ฎ๐ฆ ๐ช๐ฏ ๐ต๐ฉ๐ฆ ๐ณ๐ช๐จ๐ฉ๐ต ๐ฅ๐ช๐ณ๐ฆ๐ค๐ต๐ช๐ฐ๐ฏ?"
Donโt let your ego get in the way of progress. | TEXT | Brian | Jenney | 61,212 | 61,212 | 345 | 56 | 7 | 0 | 0.006665 | null | 2024-10-30 08:28:54 | https://www.linkedin.com/feed/update/urn:li:activity:7257413162256244738 |
urn:li:activity:7256765058410504194 | LinkedIn Sucks.
Itโs full of:
- cringy posts from LinkedIn lunatics
- fear-mongering
- toxic positivity
- do you agree?
Itโs also full of:
- strangers willing to lend you a hand
- quality content you can learn from
- inspiring stories
- opportunity
LinkedIn, like most social media platforms, will do its best to feed you content it believes you will like.
If your LI feed sucks, maybe follow some better people. | TEXT | Brian | Jenney | 14,284 | 14,284 | 180 | 26 | 1 | 0 | 0.014492 | null | 2024-10-28 13:33:34 | https://www.linkedin.com/feed/update/urn:li:activity:7256765058410504194 |
urn:li:activity:7255612733314772992 | If youโre hell-bent on learning data structures and algorithms please donโt JUST do 100 LeetCode problems.
Try this instead:
- learn common data structures like trees, graphs, linked lists, stacks and queues
- write these structures from scratch
- learn common techniques to sort and traverse data in these structures
- focus on recursion and backtracking after learning trees (๐ ๐ง๐ช๐ฏ๐ฅ ๐ต๐ฉ๐ข๐ต ๐ช๐ต ๐ฎ๐ข๐ฅ๐ฆ ๐ฎ๐ฐ๐ณ๐ฆ ๐ด๐ฆ๐ฏ๐ด๐ฆ ๐ต๐ฉ๐ช๐ด ๐ธ๐ข๐บ)
- time yourself solving LC problems - shoot for 30 mins for medium problems and write the space and time complexity next to your solution
- learn common approaches to optimize algorithms (๐ฉ๐ข๐ด๐ฉ๐ฎ๐ข๐ฑ๐ด, ๐ฎ๐ฆ๐ฎ๐ฐ๐ช๐ป๐ข๐ต๐ช๐ฐ๐ฏ...)
Just because MAANG exclusively asks DSA, the majority of your interviews as a front end developer will probably be on a combination of:
- behavioral and technical assessmentsย ย
- challenges that involve string manipulation and working with arrays && objects
- JS triviaย ย (explain closure ๐)
- building small components using ReactJS | TEXT | Brian | Jenney | 14,905 | 14,905 | 131 | 19 | 11 | 0 | 0.010802 | null | 2024-10-25 09:14:38 | https://www.linkedin.com/feed/update/urn:li:activity:7255612733314772992 |
urn:li:activity:7254877418811768832 | โย Get a job you love and youโll never work a day in your life.
Look, I love to write code and mentor people.
But thereโs so much more to software development than writing code and pair-programming.
Some of the non-sexy stuff youโll do as a developer:
- meetings
- on-call shifts
- writing documentation
- maintaining legacy code
- meetings to prepare for other meetings
- translating technical limitations to non-coders
- researching poorly documented 3rd party APIs
Coding is my hobby and profession. Itโs a job and I try not to wrap too much of my identity into it.
It can be incredibly fulfilling and it can also be a chore. | TEXT | Brian | Jenney | 15,952 | 15,952 | 61 | 15 | 0 | 0 | 0.004764 | null | 2024-10-23 08:32:45 | https://www.linkedin.com/feed/update/urn:li:activity:7254877418811768832 |
urn:li:activity:7254519140244221953 | No one will hire you without experience. But you can't get experience without getting hired. โพ๏ธ
Let me make this very simple for you:
- Build an app you might actually find useful and deploy it.
- Connect with people who show interest.
- Write about this experience online.
- Try to get users for your app.
- Work for free if you have to.
Walk down main street and see what business has an awful website they need re-done.
Do it for a recommendation from them.
Change your title to freelance web engineer.
Your mileage WILL vary.
I can guarantee you will be hired but I cannot control the timeline. Neither can you.
The only thing I know is that quitting is the surest path towards failure and is the most well-traveled. | TEXT | Brian | Jenney | 26,468 | 26,468 | 160 | 22 | 3 | 0 | 0.00699 | null | 2024-10-22 08:49:05 | https://www.linkedin.com/feed/update/urn:li:activity:7254519140244221953 |
urn:li:activity:7254165594042687488 | I had the chance to interview Rahul Pandey recently.
He said something I respectfully disagree with:
"He was lucky."
Something interesting I've noticed about "lucky" people is that they share many of the same traits:
- grit
- optimism
- consistency
- they work their a** off
Funny how many "lucky" people I've met fit this description.
Rahul breaks down what it was like working in FAANG, big fat salaries, why AI isn't the existential crisis you might think it is and what new developers can do to stand out in the market. Link in comments ๐ | TEXT | Brian | Jenney | 16,800 | 16,800 | 75 | 13 | 0 | 0 | 0.005238 | null | 2024-10-21 09:24:13 | https://www.linkedin.com/feed/update/urn:li:activity:7254165594042687488 |
urn:li:activity:7253070973665452033 | Every few months, someone roasts the tech interview.
๐โ๐ญ๐ญ ๐ฏ๐ฆ๐ท๐ฆ๐ณ ๐ต๐ณ๐ข๐ท๐ฆ๐ณ๐ด๐ฆ ๐ข ๐๐๐ ๐ช๐ฏ โ๐ณ๐ฆ๐ข๐ญ ๐ญ๐ช๐ง๐ฆโ ๐ต๐ฉ๐ฆ๐บ ๐ด๐ข๐บ.
๐๐ฉ๐ฆ๐ด๐ฆ ๐ต๐ฆ๐ด๐ต๐ด ๐ข๐ณ๐ฆ โ๐ฃ๐ช๐ข๐ด๐ฆ๐ฅโ ๐ข๐ฏ๐ฅ ๐ง๐ญ๐ข๐ธ๐ฆ๐ฅ!
People cheer in the comments.
And nothing changes.
The reality is that youโre way less likely to encounter data structures and algorithms on the interview grind if youโre not limiting your search to the top tech companies in the world.
Honestly, if someone asks you to solve a dynamic programming problem during an interview for a company that is not FAANG, the correct response is probably to just walk out.
If you're a glutton for punishment, then maybe this video of me going over a common dynamic programming problem will be useful. | VIDEO | Brian | Jenney | 6,099 | 1,931 | 35 | 5 | 1 | 0 | 0.006722 | null | 2024-10-18 08:54:35 | https://www.linkedin.com/feed/update/urn:li:activity:7253070973665452033 |
urn:li:activity:7252718611096616962 | "๐๐ ๐ช๐ด ๐ค๐ฐ๐ฎ๐ช๐ฏ๐จ ๐ง๐ฐ๐ณ ๐บ๐ฐ๐ถ๐ณ ๐ต๐ฆ๐ค๐ฉ ๐ซ๐ฐ๐ฃ!"
"๐๐ฉ๐ฆ๐ณ๐ฆ'๐ด ๐ฏ๐ฐ ๐ฉ๐ฐ๐ฑ๐ฆ ๐ง๐ฐ๐ณ ๐ค๐ฐ๐ฅ๐ฆ๐ณ๐ด ๐ช๐ฏ 2024!"
"๐๐ฆ๐ข๐ณ๐ฏ ๐ต๐ฐ ๐ค๐ฐ๐ฅ๐ฆ?! ๐๐ข, ๐ต๐ฉ๐ข๐ต ๐ธ๐ข๐ด ๐ด๐ฐ 2015."
Do these click bait titles sound familiar?
I've gone down the YouTube rabbit hole of doom and gloom videos about the tech job market and AI.
The reality is much less interesting which is why you won't see much of it on platforms where extreme opinions get the most eye balls.
Believe it or not, there are more open tech jobs openings now than at any point in the last 2 years.
Here's some other truths:
- Getting the first job is difficult. This is not new or unique to tech.
- No single tech stack will make you dramatically more hire-able.
- AI might take your job as a developer. By that time, we will all be screwed anyways.
Lastly, remember that social media rewards extreme opinions over boring truths. ๐คท | IMAGE | Brian | Jenney | 24,654 | 24,654 | 98 | 20 | 5 | 0 | 0.004989 | null | 2024-10-17 09:34:25 | https://www.linkedin.com/feed/update/urn:li:activity:7252718611096616962 |
urn:li:activity:7251983808344784896 | My biggest coding hack?
Well, I used to be an addict.
Maybe I still am?
You see, over a decade ago, my life looked a lot more like a music video for a local rapper than an episode of Silicon Valley.
Nearly 2 years after my son was born, I had an ultimatum: give up my ridiculous lifestyle or lose my family. I quit [a lot of stuff ๐
] immediately with zero plan of how I was going to make it work or if I would succeed.
I had lots of time to kill. I had no clue what normal people did for fun.
I got introduced to HTML and CSS from a co-worker and my mind was blown.
So this is how the internet works eh? How the hell did I not know this?
Cue my new addiction.
I approached coding with the same unhealthy mindset as I did with, uhhh, previous things. It took over my life.
It worked well overall in that I made a transition that even my mother did not really believe was possible.
But I donโt suggest it.
Eat, sleep, code is a recipe for burnout, not success.
Once I incorporated exercise, reading and other hobbies into my life, I was happier, less anxiety-ridden and more confident.
I still have a ways to go though, honestly. Even now, I tend to go way overboard with any interest I pick up and while that sounds like a superpower it can also be at the expense of those around me and my own health.
Every once in a while, I share this embarrassing piece of my past in the hopes that a few readers will feel less alone who may be in a similar position. Just know that there are quite a few of us floating around out there and most just donโt post it online. | TEXT | Brian | Jenney | 9,311 | 9,311 | 142 | 18 | 0 | 0 | 0.017184 | null | 2024-10-15 08:54:35 | https://www.linkedin.com/feed/update/urn:li:activity:7251983808344784896 |
urn:li:activity:7251617572641546241 | There is a valuable skill that will set you apart from most developers.
It will go from a nice to have to a requirement if you want to move into leadership:
Public speaking.
If youโre like me, maybe you think you can just hide in your code hole and never speak.
I tried this method for a few years and it sorta worked.
- I didnโt get fired.
- I also couldnโt get promoted or make much of an impact.
When I became an engineering manager, my job still involved coding but also a lot of speaking.
This freaked me out.
To get over my fear I did a few things:
1. Write down questions to ask during meetings
2. Volunteer to present at lunch and learns
3. Practice speaking on video using Loom (I made so many cringy videos Iโve never shared)
4. Make a commitment to be the first to break the silence in a meeting - even with a dumb question (see #1)
Youโre probably your worst critic.
Weโre all much too wrapped up in ourselves to remember the dumb thing you said in that meeting last Tuesday ๐
.
What's your best tip for shy developers to find their voice? | TEXT | Brian | Jenney | 14,660 | 14,660 | 66 | 17 | 0 | 0 | 0.005662 | null | 2024-10-14 08:39:17 | https://www.linkedin.com/feed/update/urn:li:activity:7251617572641546241 |
urn:li:activity:7250521003137609729 | My podcast actually makes negative money.
I don't offer paid spots, sponsorships or money for shouting out products, people or services.
It's not that I'm against any of this at all.
Last I checked, we live in a capitalist society.
The real reason I don't offer any advertisement slots is because I'm already promoting my own business, Parsity and since I'm not beholden to any particular brand, I can interview and say whatever the hell I want.
This weekend I'll be interviewing Geoffrey Huck to learn how shy developers can hack communication and learn the art of public speaking. Leadership is the natural progression for most software developers and yet, when it comes to public speaking, most of us have no freaking clue what to do or how to do it.
What are some questions you want me to ask him? | IMAGE | Brian | Jenney | 9,146 | 9,146 | 64 | 15 | 1 | 0 | 0.008747 | null | 2024-10-11 08:01:55 | https://www.linkedin.com/feed/update/urn:li:activity:7250521003137609729 |
urn:li:activity:7250265616186531840 | A decade of brutal code reviews did not prepare me for what Iโve read on TikTok, IG and Reddit about coding.
Apparently:
- no one should ever use JS. Like ever.
- AI is for sure taking over all our jobs... just you wait!
- learning to code is a waste of time. Be a wind turbine technician.
- You can make 1.5 mil a year as a CyberSecurity Engineer. I messed up.
If youโre looking for civil discourse or to learn anything useful, I would stay away.
Go old school.
Read a couple books by people who took their time to articulate their thoughts and actually research rather than compete to see who can make the most viral and shocking content.
Hereโs a few Iโve read and would recommend:
๐ง๐ต๐ฒ ๐๐ผ๐ฑ๐ถ๐ป๐ด ๐๐ฎ๐ฟ๐ฒ๐ฒ๐ฟ ๐๐ฎ๐ป๐ฑ๐ฏ๐ผ๐ผ๐ธ - such good advice on the non-tech stuff.
๐๐ฒ๐ฒ๐ฝ ๐๐ฎ๐น๐บ ๐ฎ๐ป๐ฑ ๐๐ผ๐ฑ๐ฒ ๐ข๐ป - I wish I had found this book earlier. The author lays out all the mistakes he made that are so common among developers and how to avoid them.
๐ง๐ต๐ฒ ๐ ๐ฎ๐ป๐ฎ๐ด๐ฒ๐ฟ'๐ ๐ฃ๐ฎ๐๐ต: ๐ ๐๐๐ถ๐ฑ๐ฒ ๐ณ๐ผ๐ฟ ๐ง๐ฒ๐ฐ๐ต ๐๐ฒ๐ฎ๐ฑ๐ฒ๐ฟ๐ ๐ก๐ฎ๐๐ถ๐ด๐ฎ๐๐ถ๐ป๐ด ๐๐ฟ๐ผ๐๐๐ต ๐ฎ๐ป๐ฑ ๐๐ต๐ฎ๐ป๐ด๐ฒ - the book I bought when I became a manager because I didn't know what the hell I was supposed to do.
๐๐๐น๐ฒ ๐ฆ๐ถ๐บ๐ฝ๐๐ผ๐ปโ๐ ๐ฌ๐๐๐๐ฆ ๐๐ฒ๐ฟ๐ถ๐ฒ๐ - duh.
๐ง๐ต๐ฒ ๐ฃ๐ต๐ผ๐ฒ๐ป๐ถ๐
๐ฃ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐ - learn SDLC and actually be entertained. This book is a great read whether or not you know anything about code.
Any good recommendations I should add to my list? | TEXT | Brian | Jenney | 55,846 | 55,846 | 177 | 29 | 5 | 0 | 0.003778 | null | 2024-10-10 15:07:06 | https://www.linkedin.com/feed/update/urn:li:activity:7250265616186531840 |
urn:li:activity:7249793994208010247 | Most stressful scenarios you will encounter as a software developer:
- code you just deployed causing a critical error
- demoing some code that breaks apart in front of an audience - when it just worked on your machine
- notification from GitHub that your code review has 100+ comments
- getting a PagerDuty alert on a weekend about a component you arenโt familiar with
- cryptic messages to meet to chat with your manager with no agenda
- interviews
What else? | TEXT | Brian | Jenney | 5,159 | 5,159 | 55 | 22 | 2 | 0 | 0.015313 | null | 2024-10-09 07:53:02 | https://www.linkedin.com/feed/update/urn:li:activity:7249793994208010247 |
urn:li:activity:7249463605690036228 | Let's call him Don.
First off, this guy was a genius.
I could tell because when we went out to eat on the first day of work with the CEO and CTO - this guy used his hands to eat a salad.
Next, he asked if he could go home early because he was tired.
He slept on the couch in the office in the middle of the day.
Only a genius can get away with shit like that and not get fired on the spot.
I was entering my 3rd year as a developer and thought of myself as mid-level at this point.
Wrong.
Don pair-programmed with me for the first 2 weeks on the job and I quickly learned just how junior I was.
Don wrote tests for the features we created using the library he authored for the framework we were using.
I had never written a test in my life.
Don had keyboard shortcuts to fly around his terminal and code editor.
I didn't have the "time" for that.
I just wanted things to "work."
Don didn't accept my "make it wok by all means necessary" style of work. He refused to work with me until I learned keyboard shortcuts for VS code to make pairing more enjoyable.
If I wrote a feature without a test, he would reject it.
When I asked for help, he wouldn't give me the answer but tell me where I could probably find the underlying issue.
We only worked together for 9 months but I can't think of a more impactful stint in my career. I learned the art of testing, the importance of learning your tools and how to balance getting things done with getting them done correctly.
Last I heard, he co-founded a multi-million dollar software company.
I bet he's still eating salad with his hands. | TEXT | Brian | Jenney | 12,104 | 12,104 | 135 | 20 | 5 | 0 | 0.013219 | null | 2024-10-08 10:00:12 | https://www.linkedin.com/feed/update/urn:li:activity:7249463605690036228 |
urn:li:activity:7249070525740711936 | Weโve all heard the myth: it takes 10,000 hours to master a skill.
The reality is, you donโt need to become a master to be functional or effective.
In fact, research shows that 20 hours of focused learning can get you up and running with learning a new instrument, language or coding.
Itโs not about grinding endlessly, itโs about the right strategy:
โข build stuff you actually care about
โข break things on purpose to see how NOT to do things
โข get feedback on your work and adjust course when necessary
I had a conversation with Junaid Akhtar, content architect at Educative , about the science of learning to code. We discussed how beginners can fast-track their way into programming with just 20 hours of focused effort.
The link is in the comments. | TEXT | Brian | Jenney | 9,555 | 9,555 | 102 | 10 | 10 | 0 | 0.012768 | null | 2024-10-07 07:58:14 | https://www.linkedin.com/feed/update/urn:li:activity:7249070525740711936 |
urn:li:activity:7247627778122997760 | Bootcamps love the MERN stack.
Professional developers love the SERN stack.
Honestly, SQL is more intuitive than MongoDB and yet so many new developers don't learn it.
Here's a dead simple challenge you can copy and paste into ChatGPT to set up your first SQL database and learn in a hands-on way:
1. ๐๐ฟ๐ฒ๐ฎ๐๐ฒ ๐ฎ ๐ก๐ฒ๐ผ๐ป๐๐ ๐๐ฐ๐ฐ๐ผ๐๐ป๐: Head to Neon, create a project, and access the SQL editor.
2. ๐๐ฟ๐ฒ๐ฎ๐๐ฒ ๐ง๐ฎ๐ฏ๐น๐ฒ๐: Use ChatGPT to generate SQL commands for tables like users, orders, and products, then run them in NeonDB.
3. ๐๐ฑ๐ฑ ๐ฆ๐ฎ๐บ๐ฝ๐น๐ฒ ๐๐ฎ๐๐ฎ: Prompt ChatGPT for SQL to insert sample data (100+ rows per table) and populate your database.
4. ๐ฅ๐๐ป ๐๐ฎ๐๐ถ๐ฐ ๐ค๐๐ฒ๐ฟ๐ถ๐ฒ๐: Start querying data with simple prompts like selecting usernames and emails from the users table.
5. ๐๐ผ๐ถ๐ป ๐ง๐ฎ๐ฏ๐น๐ฒ๐: Use a LEFT JOIN to show all users and their orders, even if they havenโt placed one.
6. ๐ง๐ฟ๐ ๐๐ฑ๐๐ฎ๐ป๐ฐ๐ฒ๐ฑ ๐ค๐๐ฒ๐ฟ๐ถ๐ฒ๐: Challenge yourselfโfind all orders by a certain user or count how many orders each user has placed.
What are some good resources you've found for learning SQL? | TEXT | Brian | Jenney | 10,184 | 10,184 | 72 | 24 | 6 | 0 | 0.010016 | null | 2024-10-03 08:25:16 | https://www.linkedin.com/feed/update/urn:li:activity:7247627778122997760 |
urn:li:activity:7246525531641274368 | You cannot simply be a like-able yet terrible coder and expect to get promoted (but I have seen it happen).
The best way to get better at coding is to:
1. Write a lot of bad code.
2. Read good code and steal what makes sense (no, not by copy-pasting but "stealing" the patterns and styles of better coders).
3. Read up on common design patterns in your programming language and apply them to your work.
4. Look up design patterns for the framework you use. For example, if you use ReactJS (cuz of course you do) then look up popular ways to compose components, fetch data and construct large apps.
The sad reality is that many developers never make it past step 1.
Don't do that.
You're better than that. | TEXT | Brian | Jenney | 26,611 | 26,611 | 104 | 23 | 1 | 0 | 0.00481 | null | 2024-09-30 07:25:20 | https://www.linkedin.com/feed/update/urn:li:activity:7246525531641274368 |
urn:li:activity:7245463369602785280 | The problem with developers in general and content creators specifically:ย
We use too much anecdotal experience to draw wild conclusions.
This creates an echo chamber online which makes you think that certain things are truer than they probably are:
- Most devs donโt work for big tech
- Youโre more likely to work on legacy code than brand new features
- Designing a complex system will take weeks or months, not an hour with a whiteboard
- Flexible schedules can mean 4 hours one day and 14 the next
- Even the best developers fail interviews
- Your next interview is unlikely to include a whiteboard
- โReal developersโ donโt use JS and yet itโs the most popular language in the world ๐
To get an accurate pulse on whatโs really happening in the dev community, ๐ ๐ฟ๐ฒ๐ฐ๐ผ๐บ๐บ๐ฒ๐ป๐ฑ ๐ฐ๐ต๐ฒ๐ฐ๐ธ๐ถ๐ป๐ด ๐ผ๐๐ ๐ฆ๐๐ฎ๐ฐ๐ธ ๐ข๐๐ฒ๐ฟ๐ณ๐น๐ผ๐โ๐ ๐๐ฒ๐ฎ๐ฟ๐น๐ ๐๐๐ฟ๐๐ฒ๐, looking at hiring trends in the industry and generally taking what we all say on here with a grain of salt. | TEXT | Brian | Jenney | 12,780 | 12,780 | 60 | 9 | 1 | 0 | 0.005477 | null | 2024-09-27 09:04:41 | https://www.linkedin.com/feed/update/urn:li:activity:7245463369602785280 |
urn:li:activity:7245094445707091970 | One of my biggest struggles as an engineering manager was keeping my tech skills sharp.
I went from writing code for most of the day to:
- leading meetings
- JIRA management
- 1 on 1s
- sitting in on sales pitches
- obsessing over the images in my presentations (the right meme can really make or break it ๐
)
Sitting through a 100 hour tutorial to type what some other bandicoot was typing just wasn't appealing at this stage.
I didn't want to learn JavaScript anymore. I wanted something to stretch my skills.
CodeCrafters.io (YC S22) to the rescue.
One of my favorite services for preventing skill-rot is CodeCrafters. I started using it years ago to learn more about complex software like Redis, Docker and SQLite by building it from scratch.
If youโre over watch-and-type tutorials and want a real challenge, I canโt recommend them enough. | TEXT | Brian | Jenney | 5,901 | 5,901 | 27 | 5 | 1 | 0 | 0.005592 | null | 2024-09-26 08:38:43 | https://www.linkedin.com/feed/update/urn:li:activity:7245094445707091970 |
urn:li:activity:7244392411307655168 | Can we all agree that snapshot tests are pointless 99% of the time?
They somehow sneak into our test suites with good intentions.
Inevitably they result in false alarms and are ignored.
Unit tests are concerned with confirming expected functionality. We make sure that clicking a button actually results in an event happening for example.
Now we have these pesky snapshots.
They take a pic (a snapshot if you will) of the DOM output and then compare the original code to the current output. If thereโs a difference, we get a failed test.
Maybe you changed the button color from light-green to not-so-light green.
Whoops.
Used incorrectly, snapshots give us a false sense of security or get ignored entirely.
They contribute to vanity test coverage metrics with no real benefit.
Am I way off base here? If youโve used snapshots in a useful way Iโd love to hear about it. | IMAGE | Brian | Jenney | 13,170 | 13,170 | 27 | 22 | 1 | 0 | 0.003797 | null | 2024-09-24 10:09:05 | https://www.linkedin.com/feed/update/urn:li:activity:7244392411307655168 |
urn:li:activity:7244004446437851136 | How old is too old to learn to code and change careers?
According to the internet - itโs 40 ๐
Imagine if Dicky Kitchen Jr had listened to those geniuses.
I met Dicky a couple years ago on Instagram. I enjoyed his content and what he was building. His journey from working in physical therapy to software engineer wasnโt short or straightforward.
But it did work.
If youโre serious about making a career switch into software then Dicky has a path you might find useful, no matter your age.
A link to our convo is in the comments. | TEXT | Brian | Jenney | 37,521 | 37,521 | 89 | 38 | 3 | 0 | 0.003465 | null | 2024-09-23 08:27:27 | https://www.linkedin.com/feed/update/urn:li:activity:7244004446437851136 |
urn:li:activity:7242925058602508289 | Before you make that TODO app, or watch a 100 hour YouTube video where you basically type what someone else types, try this: | VIDEO | Brian | Jenney | 12,282 | 4,964 | 185 | 8 | 16 | 0 | 0.017017 | null | 2024-09-20 08:58:20 | https://www.linkedin.com/feed/update/urn:li:activity:7242925058602508289 |
urn:li:activity:7238041938392686592 | Something I've learned from speaking with a few hundred of you out there:
No one really has a "traditional" path into... anything.
Tech is not a magical bullet to solve your problems and changing careers into software is difficult. But it's possible.
I'm a little sick of the negativity I read online about coding and the fluffy advice that doesn't really help.
Join me and ๐พ Aaron Cordova to ๐ฏ๐ฟ๐ฒ๐ฎ๐ธ ๐ฑ๐ผ๐๐ป ๐ต๐ผ๐ ๐๐ผ ๐ฎ๐ฐ๐๐๐ฎ๐น๐น๐ ๐บ๐ฎ๐ธ๐ฒ ๐ฎ ๐๐๐ฐ๐ฐ๐ฒ๐๐๐ณ๐๐น ๐ฐ๐ฎ๐ฟ๐ฒ๐ฒ๐ฟ ๐ฐ๐ต๐ฎ๐ป๐ด๐ฒ ๐ถ๐ป๐๐ผ ๐๐ฒ๐ฐ๐ต and learn about his path from rapper to New York City Transit worker to writing code at some of the most loved (and hated) tech companies on the planet. | VIDEO | Brian | Jenney | 5,619 | 1,530 | 49 | 55 | 6 | 0 | 0.019576 | null | 2024-09-18 14:55:53 | https://www.linkedin.com/feed/update/urn:li:activity:7238041938392686592 |
urn:li:activity:7241808386047025152 | "You DoNt UndeRStanD hoW BaD the mArkEt is BrOooOooO!"
You're right.
What do I know?
Not like I got laid off and hired this year or learned to code at 30 or helped 100+ developers get hired over the last 10 years.
But maybe you're tired of hearing my advice.
I recently hosted ๐พ Aaron Cordova on my podcast and he has a hell of story.
Aaron went from rapping on the streets of New York and working on the transit system to working at some of the biggest names in tech.
Career changers have unique challenges when it comes to breaking into tech and need a different strategy to be successful.
I'm hosting ๐ ๐ก๐ผ ๐๐ฆ ๐๐๐ถ๐ฑ๐ฒ ๐ผ๐ป ๐๐ฟ๐ฒ๐ฎ๐ธ๐ถ๐ป๐ด ๐ถ๐ป๐๐ผ ๐ง๐ฒ๐ฐ๐ต ๐ฎ๐ ๐ฎ๐ป ๐ข๐๐๐๐ถ๐ฑ๐ฒ๐ฟ with Aaron tomorrow to chat about what you should be building, how you should be networking and interview strategies for people without CS degrees.
If you can't make it, please drop a question in the comments and I'll pass them along! | SHARE | Brian | Jenney | 4,894 | 4,894 | 42 | 4 | 3 | 0 | 0.010012 | null | 2024-09-17 07:01:05 | https://www.linkedin.com/feed/update/urn:li:activity:7241808386047025152 |
urn:li:activity:7241471974147850240 | No one, and I mean no one, uses JS on the backend.
Except:
NASA
Netflix
Uber
LinkedIn
Trello
Walmart
PayPal
Seriously, donโt use JS on the backend, itโs a recipe forโฆ disaster. | TEXT | Brian | Jenney | 101,519 | 101,519 | 585 | 109 | 10 | 0 | 0.006935 | null | 2024-09-16 08:44:18 | https://www.linkedin.com/feed/update/urn:li:activity:7241471974147850240 |
urn:li:activity:7239653769263595523 | No one is going to pay you thousands of dollars to build a website.
But they might pay you to:
- improve SEO
- get more clients
- sell more products
- boost their conversion rates
- increase awareness of their brand
Sometimes, a website can do 1 or all of these things.
Itโs just about how youโre selling it.
Solutions > code.
If youโre looking for no nonsense advice about freelancing and the art of writing code for cold hard cash then you should really follow William Ray . | TEXT | Brian | Jenney | 15,172 | 15,172 | 122 | 9 | 1 | 0 | 0.0087 | null | 2024-09-11 08:19:24 | https://www.linkedin.com/feed/update/urn:li:activity:7239653769263595523 |
urn:li:activity:7238938762062221313 | ๐ก๐ฒ๐๐๐ณ๐น๐ฎ๐๐ต:
My podcast about learning to code and creating a solid career in tech is good, BUT
๐๐ ๐๐ผ๐ป'๐ ๐ต๐ฒ๐น๐ฝ ๐๐ผ๐:
- finish that side project
- become a software developer
- figure out why that error on line 420 is crashing your TODO list app
๐ก๐ผ๐ ๐๐ผ๐ฑ๐ฎ๐, ๐๐ผ๐บ๐ผ๐ฟ๐ฟ๐ผ๐, ๐ผ๐ฟ ๐ถ๐ป ๐ฎ ๐บ๐ผ๐ป๐๐ต'๐ ๐๐ถ๐บ๐ฒ.
๐ง๐ต๐ฒ ๐ผ๐ป๐น๐ ๐๐ฎ๐ ๐๐ผ ๐๐๐ฟ๐ป ๐ถ๐ ๐ณ๐ฟ๐ผ๐บ ๐ฎ ๐ฐ๐ผ๐น๐น๐ฒ๐ฐ๐๐ถ๐ผ๐ป ๐ผ๐ณ ๐๐๐ฒ๐ณ๐๐น ๐ธ๐ป๐ผ๐๐น๐ฒ๐ฑ๐ด๐ฒ ๐ถ๐ป๐๐ผ ๐๐ต๐ฒ ๐ด๐ผ๐ฎ๐น ๐๐ผ๐'๐ฟ๐ฒ ๐ฐ๐ต๐ฎ๐๐ถ๐ป๐ด:
๐๐ฐ๐๐ถ๐ผ๐ป.
๐ ๐ธ๐ป๐ผ๐ ๐ฏ๐ฒ๐ฐ๐ฎ๐๐๐ฒ ๐ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ฒ๐ฑ ๐๐ต๐ถ๐ ๐๐ต๐ฒ ๐ต๐ฎ๐ฟ๐ฑ ๐๐ฎ๐.
One summer I read an entire book on HTML (it was 11 years ago, please donโt judge me). I sat down in front of my computer to type some sweet HTML and realized I had no effinโ clue what to do.
Have you ever watched a tutorial from start to finish only to wonder what the hell you just built?
๐ก๐ผ๐ ๐ ๐ฎ๐น๐๐ฎ๐๐ ๐๐ฎ๐ธ๐ฒ ๐ฎ๐ฐ๐๐ถ๐ผ๐ป ๐๐ถ๐๐ต ๐๐ต๐ฒ ๐ธ๐ป๐ผ๐๐น๐ฒ๐ฑ๐ด๐ฒ ๐'๐บ ๐ฐ๐ฟ๐ฎ๐บ๐บ๐ถ๐ป๐ด ๐ถ๐ป๐๐ผ ๐บ๐ ๐ป๐ผ๐ด๐ด๐ถ๐ป.
โข use a tutorial as a starting point and then extend, re-write or break a feature
โข open the code editor and write out an example of an abstract concept like closure
โข write comments next to code in a way that makes sense... to me at least
โข record myself explaining a topic to see if I actually know what the hell I'm talking about | TEXT | Brian | Jenney | 4,837 | 4,837 | 49 | 8 | 1 | 0 | 0.011991 | null | 2024-09-09 08:58:13 | https://www.linkedin.com/feed/update/urn:li:activity:7238938762062221313 |
urn:li:activity:7237860486656995329 | Iโm not optimistic because Iโm foolish or naive.
Iโm optimistic because itโs the most practical strategy Iโve found to get through life and create luck.
The photo below is me 4 years ago, getting taken to the hospital in an ambulance on the second day of my new job with a heart condition.
I didnโt know if I would come home so I wanted my last picture to be me smiling.
I had done all the right things:
- Quit alcohol
- Had an exercise routine
- Lost weight
- Wrote tests for my code even when I didnโt have to
And yet here I was - maybe about to die.
Plot twist: I Iived!
Could it happen again?
Sure.
I have a couple options:
1. Stress everyday, take a bunch of heart pills and avoid strenuous activity
2. Resume life
I choose option 2.
Your brain is a pattern-finding wizard. It will find โevidenceโ to support your assumptions.
Start looking for proof that things can and will get better and that life tends to incrementally improve and you arenโt the unluckiest person you know.
For me, this means limiting local news and social media and generally not hanging around people who always have drama and unfollowing accounts who push fear. | IMAGE | Brian | Jenney | 9,839 | 9,839 | 145 | 29 | 1 | 0 | 0.017786 | null | 2024-09-06 09:33:32 | https://www.linkedin.com/feed/update/urn:li:activity:7237860486656995329 |
urn:li:activity:7237492492168769536 | Junior developers are inherently risky (in every industry, not just tech btw).
"๐๐ถ๐ต... ๐ ๐ข๐ฎ ๐ข ๐ซ๐ถ๐ฏ๐ช๐ฐ๐ณ", you say.
Yeah, I get it, I get it, just bare with me here.
The word "junior" is so subjective that it's nearly meaningless. ๐ช๐ต๐ฎ๐ ๐ถ๐ ๐ฏ๐ฎ๐๐ถ๐ฐ๐ฎ๐น๐น๐ ๐ฏ๐ผ๐ถ๐น๐ ๐ฑ๐ผ๐๐ป ๐๐ผ ๐ถ๐ ๐๐ผ๐บ๐ฒ๐ผ๐ป๐ฒ ๐๐ต๐ผ ๐ต๐ฎ๐ ๐๐ผ ๐น๐ถ๐๐๐น๐ฒ ๐ฝ๐ฟ๐ฎ๐ฐ๐๐ถ๐ฐ๐ฎ๐น ๐ฒ๐
๐ฝ๐ฒ๐ฟ๐ถ๐ฒ๐ป๐ฐ๐ฒ ๐๐ต๐ฎ๐ ๐๐ต๐ฒ๐ ๐ฐ๐ฎ๐ป๐ป๐ผ๐ ๐ฏ๐ฒ ๐๐ฟ๐๐๐๐ฒ๐ฑ ๐๐ผ ๐ฑ๐ผ ๐ป๐ฒ๐ฎ๐ฟ๐น๐ ๐ฎ๐ป๐๐๐ต๐ถ๐ป๐ด ๐ผ๐ป ๐๐ต๐ฒ๐ถ๐ฟ ๐ผ๐๐ป.
โข They need significant hand-holding for months on the job.
โข They will take on the easy stuff and maybe break some things.
โข They won't contribute much.
๐๐ฒ๐ฟ๐ฒ'๐ ๐๐ต๐ฒ ๐๐ต๐ถ๐ป๐ด: nearly every developer will be "junior" when they first join a company unless they are very senior.
You don't actually need to a be a mid level developer to be a safe hire. You just need to avoid the tell-tale signs that you are, in fact, a n00b.
Quite simply, stop down-playing yourself.
โข ๐ฅ๐ฒ๐บ๐ผ๐๐ฒ ๐ท๐๐ป๐ถ๐ผ๐ฟ, ๐ฎ๐๐ฝ๐ถ๐ฟ๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด from your resume and LinkedIn.
โข DON'T talk about "the project from your school or bootcamp"
โข ๐๐ข ๐ง๐ฎ๐น๐ธ ๐ฎ๐ฏ๐ผ๐๐ ๐๐ต๐ฒ ๐ฎ๐ฝ๐ฝ ๐ผ๐ฟ ๐๐ฒ๐ฏ๐๐ถ๐๐ฒ ๐๐ผ๐'๐ฟ๐ฒ ๐น๐ฎ๐๐ป๐ฐ๐ต๐ถ๐ป๐ด - yes, you need to have a project to talk about.
โข ๐จ๐๐ฒ ๐๐๐ฟ๐ผ๐ป๐ด ๐น๐ฎ๐ป๐ด๐๐ฎ๐ด๐ฒ ๐๐ผ ๐๐ฎ๐น๐ธ ๐ฎ๐ฏ๐ผ๐๐ ๐๐ผ๐๐ฟ ๐ฒ๐
๐ฝ๐ฒ๐ฟ๐ถ๐ฒ๐ป๐ฐ๐ฒ and speak to the benefits of features you created.
โข Instead of "created a full stack app with a laundry list of tech" try "migrated a JS app to Typescript to improve developer experience and velocity". | TEXT | Brian | Jenney | 359,301 | 359,301 | 571 | 63 | 23 | 0 | 0.001829 | null | 2024-09-05 09:11:16 | https://www.linkedin.com/feed/update/urn:li:activity:7237492492168769536 |
urn:li:activity:7237138697131847683 | You ever feel like youโre basically coding the same few features over and over and over?
Sometimes your current role doesnโt prepare you for the next role.
๐๐ฒ๐ฟ๐ฒ ๐ฎ๐ฟ๐ฒ ๐บ๐ ๐๐ผ๐ฝ ๐ฐ ๐๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ๐ ๐ณ๐ผ๐ฟ ๐ฝ๐ฟ๐ฒ๐๐ฒ๐ป๐๐ถ๐ป๐ด โ๐๐ธ๐ถ๐น๐น-๐ฟ๐ผ๐โ ๐ฎ๐ ๐ฎ ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ:
1. CodeCrafters.io (YC S22) - finally something for the mid โ senior level developers out there to get their hands dirty. The GitHub workflow is ๐ย ๐จโ๐ณ.
2. Scrimba - Some students at Parsity have been using this and I have to admit, itโs an amazing platform to learn front-end.
3. Coding Challenges - John Crickett ๐ฆhas crafted some non-trivial projects to teach you complex software.
4. My site, ๐๐ฎ๐๐ฎ๐ฆ๐ฐ๐ฟ๐ถ๐ฝ๐๐ฃ๐ฟ๐ผ๐๐๐ฝ๐ฝ[๐ฑ๐ผ๐]๐ฐ๐ผ๐บ - at some point, you donโt want to โlearn Reactโ anymore. ๐ ๐ฐ๐ฟ๐ฒ๐ฎ๐๐ฒ๐ฑ ๐ฐ๐ต๐ฎ๐น๐น๐ฒ๐ป๐ด๐ฒ๐ ๐ฏ๐ฎ๐๐ฒ๐ฑ ๐ผ๐ป ๐บ๐ ๐ฒ๐
๐ฝ๐ฒ๐ฟ๐ถ๐ฒ๐ป๐ฐ๐ฒ ๐ฎ๐ ๐ฎ ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ ๐ผ๐๐ฒ๐ฟ ๐๐ต๐ฒ ๐๐ฒ๐ฎ๐ฟ๐ including API migrations, deploying Lambdas, solving GitHub pipeline issues and creating NPM libraries.
Iโve used every single one of these services in the past year and Iโm usually explicit that Iโm not sponsored.
Well - can you believe CodeCrafters.io (YC S22) offered me a sponsorship code?
Iโm not gonna use it... for now.
I sincerely like all these products, mine included and think you should check them out. | TEXT | Brian | Jenney | 19,872 | 19,872 | 125 | 5 | 9 | 0 | 0.006995 | null | 2024-09-04 09:45:24 | https://www.linkedin.com/feed/update/urn:li:activity:7237138697131847683 |
urn:li:activity:7236745316878667778 | null | VIDEO | Brian | Jenney | 2,681 | 1,126 | 47 | 2 | 0 | 0 | 0.018277 | null | 2024-09-03 07:42:15 | https://www.linkedin.com/feed/update/urn:li:activity:7236745316878667778 |
urn:li:activity:7236742436859846656 | โ๐๐บ ๐ค๐ฐ๐ฅ๐ฆ ๐ด๐ฑ๐ฆ๐ข๐ฌ๐ด ๐ง๐ฐ๐ณ ๐ช๐ต๐ด๐ฆ๐ญ๐งโ
โ๐ ๐ฅ๐ช๐ฅ๐ฏโ๐ต ๐จ๐ฆ๐ต ๐ช๐ฏ๐ต๐ฐ ๐ด๐ฐ๐ง๐ต๐ธ๐ข๐ณ๐ฆ ๐ต๐ฐ ๐ฅ๐ฆ๐ข๐ญ ๐ธ๐ช๐ต๐ฉ ๐ฑ๐ฐ๐ญ๐ช๐ต๐ช๐ค๐ดโ
โ๐โ๐ญ๐ญ ๐ด๐ฐ๐ญ๐ท๐ฆ ๐ต๐ฉ๐ช๐ด ๐ญ๐ข๐ต๐ฆ๐ณ ๐ต๐ฐ๐ฏ๐ช๐จ๐ฉ๐ต ๐ฐ๐ฏ๐ค๐ฆ ๐ต๐ฉ๐ฆ ๐ฌ๐ช๐ฅ๐ด ๐ข๐ณ๐ฆ ๐ข๐ด๐ญ๐ฆ๐ฆ๐ฑโ
I wonโt tell you how many of these quotes are directly from me (๐ฉ๐ช๐ฏ๐ต: ๐ช๐ตโ๐ด ๐ฎ๐ฐ๐ณ๐ฆ ๐ต๐ฉ๐ข๐ฏ 2 ๐ข๐ฏ๐ฅ ๐ฆ๐น๐ข๐ค๐ต๐ญ๐บ ๐ฆ๐ฒ๐ถ๐ข๐ญ ๐ต๐ฐ 3)
Thinking like this was naive at best and hindered my career as a software developer at worst.
Turns out Iโm not the only one.
I sat down with Dagna Bieda to speak about ๐๐ต๐ ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ๐ ๐ณ๐ฎ๐น๐น ๐ถ๐ป๐๐ผ ๐๐ต๐ฒ๐๐ฒ ๐บ๐ถ๐ป๐ฑ๐๐ฒ๐ โ๐๐ฟ๐ฎ๐ฝ๐โ as well as her own struggles with communication and how she had to refactor her brain and approach to her coding career to reach the next level.
Our convo took a very surprising turn towards the end. (๐ก๐๐ฃ๐ ๐ฉ๐ค ๐๐ฅ๐๐จ๐ค๐๐ ๐๐ฃ ๐ฅ๐ง๐ค๐๐๐ก๐)
Hope you enjoy. | IMAGE | Brian | Jenney | 7,938 | 7,938 | 83 | 5 | 1 | 0 | 0.011212 | null | 2024-09-03 07:30:49 | https://www.linkedin.com/feed/update/urn:li:activity:7236742436859846656 |
urn:li:activity:7235285713192153088 | Worst way to spend your weekend?
Completing a take home coding project that was supposed to take 4 hours but really takes 2 full days.
I know some people like this interview format.
I am not one of them.
If you MUST participate in these kinds of interviews there are 2 ways you can stand out:
1. Write documentation
2. Write some unit tests
You donโt know how to write unit tests? Letโs fix that.
Grab this repo and make it get to 100% coverage to learn the basics of unit testing: https://lnkd.in/dh_bVgz9 | TEXT | Brian | Jenney | 12,867 | 12,867 | 116 | 15 | 5 | 0 | 0.01057 | null | 2024-08-30 07:02:19 | https://www.linkedin.com/feed/update/urn:li:activity:7235285713192153088 |
urn:li:activity:7235083322987552769 | 500 15 minute conversations with developers around the world later and Iโm convinced that most of us need a sympathetic ear as much as we need career and coding advice.
Hereโs the thing: coding is fun.
It can also be:
- lonely
- stressful
- tedious
- confusing
Donโt wrap too much of your identity in the code you write.
It can be a fickle beast. Sometimes Iโm pretty damn good at slinging code.
Sometimes I suck.
So I hit the gym. Run around a lake. Read stuff. Write on here and Medium. I share what I think might help you on my podcast.
When one area drags me down, I use another to lift me up.
Outside of coding, what are some hobbies youโve picked up? | TEXT | Brian | Jenney | 4,649 | 4,649 | 45 | 13 | 1 | 0 | 0.012691 | null | 2024-08-29 17:38:05 | https://www.linkedin.com/feed/update/urn:li:activity:7235083322987552769 |
urn:li:activity:7234570728459616256 | Recipe for terrible 1 on 1โs:
Manager: โAnything to discuss this week?โ
You: โNah, Iโm chillingโ
Manager: โNice. Talk to ya next time ๐โ
1 on 1โs can devolve into weekly status updates, which is why I think a lot of people like to skip them.
I asked 3 engineering leaders how have 1 on 1โs that donโt suck:
Nick Cosentino ๐
What you can do is talk about:
- ๐ง๐ต๐ฒ ๐ถ๐บ๐ฝ๐ฎ๐ฐ๐ ๐๐ผ๐๐ฟ ๐๐ผ๐ฟ๐ธ ๐ถ๐ ๐ต๐ฎ๐๐ถ๐ป๐ด
- ๐ฃ๐ผ๐๐ถ๐๐ถ๐๐ฒ/๐ป๐ฒ๐ด๐ฎ๐๐ถ๐๐ฒ ๐ถ๐ป๐๐ฒ๐ฟ๐ฎ๐ฐ๐๐ถ๐ผ๐ป๐ with peers and partner teams so I can help offer guidance or follow up
- ๐ฅ๐ผ๐ฎ๐ฑ๐ฏ๐น๐ผ๐ฐ๐ธ๐, whether they are technical or with people
- ๐๐ฎ๐ฟ๐ฒ๐ฒ๐ฟ ๐ฎ๐๐ฝ๐ถ๐ฟ๐ฎ๐๐ถ๐ผ๐ป๐ and whether or not you feel weโre aligned on career progression
- Your level of motivation, engagement, excitement, interest, learning opportunity etcโฆ on your current project
This time is about YOU and as much as I would love to lead the charge on all of these things: You should take responsibility to do this as well.
Ken Corey ๐
Your plans, your dreams, your challenges, where you can improve.
- Talk about ๐๐ผ๐๐ฟ ๐ด๐ผ๐ฎ๐น๐ ๐ผ๐ป ๐๐ต๐ฒ ๐ฐ๐ผ๐บ๐ฝ๐ฎ๐ป๐ ๐ฐ๐ฎ๐ฟ๐ฒ๐ฒ๐ฟ ๐ฝ๐น๐ฎ๐ป, as well as your goals outside the career plan.
- Talk about how to progress (๐ฎ๐๐ธ ๐ณ๐ผ๐ฟ ๐ณ๐ฒ๐ฒ๐ฑ๐ฏ๐ฎ๐ฐ๐ธ).
- Talk about ๐๐ฝ๐ฐ๐ผ๐บ๐ถ๐ป๐ด ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐ ๐ผ๐ฟ ๐๐๐ด๐ด๐ฒ๐๐๐ถ๐ผ๐ป๐.
- Talk about challenges.
- Talk about managing up. Not all TL/EMs are comfortable with these meetings.
John Crickett ๐
Your 121 is your chance to ๐ด๐ฒ๐ ๐ฎ๐ ๐บ๐๐ฐ๐ต ๐๐ฎ๐น๐๐ฒ ๐ฎ๐ ๐ฝ๐ผ๐๐๐ถ๐ฏ๐น๐ฒ ๐ณ๐ฟ๐ผ๐บ ๐๐ผ๐๐ฟ ๐บ๐ฎ๐ป๐ฎ๐ด๐ฒ๐ฟ. Ask them for advice, mentoring and coaching. Ask them for help to achieve your career objectives. ๐ ๐ฎ๐ธ๐ฒ ๐๐๐ฟ๐ฒ ๐๐ผ๐ ๐ฑ๐ฟ๐ถ๐๐ฒ ๐๐ต๐ฒ ๐ฎ๐ด๐ฒ๐ป๐ฑ๐ฎ ๐ณ๐ผ๐ฟ ๐๐ผ๐๐ฟ ๐ฏ๐ฒ๐ป๐ฒ๐ณ๐ถ๐. | TEXT | Brian | Jenney | 45,514 | 45,514 | 104 | 17 | 3 | 0 | 0.002724 | null | 2024-08-28 07:41:13 | https://www.linkedin.com/feed/update/urn:li:activity:7234570728459616256 |
urn:li:activity:7233898727084605440 | Ex-con, ex-cashier, ex-addict, ex-whatever.
I've interviewed so many amazing people over the last year and spoken to literally hundreds of you over the phone.
Recently ๐พ Aaron Cordova reached out to share his story on the Develop Yourself podcast. ๐๐ฎ๐ฟ๐ผ๐ป ๐๐ฒ๐ป๐ ๐ณ๐ฟ๐ผ๐บ ๐ก๐ฌ๐ ๐ง๐ฟ๐ฎ๐ป๐๐ถ๐ ๐ช๐ผ๐ฟ๐ธ๐ฒ๐ฟ ๐ฎ๐ป๐ฑ ๐ฟ๐ฎ๐ฝ๐ฝ๐ถ๐ป๐ด ๐ผ๐ป ๐๐ต๐ฒ ๐๐๐ฟ๐ฒ๐ฒ๐๐ ๐ผ๐ณ ๐ก๐ฒ๐ ๐ฌ๐ผ๐ฟ๐ธ ๐๐ผ ๐๐ผ๐ฟ๐ธ๐ถ๐ป๐ด ๐ฎ๐ ๐๐ผ๐บ๐ฒ ๐ผ๐ณ ๐๐ต๐ฒ ๐ฏ๐ถ๐ด๐ด๐ฒ๐๐ ๐ป๐ฎ๐บ๐ฒ๐ ๐ถ๐ป ๐๐ฒ๐ฐ๐ต, including Meta, Coinbase and Docker.
Aaron has nothing to sell you.
His story isn't really about tech or money, but that's a piece of it.
The real story is about refusing to settle, rising above your circumstances and creating options in life when you feel like you don't have any.
Aaron reached out to me because he wants to share his story in the hopes it will help others.
He and I will be working to get a larger audience together because I know more people than we can reach on the podcast will benefit from hearing it.
Link in profile to check out the episode. | TEXT | Brian | Jenney | 5,300 | 5,300 | 64 | 9 | 3 | 0 | 0.01434 | null | 2024-08-26 11:10:55 | https://www.linkedin.com/feed/update/urn:li:activity:7233898727084605440 |
urn:li:activity:7232424588524105728 | Shocking and not so shocking takeaways from the 2024 Stack Overflow Developer Survey:
1. Javascript is STILL the most popular programming language - take that haters
2. ๐๐๐ฒ๐ฟ๐๐ผ๐ป๐ฒ ๐๐๐ฒ๐ ๐ฉ๐ฆ ๐๐ผ๐ฑ๐ฒ - learn it like a pro.
3. Bootcamps love MERN - ๐ฝ๐ฟ๐ผ๐ณ๐ฒ๐๐๐ถ๐ผ๐ป๐ฎ๐น๐ ๐น๐ผ๐๐ฒ ๐ฆ๐๐ฅ๐ก. Thereโs never been a better time to learn SQL with offerings like Supabase that make it too easy to start.
4. ๐๐ฟ๐ผ๐ป๐ ๐ฒ๐ป๐ฑ ๐ฑ๐ฒ๐๐ ๐ฎ๐ฟ๐ฒ ๐ฑ๐ถ๐๐ฎ๐ฝ๐ฝ๐ฒ๐ฎ๐ฟ๐ถ๐ป๐ด? With ReactJS on the server and the popularity of NextJS does this mean more people identify as full stack?
5. ๐๐ฒ๐๐ฒ๐ฟ ๐ฝ๐ฟ๐ผ๐ณ๐ฒ๐๐๐ถ๐ผ๐ป๐ฎ๐น ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ๐ ๐๐ฒ๐ฒ ๐๐ ๐ฎ๐ ๐ฎ ๐๐ต๐ฟ๐ฒ๐ฎ๐ ๐๐ผ ๐๐ต๐ฒ๐ถ๐ฟ ๐ท๐ผ๐ฏ๐ than last year. A significantly higher percentage of students and people learning to code do see it as a threat.
What does it all mean?
As usual, reality is a bit different than social media: most developers don't work for FAANG, some of the most hated tech is also the most popular and AI still hasn't destroyed humanity... yet. | TEXT | Brian | Jenney | 91,134 | 91,134 | 217 | 57 | 2 | 0 | 0.003029 | null | 2024-08-22 09:33:13 | https://www.linkedin.com/feed/update/urn:li:activity:7232424588524105728 |
urn:li:activity:7232029662187511809 | Developers universally hate deadlines.
Businesses love them.
They NEED to know when to expect that button on the "About Us" page. It's going to be a game changer!
Learn how to estimate and deliver your work on time and you will be in a small class of developers.
I'm still trying to get there myself. ๐
There are entire books written on the magical art of estimation for software projects.
๐๐ฒ๐ฟ๐ฒ'๐ ๐ต๐ผ๐ ๐'๐๐ฒ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ฒ๐ฑ ๐๐ผ ๐๐๐ฐ๐ธ ๐บ๐๐ฐ๐ต ๐น๐ฒ๐๐ ๐ฎ๐ ๐ฒ๐๐๐ถ๐บ๐ฎ๐๐ถ๐ผ๐ป๐ ๐ผ๐๐ฒ๐ฟ ๐๐ต๐ฒ ๐๐ฒ๐ฎ๐ฟ๐:
1. ๐ช๐ฟ๐ถ๐๐ฒ ๐ผ๐๐ ๐๐ต๐ฒ ๐๐๐ฏ-๐๐ฎ๐๐ธ๐ needed for delivery of a feature and ๐บ๐ฎ๐ธ๐ฒ ๐ฒ๐๐๐ถ๐บ๐ฎ๐๐ถ๐ผ๐ป๐ ๐ถ๐ป ๐ต๐ฎ๐น๐ณ ๐ฑ๐ฎ๐๐ for all tasks. This includes things like styling.
ย ย ย
2. Each day, ๐บ๐ฒ๐ฎ๐๐๐ฟ๐ฒ ๐๐ผ๐๐ฟ ๐ฝ๐ฟ๐ผ๐ด๐ฟ๐ฒ๐๐ ๐ฎ๐ด๐ฎ๐ถ๐ป๐๐ ๐๐ต๐ฒ ๐๐๐ฏ ๐๐ฎ๐๐ธ๐ and see if you're on track or not.
3. Write the actual time next to your original estimation.
4. At the end of the project ๐๐๐ฒ ๐๐ต๐ฒ ๐ฎ๐ฑ๐ท๐๐๐๐ฒ๐ฑ ๐๐ถ๐บ๐ฒ๐น๐ถ๐ป๐ฒ๐ ๐ณ๐ผ๐ฟ ๐ฒ๐ฎ๐ฐ๐ต ๐๐ฎ๐๐ธ ๐๐ผ ๐ฎ๐ฐ๐ฐ๐๐ฟ๐ฎ๐๐ฒ๐น๐ ๐ณ๐ถ๐ด๐๐ฟ๐ฒ ๐ผ๐๐ ๐๐ต๐ฒ ๐๐ถ๐บ๐ฒ ๐ณ๐ผ๐ฟ ๐๐ต๐ฒ ๐๐ถ๐บ๐ถ๐น๐ฎ๐ฟ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐.
๐๐ณ ๐๐ผ๐'๐ฟ๐ฒ ๐ฎ ๐ป๐ฒ๐ ๐ฑ๐ฒ๐๐ฒ๐น๐ผ๐ฝ๐ฒ๐ฟ ๐ผ๐ฟ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด ๐๐ผ ๐ฐ๐ผ๐ฑ๐ฒ ๐๐ต๐ฒ๐ป ๐๐๐ฒ ๐๐ผ๐๐ฟ ๐๐ถ๐ฑ๐ฒ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐ ๐ฎ๐ป๐ฑ ๐ฎ ๐๐ฎ๐๐ธ ๐บ๐ฎ๐ป๐ฎ๐ด๐ฒ๐บ๐ฒ๐ป๐ ๐๐ผ๐ผ๐น ๐น๐ถ๐ธ๐ฒ ๐ง๐ฟ๐ฒ๐น๐น๐ผ ๐๐ผ ๐บ๐ถ๐บ๐ถ๐ฐ ๐๐ต๐ถ๐ ๐ฝ๐ฟ๐ผ๐ฐ๐ฒ๐๐.
This will help you understand the time commitment for your side project and when you can expect to complete it. | TEXT | Brian | Jenney | 21,678 | 21,678 | 53 | 17 | 1 | 0 | 0.003275 | null | 2024-08-21 07:23:56 | https://www.linkedin.com/feed/update/urn:li:activity:7232029662187511809 |
urn:li:activity:7231338419505819648 | How old is too old to learn to code?
According to the internet, that age is 40.
I think that's silly.
I am fully aware that bias exists. Humans are... human. I also know that in the last 10 years, I've worked with amazing developers of all ages. On my first team, a couple of the devs were over 70. At a small startup in San Francisco, our senior was in his mid-50's.
I can't imagine living life based on taking the safest path. It would not only be boring but wildly unfulfilling.
This week I interviewed Parsity grad Nils Landsberg who learned to code at 44 and recently started a new role as a software developer after being a professor of music.
Wild story. Or is it?
Nils' path isn't that different than others who make a successful switch into tech.
โข He leveraged his personal network
โข He built software that solved a problem for someone else
โข He stayed consistent
Simple? Maybe.
Easy? Of course not.
Link to listen in comments. | TEXT | Brian | Jenney | 10,126 | 10,126 | 88 | 43 | 4 | 0 | 0.013332 | null | 2024-08-19 09:37:10 | https://www.linkedin.com/feed/update/urn:li:activity:7231338419505819648 |
urn:li:activity:7229630369275293696 | The reality of the advice you read on social media:
Nearly all of it will work, but not necessarily for you.
Hereโs how you cut through the noise to pick out the gems in a sea of trash:
- Has the person achieved the outcome you want?
- Do you have anything in common with this person?
- Do they seem happy?
If the answer to all 3 is NO, maybe donโt take their advice.
Here's some people I take advice from that maybe you'll find helpful
John Crickett
Alex Lau
๐ป Anna Miller
Ryan Talbert
Eduardo Vedes โจ
Harley Ferguson
Neo Kim
Nick Cosentino
Zubin Pratap (my doppelgรคnger) | TEXT | Brian | Jenney | 4,692 | 4,692 | 28 | 14 | 1 | 0 | 0.009165 | null | 2024-08-14 16:30:00 | https://www.linkedin.com/feed/update/urn:li:activity:7229630369275293696 |
urn:li:activity:7228912680705650688 | Besides being a professional yapper on LinkedIn, I also write code for cool startup thatโs hiring (non-eng position)
Check it out below ๐ | SHARE | Brian | Jenney | 2,287 | 2,287 | 13 | 0 | 0 | 0 | 0.005684 | null | 2024-08-12 16:58:09 | https://www.linkedin.com/feed/update/urn:li:activity:7228912680705650688 |
urn:li:activity:7228769748447059968 | A few years ago I crashed an app by promoting the wrong branch to production after pretending I knew what was being asked from the lead developer.
๐๐ฉ๐ฆ ๐ฏ๐ฆ๐น๐ต ๐ฎ๐ฐ๐ณ๐ฏ๐ช๐ฏ๐จ ๐ ๐ธ๐ข๐ญ๐ฌ๐ฆ๐ฅ ๐ช๐ฏ๐ต๐ฐ ๐ต๐ฉ๐ฆ ๐ฐ๐ง๐ง๐ช๐ค๐ฆ ๐ข๐ฏ๐ฅ ๐ฅ๐ฆ๐ค๐ช๐ฅ๐ฆ๐ฅ ๐ต๐ฐ ๐จ๐ฆ๐ต ๐ฃ๐ฆ๐ต๐ต๐ฆ๐ณ ๐ข๐ต ๐๐ช๐ต ๐ข๐ฏ๐ฅ ๐ถ๐ฏ๐ฅ๐ฆ๐ณ๐ด๐ต๐ข๐ฏ๐ฅ ๐ฐ๐ถ๐ณ ๐ค๐ฐ๐ฎ๐ฑ๐ข๐ฏ๐บ'๐ด ๐๐ช๐ต ๐ง๐ญ๐ฐ๐ธ.
Before that, there was the triple-nested for loop that brought our real-time ordering system to a halt.
๐ ๐จ๐ฐ๐ต ๐ข ๐ค๐ณ๐ข๐ด๐ฉ ๐ค๐ฐ๐ถ๐ณ๐ด๐ฆ ๐ช๐ฏ ๐๐ช๐จ ๐ ๐ต๐ฉ๐ข๐ต ๐ฅ๐ข๐บ ๐ข๐ฏ๐ฅ ๐ธ๐ฉ๐บ ๐ค๐ฐ๐ฅ๐ฆ ๐ณ๐ฆ๐ท๐ช๐ฆ๐ธ๐ด ๐ข๐ณ๐ฆ ๐ช๐ฎ๐ฑ๐ฐ๐ณ๐ต๐ข๐ฏ๐ต.
How could I forget the Rails project that I updated that launched 1000 emails to every customer?
๐ ๐ด๐ช๐ฎ๐ฑ๐ญ๐ฆ ๐ถ๐ฏ๐ช๐ต ๐ต๐ฆ๐ด๐ต ๐ฎ๐ช๐จ๐ฉ๐ต ๐ฉ๐ข๐ท๐ฆ ๐ค๐ข๐ถ๐จ๐ฉ๐ต ๐ต๐ฉ๐ข๐ต ๐ฐ๐ฏ๐ฆ. ๐๐ณ ๐ถ๐ฏ๐ฅ๐ฆ๐ณ๐ด๐ต๐ข๐ฏ๐ฅ๐ช๐ฏ๐จ ๐ฉ๐ฐ๐ธ ๐ข๐ณ๐ณ๐ข๐บ ๐ฆ๐ฏ๐ถ๐ฎ๐ด ๐ธ๐ฐ๐ณ๐ฌ. ๐
I've made a lot of dumb mistakes over the years. I thought I was going to be fired more than a few times. I also learned a lot.
At the core of these blunders was a lack of communication. I was embarrassed to admit what I didn't know and tried to hide my ignorance.
Bad move.
I sat down with Alex Lau, author of "๐๐ฒ๐ฒ๐ฝ ๐๐ฎ๐น๐บ ๐ฎ๐ป๐ฑ ๐๐ผ๐ฑ๐ฒ ๐ข๐ป" to discuss the biggest mistakes (so far) in our careers as software developers and the lessons we learned.
Don't judge us... too much.
Link in comments. | TEXT | Brian | Jenney | 57,098 | 57,098 | 135 | 17 | 1 | 0 | 0.00268 | null | 2024-08-12 07:30:12 | https://www.linkedin.com/feed/update/urn:li:activity:7228769748447059968 |
urn:li:activity:7227704891417223168 | Creating a side project is draining.
Here's my cheat sheet so you'll never run out of side project inspiration.
4 easy ways to generate quality side project ideas:
1. ๐ฆ๐๐ฒ๐ฎ๐น ๐ณ๐ฟ๐ผ๐บ ๐ผ๐๐ต๐ฒ๐ฟ๐. Check out sites like WellFound to see what small startups and 1 person businesses are building for inspiration. If they're hiring that might be a good sign the idea has some value.
2. ๐๐ผ๐ปโ๐ ๐ฏ๐๐ถ๐น๐ฑ ๐ฎ ๐ต๐ผ๐๐๐ฒ. ๐๐ฑ๐ฑ ๐ฎ ๐ฏ๐ฟ๐ถ๐ฐ๐ธ. Check out the feature requests or reviews for an app youโre using. What do people want? Maybe build that.
3. ๐ฆ๐๐ฎ๐ฟ๐ ๐๐ถ๐๐ต ๐ฎ๐ป ๐๐ฃ๐ on rapidAPI or use OpenAI (everyoneโs doing it ๐) and think what you can build around it. For example, can you scrape a userโs top posts as a way to train GPT on their voice and content?
4. ๐๐๐๐ผ๐บ๐ฎ๐๐ฒ ๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด ๐ฏ๐ผ๐ฟ๐ถ๐ป๐ด ๐ฎ๐ป๐ฑ ๐๐ฒ๐ฑ๐ถ๐ผ๐๐. Is there something at work or in your personal life that you do manually that could be automated? Spreadsheets are an easy target. Fix it for yourself and others.
You also donโt need to solve anything.
A great side project really only has 1 metric for success: you learned something. | TEXT | Brian | Jenney | 30,327 | 30,327 | 258 | 17 | 10 | 0 | 0.009398 | null | 2024-08-09 08:58:50 | https://www.linkedin.com/feed/update/urn:li:activity:7227704891417223168 |
urn:li:activity:7227319056956096514 | Well, this is kinda weird.
According to Stack Overflow's 2024 Survey, more respondents identify as students than front end developers.
What gives?
I don't think front end isn't dying, it's just less "front end" than it used to be.
Front-end basically translates to Javascript Developer in many places.
"๐๐ฉ, ๐บ๐ฐ๐ถ ๐ฌ๐ฏ๐ฐ๐ธ ๐๐? ๐๐ณ๐ฆ๐ข๐ต, ๐ธ๐ฐ๐ณ๐ฌ ๐ฐ๐ฏ ๐ต๐ฉ๐ฆ ๐๐ฐ๐ฅ๐ฆ/๐๐น๐ฑ๐ณ๐ฆ๐ด๐ด ๐ข๐ฑ๐ฑ."
"๐๐ถ๐ฉ ๐ณ๐ฐ๐ฉ, ๐ค๐ฐ๐ฅ๐ฆ ๐ฑ๐ช๐ฑ๐ฆ๐ญ๐ช๐ฏ๐ฆ๐ด ๐ฃ๐ณ๐ฐ๐ฌ๐ฆ๐ฏ - ๐ค๐ข๐ฏ ๐บ๐ฐ๐ถ ๐๐๐ ๐ช๐ฏ๐ต๐ฐ ๐ต๐ฉ๐ฆ ๐ฃ๐ฐ๐น ๐ข๐ฏ๐ฅ ๐ช๐ฏ๐ท๐ฆ๐ด๐ต๐ช๐จ๐ข๐ต๐ฆ?"
"๐๐ฎ๐ฎ, ๐ต๐ฉ๐ข๐ต ๐ฒ๐ถ๐ฆ๐ณ๐บ ๐ช๐ด ๐ด๐ญ๐ฐ๐ธ. ๐๐ข๐ฏ ๐บ๐ฐ๐ถ ๐ณ๐ฆ๐ง๐ข๐ค๐ต๐ฐ๐ณ?"
"๐๐ฆ ๐ฏ๐ฆ๐ฆ๐ฅ ๐ข ๐๐ข๐ฎ๐ฃ๐ฅ๐ข ๐ง๐ถ๐ฏ๐ค๐ต๐ช๐ฐ๐ฏ ๐ง๐ฐ๐ณ ๐ต๐ฉ๐ช๐ด ๐ฎ๐ช๐จ๐ณ๐ข๐ต๐ช๐ฐ๐ฏ. ๐๐ข๐ฏ ๐บ๐ฐ๐ถ ๐ต๐ณ๐ข๐ฏ๐ด๐ญ๐ข๐ต๐ฆ ๐ต๐ฉ๐ช๐ด ๐ฐ๐ญ๐ฅ ๐๐๐ ๐ค๐ฐ๐ฅ๐ฆ ๐ต๐ฐ ๐๐ฐ๐ฅ๐ฆ?"
You - ๐
Oh and while you're at it.... "๐ค๐ฆ๐ฏ๐ต๐ฆ๐ณ ๐ต๐ฉ๐ฆ ๐ฆ๐ง ๐ฐ๐ถ๐ต ๐ต๐ฉ๐ช๐ด ๐ฅ๐ช๐ท"
Personally, if I was super front end focused I would begin exploring fullstack JS frameworks like NextJS, Remix or at least getting familiar with Node/Express and SQL.
๐ฆ๐ถ๐ป๐ฐ๐ฒ ๐ ๐น๐ถ๐ธ๐ฒ ๐๐ผ๐ ๐ฎ๐ป๐ฑ ๐๐ผ๐'๐ฟ๐ฒ ๐ฝ๐ฟ๐ผ๐ฏ๐ฎ๐ฏ๐น๐ ๐ฎ๐ฏ๐ผ๐๐ฒ ๐ฎ๐๐ฒ๐ฟ๐ฎ๐ด๐ฒ ๐ถ๐ป๐๐ฒ๐น๐น๐ถ๐ด๐ฒ๐ป๐ฐ๐ฒ, ๐ ๐๐ฎ๐ป๐ ๐๐ผ ๐ด๐ถ๐๐ฒ ๐๐ผ๐ ๐ฎ ๐ก๐ผ๐ฑ๐ฒ/๐๐
๐ฝ๐ฟ๐ฒ๐๐ ๐๐๐ฎ๐ฟ๐๐ฒ๐ฟ ๐ธ๐ถ๐ ๐ถ๐ป ๐๐ต๐ฒ ๐ฐ๐ผ๐บ๐บ๐ฒ๐ป๐๐. | IMAGE | Brian | Jenney | 16,069 | 16,069 | 102 | 9 | 3 | 0 | 0.007094 | null | 2024-08-08 07:25:40 | https://www.linkedin.com/feed/update/urn:li:activity:7227319056956096514 |
urn:li:activity:7226952669423132672 | All side projects are not created equal.
I asked 3 of your favorite LinkedIn tech creators what kind of side project you should be making to be more hire-able.
Here's what they said:
Nick Cosentino ๐
As a hiring manager, I am personally not looking for people that launched a million dollar app with thousands of downloads -- but thatโs super cool if you did that.
At least from an interview perspective, ๐ ๐น๐ผ๐ผ๐ธ ๐ณ๐ผ๐ฟ ๐ฝ๐ฟ๐ผ๐ท๐ฒ๐ฐ๐๐ ๐๐ต๐ฎ๐ ๐๐ต๐ผ๐ ๐บ๐ฒ ๐๐ผ๐ ๐๐ฒ๐ฟ๐ฒ ๐๐ฟ๐๐ถ๐ป๐ด ๐๐ต๐ถ๐ป๐ด๐ ๐ผ๐๐ ๐ฎ๐ป๐ฑ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด. ๐๐ ๐๐ผ๐๐น๐ฑ ๐ฏ๐ฒ ๐ด๐ฟ๐ฒ๐ฎ๐ ๐๐ผ ๐ต๐ฒ๐ฎ๐ฟ ๐๐ต๐ ๐๐ผ๐ ๐ฝ๐ถ๐ฐ๐ธ๐ฒ๐ฑ ๐๐ผ๐บ๐ฒ ๐๐ฒ๐ฐ๐ต๐ป๐ผ๐น๐ผ๐ด๐ถ๐ฒ๐, ๐๐ต๐ฎ๐ ๐๐ผ๐ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ฒ๐ฑ, why you went back to rewrite part of it, etcโฆ Iโm excited to see that you were trying to build things, struggled a bit, and had some awesome learning experiences that you can reflect on.
Mauro Accorinti ๐
If youโre looking to create a project thatโs sole purpose is to help you land a job, Iโd say it should check three boxes.
This project should help you:
โ
Get noticed and raise your chances of getting the first interview
โ
Showcase your way of thinking and how you work through a problem
โ
Learn new skills, libraries or technologies which challenge you in some way.
Finally, it should help you get an interview! So choose a project that you find interesting, is a bit challenging and ๐ฏ๐๐ถ๐น๐ฑ ๐ถ๐ ๐ถ๐ป ๐ฝ๐๐ฏ๐น๐ถ๐ฐ! Talk about it, show your work, share around the github repo and ๐ด๐ฒ๐ ๐ณ๐ฒ๐ฒ๐ฑ๐ฏ๐ฎ๐ฐ๐ธ even. Use the project as an opportunity to put yourself top of mind for people looking to hire.
John Crickett ๐
The ideal side project to enhance your chances of getting hired is ๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด ๐ฟ๐ฒ๐ฎ๐น, ๐๐ผ๐บ๐ฒ๐๐ต๐ถ๐ป๐ด ๐๐ต๐ฎ๐ ๐ถ๐ ๐ฐ๐ฟ๐ฒ๐ฎ๐๐ถ๐ป๐ด ๐ฟ๐ฒ๐ฎ๐น ๐๐ฎ๐น๐๐ฒ ๐ฎ๐ป๐ฑ ๐ฏ๐ฒ๐ถ๐ป๐ด ๐๐๐ฒ๐ฑ ๐ฏ๐ ๐ฝ๐ฒ๐ผ๐ฝ๐น๐ฒ ๐๐ผ ๐๐ผ๐น๐๐ฒ ๐๐ต๐ฒ๐ถ๐ฟ ๐ฝ๐ฟ๐ผ๐ฏ๐น๐ฒ๐บ๐.
๐ง๐ต๐ฒ ๐๐ฒ๐ฐ๐ผ๐ป๐ฑ ๐ฏ๐ฒ๐๐ ๐ผ๐ฝ๐๐ถ๐ผ๐ป ๐ถ๐ ๐๐ผ ๐ฏ๐๐ถ๐น๐ฑ ๐ฎ ๐ฐ๐น๐ผ๐ป๐ฒ ๐ผ๐ณ ๐๐ผ๐บ๐ฒ ๐ฟ๐ฒ๐ฎ๐น-๐๐ผ๐ฟ๐น๐ฑ ๐๐ผ๐ณ๐๐๐ฎ๐ฟ๐ฒ, i.e. the projects from Coding Challenges. Both options show you can see a project through and build something without following a tutorial. | TEXT | Brian | Jenney | 21,547 | 21,547 | 100 | 12 | 15 | 0 | 0.005894 | null | 2024-08-07 07:09:46 | https://www.linkedin.com/feed/update/urn:li:activity:7226952669423132672 |
urn:li:activity:7226608741494796288 | Imagine trying to get in shape watching fitness videos on YouTube. This is what many developers end up doing.
If you want to learn about promises, closures and ๐๐๐๐ then you need to get your hands dirty.
Watching videos or reading can teach you what to do, but without action, the knowledge is worthless.
So yes, read books, watch videos, buy that course.
Then put it into action.
Open up your code editor and write your own example of the concept you learned.
- ๐ฃ๐ฟ๐ผ๐บ๐ถ๐๐ฒ-๐ถ๐ณ๐ ๐ฎ ๐๐ถ๐บ๐ฒ๐ผ๐๐.
- Use closure to ๐ถ๐บ๐ฝ๐น๐ฒ๐บ๐ฒ๐ป๐ ๐ฎ ๐ฐ๐๐ฟ๐ฟ๐ถ๐ฒ๐ฑ ๐ณ๐๐ป๐ฐ๐๐ถ๐ผ๐ป.
- ๐จ๐๐ฒ ๐ฎ๐ฝ๐ฝ๐น๐ ๐ฎ๐ป๐ฑ ๐ฐ๐ฎ๐น๐น ๐๐ผ ๐ถ๐ป๐๐ผ๐ธ๐ฒ ๐ฎ ๐ณ๐๐ป๐ฐ๐๐ถ๐ผ๐ป with a variable number of arguments.
It doesnโt have to be pretty or even practical.
It just has to lead you to those โahaโ moments.
This is where stuff starts to click. | TEXT | Brian | Jenney | 7,185 | 7,185 | 73 | 22 | 2 | 0 | 0.0135 | null | 2024-08-06 08:23:07 | https://www.linkedin.com/feed/update/urn:li:activity:7226608741494796288 |
urn:li:activity:7225147897166659585 | The recipe for an amazing side project when you donโt know what to do:
1. ๐ฃ๐ถ๐ฐ๐ธ ๐ฎ๐ป ๐๐ฃ๐ - OpenAI, Binance, RapidAPI are the first places Iโd check.
2. ๐ง๐ต๐ฟ๐ผ๐ ๐๐ต๐ถ๐ป๐ด๐ ๐ฎ๐ ๐๐ต๐ฒ ๐๐ฎ๐น๐น - what are the features of this API you can build something around? Perhaps a stock tracker that integrates with OpenAI to give targeted trading advice?
3. ๐ ๐จ๐ฃ - what is required to ๐ฏ๐๐ถ๐น๐ฑ ๐๐ต๐ฒ ๐บ๐ถ๐ป๐ถ๐บ๐ฎ๐น๐น๐ ๐๐๐ฎ๐ฏ๐น๐ฒ ๐ฝ๐ฟ๐ผ๐ฑ๐๐ฐ๐? Pick 1 or 2 core features.
4. ๐ฆ๐ธ๐ฒ๐๐ฐ๐ต - a white piece of paper and pen will do. ๐๐ฟ๐ฎ๐ ๐ผ๐๐ ๐๐ต๐ฒ ๐บ๐ฎ๐ถ๐ป ๐ณ๐ฒ๐ฎ๐๐๐ฟ๐ฒ๐ ๐ผ๐ณ ๐๐ต๐ฒ ๐ฎ๐ฝ๐ฝ. ๐๐๐ธ โ๐ฎ๐ป๐ฑ ๐๐ต๐ฒ๐ป ๐๐ต๐ฎ๐?โ For example, they visit your site, and then what? They click on a button and then what?
5. ๐ฃ๐ถ๐ฐ๐ธ ๐ญ ๐ผ๐ฟ ๐ฎ ๐ป๐ฒ๐ ๐๐ฒ๐ฐ๐ต๐ป๐ผ๐น๐ผ๐ด๐ถ๐ฒ๐ you want to learn and use them. Maybe this is your chance to learn TypeScript or Cobol. Whatevs.
6. ๐๐ฒ๐ฝ๐น๐ผ๐ ๐ถ๐ ๐ฎ๐ป๐ฑ ๐ฏ๐๐ ๐ฎ ๐ฑ๐ผ๐บ๐ฎ๐ถ๐ป on Route53 (or whatever) for like 15 bucks. It will look pro.
Get frustrated. Pull out your hair (I donโt have this problem) and learn more than any tutorial can teach you.
***
๐ ๐ธ๐ณ๐ช๐ต๐ฆ ๐ด๐ต๐ถ๐ง๐ง ๐ง๐ฐ๐ณ ๐ฆ๐ข๐ณ๐ญ๐บ ๐ค๐ข๐ณ๐ฆ๐ฆ๐ณ ๐ฅ๐ฆ๐ท๐ฆ๐ญ๐ฐ๐ฑ๐ฆ๐ณ๐ด ๐ฆ๐ท๐ฆ๐ณ๐บ ๐ธ๐ฆ๐ฆ๐ฌ๐ฆ๐ฏ๐ฅ. ๐ ๐ฐ๐ถ ๐ค๐ข๐ฏ ๐ด๐ช๐จ๐ฏ ๐ถ๐ฑ ๐ข๐ต ๐ต๐ฉ๐ฆ Parsity ๐ด๐ช๐ต๐ฆ ๐ข๐ต ๐๐ข๐ณ๐ด๐ช๐ต๐บ[๐ฅ๐ฐ๐ต]๐ช๐ฐ | TEXT | Brian | Jenney | 15,598 | 15,598 | 152 | 20 | 14 | 0 | 0.011925 | null | 2024-08-02 07:38:15 | https://www.linkedin.com/feed/update/urn:li:activity:7225147897166659585 |
urn:li:activity:7224777291363401729 | Seriously, stop with the certificates.
No one cares.
If you are a dev ops engineer then by all means, get AWS certs or whatever your team requires.
For the rest of you JavaScript developers out there - just stop.
Learning how to deploy, roll back and automate code going from your machine out to the world is an actual skill.
You can ๐น๐ฒ๐ฎ๐ฟ๐ป ๐๐ต๐ฒ ๐ฏ๐ฎ๐๐ถ๐ฐ๐ ๐ฏ๐ ๐๐๐ถ๐ป๐ด ๐๐ผ๐ผ๐น๐ ๐น๐ถ๐ธ๐ฒ ๐๐ถ๐๐๐๐ฏ ๐ฎ๐ฐ๐๐ถ๐ผ๐ป๐ ๐๐ผ ๐๐ฟ๐ถ๐ด๐ด๐ฒ๐ฟ ๐ฎ ๐ฏ๐๐ถ๐น๐ฑ ๐ฎ๐ป๐ฑ ๐ฑ๐ฒ๐ฝ๐น๐ผ๐๐บ๐ฒ๐ป๐ ๐ผ๐ณ ๐๐ผ๐๐ฟ ๐ฐ๐ผ๐ฑ๐ฒ ๐๐ผ ๐ฎ ๐ฐ๐น๐ผ๐๐ฑ ๐๐ฒ๐ฟ๐๐ถ๐ฐ๐ฒ ๐ฝ๐ฟ๐ผ๐๐ถ๐ฑ๐ฒ๐ฟ ๐น๐ถ๐ธ๐ฒ ๐๐ช๐ฆ. Think through how you would rollback the code if an error happened.
- How will you monitor the deployment?
- What the hell does a "rollback" even mean?
- What git branching strategies make sense for your team? ๐๐ผ๐ ๐ฎ๐ฏ๐ผ๐๐ ๐ณ๐ผ๐ฟ ๐ฎ ๐๐ฒ๐ฎ๐บ ๐ผ๐ณ ๐ญ ๐ถ๐ณ ๐๐ผ๐'๐ฟ๐ฒ ๐น๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด ๐๐ผ ๐ฐ๐ผ๐ฑ๐ฒ?
Googling those 3 questions should lead you down some interesting rabbit holes. | TEXT | Brian | Jenney | 96,606 | 96,606 | 310 | 43 | 6 | 0 | 0.003716 | null | 2024-08-01 07:05:36 | https://www.linkedin.com/feed/update/urn:li:activity:7224777291363401729 |
urn:li:activity:7223693118171213825 | William Ray didn't take my advice and it worked out pretty damn well for him.
Years ago, William slid into my DMs after I posted about my struggles with addiction and crime.
I waited 8 years to share this part of my life online. I was scared what others might think. I still am honestly.
I projected these fears on Will. I told him to play it safe.
He didn't.
Will now has a successful YouTube channel, a freelancing business and I even got him to sit down and chat with me on the ๐๐ฒ๐๐ฒ๐น๐ผ๐ฝ ๐ฌ๐ผ๐๐ฟ๐๐ฒ๐น๐ณ ๐ฃ๐ผ๐ฑ๐ฐ๐ฎ๐๐ where ๐๐ฒ ๐๐ฎ๐น๐ธ ๐ฎ๐ฏ๐ผ๐๐ ๐ฎ๐ฑ๐ฑ๐ถ๐ฐ๐๐ถ๐ผ๐ป, ๐ฐ๐ฟ๐ถ๐บ๐ฒ, ๐ฐ๐ผ๐ฑ๐ถ๐ป๐ด ๐ฏ๐ผ๐ผ๐๐ฐ๐ฎ๐บ๐ฝ๐ ๐ฎ๐ป๐ฑ ๐ณ๐ฟ๐ฒ๐ฒ๐น๐ฎ๐ป๐ฐ๐ถ๐ป๐ด ๐ฎ๐ ๐ฎ ๐ฐ๐ผ๐ฑ๐ฒ๐ฟ.
If you're not following him, you should. He has an inspiring story and he's one of the few freelance developers online that gives away practical advice about making your first dollar as a coder without a 9-5.
If you're hiring, snatch him up. ๐๐ฆ'๐ด ๐ข ๐๐ถ๐ฆ ๐ฅ๐ฆ๐ท๐ฆ๐ญ๐ฐ๐ฑ๐ฆ๐ณ ๐ฃ๐ถ๐ต ๐ธ๐ฆ ๐ธ๐ฐ๐ฏ'๐ต ๐ฉ๐ฐ๐ญ๐ฅ ๐ต๐ฉ๐ข๐ต ๐ข๐จ๐ข๐ช๐ฏ๐ด๐ต ๐ฉ๐ช๐ฎ ๐.
https://lnkd.in/eCANr8tB | TEXT | Brian | Jenney | 11,599 | 11,599 | 82 | 16 | 1 | 0 | 0.008535 | null | 2024-07-29 07:17:29 | https://www.linkedin.com/feed/update/urn:li:activity:7223693118171213825 |
urn:li:activity:7221921496489766915 | You wonder, โ๐๐ฎ ๐ ๐ด๐ถ๐ฑ๐ฑ๐ฐ๐ด๐ฆ๐ฅ ๐ต๐ฐ ๐ฌ๐ฏ๐ฐ๐ธ ๐ต๐ฉ๐ช๐ด?โ
- A new JS framework comes out.
- The coding pattern you used for years becomes antiquated.
- Some term gets thrown around in a meeting youโve never heard.
As a software developer, you will come face to face with the limits of your knowledge on a regular basis.
An apex developer once told me to โ๐ฆ๐น๐ฑ๐ฐ๐ด๐ฆ ๐บ๐ฐ๐ถ๐ณ ๐ช๐จ๐ฏ๐ฐ๐ณ๐ข๐ฏ๐ค๐ฆ, ๐ช๐ตโ๐ด ๐ต๐ฉ๐ฆ ๐ฐ๐ฏ๐ญ๐บ ๐ธ๐ข๐บ ๐บ๐ฐ๐ถโ๐ญ๐ญ ๐ญ๐ฆ๐ข๐ณ๐ฏ.โ
This was after I nodded my head through a marathon pairing session going over a particularly complex unit testing setup. I had never written a single unit test up to this point.
I was too embarrassed to admit I was out of my depth.
Bring up those things you donโt understand.
Ideally, in a public setting so others can benefit. I guarantee your team mates are silently thanking you. | TEXT | Brian | Jenney | 5,906 | 5,906 | 63 | 7 | 2 | 0 | 0.012191 | null | 2024-07-24 09:57:41 | https://www.linkedin.com/feed/update/urn:li:activity:7221921496489766915 |
urn:li:activity:7221188030861066243 | What does one of the top 1% career coaches on UpWork think about my career advice? ๐
I sat down with Megan Elizabeth Dias to get schooled on the tech job market in 2024 and what she's learned from working with hundreds of software developers at different stages in their careers.
- why you might want to ๐ฟ๐ฒ-๐๐ต๐ถ๐ป๐ธ ๐๐๐ถ๐ป๐ด ๐๐ต๐ฒ "๐ข๐ฝ๐ฒ๐ป ๐๐ผ ๐ช๐ผ๐ฟ๐ธ" ๐ฏ๐ฎ๐ป๐ป๐ฒ๐ฟ
- ๐๐ต๐ฎ๐ฟ๐ถ๐ป๐ด ๐๐ผ๐๐ฟ ๐๐ถ๐๐๐๐ฏ ๐ฝ๐ฟ๐ผ๐ณ๐ถ๐น๐ฒ and when NOT to
- the do's and dont's of ๐น๐ฒ๐ฎ๐ฟ๐ป๐ถ๐ป๐ด ๐ถ๐ป ๐ฝ๐๐ฏ๐น๐ถ๐ฐ
- why ๐ฝ๐ถ๐๐ ๐ฝ๐ผ๐๐๐ probably aren't helping your case ๐ฌ
You can listen to it here: https://lnkd.in/dw9ucb72
I always like to add the disclaimer that these opinions are... opinions. Your mileage may vary. We can only tell you what we've seen work and not work.
As always - I hope you find it helpful. | TEXT | Brian | Jenney | 4,158 | 4,158 | 36 | 5 | 1 | 0 | 0.010101 | null | 2024-07-22 09:23:09 | https://www.linkedin.com/feed/update/urn:li:activity:7221188030861066243 |
urn:li:activity:7220148884159807488 | 3 lessons I learned after getting laid off, hired, quitting and hired again in the last couple months!
1. ๐ฆ๐๐ฎ๐ฏ๐ถ๐น๐ถ๐๐ ๐ถ๐ ๐ฎ ๐บ๐๐๐ต. Can you believe that US workers actually have longer tenures now?! That being said, nothing is truly stable. I got the axe with a lot of smart peeps at a big fortune 100 company. Nothing personal, just business.
ย ย ย
2. (๐๐ผ๐ผ๐ฑ) ๐ฅ๐ฒ๐ฐ๐ฟ๐๐ถ๐๐ฒ๐ฟ๐ ๐ฟ๐ผ๐ฐ๐ธ. I worked with some great recruiters (no I won't share their info without their consent) who helped me find opportunities quickly. They get more hate than they deserve on this platform.
ย ย ย
3. ๐ง๐ฟ๐ฎ๐๐ฒ๐น ๐ผ๐๐๐๐ถ๐ฑ๐ฒ ๐๐ต๐ฒ ๐๐ถ๐ป๐ธ๐ฒ๐ฑ๐๐ป ๐ฏ๐๐ฏ๐ฏ๐น๐ฒ. I love LinkedIn because maybe I'm a corporate shill. For my job search, I looked outside LI for the most part. Acquaintances, the site formerly known as Hired and Wellfound were places I had success.
I know ๐๐ถ๐ป๐ธ๐ฒ๐ฑ๐๐ป ๐ถ๐ ๐๐ธ๐ฒ๐๐ฒ๐ฑ ๐๐ผ๐๐ฎ๐ฟ๐ฑ๐ ๐ฒ๐
๐๐ฟ๐ฒ๐บ๐ฒ๐. You either read about the person who filled 1000 applications with zero response or the dude who got accepted to Google or founded their next startup.
The reality is somewhere in the middle.
I break down the lessons that are fresh in my mind from this recent job search with some action you can take: https://lnkd.in/gjXeNh-y
Always hope you find it helpful. | TEXT | Brian | Jenney | 19,019 | 19,019 | 111 | 6 | 0 | 0 | 0.006152 | null | 2024-07-19 12:33:57 | https://www.linkedin.com/feed/update/urn:li:activity:7220148884159807488 |
urn:li:activity:7219352034779512832 | LinkedIn or Twitter fame is a silly goal if youโre building in public to land a role.
Your real goal is to demonstrate technical depth and showcase your work.
You want the right eyes on your profile. You donโt want sympathy for the 1000th rejection youโve had (or maybe you do, I dunno actually)
Instead of fishing for likes, try writing about:
- a hairy bug you squished
- your deployment strategy
- how youโre handling QA
- why some obscure library is really helpful
- your take on React Server Components
If youโre really feeling brave, post a code snippet, seek feedback and watch how anyone who ever wrote a line of code becomes an expert on how you can optimize a for loop ๐
If you're sick of trying to figure out the LinkedIn "game" on your own and feeling stuck - check out John Crickett's upcoming program for building a brand on LinkedIn. He's a guy I sฬถtฬถeฬถaฬถlฬถ learn from all the time | TEXT | Brian | Jenney | 23,472 | 23,472 | 166 | 20 | 4 | 0 | 0.008095 | null | 2024-07-17 07:47:34 | https://www.linkedin.com/feed/update/urn:li:activity:7219352034779512832 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.