Check your spelling!

I like learning new stuff - anything, including technology. I love tinkering with new tools, systems and services, especially open source projects
Search for a command to run...

I like learning new stuff - anything, including technology. I love tinkering with new tools, systems and services, especially open source projects
No comments yet. Be the first to comment.
inodes is a concept in Linux. Oh waitβ¦no Fun fact that I learned while experimenting on my macOS - I can see that the term and concept of inodes exists in the context of macOS too Looks like itβs a βUnixβ thing and Linux and Darwin, both are Unix bas...

You can look for Kubernetes Preemption Events in your observability system assuming you are exporting your Kubernetes Events to some store like some time series DB or similar In our case, we use Prometheus and we have an exporter for exporting the Ku...

Recently, when I discovered the py-spy profiler took for Python, I also discovered Speedscope, which is visualization tool for visualizing performance data (performance profile etc). This is a flamegraph Visualization. I have something of this sort w...

So, today, we had an issue in one of our internal systems called API Tester. It was very slow. Only today it was slow, and the CPU usage was very high according to our monitoring systems, especially since today morning. Before noticing the CPU usage,...

If you have Prometheus running and scraping metrics - You can find Kubernetes list of features enabled information for every feature using kubernetes_feature_enabled metric which gives build information kubernetes_feature_enabled{} The name of the f...

It's easy to make a mistake in spelling when writing stuff online and worse - when writing code π§βπ»π©βπ»π¨βπ» to build software. It's especially important to write code with less or 0 spelling mistakes when others are also going to read your code - which is most probably the case, either now or in the near or far future
Spelling mistakes can cause problems for people to search through code using their search πππ¦π features like Command + F or Ctrl + F in their text editor / IDE. Of course spelling mistakes are NOT a problem when you use modern tools βοΈ π§° π οΈ to search through code using Find References and similar features of the text editor / IDE which understand the language and do search ππ¦ππ
I personally feel it's better to use words with less or 0 spelling mistakes, especially in source code
I personally use Code Spell Checker VS Code Extension in my Visual Studio Code. It's developed by https://streetsidesoftware.com/ . They have published a lot of Open Source VS Code Extensions - https://marketplace.visualstudio.com/publishers/streetsidesoftware
Street Side Software has created a lot of Open Source software, which you can find at https://github.com/streetsidesoftware
CSpell is their main project I think - https://github.com/streetsidesoftware/cspell , https://cspell.org/
And there are lot of projects around the CSpell ecosystem, like the Code Spell Checker VS Code Extension and then there are more - https://github.com/streetsidesoftware/cspell-dicts , https://github.com/streetsidesoftware/vscode-cspell-dict-extensions , https://github.com/streetsidesoftware/cspell-action , https://github.com/streetsidesoftware/cspell-cli
They have dictionaries for various Spoken Languages and also for various Programming Languages and for many things Programming related - for example, a dictionary for AWS - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/aws , a dictionary for Docker - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/docker , a dictionary for Google Cloud - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/google , a dictionary for Kubernetes - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/k8s . They have dictionaries for other stuff too, like specialized dictionaries for some things - a dictionary for company names - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/companies , a dictionary for crypto currencies - https://github.com/streetsidesoftware/cspell-dicts/tree/main/dictionaries/cryptocurrencies and more!
You can find all the dictionaries that are available for use in https://github.com/streetsidesoftware/cspell-dicts , the dictionaries are well documented :)
I'm already using Code Spell Checker Extension for VS Code already and it's great πππ. I recommend you to start using it or something similar to it that can help you make less spelling mistakes in your software project source code or even documentation / docs