Service Design: a pivotal approach for digital transformation
Service design as a methodology helps to visualise and break down complex digital service components and the application dependencies.
Service design as a methodology helps to visualise and break down complex digital service components and the application dependencies.
When attempting to secure your first job in programming, you’ll no doubt face a coding problem in the interview process, which will determine your performance. Whether the interview is in Java, C++ or Javascript, the basis remains the same. This is a test to see how strong we are in …
Before we discuss objects, let’s go through data types. We have 7 data types. Data Types Primitive Numbers — const age = 23 Undefined — const x Strings (Text) — const a = “init” Null – The value null represents the intentional absence of any object value. Booleans (True or false statements) — const c …
Introduction In the early days of becoming a software developer, there is a steep learning curve including data structures, algorithms, language syntax, best practices etc. An important part that is sometimes overlooked is the actual understanding of the workings of these languages. The workings of the interaction between software and …
At the beginning of my journey with WayMaker Digital, I wasn’t familiar with front end development. Being informed of our tech-stack of choice to build a Web app prototype, I realised I would have to develop my skills in Front End development. HTML and CSS A large amount of front-end …
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 »
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 »
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 …
Career experience or growth is important in small, medium and large firms, for entrepreneurs, intrapreneurs and also students alike. Career growth helps to improve the effectiveness and overall satisfaction of the entrepreneur, intrapreneur and employees, it improves the work-life hard skills and soft skills and also improves organization growth. Gone …
5 career experience tactics that can help you grow Read More »
Below are the 8 Cosmic truths about Agile TRUTHS ABOUT AGILE1: Agile is not just a methodology; it’s a mindset. Several other methods and frameworks are based on the Agile manifesto; two of the most widely known are Scrum and SAFe. TRUTHS ABOUT AGILE 2: Agile thinking is not really …