Unlocking the Power of Advanced Logging Techniques in Python
In the world of software development, logging is an indispensable part of diagnosing issues, understanding application behavior, and ensuring that everything runs smoothly. While my GitHub project on Python Logging Examples covers a wide range of logging techniques, from the basics to more advanced practices, there’s always more to explore in the realm of logging. In this post, we’ll dive into some nuanced aspects of logging in Python that were not covered in the project, and we’ll see how these can complement the examples provided in the repository.
Solving the Missing Stock Data Problem - A Feasible Solution
In the world of stock trading, accurate and up-to-date data is crucial. However, what happens when data is missing from one exchange? In this blog post, we’ll explore a feasible solution to this problem using USD Nasdaq data as a fallback for missing Tradegate EUR data.
Kickstart Your Python Development with a Preconfigured Starter Project
Introduction
Navigating a Tricky C++ Coding Test - My Experience and Tips
Introduction
Avoiding Costly Errors in Git Management with GPG Signatures
Introduction
How to open code-insiders from the Terminal
If you are used to opening VSCode on the command line like code .
you run into issues when you want to run the Insiders edition instead.
C++ dev container static code analysis, debugging, formatting and unit testing
At this point I went in guns blazing and wrote pretty much every integration by hand. This is something to address down the road. There are extensions that are meant to make life easier and I did not make great use of them.
C++ dev container with conan and gcc11.
In my previous entry I explored the off the shelve container for c++ and noticed that there would be some things missing. I am still not where I would want to be though I made some progress.
Developing C++ inside a dev container using vscode.
At the moment I am working on an ubuntu machine with vscode installed. There is a new thing out there where your IDE can run a container that features all dev tools you want so that when you move from machine to machine you can take your dev envirnment and all the tools with you.
tic tac toe refurbished
While moving my blog I noticed that my tic tac toe files are not ready for my GitHub blog. It is funny to me how I come back to this project every couple of years to rebuild it with new knowledge.
development on a cloud machine
This is my first ever blogpost. It is more or less just a demonstration for myself and teaches me all the tools and plugins i have to use.
tic tac toe overview dk30
I am taking part in #dk30-spring-2019 which you can find here.
tic tac toe v003
The state of Version 003
tic tac toe v002
Where do we want to be
tic tac toe stylecop
As mentioned in an earlier post I wanted to try out FXCop. The first thing always to do is to read the Wikipedia article about the topic.
tic tac toe tested
I recently got married and had a lot of other stuff do do as well. My apologies for not releasing a new post in a while.
tic tac toe job pipeline
Ultimately automation should trigger on changes in the code repository. To that end I need a GitHub Webhook to trigger the pipeline.
tic tac toe refined
I talked with a friend about the design and he pointed out that it seems too big for such a small game.
tic tac toe project
The weekend is near and I have to decide how I will go about that TicTacToe game.
tic tac toe ai
I was just looking at some old projects and found a TicTacToe game i made at some point in the past. The code style is pretty bad and i am thinking about remaking it. I think it will be a nice little project that lends itself to my occasional spare time programming.
changing somoe stuff
I have to rework all of my past posts.
MSBuild and Cppcheck
CppCheck is an easy to use static code analysis tool. If you want to use it right away, there is a stand alone GUI version in the package . Static code analysis is like having another programmer look over your code and comment on what you have written. I think it is a good idea to run a lot of non conflicting static tools simultaneousely. I even think that it is a good idea to hinder compilation if such a tool lists any errors. CppCheck states on its project page “zero false positives” - so running it should never have a negative effect.
MSBuild and GTest
Noting your intentions in testform is an excellent idea. To do that you want to have a testframework like googletest.
hello world with msbuild.exe
I recently sorted my old code and i was thinking that i will not keep all of it. While i delete most of it though i will remake some of it and put it up on this blog.
hallo welt
This is my first ever blogpost. It is more or less just a demonstration for myself and teaches me all the tools and plugins i have to use.