Posted in Interview

Flutter & Dart Quest

Continue Reading...
AngularJs
Posted in Angular angular 8 angularJS

Angular Question Answer

Question. What Is @inputs In Angular 2? Answer : @Input allows you to pass data into your controller and templates through html and defining custom…

Continue Reading...
Posted in Interview interview laravel

PHP Laravel Interview Questions And Answers

Q. What is Laravel? Laravel is a free and open-source PHP framework that is used to develop complex web applications. It supports the Model-View-Controller (MVC) design pattern. The Laravel framework…

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 react react native React Quize Reactjs

Reactjs Quiz: Events & State

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

React Basics Quiz

Continue Reading...
CSS
Posted in css CSS Frameworks css2 css3 flexbox css less SASS

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…

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...
JavaScript
Posted in Angular angularJS Javascript js Reactjs Vuejs

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…

Continue Reading...
Posted in Salesforce

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…

Continue Reading...