Skip to content

Instantly share code, notes, and snippets.

View alex2534's full-sized avatar

Alex Rodrigues Do Nascimento alex2534

View GitHub Profile
@alex2534
alex2534 / application.firebird.properties
Created October 13, 2022 23:02 — forked from itarocha/application.firebird.properties
Properties file firebird on spring boot
logging.level.root=INFO
spring.datasource.url:jdbc:firebirdsql:localhost/3050:D:\\database\\petra.FDB
spring.datasource.driverClassName:org.firebirdsql.jdbc.FBDriver
spring.datasource.username:SYSDBA
spring.datasource.password:masterkey
spring.jpa.hibernate.ddl-auto:update
spring.jpa.show-sql: true
spring.jpa.properties.hibernate.format_sql=true
@alex2534
alex2534 / css-media-queries-cheat-sheet.css
Created January 29, 2025 14:01 — forked from bartholomej/css-media-queries-cheat-sheet.css
CSS Media Query Cheat Sheet (with Foundation)
/*------------------------------------------
Responsive Grid Media Queries - 1280, 1024, 768, 480
1280-1024 - desktop (default grid)
1024-768 - tablet landscape
768-480 - tablet
480-less - phone landscape & smaller
--------------------------------------------*/
@media all and (min-width: 1024px) and (max-width: 1280px) { }
@media all and (min-width: 768px) and (max-width: 1024px) { }
@alex2534
alex2534 / free-database-hosting.md
Created January 30, 2025 10:58 — forked from bmaupin/free-database-hosting.md
Free database hosting
@alex2534
alex2534 / free-backend-hosting.md
Created March 16, 2025 00:27 — forked from bmaupin/free-backend-hosting.md
Free backend hosting