Kubernetes cluster on AWS EKS, Part 1: Setup Kubernetes Dashboard with AWS EKS
Set up Kubernetes Dashboard with Token Authentication on AWS EKS Cluster.Replace lodash.get method with optional chaining and nullish-coalescing operator
Learn how to replace the popular lodash.get() method with the new optional chaining and nullish-coalescing operator introduced in ES11(ES2020).Rails 7.1 Introduces Default Health Check Controller
Rails 7.1 now introduces a default health check endpoint for health checks.How to integrate Tailwind CSS in Electron?
A Complete Guide to Integrating Tailwind CSS in Electron for Desktop App DevelopmentWhen to extract code to React custom hooks?
React custom hooks help us to build reusable logic, and make the code more readable. In this blog, we will talk about when and when not to use react custom hooks.What's new in Vite 4?
Vite 4 is released 5 months after releasing Vite 3. The new version is motivated by the breaking upgrade from Rollup 2 to Rollup 3. Let's have a look over this and other updates.Manually mount react component using UJS
Mount react components manually while rendering element on JS request.Rails 7.1 Adds ability to handle reconnects with the connected callback
Rails 7.1 has enabled subscribers to handle reconnections with the connected() callback in the Action Cable in the event of a lost connection.Rails initializers you don't know about - Inflections
Rails comes with a lot of initializers. In this post, we will look at the inflections.rb initializer and how we can use it.Rails preserves entry TTL when incrementing or decrementing an integer value.
Rails now preserve expires_in while incrementing or decrementing an integer value in MemoryStore to be more consistent with MemCachedStore and RedisCacheStore