Category webservice
Apr 12, 2022
#webservice
Download files in Javascript from Node.js server
How to download files in Javascript, either you use Vue.js, React, Angular, jQuery, or Vanilla JS. On the backend side, we run on Node.js using Express.js.
Mar 17, 2022
#webservice
How to use express validator?
How to use express validator through full examples. I found express validator very powerful, but having a poor documentation.
Feb 8, 2022
#webservice
Connect localhost to the internet
How to connect your localhost to the internet using a third party tool for development. Just drop an eye here simple, clean, fast solutions only.
Dec 13, 2021
#webservice
Archiver reading zip data as a buffer without writing to filesystem
Zip data from buffer without writing to filesystem with the Node.js and archiver module. Use a stream and return data as buffer.
Dec 3, 2021
#webservice
Nodejs frameworks comparison for Web Apps in 2022
Start looking for Nodejs frameworks comparison, which has a lot of built-in packages and with a big extensability and integrations.
Jun 16, 2021
#webservice
Setup 2way ssl authentication (mutual authentication) with Nginx
This article presents you a simple way of configuring 2 way ssl or mutual authentication between two servers with Nginx.
Jan 8, 2021
#webservice
NodeJS Tests with microservices, Jenkins and Docker
How I achieved testing nodejs project. Hi, this is my journey trying to add tests for a microservice architectured built with nodejs. I would need to use Jenkins and Docker.
Sep 26, 2018
#webservice
Web Service Architecture for Golang Developers
The web service architecture it's one of the most important part from your project. Learn how to create APIs, take care of security, interact with the database, write tests, use translations and manage the deployment process simply by using Golang.
Apr 18, 2018
#webservice
RESTful API Architecture - Resources
I'm writing this article because when I started to look into this area I searched a lot after the best information that can help me to achieve a high level to design the best RESTful API architecture.
Apr 5, 2018
#webservice
OWASP - Open Web Application Security Project
OWASP - Open Web Application Security Project. The Secure Coding Practices Quick Reference Guide is a technology agnostic set of general software security coding practices.
Feb 18, 2018
#webservice
Create systemd service - daemon (Ubuntu 15+)
Create systemd service - daemon (Ubuntu 15+). Discover how to create daemons step by step, with examples and real examples.