63 followers
🫴 Call center employee to software engineer. 🫴 I write code and lift weights. 🫴 Trying to transition from an introvert to an extrovert. 🫴 google: "clevercoderjoy"
Y'all must have heard about genius and extremely bright kids making their way to colleges with big names and then to big companies. Their stories are...
What are variables? Variables are just the names of memory locations with some values stored in them. Why do we need them? Imagine a scenario where...
In JavaScript, we have three different value-comparison operators: "=" "==" "===" What is ( = ) in programming languages? A single equals symbol...
What is git? Git is an open-source version control system. Now, you might be thinking what the heck this means... but don't worry, I will explain to...
import java.conditions, loops · In the previous blog, I covered type conversion and type casting in a JAVA program. If you have not read my previous blog...
import java.typeConversion.*; · In the previous blog, I covered the data types and some other important concepts in a JAVA program. If you have not read...