Social login is one of the most popular ways to authorize users in mobile apps. It provides a convenient and fast way to log into an app through social media […]
Read MoreElectron IPC: Internal Communication of Application Components
In developing desktop applications using Electron, one of the key concepts is Inter-Process Communication (IPC). This is a mechanism that allows data to be exchanged between the Main Process and […]
Read MoreDemo Angular Application with Authorization
This small Angular application demonstrates basic authorization using JWT tokens (JSON Web Token). The user enters a username and password, receives the token from the server and can access secure […]
Read MoreIonic: How to Use Theme Variables Properly
Ionic is a popular framework for developing cross-platform mobile applications. One of the key features of Ionic is the ability to customize the look and feel of your app using […]
Read More