DEV Community

Full Stack Geek
Full Stack Geek

Posted on

5 Articles You Can read over the weekend

1) InnoDB vs MyISAM

This article discusses 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

2) GitHub Announces Beta Testing of New Sponsorship Tool

GitHub today announced the beta launch of Sponsors, a new tool that allows you to lend financial support to your favorite open-source project on the site via recurring monthly payments.

Read Here: GitHub Announces Beta Testing of New Sponsorship Tool

3) Redis vs MySQL Benchmarks

In this article, we would be discussing the performance benchmarks of Redis and MySQL. To begin with, we would start with the introduction and installation of Redis over Ubuntu Machine. Then we would move towards the benchmarking between these two.

Read Here: Redis vs MySQL Benchmarks

4) 7 Continuous Integration Tools for PHP Laravel Developers

In this article we'll cover 7 tools that can increase code quality, reduce development time, easily reveal errors and generally make your life as a PHP developer easier.

The goal is to set up various tests for our code, without having to
provision or maintain any servers. With a fast feedback cycle, we'll
be able to catch errors early and fix them before they grow.

Read Here: 7 Continuous Integration Tools for PHP Laravel Developers

5) Asynchronous JavaScript

In this article, we are going to discuss Asynchronous tasks in significant depth. We will be discussing what exactly are Asynchronous tasks, what the hack are callbacks, closures, promises and much more in the context of JavaScript.

Read Here: Asynchronous JavaScript

Latest comments (0)