Best destination for Software Engineers in Bangladesh
Software Engineers in Bangladesh can read this post or if you are from outside of the country, you can also check this list if you are interested. So…
Most of the people around the world using technology but have no idea how it works and who behind this. A lot of hard work from Software Engineers makes this world more beautiful and easy.
by Mohammad Shohag
Software Engineers in Bangladesh can read this post or if you are from outside of the country, you can also check this list if you are interested. So…
Check if a string i palindrome or not return true or false, def isPalindrome(s): s = s.lower() return s == s[::-1] print(isPalindrome…
interviewer: “You have 2 minutes. Explain all 7 of OOPS concepts to me.” My answer: Challenge accepted, Let’s go. 1️⃣ Encapsulation - Bundles data …
After 7+ years as a software engineer, here are the Leetcode questions Kartikey recommends you for cracking a 150K+ job offer. 🟠 Master the fundamen…
Here are the 100 activity tips for a Software Engineer for a healthy lifestyle. Physical Wellness: Exercise regularly Practice yoga Take long walks G…
Today I will share how to find second highest salary using SQL query of a employee table. So, first of all we can find highest salary using max(salar…
Hi there, today we will learn how to add a live clock to your react js web applications. We are going to implement this using react functional compon…
How to remove a character from a String. Suppose you are given a problem-solving coding test and said to do that. So you have to solve without using …
How to download backup PostgreSQL database. As we use digital ocean so have to log in to the server with the proper login credentials. So as I have a…