Skip to content

Fahad Ahammed

Thoughts, Views & More….

  • Blog
    • Technology
      • programming
        • python
      • Proxy Server
      • বাংলায় লিনাক্স
    • Random
    • Study
    • Purchase Decison
  • Photography
  • Github
  • Resume
  • Resume (HTML)

About Me

This is Fahad Ahammed. A "DevOps Engineer" from Bangladesh. I am always open to help you about DevOps tasks like preparing CI/CD pipeline or prepare a rock solid server architecture with deployment suggestions.... You can knock me via email: iamfahadahammed@gmail.com

Follow me on Twitter

My Tweets

Categories

  • programming (7)
    • python (5)
  • Proxy Server (8)
  • Purchase Decison (1)
  • Study (8)
  • Technology (53)
  • বাংলায় লিনাক্স (1)

Archives

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

Join 106 other subscribers

Referral

Next Level SSD Hosting as low as $3/month.


KVM VPS server as low as $2/month with Unmetered Bandwidth + Others


Tag: mongodb

Date Query in MongoDB

You have some data in MongoDB with date object in them. You want to delete data from certain date, then here it is:-

db.COLLECTION.remove({created_at: {$gt: ISODate('2020-10-22')}})
Posted on October 22, 2020October 26, 2020Categories TechnologyTags mongo, mongodbLeave a comment on Date Query in MongoDB
Proudly powered by WordPress