Configurare program

Shortcut CMD to full screen

Command Prompt-ul este un tool pe care il folosim extrem de des in activitatea noastra, iar output-ul unor comenzi ne este afisat pe mai multe linii care nu incap intr-un singur ecran si trebuie sa facem scroll. Daca facem CMD-ul full screen ne ajuta foarte mult ca sa putem vizualiza intreg output-ul. Pentru aceasta operatiune exista chiar doua shortcut-uri.

[mai mult...]

How to create a local Server with MongoDB Compass and import a “. csv” file into the database

MongoDB is an open source non-relational database that stores the data in the form of collections of JSON documents having dynamic schemas. It stores all the related information together which enhances the speed of query processing. This way, it also helps in bringing down the gap between the key-value stores and relational databases. This kind of databases preserves most of the functionalities while offering horizontal scalability.

[mai mult...]