Solving problems with Docker and DNS · Recently I needed up a container with node modules. But, some problems with npm registry and dns appear. To solve...
Restoring Microsoft SQLServer with Docker and Linux · This fast tip I learned with a friend. So, to execute a MSServer container and restore backup,...
Intercepting querys · Recently appear for me a old problem: replace schema of one database in runtime. I provide one solution in the past, but now, the...
Creating CDI Instances using interfaces · Recently, I need to create some strategies using CDI. For instance, all classes have common interfaces and CDI...
Using the structure while/else in Python · Certainly, you must be used to “while” and “else”. However, Python has one structure called while/else. For...
Python and Flask to build Rest API · Do you know Rest API? Certainly, yes. How about in Python? Follow this example to build two endpoints with Python...