I Failed the Turing Test

  • AI
  • Web Development
  • Database
  • DevOps
  • Python
  • JavaScript
  • Big Data
  • Blockchain

All posts by Vinta

Dot notation (obj.x.y.z) for nested objects and dictionaries in Python

Posted on 2018-02-272026-02-18Author VintaPosted in Python

Simple implementations of nested_getattr(obj, attr, default), nested_setattr(obj, attr, val) and nested_dict_get(dictionary, dotted_key).

Remotely debug a Python app inside a Docker container in Visual Studio Code

Posted on 2018-02-242026-03-17Author VintaPosted in Python, Web Development

In this article, we are going to debug a Flask app inside a local Docker container through VS Code's fancy debugger, and simultaneously we are still able to leverage Flask's auto-reloading mechanism. It should apply to other Python apps.

MongoDB cookbook: Indexes

Posted on 2018-02-142026-03-17Author VintaPosted in Database

The order of fields in an index matters, you must consider Index Cardinality and Selectivity. Instead, the order of fields in a find() query doesn't affect whether it can use an index or not.

MongoDB cookbook: Queries and Aggregations

Posted on 2018-02-142026-03-17Author VintaPosted in Database, JavaScript, Python

Frequently accessed items are cached in memory, so that MongoDB can provide optimal response time.

Run a Celery task at a specific time

Posted on 2018-02-092026-02-18Author VintaPosted in Python, Web Development

You are able to run any Celery task at a specific time through eta (means "Estimated Time of Arrival") parameter.

Posts pagination

← Previous Page 1 … Page 8 Page 9 Page 10 … Page 24 Next →

Say Hello

TwitterFacebookLinkedInGitHubRSS

Recent Posts

  • Expose a Local Service with Cloudflare Tunnel
  • Claude Code: Things I Learned After Using It Every Day
  • Cloudflare Quick Tunnel (TryCloudflare)
  • GKE Autopilot Cluster: Pay for Pods, Not Nodes
  • Stop Paying for Kubernetes Load Balancers: Use Cloudflare Tunnel Instead
  • 1Password CLI: How NOT to Store Plaintext AWS Credentials or .env on Localhost
  • Solidity: call() vs delegatecall()
  • Solidity: Multicall - Aggregate Multiple Contract Calls
  • Demystifying Solidity ABI Encoding
  • Build Docker Images using Google Cloud Build from Your GitHub Repository
  • Solidity: Read Contract Storage by Slots with Foundry
  • Surviving the Digital Dark Forest: Tips for Staying Safe Online
  • Solidity: CREATE vs CREATE2
  • Solidity: calldata, memory, and storage
  • hardhat-deploy: Upgradeable Contracts with Linked Libraries

Categories

  • AI (18)
  • Big Data (13)
  • Blockchain (11)
  • Database (15)
  • DevOps (38)
  • JavaScript (8)
  • Misc (6)
  • Python (48)
  • Web Development (40)

Tags

amazon web services apache spark aws cli aws cloudfront aws dynamodb aws eks aws lambda aws s3 cache celery chat bot ci claude code cli tool cloudflare codetengu coding agent concurrency database migrations datetime debug django django models docker editor elasticsearch env ethereum ethers.js evm feature engineering foundry functional programming github go google bigquery google cloud platform graphql haproxy http io java javascript kubernetes linux linux sysadmin machine learning maven mongodb mysql networking nginx node.js profiling python recommender system redis scala search security smart-contract solidity subgraph testing tls transaction typescript visual studio code web crawler wordpress

Search

© 2026 I Failed the Turing Test. Stork Theme by JustGoodThemes.