DEV Community

Cover image for 10 articles related to Web Development YOU should read over this Weekend
Full Stack Geek
Full Stack Geek

Posted on

10 articles related to Web Development YOU should read over this Weekend

1) Why Should You Refactor Your Code?
About this article: Refactoring is just a fancy term that means improving your code without changing how it behaves. Let's look at some reasons why you should learn about when and how to refactor effectively.
Read Here: Why Should You Refactor Your Code?

2) Asynchronous JavaScript | Callbacks | Closures | Promises
About this article: A very detailed and comprehensive article discussing #Asynchronous #Javascript and its key concepts like #callbacks, #closures and #methodcurrying, #Promises and #promiseschaining and #async #await
Read Here: Asynchronous JavaScript | Callbacks | Closures | Promises

3) How to create a custom sort order in javascript
About this article: Usually we will want to sort an array numerically or in alphabetical order, but there are also some cases were we might need a custom sort order.
Read Here: How to create a custom sort order in javascript

4) Introduction to Elasticsearch and the ELK stack
About this article: A very comprehensive article discussing the basic terminologies and their respective use cases of #elasticsearch and #elkstack #indices #documents #nodes #clusters #sharding #replication #kibana
Read Here: Introduction to Elasticsearch and the ELK stack

5) Redis vs MySQL Benchmarks
About this article: #Redis vs #MySQL Benchmarks with #PHP:
A simple and graphical representation of how Redis performs when the number of requests per unit time increases significantly
Read Here: Redis vs MySQL Benchmarks

6) How to Create an Array List in Java
About this article: To store dynamically-sized elements in Java, we used ArrayList. Whenever new elements are added to it, its increase their size automatically. ArrayList implements Java’s List Interface and part of Java’s Collection. Because of their functionality and flexibility, it is widely used.
Read Here: How to Create an Array List in Java

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

8) The #1 Reason Why Agile Transformations Fail
About this article: I’ve often heard that Agile transformation implies a paradigm shift, but what is a paradigm and why does it imply such a change? Anyone who has successfully made the shift can tell you that it’s not just about applying a set of practices like implementing ceremonies, but it’s about changing the way you see the world.
Read Here: The #1 Reason Why Agile Transformations Fail

9) How to modify “remember me” expired time in Laravel?
About this article: 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.
Read Here: How to modify “remember me” expired time in Laravel?

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

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

Top comments (0)