Day 67 & 68 of #100DaysOfCode
I've recently discovered CodeSandbox. It's an online editor where you can create projects with dependencies. It's a lot more convenient creating small projects in CodeSandbox then having to install all the packages and dependencies locally.
Day 56 of #100DaysofCode
Today I've been learning and using JavaScript features, which I haven't used before. Such as the reduce method used to add up an array.
Day 55 of #100DaysOfCode
Today I've been sorting out some bugs with my REST API I created a while back. Hopefully I can get it up and running by tomorrow.
Day 49 & 50 #100DaysOfCode
Yesterday and today, I've been creating test cases using Mocha, a JavaScript framework used to test node.js servers, and I've been testing a nodejs I created in a previous project.
Hey everyone! My portfolio has been nominated for Site of the Year and Developer site of the Year on @AWWWARDS π
Please vote for me π€
β https://t.co/haTy1Byqcv
Day 48 of #100DaysOfCode
Today I've been trying to create a blockchain in python. Blockchains are something that I've had trouble getting my head around, and I think the best way for me to learn blockchains is to build one.
Day 46 & 47 of #100DaysOfCode
Yesterday and today I've been learning about message brokers such as RabbitMQ, as well as doing some hands on tutorials in JavaScript on work queues and request/reply patterns.
Day 45 of #100DaysOfCode
Today I've gone back to one of my old projects, a game made in phaser with JavaScript. I've updated it from phaser 2 to phaser 3, and switched out the apache web server for a nodejs server.
Day 44 of #100DaysOfCode
Today I've been learning how to use GatsbyJS, I've gone through a couple tutorials today and getting to grips with Gatsby's API.