Hi again. My name is Pavel, or Paul for short. I worked as a software developer and an R&D engineer in many companies from small startups and indie game developers to big corporations from Fortune 500. I developed production systems with many programming languages: Visual Basic, C#, Java, C++, Python… a lot of them. IContinue reading “Initial Post”
Author Archives: Pavel Kosov
Important Skills for R&D Compiler Engineer
Firstly compiler engineers should be curious and patient. And one also should know the following things: CPU Design and Architecture. Algorithms (especially graph-based ones). Compiler internals (from parser to codegen). Operational systems design How linkers works Data Science / ML These are the first points which came to my mind. Obviously this list is farContinue reading “Important Skills for R&D Compiler Engineer”
Useful Commands
In this article I will place different tips and tricks for git/bash/sed… But let’s start with setting bash prompt: export PS1=”\e[1;34m[\t]\e[0;32m\w>\e[0m” it changes prompt to this one: In short: \e[1;34m – Begin color changes to light blue [\t] – Place current time between two brackets \e[0;32m – Begin color changes to green \w> – PlaceContinue reading “Useful Commands”