If you are a coding geek you probably deal with command line interface on a daily basis. If that’s the case then why not customizing it? I have set a retro styled terminal with animated background. Let’s continue to know how.
I Customized Windows Terminal. Here is How I Did It.
If you deal with Windows command line interface a lot, this post can change your life!
Handling Side Effects in Vue Computed Properties
Correct approaches for updating out-of-scope data in Vue computed properties
Updating data inside Vue computed properties might get tricky if said data is out of computed scope. Of course, you can always use the “this” keyword to access data, but it leads to an error. Therefore, we have to use methods, watchers, or setter functions. This post reviews all three approaches and some use cases with examples.
How to quickly load preprocessed data in Python
A quide to numpy save and load functions
Loading data from CSV, JSON, txt and similar files can be time consuming. In situations where you have to load the same data again and again it makes more sense to save the data in a way that allows you to load them quickly the next time. This post shows how to use numpy save and load functions to access data efficiently.
Loading more posts...