In the previous post we created C library and used it in Python code. And you noticed how much time we spend on memory management. Is there a way to make our life easier? Yes,[…]
Continue reading …
In the previous post we created C library and used it in Python code. And you noticed how much time we spend on memory management. Is there a way to make our life easier? Yes,[…]
Free Programming Books Coding Interview University Gitignore: A Collection of .gitignore Templates Awesome Python The Art of Command Line Awesome Machine Learning Big List of Naughty Strings Awesome Java Awesome JavaScript Awesome Cheatsheets Awesome Kubernetes[…]
To be a productive developer good editor/IDE is essential. On Windows nothing could beat Microsoft Visual Studio (in my opinion). On Linux I don’t have enough experience to make decision yet. For small projects Microsoft[…]
Debugger is developers best friend. If you have to be efficient you have to know how to debug your application. No amount of logs, traces, console output can help you as much as live debugger[…]
Welcome World! This is my first post. Let the fun begin!