After a while, I’m back on the challenge again with only 23 days to finish it. But I didn’t abandon Vue. Quite the contrary.
Continue ReadingBeginner Python tutorial – 07 – Guess the number
Let’s have fun coding a “Guess the number” game.
Here, we will code a game where you have to guess a number between 0 and 100. Beware, you only have 6 tries!
Continue ReadingLet’s learn about… breaking the wall
How many times have you found a wall when you were coding? I don’t mean a weird bug or a method hard to debug. I mean a big, thick and hard wall.
A problem you don’t know how to solve, a feature you want to add but you don’t even know where to start, or when your client asks you to implement something but you don’t know how to make it work.
Continue ReadingTenth week of #100DaysOfCode – Vue
The tenth week of my personal #100DaysOfCode while learning Vue is done, with only one month left, and I’ve learnt pretty useful things this week related to Databases.
Continue ReadingReview: Python Tricks
Learning how to program in Python is easy, but what about learning how to program good, well-written, Pythonic code? Thanks to Python Tricks, it is easy.
Continue ReadingBeginner Python tutorial – 06 – FizzBuzz challenge
FizzBuzz is the most used problem in developer jobs interviews to filter out people on early stages. So learning how to solve it is pretty important.
Continue ReadingNinth week of #100DaysOfCode – Vue
Quick update of my ninth week of the #100DaysOfCode challenge, where I added a few cool things such as Firebase, a secret login and more.
Continue ReadingBeginner Python tutorial – 05 – Basic Arithmetics
When we code we use every day mathematical operations. They are easy to learn but we need to really understand them in order to avoid errors that we may overlook.
Continue Reading5 things I wish I knew when I started programming
If you could go back in time to when you started programming, what tips would you give to yourself? Here’s a list of mine.
Continue ReadingEighth week of #100DaysOfCode – Vue
Last week I keep adding stuff to my Vue first webapp. And while I still have to connect it to a database, by now it is looking good.
Continue Reading