We going to learn how to create a web server using the HTTP module. We will learn more about this module and use our knowledge about EventEmitter from the previous lesson. We will also see how to serve an HTML file from the webserver we created. Let’s start.
Building Mobile Apps With Vue3 and Ionic
Ionic is an open-source UI framework and toolkit that helps developers build highly efficient and performant apps for native iOS, Android, and the web (PWA). On October 15th, 2020, the Ionic team announced the official release of Ionic-vue, a new way of building applications using the two technologies you already love: Ionic and Vuejs.
Build Real-world React Native App #1: Splash screen and App Icon
In the first step, we are going to implement the Splash Screen using the latest version of React Native and plugins. Major steps in this tutorial are going to take place in Xcode as we need to configure the iOS part of the app for displaying the Splash Screen.
Build Real-world React Native App #0: Overview & Requirement
This series for beginner to intermediate level React Native developers will guide you to build a simple app that serves post from WordPress API. It covers essential topics in the React Native development cycle such as React Hook, React Navigation, Dark mode, Offline handler, In-app purchase, and Admob.
How to implement WPF Canvas? Explain with an example
Canvas is a lightweight layout of WPF. Canvas is used for 2D graphic design elements but not for UI. You cannot use it for making text-box, checkbox, or drop-down because it will create difficulty in screen resolution. Canvas has its height & width, so it cannot be re-sized automatically.
Node.js Lesson 9: Events, EventEmitter and Memory Leaks
Hello everyone, today we are going to talk about events, what exactly are they. Then we will move on to understand what are EventEmitters and how to use them. We will also learn about memory leaks and learn about ways of dealing with it.
Java Stream API
In this article, we will focus on the Java Stream API with that easy processing of collections can be made using a declarative notation.
Node.js Lesson 8: Inheritance from Errors, Error
Today we are going to talk about error handling in Nodejs with the help of inheritance. We will see what are general problems that can arise and how to solve. We will also learn how to print the stack trace of an issue to provide a better debugging experience to the developer
How to create a Github Jobs app using React, Apollo, and GraphQL – Part #2
In this second part, we will be building the client-side app using React.js and Apollo Client to get our full-stack Github Jobs App.
Create simple POS with React.js, Node.js, and MongoDB #17: Stat screen
Now, we are going to implement the final chapter for this tutorial series where we are implementing a graphical representation section on our dashboard screen. In the dashboard screen, we are going o display the statistics from the database using the react-chart.js library.