You know when you have a project and you’re just like what the heck should I do now? How I solve this problem is by using Trello as a sprint backlog. The sprint backlog is a bit of a scrummy word and I will talk about SCRUM in another episode. But to make it easier to...
Pluppen Codes
Teaching programming and other fun computer related awesomness.
Latest Posts
A Coders Diary | Introduction
Welcome! My name is Elias Juremalm, I’m an 18-year-old programmer. I’m currently studying to be able to land a job as a software developer. In my spare time, I also do a lot of tech-related stuff. This post will not be the first part it will be more of an introduction...
Automatic CSS validator for Gitlab CI
Ever needed to add an automatic CSS validator with the Gitlab CI pipeline? Today I will show you how to do it with a bash script! We will begin by create a .gitlab-ci.yml file at the root of our repo. This is the file that will handle the automatic CI on gitlab....
Creating todo app with electron
Today we will make a todo list app with electron. Electron is a framework for building cross-platform desktop applications with JS, HTML & CSS. To be able to use electron you will need to have nodejs installed. 1 Setup our project We will begin by setting up our...
How to build your apk file from snack
Today I will show you how to build apk file from snack to a completed apk file. Step 1 Download our snack project Do download your snack project your press the download icon. See the image below. Download by clicking the yellow marked icon. After downloading your...
How to make a gallery app react
Today I will show you how to make your own simple gallery app with react. After this tutorial, you will have many learning possibilities by adding more advanced functionalities to the app. 1 Setup your react app We will begin by creating our react app. We will do this...
How to make water reminder app with Expo Notifications
Today we will build an app for reminding ourselves to drink water. We will do this with expo notifications. The basics of the app will be a very simple UI with something as simple as a water bottle or water glass. The main functionality will be that our app will send...
How to make a shopping list app with react native
Hi again!Today I will show you how to make simple shopping list app with react native. And for the storage solution we will use something called async storage! The environment I will use to develop this is snack. I use snack because I find it very simple to use and...