Trying out GitHub Copilot Agent for a Functional Task?
I've been using GitHub for a while https://github.com/andywingate but had never touched its agentic features. Working on the Nubimancy project gave me a good excuse. This is a …
12 posts tagged “Simple Dev”.
I've been using GitHub for a while https://github.com/andywingate but had never touched its agentic features. Working on the Nubimancy project gave me a good excuse. This is a …
Microsoft’s low-code solutions, particularly in the realm of business applications and Dynamics 365 (D365), offer several compelling advantages: Faster Development: Low-code …
The opportunity to extend functionality in Dynamics 365 BC with Power Automate is huge. One of the most critical concepts for me is the general ability to trigger flows, based on …
Old server backup existing database - mysql dump copy files folder frp, public_html New Server create new database, with same name/username restore into new database - mysql -u …
TLS protection should be a standard security policy these days. It’s common place for servers hosting web pages and web services. Certificates are inexpensive and relatively …
myphpadmin says: “The mcrypt extension is missing. Please check your PHP configuration” apt-get purge libapache2-mod-php5 php5 apt-get install libapache2-mod-php5 php5 …