Latest Articles
How to search SQL for column name? [SOLVED]
A database in SQL has multiple tables and each table has contain multiple columns. In SQL, We can search for a specific column name in a table by using the
Optimize Golang Docker images [Multi-Stage Build]
You have built your application and it's now time to package and deploy your application to the cloud so that everyone can use it. But how would you package
HackerRank Solution: Python String Validators [4 Methods]
Python has built-in string validation methods for basic data. It can check if a string is composed of alphabetical characters, alphanumeric characters,
HackerRank Solution: Python Find a string [3 Methods]
In this challenge, the user enters a string and a substring. You have to print the number of times that the substring occurs in the given string. String
HackerRank Solution: Python Diwali Lights [2 Methods]
On the eve of Diwali, Hari is decorating his house with a serial light bulb set. The serial light bulb set has N bulbs placed sequentially on a string which
