LaTeX - How to add code snippets or any example text
I recently had to write a report using LaTeX. I had a problem with inserting my code snippets into the report. Online I found many advanced »
In order to understand how and why we use mocks for tests we need to understand different types of test doubles (implementations used for testing) and »
By now it has become a habit to create this list every year. I have made little changes as I still think the books below stand »
Back in 2017 I started looking into .Net core Because of this I started scouting the web for good resources on .NET core. I am mostly »
I recently had to write a report using LaTeX. I had a problem with inserting my code snippets into the report. Online I found many advanced »
This is another one of those embarrassing moments. I just had this issue for quite some time and I could not figure out what I was »
If you are like me, then you do not care much about namespaces. Hitting alt + enter using resharper gets you what you want most of the »
I just had this issue. All I needed was to run a simple javascript to test something, but it just would not run. In the end »
I have been writing blog posts for the last few years. I still have a feeling that I have a lot to learn. When I look »
I recently look for an easy way to start a new task in C#. Many of the examples that I found required several lines of code. »
If all your files in your wwwroot (or whatever you call your web root) folder gives you a 404. Then you have most likely misconfigured your »