Skip to main content

You're on the wrong track: How I Found Clarity in the Chaos

Join me on a transformative journey with "The Vision Quest: Beyond Digital Horizons," where our quest for mastery unfolds beyond the confines of the expected. Dive into a story that challenges the status quo, and reveals how a journey filled with doubt and discovery can lead to the realisation of your deepest dreams. This is not just a tale of ambition and aspiration; it's a guide for you, if you're ready to break free from the wrong track and chart a course towards a life of creativity, connection, and fulfillment. Discover how embracing your vision, facing your realities, and taking decisive action can open the door to a world where your dreams aren't just possible, they're within reach. Join me, and find clarity in the chaos.

How to install Miniconda on Manjaro for Python development

Setting Up Conda: Your Gateway to Efficient Python Development

Welcome to the world of Python development! If you're venturing into Python from different programming backgrounds and are looking for a way to manage your projects without affecting your main system, you're in the right place. This guide is dedicated to helping you set up Conda, a powerful platform for managing Python environments and packages.

Understanding the Pipe Character | in YAML: Multiline Strings Explained

What Does the Pipe Character Do in YAML?

YAML is a really popular language for writing configuration files, thanks to how straightforward and readable it is. A key feature it offers is the use of the pipe character | to write strings over multiple lines. This is especially useful when you need to keep the formatting exactly as intended. Let's dive into this with a practical example.

Is open source communication falling short?

Discover the transformative power of plain language in open-source projects. This insightful blog explores how simplifying communication can drastically enhance collaboration and productivity, as endorsed by U.S. and Australian government guidelines. Delve into real-life experiences and expert strategies that reveal a clear path to more inclusive and effective project environments. Why is clear communication often overlooked, and how can adopting straightforward language practices make a significant difference? Join us in breaking down barriers to innovation and inclusivity in open source.

React cont'd - Syncronising transactions with a Queue

Hey man.. so.. have a read of REACT_APP_REQUIREMENTS.md in that archive.

and then can you locate and analyse the fi_account_transaction Drupal entity. There is a react app in the app directory, and drupal in the html directory.

read all the files in both custom drupal modules and the react app.. becuase I want you to report back and explain how the various parts, transactions, accounts, the user, react, drupal, all designed, and how the user journey works.. this is in preparation for your help in finding a solution to the next steps.

The Odyssey of APIs: How I Finally Got My Bank Data Without Selling My Soul

Join me on a thrilling journey as I navigate the complex world of financial APIs to gain control over my own bank data. From the challenges of Australian regulations to the discovery of the perfect API, this is a tale of persistence, friendship, and tech-savvy solutions.

Updating Files in a Docker Container: A Comprehensive Guide

Learn how to effectively update files in a Docker container when local files change. This comprehensive guide covers the intricacies of the COPY command in Dockerfiles and the docker-compose utility, providing practical examples and best practices for a seamless Docker workflow. Ideal for developers looking to solve the Docker dilemma of static images and dynamic file changes.

My Adventure with Google Indexing and FreeDNS: A Tale of Triumphs and Tribulations

Join me on a digital adventure as I navigate the challenges of setting up a personal website with FreeDNS and Google indexing. From conquering SSL certificates to unraveling the mysteries of SEO, this journey is filled with learning curves and triumphs. Discover the ins and outs of using FreeDNS for your blog and the hurdles you might face with Google's indexing.

How to Install and Use Open-Interpreter with Conda on Manjaro

Learn how to set up Open-Interpreter in a clean Python environment using Miniconda. This guide covers everything from why Miniconda is a great choice to how Conda environments work, making it perfect for PHP and Drupal devs looking to explore Python.