Yegor256 openbaar
[search 0]
Meer
Download the App!
show episodes
 
Loading …
show series
 
Скляров Дмитрий Витальевич - российский программист и специалист в области информатики, известный разработкой алгоритма программы Advanced eBook Processor для обхода защиты электронных книг в формате Adobe PDF. Руководитель отдела анализа приложений в компании Positive Technologies.Door Yegor Bugayenko
  continue reading
 
Анатолий Тимофеевич Фоменко — советский и российский математик, специалист в области многомерного вариационного исчисления, дифференциальной геометрии и топологии, теории групп и алгебр Ли, симплектической и компьютерной геометрии, теории гамильтоновых динамических систем. Академик Российской Академии Наук с 1994-го года. Лауреат Государственной пр…
  continue reading
 
Панов Александр Александрович - основатель и CEO компании Neiry, лидирующего российского разработчика уникальных ИТ-продуктов на базе нейротехнологий, а также один из основателей агентства «КБ-12», оказывающего широкий спектр услуг в областях брендинга, рекламы, креатива и маркетинга, и Лаборатории прибыльных стартапов, которая фокусируется на запу…
  continue reading
 
Глеб Владимирович Носовский — советский и российский математик, известен, главным образом, как соавтор книг Анатолия Фоменко по «Новой Хронологии».Door Yegor Bugayenko
  continue reading
 
Евгений Рыжков - сооснователь PVS-Studio, инструмента для обнаружения ошибок и уязвимостей безопасности в исходном коде программ, написанных на C, C++, C# и Java.Door Yegor Bugayenko
  continue reading
 
Зуев Евгений Александрович - старший профессор практики Института разработки программного обеспечения и инженерии, заведующий лабораторией построения языков программирования и компиляторов в Университете Иннополис: https://innopolis.university/en/professor/eugene-zuev-/Door Yegor Bugayenko
  continue reading
 
Яков Файн -- программист, эксперт в области software architecture, автор нескольких книг о JavaScript и TypeScript, блоггер и лидер общественного мнения.YouTube канал Якова: https://www.youtube.com/user/yfainTwitter: https://twitter.com/yfainDoor Yegor Bugayenko
  continue reading
 
Райгородский Андрей Михайлович - российский математик, автор более 200 научных статей, лауреат премии Президента России 2011 года для молодых учёных, директор Физтех-школы прикладной математики и информатики МФТИ.Door Yegor Bugayenko
  continue reading
 
When you interview each new candidate, your opinion will most likely be pretty subjective. I suggest you try to find a way to structure it with some generic approach, which you will apply to all interviews. This will help you not miss important information and always have a good explanation for your decisions.The video is here: https://youtu.be/o_S…
  continue reading
 
The best bug report is the one that represents the simplest possible scenario where the bug shows up. Most bug reports are not like that. I suggest rejecting them and letting their authors simplify them.Blog post: https://www.yegor256.com/2022/03/29/bugs-occam-razor.htmlThe video is here: https://youtu.be/UXu_Uejo0f0…
  continue reading
 
When you report a bug, try to make it as simple as it's possible. When you accept a bug, ask the reporter to make it as simple as possible. Somebody has to do this work of minimization of a bug. I suggest this work is done by reporters.Video is here: https://youtu.be/jiEJnLBowHcDoor Yegor Bugayenko
  continue reading
 
When you write an academic paper or a patent together with your co-workers, who of them becomes your co-authors? All of them? Some of them? Who decides? In this video I'm asking for your help in defining the formula.The video is here: https://youtu.be/TF8MKOfo3gIDoor Yegor Bugayenko
  continue reading
 
Adam is a creator of CodeScene.com, a cloud service where you can check the quality of your code and spot places where your technical debt is the largest. He's also the author of "Your Code as a Crime Scene" book.Adam's personal website: https://www.adamtornhill.comTwitter: https://twitter.com/adamtornhill?lang=enThe book: https://amzn.to/3AXCPxz…
  continue reading
 
Aino Corry is an expert in Agile and specifically in retrospectives: these are special type of meetings a team must conduct by the end of a sprint, a phase, or the entire project.Aino's twitter is here: https://twitter.com/apaipi?lang=enAino's website: https://metadeveloper.comAnd the book is here: https://amzn.to/3fREDOQThe video is here: https://…
  continue reading
 
"How do I become a software architect with a six-figure salary?" is the question I'm being asked very often. I can't say I know the answer but here is the strategy I would recommend to pursue: make sure your profile differs from all others somehow.The video is here: https://youtu.be/mJb-H-8npFkDoor Yegor Bugayenko
  continue reading
 
Chief Technical Officer (CTO) is usually the highest technical position, where usually is a person who doesn't really remember how to write software code. A better setup would be with a CTO who codes every day and delegates management to Project Managers.Video is here: https://youtu.be/b_w85hL2o04Door Yegor Bugayenko
  continue reading
 
Developing a software product and maintaining it are two different activities, even though both are very important. Developers and maintainers are people of different types and if you want to keep your best developers in the project, don't allow them to become maintainers.The video is here: https://youtu.be/_BbgpugwpEI…
  continue reading
 
Some of us think that the functionality of a product comes first, while the build pipeline (testing, coverage control, static analysis, style checking, deployment) goes next. Moreover, some of us believe that functionality is the foundation of a house, while the build is more like a decoration. I strongly disagree.Video is here: https://youtu.be/Tc…
  continue reading
 
When you are young and hungry for attention, you make open source products. They give you appreciation and recognition faster than anything else. When you grow up and become known for the products you created earlier, you lose interest in open source and give space to next-generation attention seekers. Thus, let's appreciate their work to keep new …
  continue reading
 
What do you do with those who don't deliver almost anything except promises? Do you try to motivate them, discipline, organize, find better tasks for them? I suggest a better strategy: just ignore them. This is how you will save your time and energy for those who deserve your attention. This is how you help your team achieve better results.The vide…
  continue reading
 
Most of us believe that it's impossible to measure the productivity of programmers, researchers, software experts, and other "talents". I believe it's possible. Here is a simple framework, which has experimentally proven its effectiveness. Try it out in your team.The blog post is here: https://www.yegor256.com/2021/10/12/calibrated-achievement-poin…
  continue reading
 
Proper management is not something any team can afford. Here is a simplified framework, which gives you enough control over project affairs and at the same time doesn't bother the team too much. I called it SIMBA since it's a Simplified Management By Artifacts.The blog post is here: https://www.yegor256.com/2021/09/09/simba.htmlThe video is here: h…
  continue reading
 
Using auto-formatters to make your code look nice is a bad idea. Mostly because they won't teach you anything about code quality. Instead, always format your code manually. This is how you learn a lot about quality and good programming practices.The video is here: https://youtu.be/NoBE-WNIVVsDoor Yegor Bugayenko
  continue reading
 
Loading …

Korte handleiding