Skip to content
Singhak
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy
Menu Close
  • Home
  • Tech
    • Javascript
    • Python
    • QnA
    • TipsnTricks
    • Automation
  • Blog
  • Submit Guest Post
  • About me
    • Contact Us
    • Privacy Policy

TipsnTricks

Home » TipsnTricks
Read more about the article 10 MongoDB performance tuning tips for large scale applications
Database / MongoDB / TipsnTricks

10 MongoDB performance tuning tips for large scale applications

Indexing: One of the most important performance tuning tips for MongoDB is to properly index your collections. This allows for faster query execution and can greatly improve the performance of…

0 Comments
20th March 2023
Read more about the article Python utility scripts that can automate various tasks
Python / Tech / TipsnTricks

Python utility scripts that can automate various tasks

Here are some examples of simple Python utility scripts that can automate various tasks: 1. File Renamer: This script allows you to rename multiple files in a specific directory with…

0 Comments
13th March 2023
Read more about the article How Container communicate with another container
Tech / TipsnTricks

How Container communicate with another container

In many applications, you'll need more than one container - for two main reasons: It's considered a good practice to focus each container on one main task (e.g., run a…

0 Comments
28th November 2022
Read more about the article How to Manage Data and Volumes in docker
QnA / Tech / TipsnTricks

How to Manage Data and Volumes in docker

Images are read-only - once they're created, they can't change (you have to rebuild them to update them). Containers on the other hand can read and write - they add…

0 Comments
21st November 2022
Read more about the article How to install Docker Compose on Linux
Tech / TipsnTricks

How to install Docker Compose on Linux

Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. Then, with a single command, you create…

0 Comments
14th November 2022
Read more about the article Docker Images and Containers and cheat sheet
Tech / TipsnTricks

Docker Images and Containers and cheat sheet

Images Images are one of the two core building blocks Docker is all about (the other one is "Containers"). Images are blueprints / templates for containers. They are read-only and…

0 Comments
7th November 2022
Read more about the article Access log of container running in detached mode
Tech / TipsnTricks

Access log of container running in detached mode

As we know that we can see log or print statement of our code at console. While running the docker image, we see these logs and print statements it depends…

0 Comments
31st October 2022
Read more about the article Lock header in google sheet or excel
TipsnTricks

Lock header in google sheet or excel

When we have long large set of data then our header of table goes up while scrolling the data. We can solve this issue via locking the header either vertical…

0 Comments
24th October 2022
  • 1
  • 2
  • 3
  • 4
  • …
  • 8
  • Go to the next page

Buy Me a Coffee

Follow Us

Join Telegram Channel

Categories

Archives

Subscribe

Recent Posts

  • 10 MongoDB performance tuning tips for large scale applications
  • Python utility scripts that can automate various tasks
  • Setting up a MongoDB environment: A step-by-step guide for installing MongoDB on your local machine
  • 5 Different ways to compress image using python script.
  • Make rest api call using https node module.

Menu

  • Home
  • Submit Post
  • Privacy Policy
  • About me
  • Guest Post Submission
  • Contact Us
Support Me

Buy Me a Coffee

Copyright 2021 - Singhak
pixel