Best Coding Habits to Adopt in the New Year

Поділитися
Вставка
  • Опубліковано 1 лип 2024
  • Welcome to the new year! As software engineers, it's important to continually improve and refine our skills to ensure we are writing high-quality, maintainable code. In this video, we'll discuss some good coding habits that you can adopt in the new year to help you become a more efficient and effective programmer. Whether you're a seasoned developer or just starting out, I'm hoping these habits will help you write better code and advance your career!
    A couple of you were asking about the keyboard & journal in the thumbnail, so here they are!
    ⌨️ Logitech MX Mechanical Mini: amzn.to/3Zh2Kw6
    📕 Moleskin Classic (Plain): amzn.to/3Zkef6g
    If you're interested in the equipment I use to record, I made a kit for it!
    jfon.tech/yt-kit
    📖 Chapters:
    00:00 Intro
    00:26 Breaking down your tasks
    01:56 Impact of tiny improvements
    03:21 Keeping a Dev Journal
    05:13 (Type)safety first
    06:31 Eating the frog first
    07:38 Meditate
    🚀 Let's connect
    www.jcfontecha.com
    / jufontech
    / jfontech
    #softwareengineer #bigtech #selfdevelopment #newyear #habits #2023 #newyearresolutions #coding #programming

КОМЕНТАРІ • 183

  • @jcfontech
    @jcfontech  Рік тому +41

    What are some habits you're looking to adopt this New Year? :)

    • @anbufox9889
      @anbufox9889 Рік тому +6

      I would certainly say that breaking down tasks is an underrated skill that I need to learn to do, especially when it comes to programming. Having these tips definitely will help everyone, now that the world is transitioning to computer science as a job market. Thank you so much for releasing a video like this!

    • @mickaelsflow6774
      @mickaelsflow6774 Рік тому +1

      Writing non-code.
      Not documentation, but tutorials. Feynman method style. Making sure I understand something by finding the right way to summarise, explain and demonstrate. Also will help me remember things better.

    • @HasmatuchiAlexandru
      @HasmatuchiAlexandru Рік тому

      not writing any code, have gpt-3 do it. Been going well for about 2 weeks.

    • @u_cube7707
      @u_cube7707 Рік тому

      @juan carlos fontecha fix the voice quality
      I loved the video but the sound quality is not that good thanks ☺️

  • @wadecodez
    @wadecodez Рік тому +354

    Imposter syndrome and depression are no joke. The most impactful change I made last year was focusing on my win for the day/week. It's so easy to fixate on the negative aspects of our code. Thinking of one positive thing amongst a sea of negativity helped improve my mood. If it's difficult being positive, start by making your commit messages sound positive. Like instead writing something like "fixed bug" write "allowed users to do x". It seems crazy, but it actually works!

    • @abrilmarina
      @abrilmarina Рік тому +2

      love this idea too!

    • @jcfontech
      @jcfontech  Рік тому +10

      I had never looked at this one like that but I think this is a great idea! Definitely will try to incorporate this in 2023, thanks for sharing!

    • @DIZZLEBOI44
      @DIZZLEBOI44 Рік тому

      Tell me about it bro 😪

    • @csy897
      @csy897 Рік тому

      Me too! When I first started in my company and had no achievements to speak of and a million things I did not know. I was so depressed but I decided to keep a sprint diary. I used it to plan for my tasks that sprint but also list what I had learned, what I did not do well, what I did well, and what I wanted to learn in the next sprint. I would usually start my sprint diary before the sprint even started or even before grooming if there was a task that I wanted to try and pick up. Seeing my biweekly wins was mildly helpful at first but looking back at previous sprints, seeing my progress helped me a lot. And the extra bit of planning the most important things I want to learn next sprint helped me focus on the things I wanted to learn this sprint without being overwhelmed. It also gave me something to look forward to and a direction to move ahead. I would say imposter syndrome is good that way, it really helped push me to climb slowly in my knowledge.

    • @MaunykahArcelin
      @MaunykahArcelin Рік тому

      Oh wow! While haven’t been depressed, I definitely have been experiencing imposter syndrome since transitioning from an RN to an NP. I will definitely reframe my way of thinking and incorporate this. Thank you 🙏🏽🙏🏽🙏🏽

  • @Whitify
    @Whitify Рік тому +142

    Habit I am going to try to maintain next year is closing code/tabs at the end of the day. If the project is big enough there should be a file/notes created for the next day.

    • @kshitijbantupalli3791
      @kshitijbantupalli3791 Рік тому +2

      I would recommend Arc as a browser if you have a Mac, it auto closes non pinned tabs the next day. They are accessible in the archive, but its great if you're like me and let tabs pile up,

    • @jcfontech
      @jcfontech  Рік тому +1

      I hadn't even considered this one but I'm definitely implementing it myself now as well!

    • @c10z
      @c10z Рік тому

      I started using the tab grouping feature on chrome and label the groups for reference like APIs and specific problems I was solving while writing my code. If I close the browser they pop right up when you start. Once I finish with that specific problem and don't have a need for that group, I save the group URLs into a folder or note taking app, sometimes even in a ticket for other engineers to read.

  • @davemeech
    @davemeech Рік тому +15

    Time management is probably the central theme to where I'm looking to develop next year. I have a lot of arenas I need to improve in: cloud, linux, bash, ci/cd, networking, security etc. Prioritizing all of the above, planning what I'm doing and when and incrementally moving forward is key on this. Approaching the end of this year I was definitely spreading myself too thin trying to do it all and jumping from topic to topic as soon as I encountered even the most minute friction.

  • @roastyou666
    @roastyou666 Рік тому +115

    I really need to stop being distracted.
    - -No music during coding- (Depends)
    - Turn “Do not disturb” on
    - Break things down into subtasks ( D&C for you! )
    - Be punctual and prepared
    - Take notes on paper

    • @RafaelToscano
      @RafaelToscano Рік тому +26

      The "no music" part doesn't work for me. I can concentrate deeply if I listen to some song that is light (lo-fi, for example, classical music, sound track, etc.). It is a way to basically not listen to the things around me. It has been working perfectly for me this way. It helps me get in the flow. The other points, though, I also need to improve/start doing.

    • @roastyou666
      @roastyou666 Рік тому +1

      @@RafaelToscano aha! I listen to pink noise 😃

    • @RafaelToscano
      @RafaelToscano Рік тому +2

      Ahaahah I’ve heard about Brown noise, but the pink one is new to me.

    • @jcfontech
      @jcfontech  Рік тому +3

      Second to last one is severely underrated since unless we're really proactive about it, we only find out we're unprepared when it's too late. Thanks for sharing! Taking some of this for my 2023 as well

    • @tahaknk1485
      @tahaknk1485 Рік тому +1

      @@RafaelToscano yeah or go for already known songs, lately I've listening to some classical musics and I just focus on the music and not on the work tho

  • @WanjohiKibui
    @WanjohiKibui Рік тому +6

    Remaining focused is a challenge. More so when dealing with multiple tasks in a day. Great piece you have here Juan

  • @techmentormaria
    @techmentormaria Рік тому +10

    The habits I would adapt (as someone who has been coding for 15+ years):
    CLEAN test plans & logging for each commit
    Write unit tests before writing code
    Focus on output instead of perfection

  • @ArifRahmanHakimCethol
    @ArifRahmanHakimCethol Рік тому +3

    this is something that i am looking for. great explanation and example. maybe i already implement some of them but getting an explanation about that makes me feel more comfortable doing it.

  • @ethancaffrey8157
    @ethancaffrey8157 Рік тому +5

    On the developer journal, I keep one and strongly recommend it! I did my first internship this year and for the six months I was there I kept an A5 notebook where I logged the progress on features/ tickets I was working on. It really helped to dump my thoughts onto the paper and made it easy to drop things at the end of the day and pick them back up where I left off the next morning. Also having to write out my problems was a sort of rubber-ducky method and helped me see new potential solutions.
    So to anyone wondering if they should keep a dev journal, please do! It'll do wonders for you

  • @bibekjha8129
    @bibekjha8129 Рік тому +3

    Keeping a dev a journal was one of the habit i am going to do this year. Really great idea.

  • @abrilmarina
    @abrilmarina Рік тому +15

    Perfectly timed for the new year! Loved the dev journal suggestion and your suggestions on how to make tiny improvements, I'll add them to my habits to adopt in 2023 :) Plus, I will try to be more intentional about setting time aside each week to learn something new. Great video!!

  • @iqbalagung2526
    @iqbalagung2526 Рік тому +22

    really underrated channel, the style, story telling and the content it self is really top notch. keep up the great work !!

  • @ivanloco4
    @ivanloco4 Рік тому +5

    I would love to see a video where you explain your dev journal, the structure and the things you keep track on, what information works out for you personally and what not ❤

  • @valeriacerpasalas2330
    @valeriacerpasalas2330 Рік тому +2

    Hello, thank you so much for this amazing video! I am working in my first tech role as a front-end engineer, coming from a non-traditional background (architecture degree). I started keeping a journal for writing ideas for future projects and keeping track of all the advances of my current project. Listening to your video about the importance of a coding journal definitely is important. My brother who is working in computer vision has a notebook in which he writes some problems and algorithms. My case is more project-oriented and has the steps I need to complete a task. But definitely helps me a lot every day.
    Keep inspiring others. Greetings from Peru!

  • @bosnianowitzkifan41
    @bosnianowitzkifan41 Рік тому +3

    Dude your videos are amazing! You'll get to hundreds of thousands of subscribers in no time!

  • @edboss36
    @edboss36 Рік тому +6

    The journal one is my favourite although simple, it sounds like a great idea

  • @leylanunez483
    @leylanunez483 Рік тому +9

    Liked your video - I do journal but I haven’t considered the idea to have a journal for my R coding practices- which I will definitely initiate 2023.
    Keep on developing yourself and your coding skills 👍 Merry Christmas 🎄

    • @jcfontech
      @jcfontech  Рік тому

      Glad to hear that! Thank you for watching and happy holidays :)

  • @nro337
    @nro337 Рік тому +1

    Great video! Happy holidays!

  • @ytann
    @ytann Рік тому +2

    Tech journaling sounds pretty unique. I never considered this. I'll pick this up, and at the end of the day I'll have a repository of ideas and solutions that i had and learnt.

  • @gyros9162
    @gyros9162 Рік тому

    Thank you, Juan! Very handy video!

  • @PoojaDutt
    @PoojaDutt Рік тому +3

    Awesome video! Loved the message/editing 😀

  • @fedannn
    @fedannn Рік тому +3

    Just discovered you, your channel is fire!!

  • @adamkurek7050
    @adamkurek7050 Рік тому

    Your video is amazing! Such a great explementation of the meditation. Your quote "you are going to make a living from your ability to focus". Keep it up bro.

  • @HomemadeCoder
    @HomemadeCoder Рік тому +1

    Love the dev journal tip! 💯 I've been recently using notion for my daily notes and it really helps for next day's stand up meeting 😁

    • @jcfontech
      @jcfontech  Рік тому +1

      Really glad to read this!

  • @aziztursunov1902
    @aziztursunov1902 Рік тому +1

    Loved the quality and information provided in this video. thank you:)

    • @jcfontech
      @jcfontech  Рік тому

      Glad it was helpful! Thanks for watching

  • @TheCroninberg
    @TheCroninberg Рік тому

    Great vid! Where did you get the hourglasses from?

  • @Htbaa
    @Htbaa Рік тому +2

    Your shelf is on fire.

  • @Soulis98
    @Soulis98 Рік тому

    Great content and great tips man!
    Merry christmast and a happy new year 🍻

    • @jcfontech
      @jcfontech  Рік тому

      Thanks! Happy holidays to you too!

  • @shahriarparvezshuvo4760
    @shahriarparvezshuvo4760 Рік тому

    Subbed for the video quality! You will shine for sure with no time. 💪

  • @andriyleliv4608
    @andriyleliv4608 Рік тому +1

    tnx Juan!

  • @boldschool6308
    @boldschool6308 Рік тому

    Dude this is so realll! damn nobody spoke about the real issues in the job as you did!

  • @EduardoHenrique-nd1ro
    @EduardoHenrique-nd1ro Рік тому +2

    Another amazing video, Juan! Thanks for sharing with us! Cheers from Brazil!

  • @joshuamahadevan9550
    @joshuamahadevan9550 Рік тому

    Hei! great advise man. Learnt a lot from this video. Am still a student and I hope applying these habits to my learning routine will go a long way.

    • @joshuamahadevan9550
      @joshuamahadevan9550 Рік тому

      But in my opinion, the music was a bit distracting.. not the volume, but the type of music used. I kept going back to check if I was playing sth in the background 😆 idk how or why I felt it would be better to atleast give some honest feedback ❤

  • @SimGunther
    @SimGunther Рік тому +7

    6:31 unless you're neuro divergent, in which case, pick the thing that motivates you the most to do other things. It can be easy to get bogged down by "the frog" that ruins your whole day.

    • @jcfontech
      @jcfontech  Рік тому +4

      That's a good point too. Thats also why I wanted to acknowledge that it doesn't have to necessarily be mornings, but rather when you know you have the energy to tackle the big scary task

  • @azzam_dev
    @azzam_dev 9 місяців тому

    keep creating great content like this 🎖

  • @sitrakaforler8696
    @sitrakaforler8696 Рік тому

    Nice vidéo.
    Focus is indeed necessary.
    Meditation is great but it gets really powerful when you do some sport before ^^

  • @invictuz4803
    @invictuz4803 Рік тому +1

    Meditation is probably the most common habit advice but the most important!

  • @Sunesen
    @Sunesen Рік тому +3

    I'd like to throw in there that I find it very beneficial to remember to get some exercise into my weekly routine. Not only for the health benefits of keeping a fit body, but also because it provides me with more energy and the mental benefits of happiness feeling like having accomplished something. This carries over into everything in the daily life and keeps me going even through a dull day at work.

    • @MarcCastellsBallesta
      @MarcCastellsBallesta Рік тому

      It also helps with solving problems. You get stuck with something, you go for a walk, and sometimes a solution pops into your head.
      It's better than spending the next hour _thinking harder_.

  • @salman0ansari
    @salman0ansari Рік тому

    switching to go from node for backend was my best decision.

  • @iparagonepersonalvlogs1061
    @iparagonepersonalvlogs1061 Рік тому +3

    "Keeping a Dev Journal" is not only a great coding habit, it's a REALLY handy tool across *several* jobs, especially anything that involves creativity or product management! In fact, I REALLY need to make this my New Year's Resolution since my iPad and Apple Pencil are DYING to be used again for this purpose. By the way, would you recommend I do this as needed, as a morning routine, or before I go to bed?

    • @jcfontech
      @jcfontech  Рік тому +1

      That's a good question! I guess I do it at two layers: 1. A strategic one, when thinking about what high level decisions and skills could benefit my career. This one I'd do in the evenings before bed! And then, 2. the day-to-day notes I need to take to do my job effectively. These I take during the day as things happen so I can write them down while they're still fresh!

  • @norvusordoseclorum
    @norvusordoseclorum Рік тому

    I love the music really makes for a great listening experience

  • @vadimemelin2941
    @vadimemelin2941 Рік тому +1

    Typesafety is not a habit, but a way of thinking, there are thousands tricks like it, that one can achieve either via introspection or by reading articles where such techniques are aggregated.

  • @tyrox9
    @tyrox9 Рік тому

    I was had this in my feed for a long time and i was not watching it because it looked like clickbait at first glance, but its actually a really good video!

  • @MarcCastellsBallesta
    @MarcCastellsBallesta Рік тому +1

    First of all, YOUR SHELF IS BURNING!
    I already follow some of your advice. Where I fail the most is at estimating/allocating the time needed for every task. And stopping to do something because I have to start something else.

  • @SteedanCrowe
    @SteedanCrowe Рік тому +5

    What keyboard is that in the thumbnail? Love the look of it.

    • @calebnoblitt1577
      @calebnoblitt1577 Рік тому +2

      Logitech Mechanical Mini. I have one and it makes for a glorious typing experience.

  • @myleswolfe5139
    @myleswolfe5139 Рік тому

    "Eating the Frog First" reminds me of something Thomas frank had mentioned in one of his own videos, about cold showers. That a cold shower is one of those difficult things that makes the next hard thing come that much easier and while cold showers aren’t easy to adopt I think it’s a neat idea that I want to consider trying in the new year.

    • @jcfontech
      @jcfontech  Рік тому

      Good point! You're right I recall Thomas Frank mentioning that. Similar idea mentioned by Matt D'Avella when talking about cold showers, except he called it the "flinch" I think? That moment of hesitation between getting jumping on to doing something hard vs. avoiding it! These are definitely good ideas to keep in mind.

  • @drylith508
    @drylith508 Рік тому

    Hey, great Video. I dont know if its related to the background music or your microphone audio lane which is producing the whitenoise... Maybe you could try to fix it :)

  • @utahaviation
    @utahaviation Рік тому

    that fireplace!!

  • @jamietyler868
    @jamietyler868 Рік тому

    What theme are you using in your IDE?

  • @jgonzalez102
    @jgonzalez102 Рік тому

    what is that fire decoration in your desk?

  • @niharikadeb617
    @niharikadeb617 Рік тому

    Hlo juan yr content is really help ful. I have been following you since a long time now I have a request can u make a roadmap video on self taught sde aspirants and how they can get a job despite non being from a tech background this video will be really helpful for a lot of people out there including me

  • @RobertoOrtis
    @RobertoOrtis Рік тому

    Dude where did you get that shelve on the background? It's beautiful

    • @jcfontech
      @jcfontech  Рік тому +2

      Thank you! It's actually a regular shelf but at some point realized it could almost perfectly fit and hold an old monitor of mine so I decided to put it there and got a Fire TV for it 😂

  • @user-jk6ht9vd8l
    @user-jk6ht9vd8l Рік тому

    anyone know the name of keyboard in the thumbnail? looks nice

  • @hosoo195
    @hosoo195 Рік тому

    Good delivery

  • @help3106
    @help3106 Рік тому

    What's the name of the keyboard in the thumbnail?

  • @justinmetti9562
    @justinmetti9562 Рік тому

    Great video

  • @mikseljamaa1954
    @mikseljamaa1954 Рік тому +4

    1 per cent per day cumulatively gives 34.8% in a month and 3778% in a year... not 30 times ... nearly 38 times. using P = exp(365 * ln(1.01))

    • @jcfontech
      @jcfontech  Рік тому

      Yup, good catch! I wrote it down correctly on the piece of paper but then said the wrong number in front of the camera and got carried away in the edit. But you're absolutely correct

  • @basicnamenothingtoseehere
    @basicnamenothingtoseehere Рік тому

    I'm trying to know what keyboard that is

  • @OscarDoesProgramming
    @OscarDoesProgramming Рік тому

    This is a very good video.

  • @okkesdonbaloglu7838
    @okkesdonbaloglu7838 Рік тому

    very professional video

  • @nguyenhoangcuong2685
    @nguyenhoangcuong2685 Рік тому

    the fire behind you ? What is that ? Is that a monitor or somethings ?

  • @shan504
    @shan504 Рік тому +1

    When you say prototype in the first habit, how thorough/finished should this prototype be? It could end up taking a lot of time

    • @jcfontech
      @jcfontech  Рік тому +1

      Yeah this is a good question. I try to keep it as minimal as possible. Just enough to proof the solution and to surface any potential caveats that would have me reconsidering the big-picture approach. As soon as I get a barebones draft working, I stash it in a branch and jump straight into the individual pieces!

    • @shan504
      @shan504 Рік тому

      @@jcfontech make sense! certainly going through that now because I’m working on a large change and many new pieces arose while coding it. anyways, thanks!

  • @luiytheninja3655
    @luiytheninja3655 Рік тому

    Hold on... what is the fireplace on your shelf. I need.

  • @robscherer
    @robscherer Рік тому +2

    Great video. The shelf fireplace situation, can someone explain or link it for me?

    • @jcfontech
      @jcfontech  Рік тому +1

      I had an old computer monitor I was intending to sell and I somehow realized it fits almost perfectly on the back of my bookshelf 😂 so I decided to keep it and got a Fire TV stick for it!

    • @robscherer
      @robscherer Рік тому

      @@jcfontech It looks awesome!

  • @watynecc3309
    @watynecc3309 Рік тому +1

    What do you think programs like Obsidian or Notion ?

    • @mickaelsflow6774
      @mickaelsflow6774 Рік тому +1

      Obsidian is great for the Dev Journal and sharing aswell. Notion is too cumbersome for that purpose.
      However, Notion is very good as a Knowledge Base / Second Brain for a lot of things related to the job and projects. It's also easier to share with non-dev, whether you are solo, lone dev, in a school project or at a company. Careful with what you share inside though. (Not best for security.)
      Note: Obsidian does the KB part too, but less "non-dev" friendly. (More secure)

    • @watynecc3309
      @watynecc3309 Рік тому

      @@mickaelsflow6774 wdym by the KB part ?

    • @mickaelsflow6774
      @mickaelsflow6774 Рік тому

      @@watynecc3309 sorry, I used Knowledge Base above and abbreviated it as KB.
      I mean that I have used Obsidian as my own Knowledge Base, personally and I sync it to my phone to also be portable (although mostly read-only). Notion, by virtue of being Web first, is easier to access by me and others and can be a pool of knowledge, information, graphs, feature and meeting notes.
      I haven't yet found a clean way to merge my Bookmarks, Google Drive, Personal Git and KB (whether Notion, Coda or Obsidian), but that's where I store most things non-pro for projects.

  • @samam9835
    @samam9835 Рік тому +1

    can u pls provide the link to buy the 'journal ' that u provide in the video

    • @jcfontech
      @jcfontech  Рік тому

      Updated video description with some details about it!

  • @AustinChabaud
    @AustinChabaud Рік тому

    loved the video but the white noise was really bad in the background

  • @lalo2606
    @lalo2606 8 місяців тому

    Cuando subes video pinwii

  • @psyberpirate
    @psyberpirate Рік тому +3

    What is the keyboard in the thumbnail?

    • @Whoabotts
      @Whoabotts Рік тому +1

      From another comment: Logi Mx mechanical mini.

    • @jcfontech
      @jcfontech  Рік тому +1

      That one indeed! Updated description to include it

  • @665Iron
    @665Iron Рік тому

    Ah a promotion, a rare anomaly that almost never happens in my universe

  • @wallywild5088
    @wallywild5088 Рік тому +2

    New habit: Keep a tab with ChatGPT open

  • @BrandonNyman
    @BrandonNyman Рік тому

    I want to know peoples opinions on the journal, handling it digitally with something like OneNote, Obsidian, Notation etc to using a paper book

    • @jcfontech
      @jcfontech  Рік тому +1

      Definitely a constant internal debate of mine 😭 but lately I think I've been using more my digital OneNote version than the physical one

    • @teadragonnaahva
      @teadragonnaahva Рік тому

      i m still very new to coding, but i ve decided to use a digital journal.
      On one hand for very personal reasons: my handwriting is very ugly and i dont enjoy handwriting, thus if I want to be consistent about keeping a journal, I need to make writing and using it enjoyable.
      If i dont enjoy writing - and if due to my messy writing reading is also a hassle, it wont serve me.
      Digitally typing and writing is smooth, easy and pretty.
      I value aesthetic and enjoy playing with highlight colors, fonts, etc.
      OneNote has a great search function so i usually find what i m looking for very fast - and a link can be pasted easily, whereas writing down links or website names is static and takes long. ( . u . )
      I also like being able to shuffle around and re-arrange my notes as i need to, should I need to. this gives me the flexibility i need and cherish so much.

  • @tingtingshao1833
    @tingtingshao1833 Рік тому

    What chatGPT will play in your coding life?

    • @jcfontech
      @jcfontech  Рік тому

      This is a good one! Might even make an entire video. At the moment my attitude is to try and learn to leverage these new AI tools as ways to automate the more monotonous parts of the job!

  • @Kispalkovich
    @Kispalkovich Рік тому

    the algorthm keeps pushing this video to me. maybe its a good video, i havent watched it. This time I noticed the phone on the thumbnail, and chances are that its mentioned in the video: what really helped me a lot to turn off my phone, or if I cant turn it off, at least put the phone in an other room. Its weird how much easier is to concentrate if theres no phone around. What I havent figured out yet though is how not to get distracted while im having difficulties and looking for answers on the web or a book or smth

  • @the.engineeringdude
    @the.engineeringdude Рік тому

    Summary:
    Best coding habits :
    1. Breaking down tasks into smaller sub tasks
    2. 1% Better Everyday
    3. Keep a Dev journal
    Track your coding journey and progress, write down your thoughts.
    4. Type safety first
    For programs
    5. Eating the frog first.
    In the morning complete a difficult task first.
    6. Train your focus, improve your attention span
    Meditation daily.

  • @juneroyd.quinimon495
    @juneroyd.quinimon495 Рік тому

    wow!

  • @kaushikkundu
    @kaushikkundu Рік тому

    My goal for 2023 is
    - write more code

  • @gonsalomon
    @gonsalomon Рік тому

    The mere fact there's such a Hispanic roots to your name, yet you speak such a polished English... makes me wanna go into an English speaking environment ASAP. Really need to work on my speaking skills. Need to keep on improving my bilingual nature.
    I'll also work on a platform for this journal thingie you teach us about. I mean, it won't be hard- at a first glance.

  • @joshhartwig1266
    @joshhartwig1266 Рік тому

    There is something on fire on your bookshelf

  • @Abrifq
    @Abrifq Рік тому

    Hisses make the video a bit unbearable on earphones but overall, good general advices!

  • @stankorotun1049
    @stankorotun1049 Рік тому

    Anyone know what keyboard he had in the thumbnail?

    • @jcfontech
      @jcfontech  Рік тому

      Just updated the video description with the details! It's the Logitech MX Mechanical Mini

  • @juliettecordor4750
    @juliettecordor4750 Рік тому

    What is the language in the intro to the video?

  • @sozanrinal
    @sozanrinal Рік тому

    أحسنت فيديوا رائع

  • @alanouri9965
    @alanouri9965 Рік тому

    definitely it's going to be "eat the frog first", pushing the important stuff to the end of the day is kind of procrastinating...

  • @latakantsharma3134
    @latakantsharma3134 Рік тому

    What's the keyboard

    • @jcfontech
      @jcfontech  Рік тому

      It's the Logitech MX Mechanical Mini! Updated the video description with details :)

  • @Coldgpu
    @Coldgpu Рік тому +1

    When I played it at 2x
    I felt it was a rap ......

  • @hu44
    @hu44 Рік тому

    The real question here is: what hair product do you use?

  • @quotespower9911
    @quotespower9911 Рік тому +1

    Bro chatgpt is now in the market i am scared to learn coding or not?? Should I go for it or if chatgpt cannot replace coders👍👍

    • @davidjules6034
      @davidjules6034 Рік тому +3

      Yes you should the IA won't gonna replace humans now at least in 20 years it might be another story

    • @hmmmm4193
      @hmmmm4193 Рік тому

      Yes be scared. Thank you.

    • @lukkkasz323
      @lukkkasz323 Рік тому

      A lot of people will tell you that you shouldn't because you will be a competition.

  • @moongirlc-1373
    @moongirlc-1373 Рік тому

    I am curious about the fire behind u❤😊

    • @jcfontech
      @jcfontech  Рік тому

      Old monitor of mine I was about to sell and realized it fits almost perfectly on the back of the bookshelf 😂

  • @em11l
    @em11l Рік тому

    if youtube recommends this video so fucking much it has to be good right?

  • @SeanHuggins
    @SeanHuggins Рік тому

    Dude great video but also, I don't mean to alarm you, but your wall is on fire.

  • @atwarwithlife
    @atwarwithlife Рік тому

    habit number 1: stop binging youtube vids like this and get on vs code right now.

  • @idkhow2play190
    @idkhow2play190 Рік тому

    does anyone else hearing that little noise on a background?

    • @jcfontech
      @jcfontech  Рік тому

      Yeah, definitely noticed it (a bit too late unfortunately). Will make sure this doesn't happen in my upcoming videos!

  • @QuickScalper789
    @QuickScalper789 Рік тому

    There is no need at all. Gpt 3 will take care of it.

  • @charlesmendez5156
    @charlesmendez5156 Рік тому +1

    Am I the only that heard a lot of audio feedback

    • @AustinChabaud
      @AustinChabaud Рік тому

      I did. it was really bad. Good video tho

  • @teddy_crazypanda1836
    @teddy_crazypanda1836 Рік тому

    Thank you for your video! I found it very interesting!
    But when you suggested to help proactively your team made me reflect on the situation i'm in right now.
    I usually help whoever needs help if I can (my skills are enough and i don't have anything urgent), but this put me in a difficult spot lately. One of my coworkers is leaving the company and i helped him writing some code for him (he's not a dev and we're not in the same team) and some high-ups contacted me saying that i should not help him during work hours since he's leaving.
    In another case i helped another coworker and his PM contacted me trying to make me talk badly about my coworker and wanting me to "babysit" him. I'm no senior in any way (i'm 27 and with a few months of work experience) but i'm pretty good at my job.
    I've always seen helping my coworkers as benefit for both of us:
    1) they get the help they need
    2)if i need some help they would likely help me too and they'd probably get a better idea of me that may eventually benefit me both professionally and personally.
    That said, i'm actually starting to think that's not that worth helping others if i may be stuck in some sort of power struggle of some sort (i have reasons to think that may be the reasons behind both those incidents). What would you suggest?

  • @guglielmobartelloni
    @guglielmobartelloni Рік тому

    (Neo)Vim

  • @Cesarpvp_
    @Cesarpvp_ Рік тому +1

    Pin Wii???

  • @kilaku5480
    @kilaku5480 Рік тому +2

    cómo creciste pinwii

  • @michaelzhou985
    @michaelzhou985 Рік тому

    After 6 years of coding and being an SWE in top tech company, I feel like the best coding habit is not to code. AI is there to convert our shitty code into good one.