DEV Community

Full Stack Geek
Full Stack Geek

Posted on

Web Development Articles YOU can read over this weekend

1) Upgrading the Existing Architecture to Elasticsearch | ELK Stack

About this article:
In this article, we would be discussing the detailed procedure of how you can upgrade your existing architecture to Elasticsearch or ELK Stack. In one of the previous articles, we have discussed in great depth the Introduction to Elasticsearch and the ELK stack
Read Here: Upgrading the Existing Architecture to Elasticsearch | ELK Stack

2)Understanding Docker Networking
About this article:
When we talk about Docker, we say that containers are isolated. How do we communicate with our containers, or other applications like MySQL database? It is not useful if we can't access it.

Docker has a network concept. It has several network drivers to work with. Depending on how we want our container to behave, we can select our network. This helps us to connect container with a container or container with host.
Read Here: Understanding Docker Networking

3)PHP Cookies and Sessions | Detailed Explanation | Coding Examples
About this article:
In this article, we would be discussing the Concepts like Sessions and Cookies in great depth with Coding Examples in PHP. We would be seeing the differences between Sessions and Cookies in PHP. We would also be learning how to set Sessions and Cookies in PHP through Coding Examples.

Read Here: PHP Cookies and Sessions | Detailed Explanation | Coding Examples

4)Java API Best Practices
About this article:
If you want people to use your software, you're going to have to become an API developer. In this Refcard, you'll learn how to make well-documented, consistent, evolvable APIs to help your users make the most of your Java applications.
Read Here: Java API Best Practices

5)InnoDB vs MyISAM | Storage Engines | Tabular Differences
About this article:
In this article, we would be discussing Main Differences between Storage Engines like InnoDB and MyISAM, written in Tabular form for great understanding.
Read Here: InnoDB vs MyISAM | Storage Engines | Tabular Differences

6)Installing the ELK Stack on Alibaba Cloud: Step by Step Guide
About this article:
The ELK Stack is the world’s most popular open source log analytics and log management platform. Together, the four main components of the stack — Elasticsearch, Logstash, Kibana and Beats, provide users with a powerful tool for aggregating, storing and analyzing log data.
Read Here: Installing the ELK Stack on Alibaba Cloud: Step by Step Guide

7)Best PHP Books for Beginners [Updated] [2019]
About this article:
In this article, we would be having a look at a very comprehensive list of best PHP books for beginners, including detailed descriptions and purchase links.
Read Here: Best PHP Books for Beginners [Updated] [2019]

8)A Production-Ready Checklist for Kubernetes
About this article:
How do you know when you're ready to run your Kubernetes cluster in production? In this blog series, we're going to look at what's typically included in a Production Readiness checklist for your cluster and your app.
Read Here: A Production-Ready Checklist for Kubernetes

9)Var vs Let in JavaScript
About this article:
In this article, we would be discussing the long run debate of var vs let in Javascript. We would also be discussing why the usage of let is increasing in dev communities.
Read Here: Var vs Let in JavaScript

10)Top 10 JavaScript Vulnerabilities for Developers
About this article:
JavaScript vulnerabilities are on the rise. Here are some key problem areas along with antidotes.
Read Here: Top 10 JavaScript Vulnerabilities for Developers

Liked this blog? Don't miss out on any future blog posts by Subscribing Here

Top comments (0)