Month: December 2022
An introduction to responsive font-sizes
Responsive font sizes can be enabled by using viewport relative units. By combining a base size (1em) and a viewport-related unit (vmin, or viewport-minimum of the smallest…
JS Array Functions
Not really next-gen JavaScript, but also important: JavaScript array functions like map() , filter() , reduce() etc. You’ll see me use them quite a bit since a lot of React concepts rely…
Next-Gen JavaScript
let & const Read more about let : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/let Read more about const : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const let and const basically, replace var . You use let instead of var and const instead of var if you plan on never re-assigning…
Salesforce Interview Questions and Answers
1. What is Salesforce? This is one of the most basic salesforce interview questions, where the interviewer is simply checking if you can club your…
interview questions and answers on artificial intelligence
1. What is Artificial Intelligence? Give an example of where AI is used on a daily basis. “Artificial Intelligence (AI) is an area of computer…
Electrical Engineering Interview Questions and Answers
1. What happens when two positively charged material is placed together? When two positively charged materials are placed together they will repel. 2. What are…
Civil Engineer Interview Questions and Answers
1. What Drew You to Civil Engineering? One of the most common civil engineering interview questions is, “Why do you want this job?” Employers in…
Mechanical Engineering Questions and Answers
1. What was the first thing you ever designed? Some of the best mechanical engineers have been creating things their entire lives. Exploring a candidate’s…
Top Visual Studio Code extensions for developers
Live Sass compiler This VS Code extension is used for compiling SCSS files to CSS files quickly compared to other compilers like Visual Studio extensions. This is…
Technical Interview Questions and Answers for Freshers
1. What is Artificial Intelligence? Artificial Intelligence is a technology that is used in computer science. It is used for creating an intelligent machine that can behave…









