What is Internet of Things? Internet of Things (IoT) is a network of internet connected devices (IoT Devices) embedded in everyday objects enabling sending and receiving data such as settings and telemetry. IoT devices are pieces of hardware, such as sensors, actuators, gadgets, appliances, or machines, that are programmed for certain applications and can transmit data over the internet […]
Redux is a reactive state management library which is developed by Facebook and used in the React library. It is based on the Flux pattern. The difference between Flux and Redux is how they handle tasks; In the case of Flux, we have multiple stores and one dispatcher, whereas, in Redux, there is only one […]
AMP is a web component framework that you can use to easily create user-first websites, stories, emails, and ads. What Is Google AMP? Google AMP is an open-source, website-publishing technology that enables you to create a website that loads almost instantly on mobile devices. AMP stands for “accelerated mobile pages.” Google created AMP so that […]
Blazor allows developers to create single-page applications (SPAs) using C# and .NET utilising a component-based architecture. Blazor WebAssembly is a client-side in-browser implementation of Blazor which includes a .NET runtime implemented in WebAssembly. Running .NET code inside web browsers is made possible by WebAssembly (wasm). WebAssembly is a compact bytecode format optimized for fast download and maximum execution speed. […]
This type of application executes fully on the server within the ASP.NET Core application. To communicate with the HTML, the server-side application uses SignalR. This is provided through the JavaScript file called blazor.server.js. The server-side code was communicating with the client-side code in real time using SignalR. the benefit of this type of application is that the […]
AWS Lambda AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use. The code is […]
1.0 What is Camunda Camunda is an open-source workflow and decision automation platform. It is developed in Java and released as open-source software under the terms of Apache License on August 2013. It provides a Business Process Model and Notation (BPMN) standard compliant workflow engine and a Decision Model and Notation (DMN) standard compliant decision […]
QA moto should be Test early & Fail fast !! “If things are not failing, you are not innovating enough.”- Elon Musk Testing should start as early as possible in SDLC, but WHY? Do you think this approach is relevant today? — BIG NO Why QA should avoid this traditional approach? Impact when defects found […]
What is SEO? SEO stands for Search Engine Optimization which means taking an online content and optimizing it so that search engines like Google show it towards the top of the page during search. This is a continuous practice to increasing the quantity and quality of traffic of your website through organic search engine results. […]
Cost of Owning a Mess If you have been a programmer for more than two or three years, you have probably been significantly slowed down by someone else’s messy code. If you have been a programmer for longer than two or three years, you have probably been slowed down by messy code. The degree of […]