JavaScript
Posted in Angular Javascript js Reactjs typescript Vuejs

How can you ensure accessibility when altering the DOM with JavaScript?

Ensuring accessibility when altering the DOM with JavaScript involves several best practices. Here are some key strategies to maintain or enhance accessibility: By following these…

Continue Reading...
Posted in Angular Javascript js Reactjs Vuejs

Next generation coding

“Next-generation coding” is a broad term that can refer to several emerging trends and technologies in the field of software development. Here are a few…

Continue Reading...
React Native
Posted in react react native React Quize Reactjs

React – What to add & Not to add as Dependencies

In the previous lecture, we explored useEffect() dependencies. You learned, that you should add “everything” you use in the effect function as a dependency – i.e. all state…

Continue Reading...
React Native
Posted in Interview interview Javascript js React Quize Reactjs Vuejs

React Basics Quiz

Continue Reading...
JavaScript
Posted in Angular ES6 Javascript jquery js Reactjs TS typescript

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…

Continue Reading...
Posted in Civil Engineer Interview

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…

Continue Reading...
Posted in Interview

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…

Continue Reading...
Posted in Gitlab Interview

How to delete a Git branch locally

How to delete local Git branches To issue the command to delete a local Git branch, follow these steps: Open a Git BASH window or…

Continue Reading...
JavaScript
Posted in Angular ES6 Javascript jquery js TS typescript

ES6 class declaration

ES6 class declaration ES6 introduced a new syntax for declaring a class as shown in this example👆 This Person class behaves like the Person type…

Continue Reading...
JavaScript
Posted in ES6 Javascript

ES6 class declaration

ES6 introduced a new syntax for declaring a class as shown in this example👆 This Person class behaves like the Person type in the previous example. However, instead of…

Continue Reading...