Vesna VucinicResponsive Grid LayoutWe can use media queries to position grid items for different screen sizes.Aug 15, 2021Aug 15, 2021
Vesna VucinicWhy Is SQA Important?What we needed to do after creating the app, but before releasing it out to the world, was to test it. Testing and programming should…Aug 4, 2021Aug 4, 2021
Vesna VucinicWhy use GraphQL?GraphQL is composed of two main parts, the query language, which is used to request data, and the framework that processes these queries.Aug 1, 2021Aug 1, 2021
Vesna VucinicCSS Transitions and TransformsCSS transitions and transforms can create simple animations that enhance user interactions in websites and apps.Jul 25, 2021Jul 25, 2021
Vesna VucinicFunction Expressions and Function Declarations in JavaScriptfunction keyword does a simple job: creates a function. However, the way we define a function using the keyword can create functions with…Jul 17, 2021Jul 17, 2021
Vesna VucinicHandle Errors in React With React Error BoundaryAccording to the official React documentation,Jul 11, 2021Jul 11, 2021
Vesna VucinicObject Destructuring in JavaScriptThe object destructuring is a useful JavaScript feature to extract properties from objects and bind them to variables.Jul 4, 2021Jul 4, 2021
Vesna VucinicJavaScript Function HoistingHoisting is a JavaScript mechanism where variables and function declarations are moved to the top of their scope before code execution.Jun 27, 2021Jun 27, 2021
Vesna VucinicReact TableLibraries like React Table provide us with features like searching, filtering, sorting with tables. React Table is a collection of hooks…Jun 20, 2021Jun 20, 2021
Vesna VucinicRESTful APSsAn API is an application programming interface. It is a set of rules that allow applications to exchange data and information. The…Jun 13, 2021Jun 13, 2021