coding

222 Articles 3 Followers


N64 Debug Menus

30 Apr 2023 5 minute read 0 comments Lameshark

A debug menu is located inside of a game and it allows the player to see and manipulate the games internal values in order to debug the game. Essentially, it's a backdoor for the coder to fix the game quickly during development.  Sometimes, the debu...

Banjo's Backpack [Beginners Guide].

28 Apr 2023 4 minute read 0 comments Lameshark

Banjo's Backpack [Beginners Guide]. Ever wanted to learn to 3D Romhack?  You played Super Mario 64 as a kid ... the rascal kid down the street SWORE you could unlock Luigi by backwards long jumping for 30 minutes straight. Now you want to add Luigi...

How to acquire Bitcoin using Python code

28 Apr 2023 1 minute read 3 comments Chainable.it

[ENGLISH] - język polski poniżej! In the last tutorial, we installed Python and Visual Studio Code, so it's time to put them to use. We will write a simple script that will fetch the current price of Bitcoin using the Coingecko API. How to code We'r...

Introduction to Python, installation of the environment

24 Apr 2023 2 minute read 1 comment Chainable.it

    Let's get straight to the point without any long introductions!   Environment   1. Due to the fact that many subsequent tutorials will cover the topic of Python, let's start with its installation and some environment in which we will be coding. I...

Using pnpm as the package manager in nodejs projects

20 Apr 2023 2 minute read 0 comments Bala

I have been slowly switching to pnpm as my default package manager. The main reason is that it is fast and consumes only less space. It manages the node_modules folder very well I think. I have also been working on converting my nodejs projects to a...

What the future of Artificial Intelligence is according to Chat GPT

19 Apr 2023 3 minute read 1 comment Jack216

What the future of Artificial Intelligence is according to Chat GPT In todays interesting article I'm having Chat GPT write about it's own kind. That is Chat GPT will be writing about what the future of artificial intelligence is and what are its ben...

Downsides of NPM package manager

8 Apr 2023 3 minute read 3 comments Bala

NPM is the most popular and primary package manager for Node.js. In fact, we can even say that every developer when they start learning nodejs, they have to also learn about npm package manager. They start with npm and maybe gradually switch to other...

How to install Nginx+PHP+Mysql on Windows Powered by Linux with windows side files

6 Apr 2023 3 minute read 0 comments Chainable.it

Hi!   This time we will go with a more twisted topic, especially for people who have not done this yet. At least I hope that others do it too and not just me doing such messed up things xD What will we be doing today? Silly question, the title gave i...

For anyone trying to fix issue with Coingecko API

29 Mar 2023 2 minute read 0 comments Bala

Today was one of the toughest days for me. Ever since I woke up in the morning I had to deal with issues on multiple services that I host for others. Something is wrong with Coingecko. I did not bother to check my apps when Aggy made an announcement...

How to Learn to Code (Basic Guide)

28 Mar 2023 4 minute read 2 comments MintDice.com

Coding is a practical and valuable skill to have under your belt, especially with the emergence of new technology. If you want to learn, it can be tricky to figure out how to start.  In this piece, we talk about how to learn to code, how long it tak...