• nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    I've been writing more Twitter threads since the beginning of 2021 and I really enjoy it. It's challenging but rewarding to cut a topic into a dozen little pieces that tell a story yet stand on their own. Judging by your reception, you like them, too. So they'll keep coming! 😃

    nipafx tweet picture

    9 10 139 0 21
    Download Image
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    I'll also collect all threads in this thread of threads. 🧵² From modules to serialization, from pattern matching to value types, form generics to networking, whether it's new versions or upcoming JEPs - here they all are (and many more to come). Enjoy, like, retweet. ❤️

    3 19 75 0 22
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Why it's impractical to generate module declaration (module-info.java) from build tool config (e.g. pom.xml) or vice versa

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    Why it's impractical to generate module declaration (module-info.java) from build tool config (e.g. pom.xml) or vice versa

    6 2 31 0 7

    2 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Project Amber progress report on pattern matching

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    Project Amber progress report on pattern matching

    nipafx tweet picture

    1 8 25 0 1
    Download Image

    1 0 1 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Serialization in Java: Why does it exist? What are the problems? Would Java have been better off without it? Can it be fixed?

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    Serialization in Java: Why does it exist? What are the problems? Would Java have been better off without it? Can it be fixed?

    2 17 72 0 16

    1 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    How Java got all the defaults wrong (nullable references, mutable fields, non-private visibility, etc.) and still succeeded

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    How Java got all the defaults wrong (nullable references, mutable fields, non-private visibility, etc.) and still succeeded

    2 29 82 0 15

    1 0 2 0 1
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    5 things you should know about pattern matching that are more general than type patterns with `instanceof`

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    5 things you should know about pattern matching that are more general than type patterns with `instanceof`

    2 8 25 0 8

    1 0 1 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Type pattern details - why, how, what for (now and later)?

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    Type pattern details - why, how, what for (now and later)?

    1 8 21 0 3

    1 0 1 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Primitive classes (formerly known as value types) are coming

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    Primitive classes (formerly known as value types) are coming

    3 24 85 0 8

    2 0 4 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    The path towards better serialization

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    The path towards better serialization

    3 15 37 0 13

    1 0 1 0 1
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    11 new features in #Java16

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    11 new features in #Java16

    5 77 199 0 32

    1 0 1 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    What exact APIs are internal (with regards to strong encapsulation)?

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    What exact APIs are internal (with regards to strong encapsulation)?

    2 24 48 0 2

    1 0 1 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    A tour of JEPs 400-409

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    A tour of JEPs 400-409

    3 18 57 0 8

    1 0 2 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Java's core principles that make it so well-suited to writing safe, useful, performant, and maintainable code (as per John Rose)

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    Java's core principles that make it so well-suited to writing safe, useful, performant, and maintainable code (as per John Rose)

    4 23 103 0 17

    1 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    How bounded type parameters (like `<T extends Number>`) work and when to (not) use them

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    5 years ago

    How bounded type parameters (like `<T extends Number>`) work and when to (not) use them

    2 5 26 0 7

    1 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    10 things that make Java quicker than you think - from var to records, from collection factories to HTTP/2 client, from jshell to script support

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    10 things that make Java quicker than you think - from var to records, from collection factories to HTTP/2 client, from jshell to script support

    2 21 104 0 17

    1 0 3 0 1
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Recent & upcoming changes to networking in the JDK: reactive HTTP/2, refactoring for Loom, Unix domain sockets, HTTP/3

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Recent & upcoming changes to networking in the JDK: reactive HTTP/2, refactoring for Loom, Unix domain sockets, HTTP/3

    1 17 59 0 12

    1 1 3 0 2
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    JEP 406 - part I: Pattern matching in `switch` statements and expressions

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    JEP 406 - part I: Pattern matching in `switch` statements and expressions

    nipafx tweet picture

    2 13 48 0 5
    Download Image

    2 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    JEP 406 - part II: Improved `null`-handling in `switch` (all of them, not just for pattern switches).

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    JEP 406 - part II: Improved `null`-handling in `switch` (all of them, not just for pattern switches).

    nipafx tweet picture

    2 7 32 0 2
    Download Image

    1 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Why do Java's text block start with """ *and* a newline?!

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Why do Java's text block start with """ *and* a newline?!

    3 20 84 0 14

    2 1 2 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    JEP 406 - part III: How guarded patterns allow refining patterns elegantly in `switch` and elsewhere.

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    JEP 406 - part III: How guarded patterns allow refining patterns elegantly in `switch` and elsewhere.

    nipafx tweet picture

    3 28 107 0 13
    Download Image

    1 0 2 0 1
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    What Project Valhalla is really about.

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    What Project Valhalla is really about.

    3 37 107 0 15

    1 1 3 0 1
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Improvements to the random (number) generator API.

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Improvements to the random (number) generator API.

    2 22 79 0 19

    1 0 4 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    11 #Java tricks

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    11 #Java tricks

    2 24 88 0 13

    1 0 3 0 3
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    #JDK18 feature list

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    #JDK18 feature list

    2 35 123 0 8

    1 1 2 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Concurrency vs parallelism

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Concurrency vs parallelism

    5 50 177 0 65

    1 0 6 0 2
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    A primer for "structured concurrency"

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    A primer for "structured concurrency"

    11 44 176 0 61

    1 0 7 0 2
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Some practical experiments with virtual threads and structured concurrency

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Some practical experiments with virtual threads and structured concurrency

    8 34 124 0 26

    1 0 3 0 2
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Why Java erases generic type information

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    Why Java erases generic type information

    3 25 109 0 42

    1 0 6 0 1
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    How to embed compiled and tested code in Javadoc

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    How to embed compiled and tested code in Javadoc

    1 10 27 0 8

    1 0 3 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    #JDK 18 features

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    #JDK 18 features

    1 54 151 0 16

    1 0 2 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    How frameworks/libraries can better support modules

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    4 years ago

    How frameworks/libraries can better support modules

    3 5 25 0 7
    Download Video

    1 0 0 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    A two-tweeter on stable sorting

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    A two-tweeter on stable sorting

    2 0 8 0 2

    1 0 0 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    How to prepare for virtual threads

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    How to prepare for virtual threads

    2 17 42 0 14

    1 0 0 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    Having fun with stupid opinions, conference photos, and memes

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    Having fun with stupid opinions, conference photos, and memes

    nipafx tweet picture

    13 1 10 0 1
    Download Image

    1 0 0 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    Why #Java19 is gonna be an amazing release

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    Why #Java19 is gonna be an amazing release

    4 46 232 0 47

    1 0 2 0 0
  • nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    What is data-oriented programming?

    nipafx Profile Picture

    Nicolai Parlog 🇺🇦🕊️ @nipafx

    3 years ago

    What is data-oriented programming?

    3 25 82 0 35

    1 0 2 0 2
  • Download Image
    • Privacy
    • Term and Conditions
    • About
    • Contact Us
    • TwStalker is not affiliated with X™. All Rights Reserved. 2024 www.instalker.org

    twitter web viewer x profile viewer bayigram.com instagram takipçi satın al instagram takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al sosyalgram takipçi satın al instagram ücretsiz takipçi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al metin2 metin2 wiki metin2 ep metin2 dragon coins metin2 forum metin2 board popigram instagram takipçi satın al takipçi hilesi twitter takipçi satın al tiktok takipçi satın al tiktok beğeni satın al tiktok izlenme satın al beğeni satın al instagram beğeni satın al youtube abone satın al youtube izlenme satın al buyfans buy instagram followers buy instagram likes buy instagram views buy tiktok followers buy tiktok likes buy tiktok views buy twitter followers buy telegram members Buy Youtube Subscribers Buy Youtube Views Buy Youtube Likes forstalk postegro web postegro x profile viewer