umma.dev

ALL

  • Unix Basics

    Unix is an operating system, which comes in different varieties such as MacOS X and Fedora Linux to name a couple.

  • Configuring Oracle Instant Client

    Setting up Oracle Instant Client on a Mac can sometimes be a bit fiddly. Below are steps to install the client on a mac.

  • Building a React Native App

    Reactive Native enables you to be able to program an app for both ios and android. It incorporates both React and Native platform capabilities.

  • Git Commands

    Git is a version control system which enables you to organise your code/projects and review changes.

  • Node.js with AWS

    Steps for working with Claudia, Node.js and AWS

  • Let's Discuss Redux

    Redux allows you to deals with the complexity of data within your application. In ReactJS this might be some computational data or data from a third party, like an API.

  • Front End Testing

    Testing ensures the application is functioning correctly and allows you to be able to find bugs within the application before it goes into production.