Programming
How to Scan Android Applications for Secrets Using APKscan

How to Scan Android Applications for Secrets Using APKscan

In the era of mobile applications, keeping sensitive data safe has become a crucial task for developers. APKscan is a powerful tool that allows you to scan Android Package Kits (APKs) for secrets, endpoints, and other sensitive data after decompiling and deobfuscating...

How to Use Nyan CSS: Best of Both Worlds!

How to Use Nyan CSS: Best of Both Worlds!

Nyan CSS is an exciting framework that allows you to write plain CSS while utilizing the benefits of CSS-in-JS. With Nyan CSS, you can create a universal design system, enabling you to reuse the same code across various platforms, from static HTML to React and Vue.js....

Testing Dockerfiles with Dockerspec: A Comprehensive Guide

Testing Dockerfiles with Dockerspec: A Comprehensive Guide

Welcome to a beginner-friendly guide on how to utilize the Dockerspec Ruby Gem for testing Dockerfiles and Docker images. Whether you're working in a CI environment or building robust applications using Docker, this guide will provide you with the essentials to get...

DevOps

DevOps

Contains all my learning related to DevOps tools and tech. Getting Started with DevOps Tools DevOps is the bridge between development and operations, enabling teams to deliver high-quality software at a rapid pace. This blog serves as a guide to various tools and...

How to Dive into the 27 Days of Code Challenge

How to Dive into the 27 Days of Code Challenge

Welcome to the world of coding enhancement! The 27 Days of Code initiative invites you on a thrilling coding adventure that spans a variety of small projects to elevate your programming skills. Originally envisioned as a 100-day journey, it instead evolved into this...

How to Manage Distributed Transactions with DTM

How to Manage Distributed Transactions with DTM

Welcome to your informative guide on using DTM (Distributed Transactions Manager). In a world where data consistency can make or break your applications, DTM serves as a superhero, swooping in to harmonize distributed transactions across services. Whether you’re an...

Implementing a Calendar View in Your Flutter App

Implementing a Calendar View in Your Flutter App

Welcome to your ultimate guide on incorporating the powerful calendar_view package into your Flutter projects! This user-friendly package empowers you to create sophisticated calendar UI layouts and manage calendar events with ease. Getting Started with Installation...

A Guide to Managing Multiple Environments with Terraform

A Guide to Managing Multiple Environments with Terraform

Terraform is an incredibly powerful tool for building and managing infrastructure as code, but when it comes to handling multiple environments, things can get a bit convoluted. Fear not! This guide will walk you through maintaining a multi-environment architecture...

How to Use flex.css for Efficient Mobile Layouts

How to Use flex.css for Efficient Mobile Layouts

If you're venturing into mobile terminal development, you've likely encountered issues with flexible box layouts. Not all browsers fully support the specifications of the CSS Flexbox, which can lead to headaches when trying to achieve consistent designs. Fear not!...