Our Valentine’s Gift to You: Managed Databases for PostgreSQL – #SelectedArticles

If you’re building a modern application, chances are you’ll need to store data in some persistent state. from Tigo Source https://blog.digitalocean.com/announcing-managed-databases-for-postgresql/

2019: What’s Coming Next on DigitalOcean – #SelectedArticles

It is the beginning of the year and an opportunity for us to reflect on 2018 and share what’s upcoming for our community in 2019. Last year, we shared details on the progress we’ve made on an ambitious roadmap in January and August. Here’s a recap: from Tigo Source https://blog.digitalocean.com/whats-new-for-2019/

Мгновенный ajax-поиск на Laravel и Vue

Мгновенный поиск является довольно популярной фичей на сайтах и в приложениях. В этом посте мы постараемся охватить ключевые моменты реализации поиска в реальном времени с такими функциями, как подавление "дребезга" или подсветка результатов. Пролог: официальный пакет для реальной работы Если вам нужен аккуратный и хорошо поддерживаемый вариант поиска Eloquent-моделей, то …

How to Optimize MySQL: Indexes, Slow Queries, Configuration – #SelectedArticles

MySQL is still the world’s most popular relational database, and yet, it’s still the most unoptimized – many people leave it at default values, not bothering to investigate further. via Did you enjoy this article? Then read the full version from the author’s website.

Using Docker to create a MySQL server – Rob Allen’s DevNotes – #SelectedArticles

When working on test code on my computer, I usually use the built-in PHP server (php -S) which works nicely. Every so often, I need access to MySQL and I use Docker to temporarily create a MySQL server for me. This is how I do it. This creates a Docker …

Back to Top