Programming

Recommended Tags: Programming, Coding, Developer, Web Development. Just one is enough!


Part II - Python script to compare cryptocurrency parity between different exchanges. Cryptocurrency arbitrage as a way to profit in the crypto ecosystem.

22 Apr 2023 3 minute read 1 comment CryptoEntrepreneurs

In my personal experience, the most complicated part of cryptocurrency arbitrage is not the operations themselves, but being able to determine in time significant differences in the prices of cryptoassets between different exchanges. As I mentioned 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...

Random Thoughts of the Week: An NSFW Alternative to Night Café

19 Apr 2023 3 minute read 1 comment Great White Snark

Insert obligatory warning about NSFW content following. A few days ago, I had a rather steamy dream in which a long-distance friend and patron sent me a video of herself dressed in a mustard yellow latex crop top, matching miniskirt and over-knee boo...

Blockchain Development: Why I'm choosing Solana (SOL) over Solidity

19 Apr 2023 3 minute read 5 comments Great White Snark

Yesterday, I decided that I should actually teach myself Solidity as an introduction to blockchain development. This is despite the fact that I'm not a fan of Ethereum (ETH) and ERC-20s. However, about ten minutes into the tutorial, it immediately be...

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...

Support my single game project at Hive! I present to you: Life-Bound Souls a 2D action RPG

18 Apr 2023 5 minute read 5 comments 0xGhostface

A long time I am with a game project that I am creating all by myself using the engine GMS2 that has the language based on C++ and Javascript which is called GML Code, this publication is not a request for funding, pre-release sale or cosmetic produc...

The Largest Gap @ Dcoder

17 Apr 2023 1 minute read 0 comments Lochard

Problem: Cody's teacher taught him the concept of arrays. She gave different types of homework for all the students so they won't able to copy. Cody has to find the largest gap between any two elements in the array. As Cody has a date with his girlfr...

Ceil and Floor @ Dcoder

16 Apr 2023 1 minute read 0 comments Lochard

Problem: In mathematics and computer science, the floor and ceiling functions map a real number to the largest previous and the smallest following integer, respectively. consider a number x. ceil(x) : Returns the smallest integer that is greater than...

The Homework @ Dcoder

15 Apr 2023 1 minute read 0 comments Lochard

Problem: As the students were not focusing much on the lecture. The professor became very angry and decided to give a homework to all the students. So some of the students started trying to convince the professor not to do so. So the professor gives...

Least Significant Bit @ Dcoder

14 Apr 2023 1 minute read 0 comments Lochard

Title: Least Significant Bit Problem: In mathematics and digital electronics, a binary number is a number expressed in the base-2 numeric system or binary numeric system, which uses only two symbols: typically 0 (zero) and 1 (one). The least signific...