Laravel, PHP, Backend - Uncolored collection
316 subscribers
141 photos
2 videos
2 files
385 links
Коллекция материалов по Laravel и смежным технологиям.

VueJS: https://t.me/vuejs_uncolored
Svelte: https://t.me/svelte_uncolored
React: https://t.me/react_uncolored

Для связи @RainySkys
Download Telegram
Forwarded from Веб-страница
Шпаргалка по работе с Jenkins включила в себя:

— инструкцию по установке на Ubuntu;
— информацию о Pipeline;
— наиболее популярные плагины;
— типы Jenkins Jobs;
— советы и рекомендации.

Всё это с примерами и в формате PDF:
https://tprg.ru/wfrX

#jenkins #devops
Forwarded from IT 1ess0ns
📌 Контейнеризация

▪️ От Docker до Kubernetes: историческая ретроспектива – Смотреть
▪️ Введение в Docker – Смотреть
▪️ Введение в Kubernetes. Часть 1. Установка кластера – Смотреть
▪️ Введение в Kubernetes. Часть 2. Поды и сервисы – Смотреть
▪️ Введение в Kubernetes. Часть 3. Горизонтальное маштабирование – Смотреть
▪️ Введение в Kubernetes. Часть 4. Отказоустойчивость для клиентов – Смотреть
▪️ Введение в Kubernetes. Часть 5. Интеграция с NFS – Смотреть

@ITbook_ru
Forwarded from DevOps&SRE Library
croc

croc is a tool that allows any two computers to simply and securely transfer files and folders. AFAIK, croc is the only CLI file-transfer tool that does all of the following:

- allows any two computers to transfer data (using a relay)
- provides end-to-end encryption (using PAKE)
enables easy cross-platform transfers (Windows, Linux, Mac)
- allows multiple file transfers
- allows resuming transfers that are interrupted
- local server or port-forwarding not needed
- ipv6-first with ipv4 fallback

https://github.com/schollz/croc
Forwarded from PHP Books
Современный РНР. Новые возможности и передовой опыт

Автор: Джош Локхарт
Год издания: 2016

Скачать книгу

#php #русский
Forwarded from Laravel World
Отправка приветственного письма пользователю после регистрации на вашем сайте — это отличный способ начать с ним работу и дать ему понять, что ему здесь рады. В этой статье я покажу вам, как легко настроить отправку электронной почты в Laravel при помощи Gmail SMTP!
https://laravel.demiart.ru/send-email-using-gmail-smtp-server/
​​Typesense is a fast, typo-tolerant search engine for building delightful search experiences.

Features:
- Typo Tolerance: Handles typographical errors elegantly, out-of-the-box.
- Simple and Delightful: Simple to set-up, integrate with, operate and scale.
- Blazing Fast: Meticulously architected from the ground-up for low-latency (<50ms) instant searches.
- Tunable Ranking: Easy to tailor your search results to perfection.
- Sorting: Sort results based on a particular field at query time (helpful for features like "Sort by Price (asc)").
- Faceting & Filtering: Drill down and refine results.
- Grouping & Distinct: Group similar results together to show more variety.
- Scoped API Keys: Generate API keys that only allow access to certain records.
- Curation & Merchandizing: Boost particular records to a fixed position in the search results, to feature them.
- Raft-based Clustering: Setup a distributed cluster that is highly available.
- Seamless Version Upgrades: As new versions of Typesense come out, upgrading is as simple as swapping out the binary and restarting Typesense.

https://github.com/typesense/typesense

#cpp
Forwarded from IT 1ess0ns
💈 Контейнеризация

▪️ От Docker до Kubernetes: историческая ретроспектива - Смотреть
▪️ Введение в Docker - Смотреть
▪️ Введение в Kubernetes. Часть 1. Установка кластера - Смотреть
▪️ Введение в Kubernetes. Часть 2. Поды и сервисы - Смотреть
▪️ Введение в Kubernetes. Часть 3. Горизонтальное маштабирование - Смотреть
▪️ Введение в Kubernetes. Часть 4. Отказоустойчивость для клиентов - Смотреть
▪️ Введение в Kubernetes. Часть 5. Интеграция с NFS - Смотреть

@ITbook_ru
Learn Docker in a Month of Lunches

Автор: Elton Stoneman

Год издания: 2020

Скачать книгу

#docker #english
Forwarded from Laravel World
Пуши играют важную роль в привлечении пользователей — помогают вернуть их обратно на ваш сайт. Для реализации push-уведомлений мы будем использовать связку Laravel и Firebase Cloud Messaging.
https://laravel.demiart.ru/laravel-desktop-push-notifications/