Video continues from last time but this time around covers Postgres reading and writing of data using the Vert.x reactive-pg-client and Kotlin idiomatic syntax using coroutines.
Category Archives: Programming
GraphQL, Kotlin, React and Vert.x Article
New article on Medium https://medium.com/@jsoneaday/graphql-kotlin-react-and-vert-x-61e024290130
GraphQL Kotlin React and Vert.x Video
New Video For Learning These Technologies And Combining The Learn how to create a GraphQL Vert.x server with Kotlin and connect a React TypeScript client
Learn Vert.x And Build Ultra High Performance Servers Part II
The Second Video of This Series is Out. It Focuses on Polyglot Programming With Kotlin, JavaScript, and Java You can find Part I below, which focuses on introducing core concepts and getting a simple Multi-Verticle project going.
Learn Vert.x And Build Ultra High Performance Servers With The Language You Want
Vert.x Provides Top Tier Performance and Allows You To Use Almost Any Major Language Out There Vert.x is one of the top performing server frameworks on Techempower. Most benchmarks have it within roughly 20% or less of the top performer, which is usually Rust Actix. Realistically that difference is nothing. It is also orders ofContinue reading “Learn Vert.x And Build Ultra High Performance Servers With The Language You Want”
Announcement: My New Book on Amazon Hit #1!
Hi guys wrote a book on Amazon, TypeScript Pro Tips, and it hit #1 in New Releases in JavaScript Programming! Take a look if you’re interested in a TypeScript book.
Even More TypeScript Types To Know
New article on Medium. Article discusses some additional types and also type guards to help you avoid typing related errors. Available on video
More TypeScript Types You Need To Know … Better
You probably know at least some of these types already, but you might be surprised at some of the nuance of using them Having static types in JavaScript is enormously valuable, but knowing how to use them appropriately can also be difficult. I think you might be surprised by some of the details of theseContinue reading “More TypeScript Types You Need To Know … Better”
Use GraphQL In SwiftUI
Super quick post, have a new video on setting up your SwiftUI project to use Apollo GraphQL As always if you like helping other devs try DzHaven.com If you also code with React and GraphQL try this article.
OOP Is Still The Best Software Design Method Ever Created. Period.
Using OOP Language Features, Does Not Mean A Project Is Using OOP Correctly. The Principles Come First. As a famous dude once said, “the rumors of my demise have been greatly exaggerated.” I think the same holds true for OOP. Developers are piling on in their disdain for OOP. OOP is a giant mistake! ParadigmContinue reading “OOP Is Still The Best Software Design Method Ever Created. Period.”