node


Fullstacking: Connecting Nodejs ↔ Mongodb

With React Native, NodeJS + KoaJS and MongoDB set up, we can start connecting them with each other....

post-843-thumbnail
Fullstacking: Setting Up Nodejs + Koajs

NodeJS sudo apt install curl curl -sL https://deb.nodesource.com/setup_10.x | sudo -E ba...

post-838-thumbnail
Seeding A Database

The process where you add initial content to a database is called seeding. Here, I teach you how to seed a database automatically.

post-808-thumbnail
Make Crud Simple With Node, Graphql, And React

Written by Avanthika Meenakshi✏️ GraphQL reduces the complexity of building APIs by abstracting all...

post-758-thumbnail
You Don’T Need Babel With Node

Written by Joel Griffith✏️ If you’ve been active as a Node.js developer, or even dabbled in...

Nodejs: How To Colorize Text

NodeJS: How To Colorize Text

Reduce Is Not My Best Friend(Anymore)

I'm venkatesh. I have been working as a web developer for quite some time. This is a simple...

Graphback - The Evolution Of The Graphql Ecosystem

GraphQL was created almost 7 years ago at Facebook to resolve specific problems for the Facebook mobi...

post-655-thumbnail
Ci/Cd With Travis Ci And Coveralls In Node/Express Api

This article was originally published on my blog In the previous article, we wrote end-to-end tests...

post-633-thumbnail
Creating A Full-Stack Mern App Using Jwt Authentication: Part 2

Written by Praveen Kumar✏️ So far, we have covered the core functionality of JWT authentication in...

post-627-thumbnail
Object Detection Using Tensorflow.Js

A new article is published on overflowjs.com around detecting an object in an image using tensorflow....

post-603-thumbnail
How To Reach Your Goals: 1000 Github Stars In The First Open-Source Software

Today, I’m going to write about a success story in software development. I will not write about Uber, Instagram, AirBnB or Microsoft. I going to write about a **small node.js package management tool**.

Crash Course On Rest, Graphql And Graphback #4: Graphback
post-589-thumbnail
Crash Course On Rest, Graphql And Graphback #3: Graphql
Crash Course On Rest, Graphql And Graphback #2: Rest
Crash Course On Rest, Graphql And Graphback #1: Introduction
Gerando Número Aleatório

Com essa função você pode facilmente gerar um numero aleatório inteiro com JavaScript, passando com...

post-524-thumbnail
Turn Existing Website To Pwa In 1 Minute Using Pwainit

So what is PWAinit? PWAinit is a command line tool that can be installed using npm insta...

Import And Read Excel Files To Nodejs Express Application

Hi, does anybody know how or where can I search an NPM module that can help me create a Node JS appli...

post-473-thumbnail
Nuxt.Js: Go From Zero => Online In Little Time

So... you want to make a website, do you? Do you know how to use HTML? CSS? JavaScript? Well, what...

Ambiente Nodejs - A Saga De Descoberta Do Ambiente Nodejs E A Criogenia Do Dev Pagador De Boletos

Um pouco de mim e um pouco de história também. Antes de tudo, um aviso aos navegantes: esse artigo c...

post-459-thumbnail
The "Mac Guy" Guide To Windows Development

I've been writing NodeJS on a 2016 Macbook Pro since well... 2016. And the experience has been gr8. E...

Validando Email Com Regex

Com a quantidade de top-level domains hoje em dia, fica difícil validar emails. Usando RegEx (Regul...

Til: How To Create Your Custom Node.Js Repl

Today I came across a quick video which explains functionality about Node.js and its REPL...

post-404-thumbnail
4 Practical Use Cases For Regular Expressions

How to stop fearing the RegExp object and learn to love it

How To Initialize A Singleton Mongo Connection With Expressjs

I am trying to initialize a mongo Singleton connection with expressjs in the app/server.js file, in a...

Graphql: Schema, Resolvers, Type System, Schema Language, And Query Language

In this post, I'll introduce you to some GraphQL concepts with a focus on GraphQL schema, resolver, and the query language.

Nodejs: How To Write Data As Json To Your Machine

How To Write Data As JSON To Your Machine

Nodejs: How To Read A Json File From Your Machine

How To Read A JSON File From Your Machine

Let's Display The Response From Api Beautifully

Probably you have used console.log to display data from API. import fetch from "node-fetch"; const...

Encode Gifs With Node

When you want to convey as message, but an image is too simplistic and a video is too complex, a GIF...

post-182-thumbnail
8 Miraculous Ways To Bolster Your React Apps

Find me on medium Sometimes when we build our apps in React we can easily miss opportunities to impr...

My First Proper Open Source Project

I made this little API to fetch any public profile's details. Here is a glance You can look up more...

Resolve A Promise From Outside, After Return

Resolve / reject a Promise from outside, after return

post-88-thumbnail
A Quick Review Of Javascript’S Array.Prototype.Sort() Method

a quick review of javascript’s Array.protoype.sort() method using json

Send `Job` From Node-App To Php-App Via Queue.

Hello guys! In this article, I wanna share one very interesting and fast solution to executing jobs...

Create Your Own Node Framework

I've created a simple node framework just to get the idea behind node frameworks like express. check...