Pavel RomanovPropavel-romanov.com·Sep 11, 2023Reactive programming patternsWe already know what reactive programming is (if you don't, check out this article). In this article, we will look at some of the most common design patterns used in reactive programming and what common design principle they all have that enables the...DiscussReactive Programming
Nikhil Mehtawhynikhil.hashnode.dev·Sep 3, 2023Understanding Reactive Programming: A Comprehensive Guide with Node.js and Java ExamplesReactive programming is a paradigm that has gained immense popularity in recent years for building scalable, resilient, and responsive applications. It's a programming paradigm that deals with asynchronous data streams and the propagation of changes....Discuss·12 likes·28 readsReactive Programming
Pavel RomanovPropavel-romanov.com·Jul 29, 2023Introduction to Reactive ProgrammingYou've probably heard something about reactive programming before, but do you know what it means? It is one of the topics that bring more confusion than clarity when you try to google it. There are a lot of examples out there, but most of them have a...Discuss·34 readsRxJS
Stephen Collinssteve555.hashnode.dev·Jul 28, 2023How Reactivity works in SolidIn recent years, the front-end development landscape has witnessed an explosion of new ways to build client-side applications. One such new approach that has garnered substantial attention is Solid. But why? What does Solid offer that others like Rea...Discusssolid
Namit Guptanamitgupta.hashnode.dev·Jul 17, 202310 Step Guide: SwiftUI ObservableObject to Observable Macro TransitionIn my last article, I talked about how data flows in SwiftUI. Now, Apple has released something new in iOS 17 - the Observation Framework. This changes how SwiftUI works with data. In this article, we will look at how to use the new Observable Macro ...Discuss·22 likes·248 readsSwiftUI for iOS DevelopmentSwiftUI
BIMAforbimaFrontendbimafrontend.hashnode.dev·Jul 17, 2023What are Angular Signals?: Exploring State Control and Rendering in Your AppsThe ability to create stable and feature-rich web applications has made Angular, a potent JavaScript framework, extremely popular. Managing states becomes a crucial part of development as applications become more complex. Angular Signals can be used ...Discuss·2 likes·101 readsTypeScript
Nicolas Fränkelfrankel.hashnode.dev·Jul 13, 2023Reactive database access on the JVMA couple of years ago, Reactive Programming was all the rage, but it had one big issue: reactive stopped as soon as you accessed a SQL database. You had a nice reactive chain up to the database, defeating the whole purpose. Given the prevalence of SQ...DiscussKotlin
Stephan E.G. Veenstrafluttergamedev.com·Jul 9, 2023Creating a reactive TextField in FlutterIn this article, I will show you how you can very easily create a reactive TextField in Flutter. Motivation A few months ago, while working on a client project, I was building multiple pages in a row which all contained some kind of form, like a logi...Discuss·3 likes·838 readsDart
Ian OkumuProotsembo.hashnode.dev·Jun 21, 2023Reactive Programming with KotlinDesign Patterns are a popular approach to solving problems in software. Design patterns are an organized way to solve problems in the real world, they can almost be likened to algorithms, their main difference being that design patterns usually scale...Discuss·1 like·59 readsKotlin
uday kumarutronics.hashnode.dev·Jun 2, 2023Spring Webflux, Reactive Kafka, Cassandra. Complete Reactive Spring AppsIntroduction Building modern, scalable web applications requires technologies that can handle large amounts of data and high volumes of traffic. The combination of Spring WebFlux, Reactive Kafka, and Cassandra can provide a powerful stack for buildin...Discuss·288 readsReactive Programming