How much do I Work?

I want to introduce you to a simple tool that can manage the time you work with the computer

When I sit at the computer, I am completely unaware of the clock and time, there is a small software that collects information about what you are doing. and sends it to its server

Analyzing the time you spent on each software, it can help you to be more productive.

For example, #Visual Studio, #Notepad++ or #StackOverflow Websit, and #CodeProject website have a positive rating as a programmer.

And social networks, checking email during work time is a negative point

You can determine in your dashboard whether a certain software or a certain site has a positive score or not

And every week it gives you a report that this week your performance was so much and you were so active on Telegram

In short, it hurts me a lot

If you want to use it, you can download it from this website rescuetime

2024

Exploring LLMs: How ChatGPT and AI Learn to Talk

14 minute read

AI (Artificial Intelligence) is everywhere these days, and you’ve probably heard of ChatGPT. It’s a tool that uses something called Large Language Models (LL...

C# Internals - Single and SingleOrDefault

3 minute read

Many developers occasionally use the LINQ methods First and FirstOrDefault as substitutes for Single and SingleOrDefault. This practice stems from the belief...

HashSet in C# with Examples

2 minute read

In C#, HashSet is an unordered collection of unique elements. This collection is introduced in .NET 3.5. It provides fast lookups and high-performance set op...

Back to top ↑

2023

How much do I Work?

1 minute read

I want to introduce you to a simple tool that can manage the time you work with the computer

Exclude Post from Search Index

less than 1 minute read

This post should not appear in the search index because it has the following YAML Front Matter:

Back to top ↑