coding

216 Articles 3 Followers


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

What Are the Best Coding Languages to Learn in 2023?

23 Mar 2023 4 minute read 2 comments MintDice.com

In the digital age, coding has become an essential skill that is highly sought after by employers. From software development to data analysis and beyond, coding is a skill that can open up many job opportunities in various industries. If you're wond...

Writing Clean, Maintainable Code: Tips and Best Practices

23 Feb 2023 5 minute read 0 comments Corey

Writing clean, maintainable code can be a difficult process, especially when up against time-constraints. However, taking the time to make sure you write clean, quality code that is well tested will save you headaches in the long run and will increas...

C Kata - Are you playing banjo?

11 Jan 2023 1 minute read 0 comments Lochard

Learning from YayoDrayber, I am sharing my CodeWars DESCRIPTION:Create a function which answers the question "Are you playing banjo?".If your name starts with the letter "R" or lower case "r", you are playing banjo! The function takes a name as its o...

How to Fingerprint a Piece of Code

6 Dec 2022 2 minute read 0 comments TheJan

Code fingerprinting is the process of identifying the characteristics of a piece of code that are distinctive and can help to identify the code's author or origin. This is typically done by analyzing the code's structure, style, comments, and other c...

Download a File using libcurl in C++

5 Dec 2022 1 minute read 0 comments TheJan

It's super simple to download any accessible file from the internet when using libcurl. To download a file using curl in cpp, you can use the following code: Include the curl library in your cpp file using the "#include" directive. Initialize a c...

Coding career can be started at anytime during our career

24 Nov 2022 2 minute read 0 comments Bala

Sometimes I feel that I want to quit coding and start enjoying life. I can do that only if I have enough money to do it. Without financial independence, I will not be able to do something like that. This is when I get motivation from people who are p...