Introduction to Docker for Absolute Beginners
Full Stack Geek - For WebDevs
by Ayush Jain
4y ago
This article is a part of our series where we discuss Docker and Kubernetes in great depth. In this particular article, we would be looking into whats and whys of Docker and in the subsequent articles, we would be going through Docker and hence Kubernetes in great depth. Table of Contents 1. Prerequisites 2. Why use Docker? 3. What is Docker? Prerequisites: Any Computer Machine Knowledge of basic bash commands Suggested Read: Redis vs MySQL Benchmarks Why use Docker? : So the biggest question on Earth is, why we use Docker in the first place? to answer this question, let us ..read more
Visit website
Type Coercion In JavaScript
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
Before jumping over Type Coercion in Javascript, we should have an overview of how the declaration of variables happens in Javascript. In this article, we will be discussing Type Coercion in Javascript in the following order: Table of Contents 1. Prerequisites 2. What Is Type Coercion 2.a Definition From CodeCamp 3. Different Types Javascript Can Coerce to 4. Major Takeaways Prerequisites to understand Type Coercion: Sound Understanding of Declaration of Variables You should know about Truthy and Falsy Values in Javascript (Optional) Scoping of Variables in Javascript What Is T ..read more
Visit website
Calculate Directory Size in PHP | Explained with Algorithm | Working Code
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
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. Calculate Directory Size in PHP | Working Example Code  Table of Contents Introduction Algorithm to calculate the folder or directory size PHP Code to calculate the folder or directory size Recommended Articles Introduction:We would be using a recursive procedure to calculate the folder or directory size in PHP so that we can easily consider the sizes of sub ..read more
Visit website
Upgrading the Existing Architecture to Elasticsearch | ELK Stack
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
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. Suggested Read: Introduction to Elasticsearch and the ELK stack Table of Contents Existing Architecture Step Wise approach for Upgrading to Elasticsearch/ELK Stack [Step 1] - Adding Elasticsearch [Step 2] - Adding Kibana [Step 3] - Adding Metricbeat and Filebeat ..read more
Visit website
HTTP Status Codes Explained
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
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. HTTP Status Codes | Full Stack Geek Table of Contents What are HTTP Status Codes Categorization and Detailed Explanation of all HTTP Status Codes 1XX - Informational 2XX - Success 3XX - Redirection 4XX - Client Error 5XX - Server Error Recommended Articles References What are HTTP Status Codes: In a Client-Server arc ..read more
Visit website
How to modify “remember me” expired time in Laravel?
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
In this article, we will be discussing the way you can easily customize the default expiration time of remember me token in Laravel. We would also be getting to know the default value of expiration time of remember me token in Laravel. Table of Contents Introduction The Default value of Expiration Time of remember me token in Laravel Stepwise Procedure to Modify the token's Expiration Time [Customizing token's Expiration Time] Step One [Customizing token's Expiration Time] Step Two [Customizing token's Expiration Time] Step Three Recommended Articles Ho ..read more
Visit website
PHP Cookies and Sessions | Detailed Explanation | Coding Examples
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
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. PHP Cookies and Sessions | Detailed Explanation | Coding Examples Table of Contents IntroductionWhat are Sessions What are Cookies Workflow Differences Between Session and Cookies in PHP Coding Examples in PHP | Cookies Set Cookie in PHP | Creating Cookies in PHP Retrieving Cookie in PHP Unset Cookie in PHP ..read more
Visit website
Best PHP Books for Beginners [Updated] [2019]
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
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. Best PHP Books for Beginners [Updated] [2019] | Full Stack Geek Table of Contents List of Best PHP Books For Beginners Head First PHP & MySQL – by Lynn Beighley & Michael Morrison The Joy of PHP Programming: A Beginner’s Guide to Programming Interactive Web Applications with PHP and MySQL Learning PHP, MySQL & JavaScript with jQuery, CSS & HTML5 Apache, MySQL, and PHP Web Development Recommended Articles Li ..read more
Visit website
Arrays in JavaScript : Part 2
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
In this article, we are going to discuss "Arrays" in Javascript in great detail. Following is the list of topics we are going to cover: Manipulating Arrays.  Looping and Searching over Arrays. (Discussed on this page). Filtering and Sorting Arrays. Let us go through it in a bit detail: Looping and Searching over Arrays: You can use forEach() API (provided by Javascript) which accepts a function as a callback and runs one time for each element present inside the array. Consider the following Example: const notes = [ 'Note 1', 'Note 2', 'Note 3', 'Note 4 ..read more
Visit website
InnoDB vs MyISAM | Storage Engines | Tabular Differences
Full Stack Geek - For WebDevs
by Ayush Jain
5y ago
In this article, we would be discussing Main Differences between Storage Engines like InnoDB and MyISAM, written in Tabular form for great understanding. InnoDB vs MyISAM | Full Stack Geek Table of Contents What Are Storage Engines Differences between InnoDB and MyISAM Recommended Articles References What Are Storage Engines: Before moving to the comparison between the two most popular MySQL Storage Engines, we need to know what exactly are these Storage Engines. So, these are basically the underlying software MySQL components. They can handle the SQL operations for different table ..read more
Visit website

Follow Full Stack Geek - For WebDevs on FeedSpot

Continue with Google
Continue with Apple
OR