sameer bahadsameerbahad.hashnode.dev·6 hours agoBuilding a Self-Healing API in C#: A Developer's GuideBuilding a Self-Healing API In the fast-paced world of software development, creating robust APIs that can recover from failures is crucial. A self-healing API is designed to automatically detect and recover from errors, minimizing downtime and ensur...DiscussSelfHealingAPI
Dany ParedesProwww.danywalls.com·Oct 12, 2023Understanding InjectionContext and Signal EffectsYesterday, I was chatting with my friend Jörgen de Groot about Signals. As our conversation shifted to cover effects, he encountered the error ERROR NG0203. Later, another friend approached me with the same issue. I decided to compose a brief article...Discuss·1 like·526 readsAngularAngular
Dany ParedesProwww.danywalls.com·Sep 26, 2023Head Start with Angular Signals: A Basic OverviewSince Angular 16, I have heard a lot about Signals, the @angular/team did great work listening to the community and improving the Signals API with Rxjs interop. Yesterday I was talking with my friend Juan Berzosa he hadn't played with Signals yet, So...Discuss·9 likes·2.0K readsAngularAngular
Vamshi Kunuguntlatechtrendbytes.hashnode.dev·Sep 19, 2023SignalsWhat are Signals A signal is just a special type of variable that holds a value. But unlike other variables, a signal also provides notification when the variable value changes. Angular 16 introduces an innovative approach to managing events and inte...Discusssignals
Sidharthan Chandrasekaran KamarajforThe Bug Shotsthebugshots.dev·Sep 12, 2023Synchronising Periodic Tasks and Graceful Shutdown with Goroutines and Tickers | GolangGoroutines and channels are very useful and powerful primitives provided in the Go programming language for concurrently handling events, signals, and other asynchronous operations. The ticker can be used to create a repeatedly firing timer that will...Discuss·27 readsGolanggolang
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
FeStackfestack.hashnode.dev·Sep 1, 2023How to Migrate Your Angular Application State Management from Observable to SignalsIf you are an Angular developer, you might be familiar with the concept of Observable, which is a way of handling asynchronous data streams in your application. Observable allows you to subscribe to data changes and react accordingly, using operators...Discuss·7 likesAngular
Elucian MoiseforProgramming Languagessagecode.hashnode.dev·Aug 24, 2023Bash Signal HandlingBash scripts can receive signals from the operating system or other processes. These signals can interrupt the script and cause it to exit unexpectedly. The trap command allows you to catch signals and handle them gracefully in your Bash scripts. Thi...DiscussBash FundamentalsBash
Evgeniy OZeoz.hashnode.dev·Aug 19, 2023Angular Signals: Keeping the Reactivity TrainThere is a very underrated tweet by Pawel Kozlowski: https://twitter.com/pkozlowski_os/status/1543246502449106947 In this article, let’s apply examples from that MobX article to Angular Signals. In the examples, I will prefix variables containing s...Discuss·59 readsAngular SignalsAngular
Deepak Rudra Pauldeepakrudrapaul.hashnode.dev·Aug 9, 2023🔍 Exploring Angular Signals: A Sneak Peek into the Future of Optimization! 🚀Hey Angular enthusiasts! 🌟 Are you ready to dive into the exciting world of Angular Signals? 🧐 Get ready to level up your app's performance with this new developer preview feature that's here to revolutionize rendering updates! Let's unwrap the mag...Discuss·10 likes·58 readsAngular