coding

222 Articles 3 Followers


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

Developers should always be open to learning

15 Nov 2022 2 minute read 0 comments Bala

Learning new trends and new technologies is always one of the key requirements to be a developer. We might be highly skilled developers but staying up to date with the technology is very important. The biggest reason is that there are always innovati...

Building mobile first applications

14 Nov 2022 2 minute read 0 comments Bala

Building mobile-first applications have become an important part of web development in today's world. The requirement of all the companies has now inclined towards building mobile-first applications. Recently my company also started moving towards bu...

14 Extremely Useful Websites That You Should Know About

17 Oct 2022 1 minute read 0 comments Lucapelle

1. Removebg Remove the background from your image and add in any background you like in 5 seconds. 2. 12ft Ladder Want to read an article, but there’s a paywall? Simply: • Insert URL into 12ft ladder • Click remove wall • Access content        ...

Here all your questions have an answer: What is blockchain and how does it work?

11 Oct 2022 6 minute read 0 comments elena_did

You can't call yourself a crypto investor if you don't know about this by now: Blockchain technology for all (overview)   Crypto industry is revolutionizing the actual financial system whatever you want to believe it or not. It is a fact that sooner...