Programming

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


Change in Case @ Docder

2 Apr 2023 1 minute read 0 comments Lochard

Problem: You will be given a single string and two positive integers denoting indices. You need to change the case of the characters at those indices,i.e change uppercase to lowercase and lowercase to uppercase. It is guaranteed that all characters i...

Array Sum @ Dcoder

31 Mar 2023 1 minute read 0 comments Lochard

Problem: You are given an integer array and you have to find the sum of the elements of the array and find the remainder when the sum is divided by the largest number of the array. Input: First line contains N, the number of elements. Next line conta...

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

Three's Company @ Dcoder

19 Mar 2023 1 minute read 0 comments Lochard

Problem: This problem requires you to create a output string from input string such that for every character in input string, there are three same characters in output string. Input: First line contains N, the number of letters in the string. The nex...

Degree Celsius @ Dcoder

18 Mar 2023 1 minute read 0 comments Lochard

Problem: Tom is a scientist. He uses huge machines for complex calculations. There is a problem, the machines takes input as Fahrenheit and Tom has the temperatures in Degree Celsius. As he is busy with his work, he asks your help to convert Degree C...

These are a few of the websites I use that offer various tools and resources that can help you create content with no cost.

17 Mar 2023 3 minute read 0 comments -Justin

These are a few of the websites I use that offer various tools and resources that can help you create visually stunning graphics, animations, and 3D designs, for free. When you’re like me and don’t have a pile of money or any money for that matter to...

Optimising Java Performance: Understanding Thread Pools and Their Benefits

16 Mar 2023 5 minute read 0 comments Corey

One of the most effective, and efficient ways to implement multi-threading in Java is through the use of thread pools.   What are thread pools and how do they work? In simple terms, a thread pool is a group of pre-initialised threads that can...

'Sympy' Library | Python

16 Mar 2023 2 minute read 0 comments Casper_x

Simplify your mathematical calculations with SymPy, the Python library dedicated to symbolic mathematics.   Python is a very popular programming language, and one of its advantages is that it has a wide variety of modules. One of these modules is 'Sy...