Software Development

back-end development

My Journey into Back-end Development with node.js and express

As a full-stack web developer, it is important to know both front-end and back-end development when creating web applications. Before coming to Waymaker Digital I had some experience working with front-end web development however I had very little experience with back-end development, which meant I had to spend some time …

My Journey into Back-end Development with node.js and express Read More »

react js

Functional components are taking over the React world and I can see why

React Components When building out the frontend of your project with React, you’ll be needing to use React states, otherwise, you wouldn’t be using React. I’ve been working on an ongoing project for the past few weeks now and after using class components initially, I can really appreciate the advantage …

Functional components are taking over the React world and I can see why Read More »

peer to peer learning

How peer-to-peer learning has accelerated my software development

After graduating into the pandemic, I used the transitional time to teach myself software development. Having recently continued training on a development team, I’ve noticed a significant acceleration in learning, and therefore career progression. There are a few aspects that have remained the same in my new position, such as …

How peer-to-peer learning has accelerated my software development Read More »

technology, computer, code-1283624.jpg

Working with Asynchronous Javascript

In this blog, we will be talking about how this synchronous programming language, performs asynchronous non-blocking code. How is Javascript executed? Well, JavaScript is synchronous by default and follows a single-threaded Model. This means that code cannot create new threads and run in parallel. In comparison, computers are asynchronous by nature. Most …

Working with Asynchronous Javascript Read More »

Scroll to Top