Viewing profile — dineshkumar_cs
dineshkumar_cs
HN member- Joined
- Mon, Jul 18, 2016, 5:52 PM UTC
- HN karma
- 7
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About dineshkumar_cs
No profile information was provided.
Recent public activity
-
comment
Comment #41122802
Congrats on the release. Running actions on AWS is nice. It's complex to deal with tools in the AWS ecosystem.
-
comment
Comment #39230993
I've been using it to generate Docx/PDF from my markdown. Just started to explore means to customize (with tex template). Recent updated obsidian plugin requires explicitly configu…
-
comment
Comment #38825660
I use different browser with multiple profiles, so i've a clean history and separation of work. Though i love some basic features like searching tabs, it was very limiting wrt priv…
-
comment
Comment #38592220
Nice, was able to get a summary for my recording https://www.videogist.co/videos/scaling-beyond-microservices... How are you defining chapters though?
- story
-
comment
Comment #38042651
Versioning, feature toggle and rollback - automated and implemented at different level based on the system. It could be an env configuration, or db field or down migration scripts …
-
comment
Comment #38013803
Hey Folks, Apart from building one myself, I've noticed many organizations building config-management systems internally since they need to manage secrets/config with features like…
- story
- story
-
comment
Comment #36765507
I have a similar setup of Nginx proxy, Backends are Go binaries (without Docker) and Postgres. If it's for a pet project the free tier on GCP suffices.
-
comment
Comment #36702460
TXT files -> Sticky Notes -> OneNote -> Evernote -> Sublime -> Obsidian -> MD Files Git and local markdown beats time and all note-taking apps.
-
comment
Comment #36144703
If you've a small team, it doesn't make sense to have docker/established stack, and managing k8s needs experience and still is a pain. You could get away with copying artifacts ove…
-
comment
Comment #35905687
Use Prometheus or Influx for storing metrics, ELK or Opensearch or loki for logs, Grafana for visualization, and Jaeger for tracing. You would need a team to configure this setup a…
-
comment
Comment #34535612
Go service with Postgres (without external cache), deployed (SCP) in GCP VM Reducing touchpoint definitely helps at MVP stage. You've to trade performance with features (depending …
-
comment
Comment #30329323
If it's for a side project, i would think about resiliency and lasting for long time once there's a need for it. This's also contributed by the stack or how you setup infra. So don…
-
comment
Comment #30319254
Have done few OSS, Go wrapper on top of gcloud client to do the tedious job of searching across whole infra for set of Vms (DBs, Kafka clusters, or any components etc) and login wi…
-
comment
Comment #20682268
Could you share what those would be. This could be done by someone who've gcp editor access. This could be behind auth and can be called via API. We've written bots to give ssh acc…
- story