<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>idexter.dev</title><link>https://idexter.dev/</link><description>Recent content on idexter.dev</description><generator>Hugo</generator><language>en</language><lastBuildDate>Mon, 25 May 2020 17:01:46 +0300</lastBuildDate><atom:link href="https://idexter.dev/index.xml" rel="self" type="application/rss+xml"/><item><title>Talks</title><link>https://idexter.dev/talks/</link><pubDate>Mon, 25 May 2020 17:01:46 +0300</pubDate><guid>https://idexter.dev/talks/</guid><description>&lt;p>This page presented the list of technical talks and events I have participated in.&lt;/p>
&lt;ul>
&lt;li>&lt;a href="https://www.youtube.com/watch?v=KipUO2D41pc&amp;amp;t=326s" class="external-link" target="_blank" rel="noopener">Profiling Go Applications (Ru)&lt;/a> / &lt;a href="https://golang-yola.timepad.ru/event/1546166/" class="external-link" target="_blank" rel="noopener">&amp;ldquo;First Go-meetup 2021&amp;rdquo;&lt;/a> (21 Feb 2021)&lt;/li>
&lt;li>&lt;a href="https://www.youtube.com/watch?v=w2xl-GIPK7Q" class="external-link" target="_blank" rel="noopener">Dependency Injection and it&amp;rsquo;s friends (in Go) (RU)&lt;/a> / &lt;a href="https://golang-yola.timepad.ru/event/1317897/" class="external-link" target="_blank" rel="noopener">&amp;ldquo;Online meetup - Quarantine, Go away!&amp;rdquo;&lt;/a> (30 May 2020)&lt;/li>
&lt;li>I was a host at Room #2 at &lt;a href="https://www.meetup.com/GolangKazan/events/269888458/" class="external-link" target="_blank" rel="noopener">Stay home and GOnline (RU)&lt;/a> (25 April 2020)&lt;/li>
&lt;li>&lt;a href="https://speakerdeck.com/quasilyte/podghotovka-rielizov-s-goreleaser" class="external-link" target="_blank" rel="noopener">Make a releases in a proper way with GoReleaser (RU)&lt;/a> / &lt;a href="https://www.meetup.com/GolangKazan/events/259259587/" class="external-link" target="_blank" rel="noopener">&amp;ldquo;March of the Go Meetup&amp;rdquo;&lt;/a> (15 March 2019)&lt;/li>
&lt;li>&lt;a href="https://www.youtube.com/watch?v=vEjX-2QkdRk" class="external-link" target="_blank" rel="noopener">Microservices with &amp;ldquo;go-micro&amp;rdquo; (RU)&lt;/a> / &lt;a href="https://www.meetup.com/GolangKazan/events/257152659/" class="external-link" target="_blank" rel="noopener">&amp;ldquo;Happy new Go year Meetup&amp;rdquo;&lt;/a> (5 January 2019)&lt;/li>
&lt;/ul></description></item><item><title>Library</title><link>https://idexter.dev/read/</link><pubDate>Thu, 30 Apr 2020 01:03:36 +0300</pubDate><guid>https://idexter.dev/read/</guid><description>&lt;p>I think, that self-education it&amp;rsquo;s one of the best investment you can do.
So here you can see books I have read which most influenced me and made me who I am as an engineer.&lt;/p>
&lt;h2 id="management--soft-skills">
 Management &amp;amp; Soft-skills
 &lt;a class="heading-link" href="#management--soft-skills">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>The Goal: A Process of Ongoing Improvement / by Eliyahu M. Goldratt, Jeff Cox&lt;/li>
&lt;li>The Choice / by Eliyahu M. Goldratt&lt;/li>
&lt;li>Peopleware: Productive Projects and Teams / Tom DeMarco, Timothy Lister&lt;/li>
&lt;li>Kanban: Successful Evolutionary Change for Your Technology Business / by David J. Anderson and Donald G. Reinertsen&lt;/li>
&lt;li>SCRUM: Applying Agile Project Management Successfully / by Roman Pichler&lt;/li>
&lt;li>Soft Skills: The software developer&amp;rsquo;s life manual / by John Sonmez&lt;/li>
&lt;li>The Passionate Programmer: Creating a Remarkable Career in Software Development / by Chad Fowler&lt;/li>
&lt;li>The Pragmatic Programmer: From Journeyman to Master / by Andrew Hunt&lt;/li>
&lt;li>So Good They Can&amp;rsquo;t Ignore You: Why Skills Trump Passion in the Quest for Work You Love / by Cal Newport&lt;/li>
&lt;li>Out of the Crisis / W. Edwards Deming&lt;/li>
&lt;li>Kanban Method. Basic Practice / Alexey Pimenov&lt;/li>
&lt;/ul>
&lt;h2 id="software-engineering--software-architecture">
 Software Engineering &amp;amp; Software Architecture
 &lt;a class="heading-link" href="#software-engineering--software-architecture">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>Designing Data-Intensive Applications: The Big Ideas Behind Reliable, Scalable, and Maintainable Systems / by Martin Kleppmann&lt;/li>
&lt;li>Code Complete: A Practical Handbook of Software Construction / by Steve McConnell&lt;/li>
&lt;li>Domain-Driven Design: Tackling Complexity in the Heart of Software / by Eric Evans&lt;/li>
&lt;li>Implementing Domain-driven Design / by Vaughn Vernon&lt;/li>
&lt;li>Clean Architecture: A Craftsman&amp;rsquo;s Guide to Software Structure and Design / by Robert C. Martin&lt;/li>
&lt;li>The Clean Coder: A Code of Conduct for Professional Programmers / by Robert C. Martin&lt;/li>
&lt;li>Building Microservices: Designing Fine-Grained Systems / by Sam Newman&lt;/li>
&lt;li>Software Requirements (third edition) / Karl Wiegers and Joy Beatty&lt;/li>
&lt;/ul>
&lt;h2 id="math-computer-science--programming-languages">
 Math, Computer Science &amp;amp; Programming Languages
 &lt;a class="heading-link" href="#math-computer-science--programming-languages">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>Math Geek: From Klein Bottles to Chaos Theory, a Guide to the Nerdiest Math Facts, Theorems, and Equations / by Raphael Rosen&lt;/li>
&lt;li>Code: The Hidden Language of Computer Hardware and Software / by Charles Petzold&lt;/li>
&lt;li>Structure and Interpretation of Computer Programs (SICP)&lt;/li>
&lt;li>The Go Programming Language / by Alan A.A. Donovan &amp;amp; Brian W. Kernighan&lt;/li>
&lt;li>Concurrency in Go: Tools and Techniques for Developers / by Katherine Cox-Buday&lt;/li>
&lt;li>Writing An Interpreter In Go / by Thorsten Ball&lt;/li>
&lt;/ul>
&lt;h2 id="devops--sre">
 DevOps &amp;amp; SRE
 &lt;a class="heading-link" href="#devops--sre">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>The Phoenix Project: A Novel About IT, DevOps, and Helping Your Business Win / by Gene Kim, Kevin Behr, George Spafford&lt;/li>
&lt;li>Effective DevOps: Building a Culture of Collaboration, Affinity, and Tooling at Scale / by Jennifer Davis&lt;/li>
&lt;li>Practical DevOps / by Joakim Verona&lt;/li>
&lt;li>Continuous Integration: Improving Software Quality and Reducing Risk / by Andrew Glover, Paul Duvall, and Steve Matyas&lt;/li>
&lt;li>Release It!: Design and Deploy Production-Ready Software / by Michael T. Nygard&lt;/li>
&lt;li>Cloud Native DevOps with Kubernetes / by John Arundel, Justin Domingus&lt;/li>
&lt;/ul>
&lt;h2 id="other">
 Other
 &lt;a class="heading-link" href="#other">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>Steve Jobs / Walter Isaacson&lt;/li>
&lt;/ul></description></item><item><title>About me</title><link>https://idexter.dev/about/</link><pubDate>Thu, 30 Apr 2020 01:03:13 +0300</pubDate><guid>https://idexter.dev/about/</guid><description>&lt;p>My name is Anton. I’m an experienced business-oriented &lt;strong>Engineering Manager&lt;/strong> 💻 with &lt;strong>Software Engineering&lt;/strong> and &lt;strong>SRE&lt;/strong> background.
I&amp;rsquo;m focused on helping software development teams overcome the barriers between engineers and business and move forward predictably, creating reliable products by leveraging &lt;strong>SRE&lt;/strong> and adopting a &lt;strong>DevOps&lt;/strong> culture.&lt;/p>
&lt;h2 id="some-issues-i-can-solve">
 Some issues I can solve
 &lt;a class="heading-link" href="#some-issues-i-can-solve">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;ul>
&lt;li>Your software development process is unpredictable, and you don&amp;rsquo;t trust your developers.&lt;/li>
&lt;li>The engineering team spends a lot of time on code reviews and testing, but the process does not give the desired result.&lt;/li>
&lt;li>Your services and applications are unstable and constantly crashing, and it&amp;rsquo;s hard for developers to figure out root outage causes.&lt;/li>
&lt;li>Each release always breaks something. The process is stressful, and it takes a long time to restore the data and roll back the changes has been made.&lt;/li>
&lt;li>You are afraid to release on Fridays and weekends. Your developers don&amp;rsquo;t understand how their software works in a production environment.&lt;/li>
&lt;li>You want to move faster, but you are unable to release on a daily basis.&lt;/li>
&lt;li>Your developers, QA engineers and system administrators are constantly fighting with each other.&lt;/li>
&lt;li>You do not have high-quality technical documentation and important knowledge about your system is stored in engineers heads.&lt;/li>
&lt;/ul>
&lt;h2 id="as-a-professional">
 As a professional
 &lt;a class="heading-link" href="#as-a-professional">
 &lt;i class="fa-solid fa-link" aria-hidden="true" title="Link to heading">&lt;/i>
 &lt;span class="sr-only">Link to heading&lt;/span>
 &lt;/a>
&lt;/h2>
&lt;p>I have been doing Software Engineering since 2002 and doing it on a commercial basis since 2005.
In 2009, I graduated &lt;a href="https://norvuz.ru/" class="external-link" target="_blank" rel="noopener">&amp;ldquo;Norilsk Industrial Institute&amp;rdquo;&lt;/a> as a specialist in &lt;strong>&amp;ldquo;Automation of Technological Processes and Factories&amp;rdquo; (in Metallurgy)&lt;/strong>.
For about 5 years I was working on &lt;a href="https://www.nornickel.com/" class="external-link" target="_blank" rel="noopener">&lt;strong>Norilsk Nickel&lt;/strong>&lt;/a> as an &lt;a href="https://en.wikipedia.org/wiki/Automation_engineering" class="external-link" target="_blank" rel="noopener">&lt;strong>Automation Engineer&lt;/strong>&lt;/a>. I used to work with really complex technological equipment in dangerous metallurgical production.
This experience helped me to establish my own view on the problems of modern software development and find approaches how to solve them.&lt;/p></description></item></channel></rss>