© 2023 Hashnode
#app-development
Hi, I am Siddhesh Sonar, i am an android developer since 2020, and i was very passionate about customizing the Interface OF android but slowly i realised that it is not possible on my machine so I thought of something different like creatin…
What distinguishes MVC, MVP, MVVM, MVVM-C, and VIPER architecture patterns from each other? Introduction When it comes to software development, choosing the right architecture pattern can make a huge …
Does this sound familiar? Creating SQL databases? Not a problem: CREATE TABLE table_name (column1 datatype,column2 datatype, ....); Writing SQL queries to interact with your data? Too easy: SEL…
As businesses grow and evolve, so do their software needs. What worked for a startup with a handful of employees may not be sufficient for a company with hundreds or thousands of employees. This is wh…
Introduction A strong open-source framework for building powerful, platform-independent mobile apps. This is Flutter. This indicates that it enables programmers to quickly and easily construct mobile …
Low-code development platforms are transforming how software developers build & deploy software applications. Designed to accelerate application development, low-code platforms are particularly helpful tools for enterprise IT teams to accel…
In this tutorial, I will show you how to create an audio conference room within your Flutter application. This type of conference allows participants to communicate with each other using only audio an…
Introduction JavaScript is one of the most popular and versatile programming languages in the world. It can be used to create dynamic and interactive web pages, as well as mobile and desktop applicati…
The other day somebody told me about a REST API for some software that I use almost every day. I typically use their SDK but jumped at the opportunity to use a REST-based offering. I could quickly has…
WebSockets are useful for building real-time, interactive web applications such as chat, gaming, real-time notifications and more. JavaScript enables the client-side logic that allows web applications…