How to reduce boilerplate code when modeling view state in SwiftUI views by using a generic enum to handle common scenarios such as loading, success, and error states.
How to continue using the Tweetbot iOS app after it has been suspended by replacing its Twitter API key with your own, using a man-in-the-middle proxy to redirect authentication requests.
Recreating the expandable text view used in the App Store's app description using SwiftUI. The view will be able to expand its content by tapping on a "more" button.
This post details my experience with TimescaleDB's continuous aggregates feature, resulting in a 10x improvement in the performance of some specific database queries.
This post illustrates the process of setting up streaming replication for a PostgreSQL 13 database with the TimescaleDB extension using Docker, in order to create a real-time 1:1 replica of the primary database.
This post demonstrates the creation of a Wildfly Docker image that includes support for TimescaleDB via the PostgreSQL JDBC driver, as well as the combination of the two using Docker Compose.
This report describes the Vulnerability Assessment and Penetration Testing (VAPT) analysis that was carried out on a specific Docker container for educational purposes.
This is a sample post for testing the integration of Katex in order to transform mathematical expressions from Markdown into visually appealing HTML, a useful feature for static websites.
Creation of Book Manager, a compact Java application developed using the Test Driven Development (TDD) model in conjunction with Build Automation and Continuous Integration techniques.