Please open Telegram to view this post
VIEW IN TELEGRAM
Medium
A step-by-step guide to building a chatbot based on your own documents with GPT
Building a natural language question answering chatbot on your own documents with GPT and LlamaIndex
Please open Telegram to view this post
VIEW IN TELEGRAM
freeCodeCamp.org
JavaScript Sort Array - How to Sort an Array Accurately
In programming, situations that need you to sort data will always arise. When you sort data, you will always want accurate results because failure to get an accurate result can result in malfunctions or bugs within your code. In this article, you will learn…
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
Implement Speech-To-Text on Android with .NET MAUI
Speech-To-Text is the technique to convert spoken language into text strings. You can do all kinds of cool things with that! The speech-to-text APIs are available on mobile devices, that means we can implement it with the help of .NET MAUI! In this first…
Please open Telegram to view this post
VIEW IN TELEGRAM
Хабр
Data Mesh: что это такое и для чего он нужен инженерам
Команда VK Cloud перевела статью о новом подходе к построению архитектуры данных Data Mesh с помощью lakeFS — системы управления версиями данных с открытым исходным кодом, которая преобразует...
Please open Telegram to view this post
VIEW IN TELEGRAM
Medium
Use case of Pointers in Go w/ Practical Example — Heap/Stack, Pointer Receiver
Pointers in Go don’t function the way they do in C/C++
Please open Telegram to view this post
VIEW IN TELEGRAM
DEV Community
How PHP engine builds AST
First let's look at the PHP codeflow: Prior to version 7, PHP generated OPcodes right inside the...
Please open Telegram to view this post
VIEW IN TELEGRAM
The QA Connection Blog
Headless Browser Testing: Should You Consider This?
Headless testing is a technique for evaluating the functionality of a website or online application without using a web browser. It involves using a test script to simulate actions like clicking bu…
Chrome 111/112, Safari TP, Chrome на iOS, CSS Nesting, Inert и доступность, TS на ES-модулях
🎙 Подробнее
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
360. Chrome 111/112, Safari TP, Chrome на iOS, CSS Nesting, Inert и доступность, TS на ES-модулях
13 марта 2023
— Алексей Симоненко
— Андрей Мелихов
— Никита Дубко
— Вадим Макеев
00:00:00 Интро
00:02:10 Chrome 111
00:06:49 Бета Chrome 112
00:18:24 Safari TP
00:30:53 Chrome на iOS
00:38:33 Тригонометрия в CSS
00:46:48 CSS Nesting
01:00:20 Ускорение таблиц…
— Алексей Симоненко
— Андрей Мелихов
— Никита Дубко
— Вадим Макеев
00:00:00 Интро
00:02:10 Chrome 111
00:06:49 Бета Chrome 112
00:18:24 Safari TP
00:30:53 Chrome на iOS
00:38:33 Тригонометрия в CSS
00:46:48 CSS Nesting
01:00:20 Ускорение таблиц…
Please open Telegram to view this post
VIEW IN TELEGRAM
Medium
A Simple Introduction to Zero Trust Networks
Gain a basic understanding of Zero Trust and implementing your own sample ZT network
Please open Telegram to view this post
VIEW IN TELEGRAM
YouTube
How To Build A TCP Server With Actors In Golang
► Join my Discord community for free education 👉 https://discord.com/invite/bDy8t4b3Rz
► Become a Patreon for exclusive tutorials👉 https://www.patreon.com/anthonygg_
► Follow me on Twitter 👉 https://twitter.com/anthdm
► Follow me on GitHub 👉 https://…
► Become a Patreon for exclusive tutorials👉 https://www.patreon.com/anthonygg_
► Follow me on Twitter 👉 https://twitter.com/anthdm
► Follow me on GitHub 👉 https://…
👾 24 марта приглашаем на вебинар: «Краткое введение в A/B тестирование и его применение в Data Science».
На вебинаре разберем основные методы A/B тестирования и их применение на примере реального финтех продукта.
Вы узнаете:
🔹Для чего нужны A/B-тесты и где они применяются
🔹Стандартные статистические методы проведения A/B тестов
🔹Что такое стратификация и как ее применять
🔹Как увеличить чувствительность A/B-тестов с помощью CUPED
🔹Как применять А/B-тесты на практике: реальный кейс из финтеха
📗Также, при регистрации вы получите: 4 книги по математическому анализу и теории вероятностей, где хорошо описаны основы a/b тестирования.
👉 Регистрируйтесь по ссылке: https://proglib.io/w/a9070d7f
На вебинаре разберем основные методы A/B тестирования и их применение на примере реального финтех продукта.
Вы узнаете:
🔹Для чего нужны A/B-тесты и где они применяются
🔹Стандартные статистические методы проведения A/B тестов
🔹Что такое стратификация и как ее применять
🔹Как увеличить чувствительность A/B-тестов с помощью CUPED
🔹Как применять А/B-тесты на практике: реальный кейс из финтеха
📗Также, при регистрации вы получите: 4 книги по математическому анализу и теории вероятностей, где хорошо описаны основы a/b тестирования.
👉 Регистрируйтесь по ссылке: https://proglib.io/w/a9070d7f
👍2🔥2
Please open Telegram to view this post
VIEW IN TELEGRAM
Хабр
Модель обнаружения смс-спама: создаем и тестируем
Автор статьи: Рустем Галиев IBM Senior DevOps Engineer & Integration Architect Привет Хабр! В прошлой статье мы векторизировали данные, теперь нам осталось написать модель и протестировать её Мы...
Please open Telegram to view this post
VIEW IN TELEGRAM
Sebastiandedeyne
PHP wishlist: The pipe operator
Is it weird to have a favorite operator? Well, the pipe operator |> is mine. Not only does it look cool, it opens a world of possibilities for better code.
Unfortunately, it's not available in any of the languages I use on a daily basis. There are proposals…
Unfortunately, it's not available in any of the languages I use on a daily basis. There are proposals…