#dataorientedprogramming результаты поиска

The history of #DataOrientedProgramming is an interplay between math, programming languages, scientific papers and books.

viebel's tweet image. The history of #DataOrientedProgramming is an interplay between math, programming languages, scientific papers and books.

A captivating talk and live demo  by @BalaRawool on how to solve cryptarithmetic puzzles using algebraic data types and pattern matching! #Devoxx #dataorientedprogramming #dop #INGBe #INGTech

madalinghenea's tweet image. A captivating talk and live demo  by @BalaRawool on how to solve cryptarithmetic puzzles using algebraic data types and pattern matching! #Devoxx #dataorientedprogramming #dop #INGBe #INGTech

I'm starting to read #DataOrientedProgramming written by @viebel. It looks very promising.

GianpaoloGalli's tweet image. I'm starting to read #DataOrientedProgramming written by @viebel. It looks very promising.

What is meant by "complexity"? There is computational complexity and system complexity. #ACMTechTalk #DataOrientedProgramming

acmeducation's tweet image. What is meant by "complexity"?

There is computational complexity and system complexity.

#ACMTechTalk #DataOrientedProgramming

Feature can represent multiple geospatial entities (place, address, building, airport, road, river, region, ..) and their properties without coding a separate class type for each. One could call this #DataOrientedProgramming approach. Entity (feature) classes handling just data.

navibyte's tweet image. Feature can represent multiple geospatial entities (place, address, building, airport, road, river, region, ..) and their properties without coding a separate class type for each.

One could call this #DataOrientedProgramming approach. Entity (feature) classes handling just data.

What makes a software system complex? -Nodes with many edges -Manu kinds of arrows: Association, Composition, Inheritance, Usage #DataOrientedProgramming #ACMTechTalk

acmeducation's tweet image. What makes a software system complex? 

-Nodes with many edges
-Manu kinds of arrows: Association, Composition, Inheritance, Usage

#DataOrientedProgramming #ACMTechTalk

The value of #JSON schema is under appreciated. May this small cheat sheet raise the awareness of developers about the flexibility we gain when we separate data validation from data representation. blog.klipse.tech/javascript/202… #DataOrientedProgramming

viebel's tweet image. The value of #JSON schema is under appreciated.

May this small cheat sheet raise the awareness of  developers about the flexibility we gain when we separate data validation from data representation.

 blog.klipse.tech/javascript/202…
#DataOrientedProgramming

Yesterday, during my daily meditation 🧘‍♂️ I had an epiphany 🤗! I realized Data-Oriented Programming was a 400 page book that tries to explain why @richhickey's 3 word idiom "just use maps!" indeed makes sense. manning.com/books/data-ori… #DataOrientedProgramming

viebel's tweet image. Yesterday, during my daily meditation 🧘‍♂️ I had an epiphany 🤗!

I realized Data-Oriented Programming was a 400 page book that tries to explain why @richhickey's 3 word idiom "just use maps!" indeed makes sense.

manning.com/books/data-ori…

#DataOrientedProgramming

Who is familiar with both Odin and #DataOrientedProgramming and can explain why Odin calls itself "The Data-Oriented Language for Sane Software Development"?

viebel's tweet image. Who is familiar with both Odin and #DataOrientedProgramming and can explain why Odin calls itself "The Data-Oriented Language for Sane Software Development"?

Hear this talk by @viebel who says #DataOrientedProgramming is the solution to #complexity as it reduces the complexity of information systems including back-end applications, web services, web workers and front-end applications by rethinking data. youtu.be/kjOuD9PDyho

GOTOcon's tweet image. Hear this talk by @viebel who says #DataOrientedProgramming is the solution to #complexity as it reduces the complexity of information systems including back-end applications, web services, web workers and front-end applications by rethinking data.

youtu.be/kjOuD9PDyho

The core principles of Data-Oriented Programming is to treat #Data as a value. #DataOrientedProgramming #ACMTechTalk by Yehonathan Sharvit

acmeducation's tweet image. The core principles of Data-Oriented Programming is to treat #Data as a value.

#DataOrientedProgramming #ACMTechTalk by Yehonathan Sharvit

Ch 10 "The simplicity of Data-Oriented Web services" is new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

ManningMEAP's tweet image. Ch 10 "The simplicity of Data-Oriented Web services" is new to Data-Oriented Programming bit.ly/3rDWAoe 

@ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

#slideshare: Eliminate the unavoidable complexity of object-oriented designs, with Data-Oriented Programming. mng.bz/aoyJ @viebel #DOO #DataOrientedProgramming

ManningBooks's tweet image. #slideshare: Eliminate the unavoidable complexity of object-oriented designs, with Data-Oriented Programming. mng.bz/aoyJ @viebel #DOO #DataOrientedProgramming

#ICYMI #DataOrientedProgramming encourages us to model data as (immutable) data, and keep the code that embodies the business logic of how we act on that data separately. #Records #SealedClasses #PatternMatching make that easier bit.ly/3OGL8CT #Java #ProjectAmber #InfoQ

InfoQ's tweet image. #ICYMI #DataOrientedProgramming encourages us to model data as (immutable) data, and keep the code that embodies the business logic of how we act on that data separately. #Records #SealedClasses #PatternMatching make that easier bit.ly/3OGL8CT

#Java #ProjectAmber #InfoQ

@viebel Really enjoying your #DataOrientedProgramming book, so much that I find it hard to step away from the screen. Even after 14 years of production #Clojure, I'm grateful and learning more.


#ICYMI - #ProjectAmber has introduced new features to Java - local variable type inference, text blocks, records, sealed classes, pattern matching, and more. Learn how these features work together to enable easier #DataOrientedProgramming in #Java: bit.ly/3OGL8CT

InfoQ's tweet image. #ICYMI - #ProjectAmber has introduced new features to Java - local variable type inference, text blocks, records, sealed classes, pattern matching, and more.

Learn how these features work together to enable easier #DataOrientedProgramming in #Java: bit.ly/3OGL8CT

Ch 3 "Manipulate the whole system data with generic functions" & Ch 4 "State management with immutable data" are new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

ManningMEAP's tweet image. Ch 3 "Manipulate the whole system data with generic functions" & Ch 4 "State management with immutable data" are new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel 

#dataorientedprogramming #DOP #clojure #java #programming #javascript

🔧 OOP oder datenorientierte Programmierung? @sippsack zeigt, wie beide Ansätze in Java mit Project Amber kombiniert werden können. Entdecke den besten Ansatz für deine Projekte! #OOP #DataOrientedProgramming #Java #ProjectAmber #JUGDarmstadt ▶️ ow.ly/9vYK50Tt6GL ◀️

jaxcon's tweet image. 🔧 OOP oder datenorientierte Programmierung? @sippsack zeigt, wie beide Ansätze in Java mit Project Amber kombiniert werden können. Entdecke den besten Ansatz für deine Projekte! #OOP #DataOrientedProgramming #Java #ProjectAmber #JUGDarmstadt

▶️ ow.ly/9vYK50Tt6GL ◀️

📣Deal of the Day📣 June 4 SAVE 45% on Data-Oriented Programming & selected titles: mng.bz/WrEx @viebel #dataorientedprogramming #DOP A one-of-a-kind guide that introduces the data-oriented paradigm. Eliminate the unavoidable complexity of object-oriented designs.

ManningBooks's tweet image. 📣Deal of the Day📣  June 4

SAVE 45% on Data-Oriented Programming & selected titles: mng.bz/WrEx @viebel #dataorientedprogramming #DOP 

A one-of-a-kind guide that introduces the data-oriented paradigm. Eliminate the unavoidable complexity of object-oriented designs.

#DomainModeling with @typescript 2.0.0 has arrived. It promotes clean separation between data and behavior and utilizes the algebraic properties of a TypeScript type system. #InformationSystems #DataOrientedProgramming github.com/fraktalio/fmod… Discussion: github.com/fraktalio/fmod…


Hear this talk by @viebel who says #DataOrientedProgramming is the solution to #complexity as it reduces the complexity of information systems including back-end applications, web services, web workers and front-end applications by rethinking data. youtu.be/kjOuD9PDyho

GOTOcon's tweet image. Hear this talk by @viebel who says #DataOrientedProgramming is the solution to #complexity as it reduces the complexity of information systems including back-end applications, web services, web workers and front-end applications by rethinking data.

youtu.be/kjOuD9PDyho

If a typical computer scientist of the day had proposed a WWW, every information element would be an object with its own interface, and it would never have taken off #DataOrientedProgramming

33 years ago this month Tim Berners-Lee and Robert Cailliau emailed colleagues outlining a proposal for a hypertext project that they dubbed “WorldWideWeb.” w3.org/Proposal.html

MIT_CSAIL's tweet image. 33 years ago this month Tim Berners-Lee and Robert Cailliau emailed colleagues outlining a proposal for a hypertext project that they dubbed “WorldWideWeb.”

w3.org/Proposal.html


Now you should know the basics about Feature and FeatureCollection objects for geospatial data models with #DataOrientedProgramming approach in the Dart language. 👇Read more about positions, geometries, geospatial data formats and spherical geodesy: medium.com/@navibyte/geos…

medium.com

Geospatial tools for Dart — version 1.0 published

Geospatial tools for Dart is a set of code packages written in the Dart language providing data structures and tools for coordinates…


Feature can represent multiple geospatial entities (place, address, building, airport, road, river, region, ..) and their properties without coding a separate class type for each. One could call this #DataOrientedProgramming approach. Entity (feature) classes handling just data.

navibyte's tweet image. Feature can represent multiple geospatial entities (place, address, building, airport, road, river, region, ..) and their properties without coding a separate class type for each.

One could call this #DataOrientedProgramming approach. Entity (feature) classes handling just data.

A captivating talk and live demo  by @BalaRawool on how to solve cryptarithmetic puzzles using algebraic data types and pattern matching! #Devoxx #dataorientedprogramming #dop #INGBe #INGTech

madalinghenea's tweet image. A captivating talk and live demo  by @BalaRawool on how to solve cryptarithmetic puzzles using algebraic data types and pattern matching! #Devoxx #dataorientedprogramming #dop #INGBe #INGTech

#ICYMI - #ProjectAmber has introduced new features to Java - local variable type inference, text blocks, records, sealed classes, pattern matching, and more. Learn how these features work together to enable easier #DataOrientedProgramming in #Java: bit.ly/3OGL8CT

InfoQ's tweet image. #ICYMI - #ProjectAmber has introduced new features to Java - local variable type inference, text blocks, records, sealed classes, pattern matching, and more.

Learn how these features work together to enable easier #DataOrientedProgramming in #Java: bit.ly/3OGL8CT

What makes a software system complex? -Nodes with many edges -Manu kinds of arrows: Association, Composition, Inheritance, Usage #DataOrientedProgramming #ACMTechTalk

acmeducation's tweet image. What makes a software system complex? 

-Nodes with many edges
-Manu kinds of arrows: Association, Composition, Inheritance, Usage

#DataOrientedProgramming #ACMTechTalk

The core principles of Data-Oriented Programming is to treat #Data as a value. #DataOrientedProgramming #ACMTechTalk by Yehonathan Sharvit

acmeducation's tweet image. The core principles of Data-Oriented Programming is to treat #Data as a value.

#DataOrientedProgramming #ACMTechTalk by Yehonathan Sharvit

What is meant by "complexity"? There is computational complexity and system complexity. #ACMTechTalk #DataOrientedProgramming

acmeducation's tweet image. What is meant by "complexity"?

There is computational complexity and system complexity.

#ACMTechTalk #DataOrientedProgramming

We'll be meeting with the Stockholm JVM JUG to talk about #Amber and #DataOrientedProgramming in just 1 hour. You can still register here: meetup.com/fr-FR/stockhol…


Read through @viebel's #DataOrientedProgramming book and loved it! Does anyone know of any open-source projects developed in this style or any more resources on using it in larger projects than the example the book uses? I really want to research this more 🤗


Нет результатов для «#dataorientedprogramming»

Hear this talk by @viebel who says #DataOrientedProgramming is the solution to #complexity as it reduces the complexity of information systems including back-end applications, web services, web workers and front-end applications by rethinking data. youtu.be/kjOuD9PDyho

GOTOcon's tweet image. Hear this talk by @viebel who says #DataOrientedProgramming is the solution to #complexity as it reduces the complexity of information systems including back-end applications, web services, web workers and front-end applications by rethinking data.

youtu.be/kjOuD9PDyho

A captivating talk and live demo  by @BalaRawool on how to solve cryptarithmetic puzzles using algebraic data types and pattern matching! #Devoxx #dataorientedprogramming #dop #INGBe #INGTech

madalinghenea's tweet image. A captivating talk and live demo  by @BalaRawool on how to solve cryptarithmetic puzzles using algebraic data types and pattern matching! #Devoxx #dataorientedprogramming #dop #INGBe #INGTech

I'm starting to read #DataOrientedProgramming written by @viebel. It looks very promising.

GianpaoloGalli's tweet image. I'm starting to read #DataOrientedProgramming written by @viebel. It looks very promising.

The manuscript of "Data-Oriented Programming" is done. Here is the mind map for the inside cover core graphic of the book. It summarizes in a visual way the 4 principles of DOP. #dataorientedprogramming #mindmap

viebel's tweet image. The manuscript of "Data-Oriented Programming" is done.
Here is the mind map for the inside cover core graphic of the book. It summarizes in a visual way the 4 principles of DOP. 
#dataorientedprogramming
#mindmap

What is meant by "complexity"? There is computational complexity and system complexity. #ACMTechTalk #DataOrientedProgramming

acmeducation's tweet image. What is meant by "complexity"?

There is computational complexity and system complexity.

#ACMTechTalk #DataOrientedProgramming

Feature can represent multiple geospatial entities (place, address, building, airport, road, river, region, ..) and their properties without coding a separate class type for each. One could call this #DataOrientedProgramming approach. Entity (feature) classes handling just data.

navibyte's tweet image. Feature can represent multiple geospatial entities (place, address, building, airport, road, river, region, ..) and their properties without coding a separate class type for each.

One could call this #DataOrientedProgramming approach. Entity (feature) classes handling just data.

#slideshare: Eliminate the unavoidable complexity of object-oriented designs, with Data-Oriented Programming. mng.bz/aoyJ @viebel #DOO #DataOrientedProgramming

ManningBooks's tweet image. #slideshare: Eliminate the unavoidable complexity of object-oriented designs, with Data-Oriented Programming. mng.bz/aoyJ @viebel #DOO #DataOrientedProgramming

The history of #DataOrientedProgramming is an interplay between math, programming languages, scientific papers and books.

viebel's tweet image. The history of #DataOrientedProgramming is an interplay between math, programming languages, scientific papers and books.

🔧 OOP oder datenorientierte Programmierung? @sippsack zeigt, wie beide Ansätze in Java mit Project Amber kombiniert werden können. Entdecke den besten Ansatz für deine Projekte! #OOP #DataOrientedProgramming #Java #ProjectAmber #JUGDarmstadt ▶️ ow.ly/9vYK50Tt6GL ◀️

jaxcon's tweet image. 🔧 OOP oder datenorientierte Programmierung? @sippsack zeigt, wie beide Ansätze in Java mit Project Amber kombiniert werden können. Entdecke den besten Ansatz für deine Projekte! #OOP #DataOrientedProgramming #Java #ProjectAmber #JUGDarmstadt

▶️ ow.ly/9vYK50Tt6GL ◀️

Ch 10 "The simplicity of Data-Oriented Web services" is new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

ManningMEAP's tweet image. Ch 10 "The simplicity of Data-Oriented Web services" is new to Data-Oriented Programming bit.ly/3rDWAoe 

@ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

What makes a software system complex? -Nodes with many edges -Manu kinds of arrows: Association, Composition, Inheritance, Usage #DataOrientedProgramming #ACMTechTalk

acmeducation's tweet image. What makes a software system complex? 

-Nodes with many edges
-Manu kinds of arrows: Association, Composition, Inheritance, Usage

#DataOrientedProgramming #ACMTechTalk

#ICYMI #DataOrientedProgramming encourages us to model data as (immutable) data, and keep the code that embodies the business logic of how we act on that data separately. #Records #SealedClasses #PatternMatching make that easier bit.ly/3OGL8CT #Java #ProjectAmber #InfoQ

InfoQ's tweet image. #ICYMI #DataOrientedProgramming encourages us to model data as (immutable) data, and keep the code that embodies the business logic of how we act on that data separately. #Records #SealedClasses #PatternMatching make that easier bit.ly/3OGL8CT

#Java #ProjectAmber #InfoQ

#ProjectAmber brought new features to #Java. While these features are self-contained, they are designed to work together, enabling #DataOrientedProgramming: bit.ly/39lrA5G @BrianGoetz #LocalVariableTypeInference #TextBlocks #Records #SealedClasses #PatternMatching

InfoQ's tweet image. #ProjectAmber brought new features to #Java.  While these features are self-contained, they are designed to work together, enabling #DataOrientedProgramming: bit.ly/39lrA5G

@BrianGoetz

#LocalVariableTypeInference #TextBlocks #Records #SealedClasses #PatternMatching

Ch 6 "The synergy between unit tests and Data-Oriented programming" is new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

ManningMEAP's tweet image. Ch 6 "The synergy between unit tests and Data-Oriented programming" is new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel
 
#dataorientedprogramming #DOP #clojure #java #programming #javascript

The core principles of Data-Oriented Programming is to treat #Data as a value. #DataOrientedProgramming #ACMTechTalk by Yehonathan Sharvit

acmeducation's tweet image. The core principles of Data-Oriented Programming is to treat #Data as a value.

#DataOrientedProgramming #ACMTechTalk by Yehonathan Sharvit

Ch 3 "Manipulate the whole system data with generic functions" & Ch 4 "State management with immutable data" are new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel #dataorientedprogramming #DOP #clojure #java #programming #javascript

ManningMEAP's tweet image. Ch 3 "Manipulate the whole system data with generic functions" & Ch 4 "State management with immutable data" are new to Data-Oriented Programming bit.ly/3rDWAoe @ManningBooks @viebel 

#dataorientedprogramming #DOP #clojure #java #programming #javascript

Loading...

Something went wrong.


Something went wrong.


United States Trends