javascript

A collection of 49 posts
50+ Advanced JavaScript Interview Questions (ANSWERED)
javascript

50+ Advanced JavaScript Interview Questions (ANSWERED)

Hungry for more advanced and tricky JavaScript Interview questions and answers to transform yourself from a Junior JavaScript Developer into a Senior JavaScript Guru before your next tech interview? Search no more! Come along and explore the top hardest JavaScript Interview Questions and Answers including ES6, and ES2015 for experienced

· 21 min read
Angular vs. React vs. Vue: A 2021 comparison
Angular vs React vs Vue

Angular vs. React vs. Vue: A 2021 comparison

Last year saw the emergence of React as the front-runner of the front-end frameworks competition, leaving Angular way behind. But more importantly, Vue emerged as the one with the largest gain. It increased its share in the market with good growth and a high number of downloads. What does the

· 6 min read
Top Programming Languages For Android App Development
Androiid App Development

Top Programming Languages For Android App Development

Technology has made our lives easier with several forms of implementation in different fields still, beginners in coding are always wondering which language they should invest in learning/ working in to get a better learning experience. With several programming languages for android app development available to software programmers, picking an

· 10 min read
Frontend JS Frameworks
frontend

Top FrontEnd JS Framework To Learn In 2021

2020 can be described as a revolutionary year for JavaScript frameworks, as we saw huge development of these frameworks and the beginning of their use among the masses. Read more to keep yourself updated with the frameworks that are predicted to rise. What is JavaScript Framework? JavaScript is a programming

· 5 min read
Javascript
javascript

Javascript Frameworks You Should Definitely Learn In 2021

Javascript has come out to be one of the most prominent languages over the past few years, especially after the rise of NodeJS. Since Javascript is the only language supported by browsers, there is no denying the fact that web development needs expertise in Javascript. And with Javascript being supported

· 5 min read
React Hooks
Android

React-Redux Hooks With Typescript In 2022

This is going to be a continued version of our previous blog, React Hooks with Typescript. So if you are new to hooks, we would suggest looking into that article first, which talks about setting up the starter kit of React hooks with typescript and AntD for UI components. If

· 5 min read
React Hooks with Typescript
Reacthook

React Hooks With Typescript: Use State And Use Effect

In this blog, we are going to see how functional components can be used with react hooks to reduce the amount of code used in writing class-based components while still achieving all the features it has. We are going to use typescript for this tutorial so that our code remains

· 5 min read
Why Learning ReactJs Makes Sense In 2022?
Learning ReactJS

Why Learning ReactJs Make Sense In 2022?

ReactJS is a declarative, efficient JavaScript framework to build interactive user interfaces (UI) with greater ease and flexibility. It provides many advantages in designing simple views for different states in an application and greater ease in updating and rendering the right components efficiently just when the data changes. React is

· 5 min read
API development
API

Learn To Use Fetch() In API Call Easily!

Today we are going to explore the fetch function in API calls and get to know about different methods (such as GET, POST, PUT and DELETE), Call Authentication, and Interceptors. XMLHttpRequest (XHR) was used before fetch() was introduced to make HTTP requests. An XMLHttpRequest would need two listeners to be

· 7 min read
jQuery Interview Questions
JQuery

Top 35 Interview Questions On JQuery

We have listed down some of the most frequently asked Interview questions of JQuery. These questions are curated by experts so that you don’t have to go anywhere. Here we will bestow in-depth knowledge about JQuery so that you can bag down your dream job. 1. Define JQuery? Answer.

· 7 min read
TypeORM With NEST JS Basic Tutorial
TypeORM with NestJs Tutorial

TypeORM With NEST JS Basic Tutorial

In this article, we will be using TypeORM with Nest Js to integrate the database with our application. But before starting with TypeORM, let’s have a brief look at the concept of Object-relational mapping(ORM). Object-relational mapping as a technique for converting data between incompatible type systems using object-oriented

· 8 min read
25 Interview Questions on Node.js
Nodejs

25 Interview Questions on Node.js

Here we listed down the most asked interview questions on Node js so that you don’t have to go anywhere. This is a one-stop destination for all your queries. We provide you the top 25 interview questions on Node js so you can ace your interview. Let’s just

· 8 min read
NodeJS
Nodejs

What Really Makes Node.Js Great?

Javascript- That is actually playing a drastic role to make Node.js great. It is well known that Javascript is a favorite for most software developers to build applications because Node.js uses javascript as its main framework. The Node.js community is used to create a scalable application. After

· 7 min read
Nuxt, Next, Nest! Confused?
backend

Nuxt, Next, Nest! Confused?

Programming is the method to innovate something new and amazing. Being a coder, it is important to be aware of every new upcoming technology. “Nuxt”, “Next”, and “Nest” are a little confusing, right? They might sound similar but their practical application is different from each other. The coders who aren’

· 10 min read
Building your first React Native app: Stopwatch tutorial in React Native
React Native

Building your first React Native app: Stopwatch tutorial in React Native

This blog will help you install and build your very first mobile app that is a STOPWATCH having just some small understanding of Javascript and ReactJS. You are going to have the most complete beginner understanding of building real-life native apps for both iOS and Android which means LEARN ONCE,

· 8 min read
An Angular 5 Tutorial: Step 1 – Guide To Your First Angular 5 App
Angular

An Angular 5 Tutorial: Step 1 – Guide To Your First Angular 5 App

Let’s get started with your Angular 5 tutorial. First, let me introduce you to Angular 5. Angular 5 is a new version of the AngularJS framework. It is developed by Google. It comes with various improvements like optimized build and faster compile times. Angular 5 also comes with a

· 22 min read
Build a Custom Full Page Slider with CSS and JavaScript
Html element

Build a Custom Full Page Slider with CSS and JavaScript

We are going to create a full-screen slider using HTML, CSS3 as well as jQuery HTML The first step is to create an HTML structure. Here’s what we need: * Navigation menu * a wrapper div for slider with a class name CSS-slider-wrapper. * four slides; each has elements such as buttons/

· 7 min read
NestJS TypeORM
Nestjs

Nestjs Typeorm Graphql Dataloader Tutorial With Typescript

All source is available here, you can either download # or follow the tutorial below to understand # each and every component individually https://github.com/codersera-repo/typeorm-graphql-nestjs-dataloader-starter-kit Before we deep dive into integrating all three into a single project. And to take advantage of GraphQL query language, and Typeorm relational database

· 16 min read
Angular Interview Questions
Angular

Top 50 Interview Questions On Angular.

As we all know Angular is a leading technology in web development as well as has great demand in the market. And for that here, is an article that carries all the current and most asked questions in Angular interviews. Ques. 1. Is the Angular and AngularJS different from each

· 18 min read
Running expo and raw react-native together
React-Native

Running expo and raw react-native together

Hello, world! Glad you asked this question, about ejecting your expo app. Well, you might have been asked by your senior developer, or boss or you might have just heard it from someone but don’t exactly have a good acquaintance with it. In this article we’ll try to

· 8 min read
React-native-web developers: Things to look for while hiring
React Native

React-native-web developers: Things to look for while hiring

In the current era, finding and hiring a remote react-native developer is quite tough. Because the market is overflowing with unemployed specialists. Logically, there seems to be a different case. Specialists don’t need to look for a job. If you find such a person, there are two possibilities: One,

· 5 min read
How to Create Your First Flutter App
Flutter

Flutter Tutorial: How to Create Your First Flutter App

Flutter is the Google Mobile App Development SDK that enables your product to simultaneously target both Android and iOS platforms without the need for two distinct code bases. In addition, it is also possible to compile applications using Flutter to target the upcoming Fuchsia operating system from Google. Recently, Flutter

· 10 min read
Java vs Javascript
java

Difference Between – Java And JavaScript

Java and Javascript, both are best in their use and both have comparatively different as well. Java is generally, 1. A strong computer programming language. 2. It is an independent computing platform to build a software application. 3. It treats every project as an object and class. 4. Java compiles

· 2 min read
React Native Web
Android

React-Native-Web Tutorials: Your First Hybrid App

Before we start React-Native-Web * Basic understanding of React (understanding React native as well is preferred but not necessary) * Some understanding of ES6 * Have npm installed on your machine * yarn install. If you don’t, feel free to substitute any instance of yarn add ... with npm install -S .... Downloading Expo Download

· 10 min read