Dec 5, 20222 min readprovider design pattern #flutter Explain the provider design pattern. Write a simple application in flutter using provider design pattern The Provider pattern is a way to...
Dec 5, 20222 min readChallenges of a social media app using flutter and firebaseAs a software engineer developing a social media mobile app with Flutter, some of the challenges I might face with respect to...
Dec 5, 20222 min readDiscussing architecture and design of data applications using AWSAWS offers a variety of services that can be used to build data applications. Some common architectural patterns for data applications on...
Dec 5, 20222 min readAPI DesignAPI design is an important aspect of software development as it defines how different systems and software communicate with each other....
Dec 5, 20222 min readDesign of Microservices using Springboot, Kafka and Java 11Microservices are a software architectural style in which a large application is built as a collection of smaller, self-contained...
Dec 5, 20221 min readSpring Boot application that uses Spring Data JPA to connect to a database and perform basic CRUDHere is an example of a simple Spring Boot application that uses Spring Data JPA to connect to a database and perform basic CRUD (create,...
Dec 5, 20221 min readSpecifications for a notification system for a bank app using Kafka, Spring Boot, and Java 11Here are some functional and technical specifications for a notification system for a bank app using Kafka, Spring Boot, and Java 11:...