Scott Selikoff's Blog, page 15
October 20, 2022
[2022 javaone] hands on lab project loom
Facilitated by Oracle (Nicolai/Jose) For more see the table of contents Overview The lab uses Oracle’s cloud environment. Setup was clear and well documented. It’s a throwaway env only good for a few hours so you don’t have to worry about … Continue reading →
The post [2022 javaone] hands on lab project loom first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] hands on lab project loom was first posted on October 20, 2022 at 4:36 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
October 19, 2022
[2022 javaone] foundations of modern java server apps
Speaker: Kito Mann For more see the table of contents Notes In cloud, have both microservices and traditional web apps Microservice Container (ex: docker) including UNIX kernel Executable Jar or Native Image (ex: Graal) Example microservice framework – Http Server, Http … Continue reading →
The post [2022 javaone] foundations of modern java server apps first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] foundations of modern java server apps was first posted on October 19, 2022 at 6:05 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] new java features simplified design patterns
Speakers: Miroslav Wegner and Benedikt Neumayr For more see the table of contents Byte code optimization Inlining Elimination Scalarization Design patterns SOLID DRY don’t repeat yourself Separation of concerns CAP – two of three (consistency, availability, partition tolderance) Creating objects Factory … Continue reading →
The post [2022 javaone] new java features simplified design patterns first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] new java features simplified design patterns was first posted on October 19, 2022 at 5:23 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] inside java
For more see the table of contents Julia Liuson – Microsoft 2 million JVMs in prod across MS LinkedIn uses Kafka MS Bing uses JVMs for indexing FedEx uses Java for tracking dashboard includng global deliver prediction platform. lots of events. … Continue reading →
The post [2022 javaone] inside java first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] inside java was first posted on October 19, 2022 at 4:18 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] Blisful linear algebra with project panama
Speaker: Paul Sandoz For more see the table of contents There was a lot of code/data so linking to the deck BLIS Superset of Basic Linear Algebra Subprograms C library On github Panama FFM (Foreign Function and Memory) API and tooling … Continue reading →
The post [2022 javaone] Blisful linear algebra with project panama first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] Blisful linear algebra with project panama was first posted on October 19, 2022 at 2:38 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] deserializaion exploits – why should i care?
Speaker: Brian Vermeer For more see the table of contents Star Trek Everything in Star Trek could be real. And some tech surpassed Teleportation would be awesome Already have, but for data Serialization Turn object into data stream. Send to another … Continue reading →
The post [2022 javaone] deserializaion exploits – why should i care? first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] deserializaion exploits – why should i care? was first posted on October 19, 2022 at 1:15 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] fundamentals of diversity and inclusion for technologists
Speaker: Reza Rahman For more see the table of contents General not a lot of social captical on this topic Word cloud type slide with quotes about thngs people say to be dismisive. ex: ”I didn’t ean it that way”, ”Your … Continue reading →
The post [2022 javaone] fundamentals of diversity and inclusion for technologists first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] fundamentals of diversity and inclusion for technologists was first posted on October 19, 2022 at 12:02 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
October 18, 2022
[2022 javaone] Secure Coding Guidelines for Java SE
Speaker: Chris Ries For more see the table of contents Vulnerabilities and Secure Coding “A flaw or weakness … that could be exploited to violated the system’s security policy” RFC 4949 Cost – remediation, immediate response (mitigation, detection, incident response, intermediate … Continue reading →
The post [2022 javaone] Secure Coding Guidelines for Java SE first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] Secure Coding Guidelines for Java SE was first posted on October 18, 2022 at 8:12 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] sequenced collections
Speaker: Stuart Marks For more see the table of contents General New JEP; candidate state JEP-431 Targeting Java 20 Encounter order HashSet does not have. Order depends on hashcode Encounter order is insertion order ArrayList, ArrayDeque, LinkedHashSet Encounter order is sort … Continue reading →
The post [2022 javaone] sequenced collections first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] sequenced collections was first posted on October 18, 2022 at 7:17 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
[2022 javaone] halloween tv – or why it might really be watching you back
Speaker: Steve Poole For more see the table of contents Doing Java 27 years True story. Happened to multiple people Company in the middle of nowhere Smart tv with an ethernet port Discover new wifi SSID Look everywhere for the router, … Continue reading →
The post [2022 javaone] halloween tv – or why it might really be watching you back first appeared on Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky.[2022 javaone] halloween tv – or why it might really be watching you back was first posted on October 18, 2022 at 3:18 pm.©2019 "Down Home Country Coding With Scott Selikoff and Jeanne Boyarsky". Use of this feed is for personal non-commercial use only. If you are not reading this article in your feed reader, then the site is guilty of copyright infringement. Please contact me at scott@selikoff.net
Scott Selikoff's Blog
- Scott Selikoff's profile
- 8 followers
