Tag: Javascript
-
How to deploy Deno applications to production
Posted on June 9, 2020, Level beginner Resource Length short
In this tutorial, you will be creating a simple Deno application to display hello world. Unlike NodeJS, you do not need to run npm init to create a new application. You can simply create a TypeScript file and start coding away. By Michael Okoh.
Tags javascript open-source nodejs devops
-
How I created a coronavirus tracker app in just 3 days with Ionic and Firebase
Posted on June 8, 2020, Level intermediate Resource Length long
Kapil Raghuwanshi creted this tutorial for any fun of hybrid mobile apps. He is really fond of Hybrid App technologies -- they help us achieve so much in a single codebase. Using the Ionic Framework, author developed a cross-platform mobile solution for tracking Coronavirus cases in just 3 days.
Tags app-development react javascript open-source android ios
-
Functional error handling with Express.js and DDD | Enterprise Node.js + TypeScript
Posted on June 6, 2020, Level intermediate Resource Length long
How to expressively represent (database, validation and unexpected) errors as domain concepts using functional programming concepts and how to hook those errors up to our Express.js base controller. By Khalil Stemmler, a developer advocate at Apollo GraphQL.
Tags nodejs javascript frontend web-development
-
JAMstack step by step tutorial to create a website with just clicks and no code at all for free
Posted on June 4, 2020, Level intermediate Resource Length long
This JAMstack tutorial will show you how to create a JAMstack website with just clicks, no code and for $0. It will detail how to set up a JAMstack website step by step with 30+ screenshots and 2000+ words. It will involve using a git-based CMS service to edit your content easily. Let's get started. By Geshan Manandhar.
Tags nodejs javascript web-development
-
Under the hood of the Angular Compatability Compiler(ngcc)
Posted on May 17, 2020, Level beginner Resource Length medium
In this artice, we will explore how angular makes non Ivy libraries compatible with Ivy libraries using its compatability compiler ngcc. By Ajit Singh.
Tags frontend web-development angular nodejs javascript
-
Angular platforms in depth. Rendering Angular applications in terminal
Posted on May 6, 2020, Level intermediate Resource Length medium
The Angular framework was designed with flexibility in mind. That approach allows Angular applications to be executed across different environments — browser, server, web-worker, and even mobile devices are possible. Written by Nikita Poltoratsky, a Solution Architect at Akveo, open-source contributor and tech author.
Tags angular nodejs javascript web-development
-
Native image lazy-loading for the web!
Posted on April 29, 2020, Level intermediate Resource Length medium
In this post, we'll look at the new loading attribute which brings native _img_ and _iframe_ lazy-loading to the web! FoWeb pages often contain a large number of images, which contribute to data-usage, page-bloat and how fast a page can load. By Addy Osmani, Engineering Manager at Google working on Chrome.
Tags miscellaneous browsers javascript frontend performance
-
Socket.IO, React and Node.js: Going Real-Time
Posted on April 26, 2020, Level intermediate Resource Length medium
Learn the basics of WebSockets and Socket.IO while pairing your first real-time server with a React frontend. Everybody builds chat apps with Socket.IO these days yet messaging applications are only the tip of the iceberg. Think a moment about it: there are a million of other things you can build within the real-time domain. By Valentino Gagliardi.
Tags golang javascript programming web-development
-
Using Netlify functions with GatsbyJs and Google Sheets API
Posted on April 22, 2020, Level intermediate Resource Length medium
Ivo Šiško has written this article about how to extend your JAMstack application with some dynamic functionality using serverless. He will guide you on his journey of implementation 2 dynamic features to static page.
Tags web-development frontend serverless javascript
-
Learn React Hook by building a simple blog app
Posted on April 16, 2020, Level beginner Resource Length long
React is a popular JavaScript library developed by Facebook for building user interfaces. It uses the concept of Virtual DOM to render Elements into the browser DOM because it is a popular belief that manipulating the browser DOM directly can be very slow and costly. By Temitope.
Tags react web-development javascript
-
Building a minesweeper game using React Hooks
Posted on March 17, 2020, Level intermediate Resource Length long
Author of this blog post will share his experience and learnings with a project to improve my knowledge of the most significant ReactJS feature in recent time -- hooks. Tutorial is about building Minesweeper clone. TypeScript was also used. By Ivaylo.
Tags programming javascript react ux
-
User authentication with Amplify in React Native and Expo app
Posted on March 16, 2020, Level intermediate Resource Length long
AWS Amplify is a fantastic framework that helps you develop your web or mobile applications quickly. By Aman Mittal.
Tags react javascript web-development app-development infosec