DEV Community

Cover image for 10 articles related to Web Development YOU can't miss
Full Stack Geek
Full Stack Geek

Posted on

10 articles related to Web Development YOU can't miss

In this article, we would be listing out 10 articles related to WEB DEVELOPMENT that you can read.

1) Calculate Directory Size in PHP | Explained with Algorithm | Working Code
About this article: In this article, we would be discussing the method of calculating the directory or folder size in PHP with working code. Our code would be returning the directory or folder size including the subfolders or subdirectories.
Read Here: Calculate Directory Size in PHP | Explained with Algorithm | Working Code

2) Upgrading the Existing Architecture to Elasticsearch | ELK Stack
About this article: A very comprehensive article discussing the detailed procedure of how you can upgrade your existing architecture to #Elasticsearch or ELK Stack.
Read Here: Upgrading the Existing Architecture to Elasticsearch | ELK Stack

3) HTTP Status Codes Explained
About this article: In this article, we would be discussing all of the HTTP Status Codes, what are they, how are the categorized, what each category contains and meaning of each and every status code.
Read Here: HTTP Status Codes Explained

4) 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

5) InnoDB vs MyISAM | Storage Engines | Tabular Differences
About this article: 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) Best PHP Books for Beginners [Updated] [2019]
About this article: 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]

7) Var vs Let in JavaScript
About this article: A very detailed article discussing: var vs let in Javascript and checks why let is recommended by dev communities out there.
Read Here: Var vs Let in JavaScript

8) Best PHP Frameworks (2019) | Google Trends | Stack Overflow Insights
About this article: [2019] A Very detailed comparison of best #PHP #Frameworks with #Google #Trends, #Stack #Overflow Insights and other #Benchmarks
Read Here: Best PHP Frameworks (2019) | Google Trends | Stack Overflow Insights

9) Implementing OTP in PHP using Twilio
About this article: Implementing #OTP verification in #PHP using #Twilio. A complete and comprehensive step by step tutorial:
Read Here: Implementing OTP in PHP using Twilio

10) What should I learn after PHP | Roadmap 2019
About this article: Discussing the #roadmap a developer should follow after learning/working in #PHP or any other language for a significant amount of time.
Read Here: What should I learn after PHP | Roadmap 2019

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

Latest comments (2)

Collapse
 
hakki profile image
Hakki

On article 3 - section 405 - Method Not allowed

I think there is missing info here

According to RF 7231 (tools.ietf.org/html/rfc7231#sectio...)

It is not only POST or GET. It includes all methods. But on your articles you say

It means that the method sepcified in the request (Get or Post) is not at all allowed.

Collapse
 
full_stackgeek profile image
Full Stack Geek

Hey Hakky,
Thanks for your valuable feedback.
Would surely be updating my article very soon.
:)