Plurrrr

Sun 14 Jun 2020

Learn LaTeX in 30 minutes

In this guide, we hope to give you your first introduction to LaTeX. The guide does not require you to have any prior knowledge of LaTeX, but by the time you are finished, you will have written your first LaTeX document, and hopefully will have a good knowledge of some of the basic functions provided by LaTeX.

Source: Learn LaTeX in 30 minutes.

Seven Techniques to Master Error Handling

Error handling is an essential part of a programmer’s life. Inputs can be abnormal, and applications can fail. We need to make sure that our code does what it supposed to do.

In this article, I will outline the techniques and recommendations that you can use to write code that handles errors and stays clean. For code examples, I will use C# 8.0.

Source: Guide for better Error Handling in C#, an article by Daniel Rusnok.