Classes
What is a database? Why are they necessary? How do they work?
A database efficiently stores data on a computer. If all...
Structured Query language (SQL) is a database query language. This class will give an overview to databases and the...
Slow query log.
Tuning my.cnf.
DESCRIBE query.
Scaling
When your database holds millions of records, or you have thousands...
Web content can be many things, but in this case let's imagine a blog post.
It has a title, using an
tag, and a body...
SQLite is a database stored in memory or a single file, making it a great data structure and easy to transport.
About...
This webpack plugin will run web-ext after building the extension.
web-ext-webpack-plugin documentation
Here is my custom...
Use bisect to determine which commit introduced a bug.
Given a list of commits somewhere before and after the bug was...