Remove Architecture Remove Design Remove Java Remove Programming
article thumbnail

Geek Reading - Week of June 5, 2013

DZone

These items are a combination of tech business news, development news and programming tools and techniques. Simpler UI Testing with CasperJS ( Architects Zone – Architectural Design Patterns & Best Practices). Using MongoDB as a cache store ( Architects Zone – Architectural Design Patterns & Best Practices).

Java 244
article thumbnail

Open Sourcing the Netflix Domain Graph Service Framework: GraphQL for Spring Boot

The Netflix TechBlog

By open-sourcing the project, we hope to contribute to the Java and GraphQL communities and learn from and collaborate with everyone who will be using the framework to make it even better in the future. Our colleagues wrote a Netflix Tech Blog post describing the details of this architecture.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Scalable Annotation Service?—?Marken

The Netflix TechBlog

Base schemas Just like in Object Oriented Programming, our schema service allows schemas to be inherited from each other. Unlike Java, we support multiple inheritance as well. Marken architecture Above picture represents the block diagram of the architecture for our service. This data is used by various teams for eg.

article thumbnail

On Technique

O'Reilly

Designing the prompts to get DALL-E to do something extraordinary requires a new kind of technique that’s very different from understanding pigments and brushes. GitHub Copilot (based on a model named Codex , which is derived from GPT-3) generates code in a number of programming languages, based on comments that the user writes.

article thumbnail

White Box Testing – Guide, Tools, and Techniques

Testlodge

Internal structure may include code, architecture, integrations, and data flows of a system. Integration testing assesses components against each other which often requires an understanding of the system’s architecture. Consider white box testing options while discussing the system and infrastructure during the design phase.

Testing 83
article thumbnail

A Day with Kotlin

Software Architecture

What Kotlin has that Java does not. Kotlin’s official documentation is great and there are many introductory articles to Kotlin language on medium, so I won’t be explaining the basics and syntax but wanted to present some unique features that Java doesn’t have and makes Kotlin stand out. 0, 10) 10 is excluded.

Java 100
article thumbnail

SRP Is the MEDUSA of Clean Code Family

DZone

But Irony is, SRP is the most powerful but obscured principle in the Design toolbox, this throws a web of confusion and you are stoned by thinking should I use it in the right way or not? That's why I like to call SRP Medusa.

Code 216