~/devreads

16 Jul 2021

15 Jul 2021

lukaseder 1 min read

One of the biggest new features of the recently released jOOQ 3.15 is its new support for reactive querying via R2DBC. This has been a highly popular feature request, and we finally delivered on it. You can continue using jOOQ the way you were used to, providing you with type safe, embedded SQL in Java, … Continue reading Reactive SQL…

jooq-developmentasyncjooqnonblockingr2dbc

14 Jul 2021

Nic Raboy 1 min read

When it comes to natural language searching, it's useful to know how the order of the results for a query were determined. Exact matches might be obvious, but what about situations where not all the r... The post Influence Search Result Ranking with Function Scores in Atlas Search appeared first on MongoDB.

jonskeet 1 min read

Just a quick post with some updates around books and related events… Software Mistakes and Tradeoffs: MEAP update In June, I posted about the book that Tomasz Lelek and I are writing. (Well, Tomasz is doing the bulk of the work – only two of the thirteen chapters are by me, but I’ll take any … Continue reading Book updates…

books

13 Jul 2021

Andrea Gross 1 min read

Managing cybersecurity for a small business has never been more challenging. Business-critical operations increasingly rely on cloud-based applications, while employees push for more remote and hybrid work opportunities. And if your small business is like most, odds are you lack the budget to update your security infrastructure so that it keeps pace with these changes. […] The post The Essential…

securitycasbdnsumbrella

Divya Kamath 7 min read

At Slack, we believe that designing an optimal keyboard experience is key to delivering a best-in-class product for all our customers. However, despite our design system components being individually accessible, we heard from keyboard users that we were still missing focus transitions in their end-to-end user experience. Non-sighted users who relied on a screenreader constantly…

uncategorizeda11yaccessibilityfront-end-developmentfrontend

Brujo Benavides 12 min read

The impressive Galician contributions to the Erlang Ecosystem We all know about the most renowned Erlang/Elixir centers worldwide, like Sweden, Brazil, California, and London. But the community, even when not huge, is broadly spread. Today we want to celebrate a smaller region that’s home to many amazing contributions to our beloved ecosystem. The birthplace of my ancestors: Galicia! The other…

galiciacommunityelixirerlang

12 Jul 2021

Chandler Mayo 1 min read

PubNub’s React Chat Components empower developers like you to create rich chat experiences with minimal build time, so you can get to market faster.

3 min read

So here’s what happened: I went on vacation and because I’m leaning so hard into this funemployment life I didn’t open my laptop once. Every year Zach and I go to his parents’ (now my in-laws! hah!) lake in Minnesota for the 4th of July. Normally we fly there, but last year we drove (because of the panderoni) and this…

10 Jul 2021

9 Jul 2021

David Walsh 1 min read

The early days of the web felt like the wild west when it came to coding practices — just make it work. Then we became enlightened to better practices, separating HTML from CSS and JavaScript. Then came React and JSX, where we combine JavaScript, HTML, and even CSS with Styled Components — what an elegant mess we’ve made! Every once…

8 Jul 2021

7 Jul 2021

RisingStack Engineering 13 min read

The main drawback of a Ceph storage is that you have to host and manage it yourself. In this post, we'll check two different approaches of deploying Ceph. The post How to Deploy a Ceph Storage to Bare Virtual Machines appeared first on RisingStack Engineering.

devopsedited

6 Jul 2021

lukaseder 1 min read

R2DBC What a lot of users have been waiting for: jOOQ 3.15 is reactive, thanks to the new native R2DBC integration. Recent versions already implemented the reactive streams Publisher SPI, but now we’re not cheating anymore. We’re not longer blocking. Just wrap your R2DBC ConnectionFactory configured jOOQ query in a Flux (or any reactive streams … Continue reading 3.15.0 Release…

jooq-developmentapache ignitecreate functioncreate procedurecreate trigger

lukaseder 1 min read

This is how SQL should have been used all along. They called it The Third Manifesto, ORDBMS, or other things. Regrettably, it never really took off. Because most vendors didn’t adopt it. And those who did, didn’t agree on syntax. But this is about to change. Thanks to the now ubiquitous SQL/JSON support (which jOOQ … Continue reading jOOQ 3.15’s…

jooq-developmentdb2javajooqjson

4 Jul 2021

In this article we’ll learn how to build shared libraries and install them properly on several platforms. For guidance, we’ll examine the goals and history of dynamic linking on UNIX-based operating systems. Content for the article comes from researching how to create a shared library, wading through sloppy conventions that people recommend online, and testing on multiple Unix-like systems. Hopefully…

3 Jul 2021

2 Jul 2021

1 Jul 2021

Ken Howard 1 min read

Cloud-based applications have helped make a new world of work possible. But they have also opened up the doors to new risks and threats, such as ransomware by remote desktop takeover and data loss through unprotected cloud storage use. The post Cloud Application Security – Risks, Questions, Insights, and Solutions appeared first on Cisco Umbrella.

research

30 Jun 2021

29 Jun 2021

28 Jun 2021

David Walsh 1 min read

scp ~/Downloads/NestedT.png root@64.207.144.103:/var/www/vhosts/davidwalsh.name/httpdocs/demo My preference for daily work is usually GUI applications, like Visual Studio Code for text editing and Cyberduck for remote file server management. I’m also a huge fan of automation, so I do try to learn the command line equivalents of UI functions. My latest desire was wanting to know how to upload a file via SSH…

25 Jun 2021

24 Jun 2021

lukaseder 1 min read

jbang is a relatively new utility that … … lets students, educators and professional developers create, edit and run self-contained source-only Java programs with unprecedented ease. Sounds exciting. How does it work with jOOQ? Very easy! Set it up like this (other installation options here): curl -Ls https://sh.jbang.dev | bash -s - app setup And … Continue reading Quickly Trying…

jooq-in-useclicode generatordependenciesgradle

Ginnie Goodman 1 min read

Like most events, RSA was held remotely this year. And while we’re all very accustomed to virtual events by now, I dearly missed seeing my colleagues, friends in the industry and especially our wonderful customers. And we didn’t get the chance to remark “wow, there’s even more security vendors at RSA than last year!” The […] The post Cisco Umbrella…

spotlight

6 min read

The last time I changed something big on my site was 3+ years ago. I was really into gradient rainbow text and IBM Plex Mono. It was a mild increment over whatever I had before, which was just a cleaned up and colourful version of Left from like 6 years prior. Anyway, what I’m saying is: this website had hella…