Proglib.academy | IT-курсы
@proglib_academy
3.74K
subscribers
2.03K
photos
67
videos
14
files
1.9K
links
Онлайн-курсы для программистов от создателей «Библиотеки программиста».
По рекламе:
@proglib_adv
Учиться у нас:
https://proglib.io/w/9f60aed6
Для обратной связи:
@proglibrary_feeedback_bot
Download Telegram
Join
Proglib.academy | IT-курсы
3.74K subscribers
Proglib.academy | IT-курсы
Статический HTML и JavaScript
📺
Смотреть
YouTube
Coding Minesweeper - Static HTML and JavaScript - Pair Programming with Guy Royse - Ep 272
In this Twitch live stream, Brendan is joined by Guy Royse for some #livecoding #pairprogramming in #javascript creating a #minesweeper game in a static site.
Guest: Guy Royse https://www.twitter.com/GuyRoyse
#coding #programming #livestream #html
Watch…
Proglib.academy | IT-курсы
Binder - как устроена работа с несколькими процессами в Android
📺
Смотреть
YouTube
Binder - как устроена работа с несколькими процессами в Android
Большой обзорный доклад про межпроцессное взаимодействие в Android и погружение глубже в детали работы. Binder - самый важный компонент системы и откуда взялись ограничения на Bundle
👨🎓
Эксперт - Андрей Белоус, Android разработчик в Bumble, https://abdev.by/jil…
Proglib.academy | IT-курсы
Как создать reusable button в Swift UI
➡️
Читать
Danijela's blog
How to create a reusable button in SwiftUI | Danijela's blog
Oftentimes, when developing your apps, you create a specific button style with different labels and actions to keep your UI consistent across different screens. You'll learn how to create a button view you can reuse across your app instead of having to create…
Proglib.academy | IT-курсы
Рефакторинг – фиксим огромные методы
➡️
Подробнее
Into dotNET
Refactoring – Fixing huge methods - Into dotNET
Stumbled upon a huge method and need help to tackle it? Search no more, we got you. Here's the place to learn about refactoring huge methods.
Proglib.academy | IT-курсы
Сверхбыстрое кроссбраузерное тестирование с Selenium Java
➡️
Читать
Automated Visual Testing | Applitools
Ultrafast Cross Browser Testing with Selenium Java
Learn why cross-browser testing is so important and an approach you can take to make cross-browser testing with Selenium much faster.
Proglib.academy | IT-курсы
Анализ временных рядов геопространственных данных
➡️
Подробнее
Proglib.academy | IT-курсы
Быстрая разработка AWS Lambda с помощью Go и Mantil
➡️
Читать
Applied Go
Rapid AWS Lambda development with Go and Mantil
A test of Mantil, an AWS Lambda development kit for Go
Proglib.academy | IT-курсы
3D-графика в Go
➡️
Читать
Хабр
3D-графика в Go
В большинстве случаев, когда речь заходит об использовании Go, вспоминается backend или DevOps и в самую последнюю очередь можно подумать об использовании Go для создания мобильных или десктопных...
Proglib.academy | IT-курсы
Чтиво о доступности Web-а
➡️
Подробнее
Tighten
Three Web Accessibility Considerations
With a wealth of resources on Web Accessibility available online, it can be overwhelming to know where to start. Learn about three Web Accessibility considerations that can provide a broader perspective and lead to further learning.
Proglib.academy | IT-курсы
Используем Django для отправки почты с помощью SMTP
➡️
Читать
Opensource.com
Use Django to send emails with SMTP
Django is a Python-based web framework that allows more control for sending emails using functions and expressions.
👍
1
Proglib.academy | IT-курсы
Топ-10 ошибок в C++ проектах за 2022 год
➡️
Читать
Хабр
Топ-10 ошибок в C++ проектах за 2022 год
Дело идёт к Новому году, а значит, самое время традиционно вспомнить десять самых интересных срабатываний, которые нашёл PVS-Studio в 2022 году. Стоит отметить, что в этом году было не так много...
Proglib.academy | IT-курсы
Подробное руководство по тестированию в Go
➡️
Подробнее
The JetBrains Blog
Comprehensive Guide to Testing in Go | The GoLand Blog
This article will cover everything you need to know about Go testing. You will start with a simple testing function, and work through more tools and strategies to help you master testing in Go.
Proglib.academy | IT-курсы
Введение в использование Offensive Software Exploitation
📺
Смотреть
YouTube
1-Introduction to the Offensive Software Exploitation Course
This video goes briefly explains what this course is about, what will be covered, and what to expect when you complete the course.
👍
1
Proglib.academy | IT-курсы
Как обстояли дела с HTTP в 2022 году
➡️
Читать
The Cloudflare Blog
The state of HTTP in 2022
So what happened at all of those working group meetings, specification documents, and side events in 2022? What are implementers and deployers of the web’s protocol doing? And what’s coming next?
👍
1
Proglib.academy | IT-курсы
Учитесь читать и понимать Terraform plan
➡️
Подробнее
Proglib.academy | IT-курсы
Являются ли разработчики максимально продуктивными, когда дело доходит до тестирования?
➡️
Читать
Proglib.academy | IT-курсы
Отладка HTML: Линтинг
➡️
Читать
Debugging HTML: Linting - HTMHell
Edge DevTools has a built-in HTML and accessibility linter.
Proglib.academy | IT-курсы
Финальные классы = мгновенное повышение качества кода
➡️
Подробнее
Medium
Final Classes = Instant Code Quality Boost
I feel that final keyword is some kind of bone of contention in our PHP community.
Proglib.academy | IT-курсы
Создание Darkweb-ползуна на Python и Tor
➡️
Читать
Medium
Creating Darkweb Crawler using Python and Tor
In this blog, we will look at a Python script that can be used to crawl the darkweb, and we will discuss the advantages and benefits of…
Proglib.academy | IT-курсы
Подробное объяснение Enum с примерами кода в Swift
➡️
Подробнее
SwiftLee
Enum explained in-depth with code examples in Swift
Enum usage in Swift explained. How to use If case and fallthrough. How to make them equatable and how to iterate over all cases.