Latest Articles
Firebase Push Notification In React Native
In this post, we’ll learn how to integrate push notifications in React Native apps using Firebase. and send notifications with help of firebase and handle them in the Android.
React Hooks Unit Testing using Shallow
React Hooks let you use state and other React features without writing a class. It solves a wide variety of seemingly unconnected problems in React that we have encountered over five years of writing and maintaining tens of thousands of components. Whether you’re learning React, using it every day, or prefer a different library with a similar component model, you might recognize some of these problems.
Repository and Unit of Work Patterns
“A Repository mediates between the domain and data mapping layers, acting like an in-memory domain object collection. Conceptually, a Repository encapsulates the set of objects persisted in a data store and the operations performed over them, providing a more object-oriented view of the persistence layer. ” – Martin Fowler
Globalization & Localization in .NET 6
Globalization is the method of designing and developing applications functioning for multiple cultures.Localization is the method of customizing your application for a particular culture and locale.
NuGet Package -What you need to know
It’s never been easy to learn programming. But despite tons of ways to learn how to code, we believe that the best way to improve your skills is by contributing to open-source projects.