Tag: Annotations

Typescript Best Practices

I have been extensively using Typescript since the beginning of this year. The reason for this can be attributed to its popularity, as it was ranked 4th in Github’s language rankings for 2022. Additionally, it appears on most job descriptions, with over 801,000 job offers explicitly ...

Spring Boot Annotations to Prepare For Interviews

Spring Boot comes with a large number of annotations that are used to configure and customize the behavior of various components. Here is a comprehensive list of annotations in Spring Boot: @SpringBootApplication: This annotation is used to mark the main class of a Spring Boot applicati...

Stop Creating Boring Vanilla Plots — Use Matplotlib Annotations Instead

Every single tutorial or course I took did not care to spend more than 5 minutes explaining annotations in Matplotlib. If I googled the topic, the first 5–6 links are from Matplotlib documentation; the rest are just slightly altered versions of it. I found this frustrating because I was not...