Thursday, May 15, 2025
First deployment using bicep
Embracing gitops I have now managed to setup repo to deploy a service bus to Azure using Bicep templates running in a pipeline on devops.
Sunday, May 11, 2025
nushell is amazing
I just discovered nushell and it is amazing
Look at this awsome command:
which gives result:
Look at this awsome command:
http head https://google.com/ | where name =~ "server"
which gives result:
│ # │ name | value │
│ 0 │ server │ gws │
Friday, May 9, 2025
oh my posh + nerd font
It's worth mentioning that I've been enjoying my command line environment recently having configured Oh My Posh and selected Fantasque as the Nerd Font
sqlcl utf-8
I finally solved a tricky little UTF-8 problem.
The problem is that when I insert UTF-8 characters such as £ or € into a table, it works fine in SQL Developer, but not when running as a script in a sqlcl container.
The problem is that when I insert UTF-8 characters such as £ or € into a table, it works fine in SQL Developer, but not when running as a script in a sqlcl container.
This is fixed by setting LANG=en.UTF-8
The sql cl container can now be run as follows:
docker run -it --rm --env LANG=en.UTF-8 -v "$(Get-Location):/opt/oracle/sql_scripts/" container-registry.oracle.com/database/sqlcl:23.3.0 -S -nohistory -noupdates -LOGON "$logon" "@$scriptFileName"
Sunday, May 4, 2025
Refreshers
Today I read about the
TOGAF Architecture Roles and Skills
I've also resumed looking at the the Azure overviews,
following this path
I've also resumed looking at the the Azure overviews,
following this path
- core architectural components of Azure
- Useful module on name resolution
Subscribe to:
Posts (Atom)