<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Golang-Study-Group on Cesar Gimenes</title><link>https://crg.eti.br/tags/golang-study-group/</link><description>Recent content in Golang-Study-Group on Cesar Gimenes</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>crg@crg.eti.br (Cesar Gimenes)</managingEditor><webMaster>crg@crg.eti.br (Cesar Gimenes)</webMaster><lastBuildDate>Thu, 20 Feb 2025 22:43:56 -0300</lastBuildDate><atom:link href="https://crg.eti.br/tags/golang-study-group/index.xml" rel="self" type="application/rss+xml"/><item><title>Protecting Credentials and Configurations with an Encrypted Container.</title><link>https://crg.eti.br/pub/protegendo-credenciais-e-configuracoes-com-conteiner-criptografado/</link><pubDate>Thu, 20 Feb 2025 22:43:56 -0300</pubDate><author>crg@crg.eti.br (Cesar Gimenes)</author><guid>https://crg.eti.br/pub/protegendo-credenciais-e-configuracoes-com-conteiner-criptografado/</guid><description>&lt;p>I use a small pocket computer in my backpack. This device is used for testing and development, and it stores sensitive information such as credentials, passwords, and access keys. I don’t want this data to fall into the wrong hands. Unlike my laptop, which has an encrypted drive, my pocket computer’s drive isn’t encrypted. Drive-wide encryption consumes a lot of processing power and usually requires disabling SSD TRIM, which hurts performance.&lt;/p></description></item><item><title>LQS: A Practical Tool for Testing and Debugging SQL</title><link>https://crg.eti.br/pub/lqs-uma-ferramenta-prtica-para-testar-sql/</link><pubDate>Sat, 15 Feb 2025 18:31:26 -0300</pubDate><author>crg@crg.eti.br (Cesar Gimenes)</author><guid>https://crg.eti.br/pub/lqs-uma-ferramenta-prtica-para-testar-sql/</guid><description>&lt;p>It&amp;rsquo;s very common to need to embed SQL code strings in the source of other languages. The problem is that SQL is an interpreted language, so it can contain errors that we only notice at runtime.&lt;/p>
&lt;h2 id="testing-sql">Testing SQL&lt;/h2>
&lt;p>LQS was created to work together with Neovim and allow you to test SQL while editing, without having to copy and paste into another file or SQL client.&lt;/p>
&lt;ul>
&lt;li>
&lt;p>&lt;strong>Test SQL with embedded metadata:&lt;/strong>
Insert configurations directly in your SQL script, such as the connection string, JSON output option, or even an extra query to generate parameters.
Example:&lt;/p></description></item></channel></rss>