<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://vlasenkoalexey.github.io/</id><title>Aleksey Vlasenko</title><subtitle>Notes on machine learning, TensorFlow, BigQuery, F#, .NET and developer tooling.</subtitle> <updated>2026-06-01T22:05:41-07:00</updated> <author> <name>Aleksey Vlasenko</name> <uri>https://vlasenkoalexey.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://vlasenkoalexey.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://vlasenkoalexey.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Aleksey Vlasenko </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Profiling TensorFlow v1 input pipeline and analyzing its performance using BigQuery</title><link href="https://vlasenkoalexey.github.io/2020/03/profiling-tensorflow-v1-input-pipeline/" rel="alternate" type="text/html" title="Profiling TensorFlow v1 input pipeline and analyzing its performance using BigQuery" /><published>2020-03-12T00:00:00-07:00</published> <updated>2026-06-01T21:37:21-07:00</updated> <id>https://vlasenkoalexey.github.io/2020/03/profiling-tensorflow-v1-input-pipeline/</id> <content type="text/html" src="https://vlasenkoalexey.github.io/2020/03/profiling-tensorflow-v1-input-pipeline/" /> <author> <name>Aleksey Vlasenko</name> </author> <category term="Machine Learning" /> <category term="TensorFlow" /> <summary>Recently I had to debug a performance issue in TensorFlow V1.x input pipeline. TensorFlow V2.x has a nice tensorboard profiler plugin which is super handy for such situations. Unfortunately it doesn’t work for TensorFlow V1.x, and I wasn’t able to find a lot of information on debugging performance in TensorFlow V1.x. So I’ll share my findings, since a lot of people are still on TF1.x, and this ...</summary> </entry> <entry><title>Monads explanation for C#/Java developers</title><link href="https://vlasenkoalexey.github.io/2016/11/monads-explanation-for-cjava-developers/" rel="alternate" type="text/html" title="Monads explanation for C#/Java developers" /><published>2016-11-30T00:00:00-08:00</published> <updated>2026-06-01T21:37:21-07:00</updated> <id>https://vlasenkoalexey.github.io/2016/11/monads-explanation-for-cjava-developers/</id> <content type="text/html" src="https://vlasenkoalexey.github.io/2016/11/monads-explanation-for-cjava-developers/" /> <author> <name>Aleksey Vlasenko</name> </author> <category term="Programming" /> <category term="Functional Programming" /> <summary>It so happened that October turned out to be a month of Haskell for me. Accidentally I found a new Haskell MOOC by University of Glasgow. I got curious mostly because University of Glasgow is known as the birthplace of most commonly used Haskell compiler. Later during same month I got into Haskell 101 and 201 classes in Google, that turned out to be short but extremely good. One of things I li...</summary> </entry> <entry><title>Implementing F# interactive intellisense support for Visual Studio</title><link href="https://vlasenkoalexey.github.io/2015/10/implementing-f-interactive-intellisense/" rel="alternate" type="text/html" title="Implementing F# interactive intellisense support for Visual Studio" /><published>2015-10-04T00:00:00-07:00</published> <updated>2026-06-01T21:37:21-07:00</updated> <id>https://vlasenkoalexey.github.io/2015/10/implementing-f-interactive-intellisense/</id> <content type="text/html" src="https://vlasenkoalexey.github.io/2015/10/implementing-f-interactive-intellisense/" /> <author> <name>Aleksey Vlasenko</name> </author> <category term="Programming" /> <category term="F#" /> <summary>While playing with F# I found that I’m really missing intellisense support for FSI interactive. It is very useful for exploring APIs and language features. I know, “official” suggestion is to write code in script file where full intellisense is available, and then execute it in FSI. But that is less then optimal, at least for me. Lack of intellisense is even more surprising given that console ...</summary> </entry> <entry><title>Using FSharp.Data in Windows Store app</title><link href="https://vlasenkoalexey.github.io/2015/04/using-fsharpdata-in-windows-store-app/" rel="alternate" type="text/html" title="Using FSharp.Data in Windows Store app" /><published>2015-04-16T00:00:00-07:00</published> <updated>2026-06-01T21:37:21-07:00</updated> <id>https://vlasenkoalexey.github.io/2015/04/using-fsharpdata-in-windows-store-app/</id> <content type="text/html" src="https://vlasenkoalexey.github.io/2015/04/using-fsharpdata-in-windows-store-app/" /> <author> <name>Aleksey Vlasenko</name> </author> <category term="Programming" /> <category term="F#" /> <summary>Idea to create a dev blog crossed my mind long time ago, but I didn’t get to finally do it until now. Hope someone will find my thoughts and experience useful. Today I want to share my experience of integrating FSharp.Data library into Windows Store application. It took couple of evenings to finally make it work, and few times I thought about dropping this idea and doing everything in good old...</summary> </entry> </feed>
