Articles

Content written by the CodeSupport community for the CodeSupport community.

Beginners Guide to Programming

By _xsaratoninx_ on 2024-05-07

How to start teaching yourself to write code, advice from those who've done it before.

Read Article

How To Solve Conflicts In Package/Yarn Lock Files

By LamboCreeper on 2023-11-24

One of the most frustrating things you'll come across as a developer is conflicts, what makes them even worse is when they are in programatically generated lock files.

Read Article

On Completion

By _xsaratoninx_ on 2022-09-24

Many people struggle with seeing a task through to completion. It can be really tough to find productivity methods that work for you, so the key takeaway is to try a few different ones out.

Read Article

How I Got A Job After University During The Pandemic

By jamiecee20 on 2021-04-16

Coming to the end of your University experience is an exciting but scary time. The joy and sensation of completing your graduation is rewarding, but then comes the time to go into the big bad world.

Read Article

How To Kill The Firestore Emulator

By LamboCreeper on 2021-04-15

A common problem which I face when using the Firebase Emulator with the Node.js debugger is that my debugger stops running when I am done, but the Firestore Emulator does not stop running.

Read Article

Automatic Watering System With A Raspberry Pi

By jason2605 on 2021-04-10

Creating an automatic watering system with Raspberry Pi and the twist of using Dictu.

Read Article

Some Useful C++ Tricks

By Kayomn on 2021-03-05

While there's a lot of hidden gotchas in C++, there's also many useful features that have evolved from all sorts of poorly defined behaviour that have become useful tools in my box with doing day-to-day work.

Read Article