-
Ep. 002 – How to Create a Simple HTML Page – Learn HTML & HTML5
In the previous blog post, we have learned what is HTML and in this blog post, we will learn how to create a simple HTML page from scratch.
-
Ep. 003 – Paragraph, Headings and Anchor Tags – Learn HTML & HTML5
In the previous blog post, we have learned how to create a simple HTML page. In this blog post, we will learn how to add paragraphs, headings, and anchor tags…
-
Ep. 006 – Tables – Learn HTML and HTML5
In the previous post, we have learned how to add images and videos to an HTML page. In this post, we will learn how to add tables with rows and…
-
Ep. 007 – Line Break, Strong and Italic Text, DIV and SPAN tags, Style Attribute – Learn HTML and HTML5
In the previous post, we have learned how to add tables with columns and rows to an HTML page. In this post, we will learn how to add line breaks,…
-
Ep. 004 – Lists, Quotations, and Comments – Learn HTML and HTML5
In the previous post, we have discussed paragraphs, headings, and anchor tags. In this post, we will learn about how to add ordered lists, unordered lists, quotations (Blockquotes), and HTML…
-
Ep. 005 – Images and Videos – Learn HTML & HTML5
In the previous post, we have learned how to add lists, quotations, and comments to an HTML page. In this post, we will learn how to add images and videos…
-
#01 – Introduction – TypeScript
What is TypeScript? TypeScript is a typed super-set of JavaScript It means that any JavaScript code is a legal TypeScript code Also we can write any JavaScript code in a…
-
#00 – Concepts and Notes – JavaScript
Following is a list of core JavaScript concepts: History Developed in 1995 by Brendan Eich Initially named as LiveScript Also known as ECMAScript JS has no concept of input or…
-
#02 – Core Concepts – Learn GraphQL
In this post, we have discussed the core GraphQL concepts e.g. schema, types, queries, mutations, and subscriptions with example codes.
-
#01 – Introduction – Learn GraphQL
In this post, we have discussed what is GraphQL, the differences between REST API’s and GraphQL API development architectures, and an example scenario to elaborate on the differences between the…
-
#02 – Data Fetching – Learn Next.js
Next.js provides three functions to fetch data for pre-rendered pages: getStaticProps(): Used for static generation (pre-rendering technique) Fetches data at build-time When an async function getStaticProps() is called from the…
-
#01 Introduction – Learn Next.js
Next.js is a framework used to develop production ready React applications. Next.js provides many useful features e.g. pre-rendering, smart bundling, dynamic file-based routing, route pre-fetching and many more. In this…


