StubbornJava (@stubbornjava) 's Twitter Profile
StubbornJava

@stubbornjava

Unconventional guides, examples, and blog utilizing modern Java.

ID: 829772767939661824

linkhttps://www.stubbornjava.com/ calendar_today09-02-2017 19:23:39

384 Tweet

428 Followers

277 Following

StubbornJava (@stubbornjava) 's Twitter Profile Photo

It's very educational following @lukaseder's GitHub repositories to see how he handles API design, feature requests, and scope creep. One of the many reasons @JavaOOQ is great comes from the API design. Clearly a lot of thought is put into both API design and implementation.

SQL Daily (@sqldaily) 's Twitter Profile Photo

Venn diagrams are a common way to visualise #SQL joins But this is WRONG! These show set operators (UNION, etc.) Instead, think of them filtering the Cartesian product of the tables @lukaseder explains blog.jooq.org/2016/07/05/say…

Venn diagrams are a common way to visualise #SQL joins

But this is WRONG!

These show set operators (UNION, etc.)

Instead, think of them filtering the Cartesian product of the tables

@lukaseder explains blog.jooq.org/2016/07/05/say…
Mark43 (@mark43) 's Twitter Profile Photo

Words aren't enough; we're doing our part to enact change. Today we've launched the Mark43 Accountability, Compliance, & Transparency (ACT) Program for police departments across the country. mark43.com/press/mark43-l…

James Shore @jamesshore@mastodon.online (@jamesshore) 's Twitter Profile Photo

Newsflash: Monoliths aren’t bad. Poorly architected software is bad. Newsflash #2: If you thought poorly architected monoliths were bad, just wait until you see poorly architected microservice meshes.

Mark43 (@mark43) 's Twitter Profile Photo

We are proud to announce that Mark43 has achieved Amazon Web Services Public Safety and Disaster Recovery Competency Status. We'll continue to help agencies protect the public and prepare, respond, and recover from emergencies and disasters. Read More here: hubs.la/H0B-QT00

Mark43 (@mark43) 's Twitter Profile Photo

We are excited to have esteemed law enforcement leader Kathleen O'Toole join our Board of Directors. Her insights will help Mark43 continue to be a resource for public safety agencies and the communities they serve. hubs.la/H0CG4kG0

StubbornJava (@stubbornjava) 's Twitter Profile Photo

After nearly two years of being unable to deploy out of sheer laziness to fix a package issue in newer amazon Linux distros, we decided to go nuclear and migrate to k8s. This is very rudimentary k8s on purpose and it will improve over time. github.com/StubbornJava/S…

StubbornJava (@stubbornjava) 's Twitter Profile Photo

CI/CD Check! All PRs now run tests and build and publish docker containers. Merged PRs to master will auto-deploy to k8s using a helm chart. Thanks for the help Jim Dickinson

Sam Ramji 🇺🇦 (@sramji) 's Twitter Profile Photo

Serverless Cassandra - here's what it took to build a cloud-native serverless open source database with #apachecassandra datastax.com/blog/2021/02/d…

Siva (@sivalabs) 's Twitter Profile Photo

A side effect of using #JOOQ is you get better at #SQL. How? You want to implement something in JOOQ & search for it & mostly land on a JOOQ blog post. From that post not only u learn how to implement your usecase, u will also learn few more SQL features. Hat tip @lukaseder

StubbornJava (@stubbornjava) 's Twitter Profile Photo

How does one prevent people from trying to bitcoin mine with their open source github actions? GitHub GitHub Security Lab github.com/StubbornJava/S… Looks like they hit 164 repos

How does one prevent people from trying to bitcoin mine with their open source github actions? <a href="/github/">GitHub</a> <a href="/GHSecurityLab/">GitHub Security Lab</a> 
github.com/StubbornJava/S…
Looks like they hit 164 repos
Mark43 (@mark43) 's Twitter Profile Photo

We're excited to announce Mark43 is one of Inc.’s Best Workplaces of 2021! See the full list here: inc.com/best-workplaces, and check out the openings to join our team! mark43.com/careers/ #IncBestWorkplaces

We're excited to announce Mark43 is one of <a href="/Inc/">Inc.</a>’s Best Workplaces of 2021! See the full list here: inc.com/best-workplaces, and check out the openings to join our team! mark43.com/careers/ 
#IncBestWorkplaces
Pete Hunt 🚁 (@floydophone) 's Twitter Profile Photo

a company i work with - Eraser - just had a huge launch. they're a free Excalidraw-like tool that helps eng teams collaborate on diagrams. to me, there's two big differences: 1) support for diagrams-as-code (think graphviz but better) and 2) deep github integration (1/2)