The struggling Developer

All about the daily struggle

Skip to content
Menu
  • Home
  • Privacy Policy
  • Vocabulary
Guide

APT List Installed Packages

Posted on March 9, 2025 by writio.com

Listing Packages with APT To view installed software on Ubuntu, use the command apt list –installed in the terminal. This displays package names, versions, and…

Python Create Tar File
Guide

Python Create Tar File

Posted on March 2, 2025 by writio.com

Creating Tar Files with tarfile Module The tarfile module in Python provides a simple way to create and manage tar archives. Here's how to use…

Python List to CSV Methods
Guide

Python List to CSV Methods

Posted on February 23, 2025 by writio.com

Using CSV Module Python's CSV module offers an efficient way to transform lists into CSV files. Here's how to use it: This approach is suitable…

package json proxy issues
Guide

package json proxy issues

Posted on February 16, 2025 by writio.com

Understanding Proxies in React Development Proxies are essential components in React development, serving as intermediaries between the frontend and backend servers. They help bypass cross-origin…

Guide

Node Fetch Basic Auth Guide

Posted on February 9, 2025 by writio.com

Node.js and Node Fetch Overview Node.js is a JavaScript runtime that allows running JavaScript on the server side. It uses Chrome's V8 JavaScript engine and…

Package json set Node version
Guide

Package json set Node version

Posted on February 2, 2025 by writio.com

Specify Node Version in package.json To set up your project's Node.js version in the package.json, use the engines field: { "engines": { "node": ">=14.0.0" }…

Docker Container Monitoring
Guide

Docker Container Monitoring

Posted on January 26, 2025 by writio.com

Docker containers have become a fundamental part of modern software deployment, offering a streamlined approach to managing applications across various environments. By packaging everything an…

AWS CLI Get Secret
AWS

AWS CLI Get Secret

Posted on January 19, 2025 by writio.com

Understanding AWS Secrets Manager AWS Secrets Manager securely stores sensitive data like API keys and passwords. It uses AWS Key Management Service (KMS) for encryption,…

AWS CLI Profile Management
AWS

AWS CLI Profile Management

Posted on January 12, 2025 by writio.com

Configure AWS CLI Profiles To set up AWS CLI profiles, start by verifying the installation with aws –version. For IAM User credentials: aws configure –profile…

Pass Environment Variables to Docker
Guide

Pass Environment Variables to Docker

Posted on January 5, 2025 by writio.com

Set Environment Variables in Dockerfile To set environment variables in a Dockerfile, use the ENV directive. This allows developers to define key-value pairs accessible across…

Posts navigation

Previous Page Page 1 Page 2 Page 3 … Page 15 Next Page

Recent Posts

  • AWS CLI EKS Commands
  • Master AWS CLI Dry-Run
  • AWS CLI Profiles
  • Docker Command Not Found Fix
  • brew install awscli

Recent Comments

    Archives

    • May 2025
    • April 2025
    • March 2025
    • February 2025
    • January 2025
    • December 2024
    • November 2024
    • October 2024
    • March 2024
    • February 2024
    • December 2023
    • November 2023
    • October 2023
    • September 2023
    • August 2023
    • January 2023
    • December 2022
    • October 2022
    • July 2022
    • May 2022
    • April 2022
    • March 2022
    • January 2022
    • December 2021
    • September 2021
    • August 2021
    • June 2021
    • May 2021
    • April 2021
    • March 2021
    • February 2021
    • January 2021
    • December 2020
    • November 2020
    • October 2020
    • September 2020
    • August 2020
    • July 2020
    • June 2020

    Tags

    Amazon (3) apt-get (2) Article (2) AWS (2) AWS ECR (2) Better sleep (2) Creative Thinking (3) css (5) Django (4) Docker (10) fix (9) Ginger (3) Git (12) git client (2) Github (10) Github Actions (2) GraphQL (3) Guide (8) how to (9) image (2) Improve sleep (2) Infrastructure (2) Installation (3) Know yourself (2) material-ui (4) Nginx (3) Python (7) Quirks (2) react (3) ReactJS (5) repository (3) Saleor (8) Sitemap (2) Software Development (5) stress (4) Suffering (3) Think outside of the Box (2) Tip (13) Tips (18) Treat (2) Tumeric (3) Tutorial (4) web development (4) Wordpress (5) WPGraphQL (4)
    © Copyright 2025 – The struggling Developer
    Wisteria Theme by WPFriendship ⋅ Powered by WordPress