© 2022 Hashnode
📌Question yourself when you start Twitter : Who do you want to be seen as on Twitter? What are your role models on Twitter to follow? What kind of Job or Internship do you want? Who do you want to r…
Written by: Jacob Good, Ideas from Growth Mindset by Carol Dweck What is a growth mindset vs. a fixed mindset? You're learning new things. Maybe it's how to code. Maybe it's a new framework. Maybe it'…
Hey guys, I have been thinking about how I have seen a lot of growth in my self, I have had since I met certain people, since I opened up to learning better communication skills. There is definitely a…
Community works for many people and it will work for you too. We are talking of huge benefits that you won't easily find in other places. Tech communities are places you find other techies like you. While there, you will enjoy many advanta…
Things I wish I knew before being a Junior Dev: Learning From my first post where I was sharing things I wish I knew before beginning my internship, I had expressed the 6 most important things a junio…
Being an intern isn’t something people are passionate about for some reason, they have become so focused on bashing the position, but I want to express how you can turn that position into a time-worth…
Introduction Last time we reviewed the string and numerous handy methods to manipulate and format strings. Today we will explore the numeric type and a few methods to work with them. Data type: Numeri…
This article is part of the Series: Typescript utility types, in plain English Pick in a nutshell 🥜 Pick is a very useful utility type. It allows you to create a new type by selecting only certain p…
Rules 📏 You can name a variable any name as long as it follows these rules: it can be only on word it can only use letters, numbers and the underscore character it can't start with a number # DO co…
In this series, I will post regularly about my journey learning Python. TL;DR This series is a documentary-like of my learning journey of Python - if you're learning Python, you might find some useful…