Mindblown: a blog about philosophy.
-
Symphony of Native and JavaScript: Mastering Communication and Asynchronous Operations
In the intricate dance of app development, communication between native code and JavaScript is akin to a symphony, with both entities harmoniously interacting to create a seamless experience. This symphony extends to handling asynchronous operations and events, adding layers of sophistication to your app’s functionality. Sending Events from Native Code to JavaScript: Triggering JavaScript Callbacks…
-
Did You Know The Importance Of Knowledge Sharing In Software Industry?
Knowledge Sharing Is An Essential Aspect Of The Software Industry, As It Helps Improve The Efficiency, Quality, And Consistency Of Software Development Processes.
-
Launching Hedera Micro Service NPM
We are glad to announce that we have released a micro-service through npm to simplify #blockchain transactions on #hedera network. It mainly focuses on creating custom NFTs & fungible tokens at the best GAS cost price.
-
All About UseCallback That You Need To Know
In this blog, we will understand the best way to use this hook with some examples:As per the official react documentation, useCallBack is used to cache the function definition.
-
Optimizing Performance With React’s UseDeferredValue Hook: Enhancing Responsiveness And Efficiency
The useDeferredValue hook in React is introduced in React 18 version. It is a powerful hook for optimizing performance by deferring a value update until the next render cycle. So let’s start to Understand in deep with examples.
-
New Updates On Hedera Services NPM
We’re back with a major update on our Hedera micro service NPM
-
Struggling With Optimizing Your React App Build? Let’s Solve It With RollUp
Struggling With Optimizing Your React App Build? Let’s Solve It With RollUp
-
Does Documenting A Product/Feature Give You A Hard Time?
Developers usually face difficulties in making an organized document. Most of the time, non-tech customers do not understand documents created by developers.
-
Did You Know Why Devops/solution Architects Should Consider Terraform While Designing The Infrastructure Of A New Project?
Terraform is an Infrastructure-as-code (IaC) tool used by DevOps teams to automate infrastructure tasks. It allows developers to package and re-use common code with modules, which can be easily shared between teams and sourced into other Terraform projects. Terraform shares the same “Infrastructure as Code (IAC)” approach as most DevOps technologies and tools such as…
-
Did You Know How Can You Use NGINX To Deploy Your React App?
In this blog, we will learn how to deploy a React app on Ubuntu using NGINX as a reverse proxy server.We will start by updating the Ubuntu packages and installing Nginx, followed by creating a React build and configuring Nginx to serve it.
Got any book recommendations?