Get Mystery Box with random crypto!

@yegor256news

Logo of telegram channel yegor256news — @yegor256news Y
Logo of telegram channel yegor256news — @yegor256news
Channel address: @yegor256news
Categories: Cryptocurrencies , Telegram , Crypto News
Language: English
Country: Not set
Subscribers: 4.76K
Description from channel

Recent news from Yegor Bugayenko a.k.a. @yegor256 about computers and programmers.
The blog is at www.yegor256.com
To discuss, join @bloghacks @zerocracy (EN) or @szdne @codeahead (RU)
To talk about OOP: @elegantobjects @painofoop (RU)

Ratings & Reviews

2.67

3 reviews

Reviews can be left only by registered users. All reviews are moderated by admins.

5 stars

0

4 stars

1

3 stars

0

2 stars

2

1 stars

0


The latest Messages 6

2022-08-27 17:34:06
As I mentioned earlier, I'm planning to teach students how to ensure quality in software projects. I prepared course structure and some titles for lectures (source are here). In each lecture we will discuss one GitHub repository and I will explain them how some configuration works in there. I'm interested to hear your opinion: what did I miss?
606 viewsyegor256, edited  14:34
Open / Comment
2022-08-22 16:39:52
I released a new version 0.28.0 of Xembly, a Java library and a programming language, which was created in 2013. It is used very actively in almost all of my projects, including EOLANG, Rultor, Jare, and others. Xembly is an imperative language for modifying XML documents. It's much simpler than DOM, XSLT, or XQuery. If you deal with XML documents, I suggest you try Xembly (and give it a GitHub star).
1.9K viewsyegor256, edited  13:39
Open / Comment
2022-08-17 16:57:51
Наконец-то, после почти годичного перерыва, мы снова собираемся на седьмой уже по счету Object Thinking митап для обсуждения объектно-ориентированного программирования: 14-го сентября в 18:30 по адресу Арбат 54/2 стр. 1 Арт-холл "Президент". Вас ждут два доклада: Николай Кудасов расскажет об алгебраических типах данных в ООП, а я расскажу об одном интересном случае применения generics в Java. Оба доклада будут на русском языке. Вход бесплатный, вкусный ужин за наш счет, но регистрация обязательна по этой ссылке. Всего на митап попадет лишь 100 человек, поэтому торопитесь зарегистрироваться. Как и прежде, видео докладов будут записаны и выложены в этом YouTube плей листе (подпишитесь, чтобы не пропустить). Возможно получится организовать онлайн трансляцию, но не обещаем.

У нас есть специальная группа для посетителей наших митапов, присоединяйтесь: @objectthinking
5.5K viewsyegor256, edited  13:57
Open / Comment
2022-08-13 07:39:16
Five years ago we created Cactoos, a library of Java primitives for managing collections, maps, functions, scalars, files, texts, and so on. The plan was to make an object-oriented alternative to Apache Commons and Guava, which are ugly imperative and procedural (although very popular). It seems that the plan worked out to some extent: today we have 666 stars in GitHub and it's counting. You are welcome to try Cactoos out and give us your star :)
3.1K viewsyegor256, edited  04:39
Open / Comment
2022-08-11 19:30:28
Некоторые фильмы сильны своим сюжетом, он захватывает и держит в напряжении до конца. Некоторые — игрой актеров, которые "как живые". Некоторые — глубиной мысли, сложностью обсуждаемой проблемы. А есть фильмы, которые пересматриваешь десятки раз, и от этого они только вкуснее становятся. Как Витька Чеснок вёз Лёху Штыря в дом инвалидов (2017) от Александра Ханта — это такой фильм.
3.1K viewsyegor256, edited  16:30
Open / Comment
2022-08-11 14:12:01
10-го сентября в 14:00 в Санкт-Петербурге в парке 300-летия я буду выступать на конференции ProIT FEST. Расскажу о том, что нас ждет в области R&D, поделюсь опытом (в том числе печальным), предложу некоторые подходы по организации R&D в "домашних" условиях. За билетами со скидкой обращайтесь в личку.
2.5K viewsyegor256, 11:12
Open / Comment
2022-08-11 05:22:53
A new post on my blog, about object-oriented programming and Java, with an example: Declarative and Immutable Pipeline of Transformations It explains a software design of a small Java library that I created a few months ago and which I'm very proud of.
2.6K viewsyegor256, 02:22
Open / Comment
2022-08-08 15:09:24
In a few weeks I start teaching students in two Russian universities: HSE and Innopolis. The topic will be the same in both places, but the content will differ. It will be a series of about 10 lectures in each university about ensuring quality in software projects. Lectures will be disconnected from each other and will discuss by-example the mistakes that we often make in our code, in our architecture, in our tests, in our build automation, in CI/CD, in our teams. All of them will be video recorded and published in my YouTube channel (don't forget to subscribe).
2.7K viewsyegor256, edited  12:09
Open / Comment
2022-08-06 16:33:36
Этика Долга (2022) от Олега Болдера — очень своеобразный микс из хоррора, политики, философии, любовной драмы и комедии. На злобу дня.
2.9K viewsyegor256, 13:33
Open / Comment
2022-08-04 15:59:44 A new post on my blog: The Code and Its Tests in Different Pull Requests The idea is simple: always submit changes to the code separately from the changes to its unit tests. Simply put, in one pull request you modify the tests, maybe marking some of them as “disabled.” You merge this pull request and then make the second one, modifying the code and most probably removing the “disabled” markers from the tests. You don’t touch the body of the tests in the second pull request.
3.1K viewsyegor256, 12:59
Open / Comment