Architect
A Comparison of ElectronJS vs JavaFX for Desktop Application Development
ElectronJS and JavaFX are both popular frameworks used for building desktop applications, but they have some fundamental differences in terms of their underlying technologies, programming…
API vs REST APIs: Apply JWT for client authentication
- 3.7K views
- 6 minute read
What is Serverless and how it works?
- 2.3K views
- 4 minute read
Frameworks
-
Apply Micro Frontends to Angular projects & Nx monorepo
- 3.7K views
- 7 minute read
-
How to apply JWT Authentication in Java Spring Boot
- 3.7K views
- 3 minute read
-
Angular lifecycle hooks – Best practices with RxJS
- 2.3K views
- 3 minute read
-
How to enable lazy loading routes on Angular Routing
- 2.3K views
- 3 minute read
-
Understand all mapping requests in Java Spring Controller
- 2.3K views
- 3 minute read
LANGUAGEs
Exploring Browser APIs for Communication: Broadcast API, WebRTC, and More
- April 9, 2023
- 3.7K views
- 5 minute read
Learn about the different browser APIs available for web development, including communication APIs like the Broadcast API and WebRTC, as well as other APIs like WebSockets, SSE, WebUSB, Web…
Use vs Import in Sass: Which One Should You Choose?
- 3.7K views
- 3 minute read
Object-Oriented Programming (OOP) in TypeScript – Access Modifiers and Member Types
- 3.7K views
- 4 minute read
The uses of @use, @forward & @import in Sass
- 2.3K views
- 4 minute read
LiBRARIES
-
A Comparison of ElectronJS vs JavaFX for Desktop Application Development
- 3.7K views
- 4 minute read
-
How-to create a custom loading component in JavaFX
- 2.3K views
- 5 minute read
-
How to change Scenes in JavaFX
- 2.3K views
- 3 minute read
-
Understand JavaFX UI Concept: Stage, Scene & Pane
- 2.3K views
- 5 minute read
-
2 ways to access Controller using FXML in JavaFX
- 2.3K views
- 1 minute read
UI/UX
How to write Web App Manifest PWA | Examples
A web app manifest is a JSON file that provides information about a web application in a structured way. It can be used to specify the name, icons, start URL, and other settings for a…
How PWA reacts on Apple devices in term of UI/UX
Progressive Web Apps (PWAs) are web applications that use modern web capabilities to provide a user experience similar to that of native mobile apps. They are designed to work on any device…
Understand JavaFX UI Concept: Stage, Scene & Pane
JavaFX is a Java library that is used for developing desktop applications. It is a part of the Java Foundation Classes (JFC) and is designed to provide a lightweight, hardware-accelerated Java…
UI in mobile vs UI in website: Key differences
UI, or user interface, refers to the way in which a user interacts with and navigates through a software application. The UI of a mobile application and a website can be similar in some ways,…
Tech
How to access Dark Web? Real practices not bullsh*t
It is important to note that the dark web can be a dangerous place, as it is often used for illegal activities and may contain disturbing or malicious content. If you choose to access the dark…
How PWA reacts on Apple devices in term of UI/UX
Progressive Web Apps (PWAs) are web applications that use modern web capabilities to provide a user experience similar to that of native mobile apps. They are designed to work on any device…
Use JavaScript to explain Quantum Physics
Quantum physics is a branch of physics that studies the behavior of matter and energy at the atomic and subatomic level. It is based on the principles of quantum mechanics, which describe how…
What is Serverless and how it works?
Serverless is a term used to describe a type of cloud computing architecture in which the cloud provider dynamically allocates resources, such as computing power and storage, to a user’s…
Frontend Architect career: Is it good to consider?
A frontend architect is a software engineer who specializes in designing and implementing the frontend (client-side) of web applications. Frontend architects are responsible for defining the…
GraphQL fragment along with 8 other things
Use a schema to define your data types and the relationships between them. This will make it easier to write and validate your queries and mutations. For example: Use the GraphQL type system…
GraphQL & RestfulAPI are on “fight”!
GraphQL and REST are two different approaches to building APIs (Application Programming Interfaces) for web applications. Both have their own strengths and weaknesses, and are suitable for…
Do not focus much on HTML6 or just ignore it!
HTML6 is not a real HTML standard. The latest version of HTML is currently HTML5, which was standardized in 2014. HTML5 introduced a number of new features and capabilities, such as support…
How to use Union Type in GraphQL?
In GraphQL, a union type is a type that represents a combination of multiple other types. It allows you to return different types of data from a single field in your GraphQL schema. For…
TOP TRENDING
-
Exploring Browser APIs for Communication: Broadcast API, WebRTC, and More
- 3.7K views
- 5 minute read
-
-
Use vs Import in Sass: Which One Should You Choose?
- 3.7K views
- 3 minute read
-
A Comparison of ElectronJS vs JavaFX for Desktop Application Development
- 3.7K views
- 4 minute read
-
Object-Oriented Programming (OOP) in TypeScript – Access Modifiers and Member Types
- 3.7K views
- 4 minute read