This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.
Category: Software Development
-
How to Use the GPT-4 Model with Google Docs: A Step-by-Step Guide to Setting Up and Writing the Extension Code in JavaScript
The GPT-4 model, developed by OpenAI, is an advanced language model that has revolutionized the field of natural language processing. It can generate human-like text, answer questions, and even write code. One of the many applications of GPT-4 is to enhance productivity in writing and editing documents. In this article, we will guide you through […]
-
How to Limit the Use of Personal Data by Others: A Guide for Privacy-Conscious Individuals
In today’s digital age, personal data is being collected by various organizations and entities, including social media platforms, e-commerce websites, and mobile apps.
-
Protecting Your Personal Information: Effective Cybersecurity Strategies for Individuals
In today’s digital age, cyber threats are becoming increasingly prevalent and sophisticated, making it essential for individuals to take proactive steps to protect their personal information from cyberattacks. This article I will discuss effective cybersecurity strategies that individuals can adopt to safeguard their personal data. Use Strong and Unique Passwords One of the simplest and […]
-
Xdebug a PHP docker container in VS Code
This is the 2nd installment on debugging PHP applications running in a docker container with Xdebug on VS Code. You can find out how I set up a Docker Container for Apache + MySQL + PHP + Xdebug and Codeigniter on macOS using Docker. In this article, I will cover how you configure Xdebug for […]
-
Empowering All Through Technology: A Focus on Justice, Equity, Diversity, Inclusion, and Security
The integration of technology into our daily lives has brought about many benefits, but it has also exposed existing inequalities and injustices in society. The tech industry, in particular, has faced criticism for its lack of diversity, equity, and inclusion, with marginalized communities often being left behind in terms of access and representation. This not […]
-
Mastering Modern Code: An Old Programmer’s Guide to Updating Skills
I got back into developing software solutions about 10 years ago at age 55, as I saw an opportunity to contribute to a few internal applications idea I had. I have spent my days in project management, and management in the software industry since the early 1990s and during these years did not write any […]
-
Mastering the Art of Adaptation: Thriving in a Rapidly Changing Tech Landscape
The world of technology is constantly evolving and the rate of change is only getting faster. Keeping up with the latest developments in software development is essential for staying ahead of the curve. The key to thriving in this rapidly changing landscape is mastering the art of adaptation.
-
Why processes and policies kill innovation
Innovation is a vital component of any successful organization. It enables companies to stay ahead of the competition, create new products and services, and improve upon existing ones. However, many organizations struggle with fostering a culture of innovation and often find themselves stifled by processes and procedures.
-
How to – Deploy a flask app with Firestore to Cloud Run
Flask is a popular microweb framework for Python and Cloud Run is a fully managed platform for deploying containerized applications. By combining these two technologies, developers can easily create and deploy web applications that can scale to handle a large number of users. In this article, we will explain how to deploy a Flask app […]
-
Why not use Python for web application
First I have to say that I do use Python for my web application – my site socialclimate.tech is built on the Python Flask Framework and it works great for me, my use case was just a basic website and I had to overcome many hurdles, like what DB to use, how to deploy etc.