Skip to content
TZone
  • Home
  • Webinars
  • About TMO

TZone

In a World of Technology, People Make the Difference.

Emerging Trends of RPA

September 19, 2022 by reshma.s

As we know, automation has changed aspects of business today. Robotic process automation (RPA) has become trendy in most industries, and it shows no signs of slowing down. The prospect of applying robotic automation in business processes has been gaining more attention as they are difficult in a digital world, which requires faultless operations. Businesses …

Continue Reading

Why do Kubernetes and Docker work hand in hand?

September 19, 2022 by Subha SM

Let’s see what is docker and kubernetes. What is kubernetes? It is an open-source technology that allows the orchestration of the container so whatever container that we make using any of the container technology rather than docker or any different one it allows us to manage those containers and scale up according to the requirement. …

Continue Reading

A glimpse of AOP

September 19, 2022 by alan.j

AOP or Aspect Oriented Programming is just another programming paradigm that you may have heard of but never probably applied it anywhere or found a use for it. AOP is usually present as a small topic in a good deal of basic programming courses with a small theoretical part highlighting it. People skim through the …

Continue Reading

Why Quarkus?

September 19, 2022 by Vignesh_D

Java has always exceeded virtually all the challenges laid before by different aspects of programming over the ages, where many languages failed to do so. In the Era of cloud programming, Unlike any other challenge encountered Java is still striving to make its stand among its contenders like Node.js, python. Traditional java layered new functionalities …

Continue Reading

Highly Available and Scalable Microservice Deployment in AWS ECS

February 6, 2020 by Sumesh S

1.) High Availability Everybody knows HA is an ability of a system or system component to be operational for a very long time without any failure. Commonly High Availability is achieved by avoiding any single point of failure in any component of the application and infrastructure. To avoid any single point of failure, redundancy should …

Continue Reading

Basics of Swarm Intelligence

February 6, 2020 by athul.vs

This blog gives a brief introduction to the world of swarm robotics with a short discussion on the well known swarm algorithms. So let’s begin! What is a Swarm?? Starting from the basics. Swarm is essentially a group of similar individuals which have same basic functionality but work together effectively to from an intelligent system …

Continue Reading

Comparing AWS Framework: Serverless vs Amplify

February 6, 2020 by deepak.pc

When it comes to serverless technology, one of the most important and growing platforms is AWS (Amazon Web Services). There are a variety of open source and third-party frameworks that simplify serverless application development and deployment. My journey in the serverless computing space started off with a search for a perfect framework that supports JavaScript …

Continue Reading

ARTIFICIAL INTELLIGENCE AND SPORTS

February 6, 2020 by akhil.c

Artificial Intelligence is the science and engineering of making computer machines able to perform various tasks that normally require human intelligence, such as visual perception, decision-making, speech recognition and translation between languages. AI emphasizes the simulation of human intelligence processes by machines or computer systems. These processes include learning (the acquisition of information and rules …

Continue Reading

The mindset to design a NoSQL Database.

February 6, 2020 by jefy.thomas

After adopting NoSQL by the industry and the increasing NoSQL database options, it has become a trend in considering NoSQL as an alternative to relational Databases for software development. With the increasing technologies, traditional ways of storing data are being challenged. Relational database modeling is typically driven by the structure of available data. The main …

Continue Reading

VOICE SEARCH OPTIMIZATION

January 4, 2023 by sreenath.s

As the technologies in Website development field is rising in a higher pace it’s a challenge for the developer’s to enhance their skill set. One such skill to get familiar with is Voice Search Optimization. Voice Search Optimization means to enable search function in websites using voice rather than typing. Scope of Voice Search Optimization …

Continue Reading

The world of performance testing

March 21, 2022 by amitha.a

Introduction: As the word itself says, performance testing is verifying the performance of the application in different environments. But it is not at all verifying the speed of the application. Along with the speed, it determines the stability, scalability, stability & responsiveness of the application in different loads of data. Why Performance Testing is importance..? …

Continue Reading

Set up your own cloud storage with Nextcloud

March 21, 2022 by Jayakrishnan M

What is Nextcloud? Nextcloud is open-source software for file hosting. Nextcloud is functionally similar to Dropbox, Office 365, or Google Drive and anyone can host it on their machines.  It’s built with security in mind and with a modern and easy-to-use web interface, desktop clients, and mobile apps. Unlike other file hosting services, Nextcloud can …

Continue Reading

Object Detection with Edge Computing

March 24, 2022 by mintu.tj

Object detection is a popular Computer Vision and Artificial Intelligence technique which finds a wide range of applications from agriculture to the futuristic world of automated cars. All of you might be daily users of object detection in some form or another, whether it is Google Lens or face detection in mobile phones. In this …

Continue Reading

NFTs – The Digital Collectables

March 21, 2022 by Renish R V

Since the evolution of the internet in the 90’s the virtual community has kept evolving. Over the years, how we value the things is shifting because of technology. People’s desire on owning the digital assets over the physical assets just getting bigger. In last year (2021), The first tweet ever tweeted in the history of …

Continue Reading

MFE with Module Federation : Prologue

March 24, 2022 by sandeep.b

Micro front end architecture is a design pattern in which front end application is split into multiple individual micro applications and working loosely coupled together. The concept is vaguely is inspired from microservices. Existing Architecture Industry have been using monolithic architecture around until 2010 for almost all application which runs on server less environment since …

Continue Reading

How is AI Changing the World of Testing?

March 21, 2022 by shilpa.ks

Automated AI Testing Artificial Intelligence (AI) was only a fad a few years ago, but it has now evolved into an integral aspect of human life. From smartphones to smart devices (Alexa, Siri, etc.) to smart apps (Cortana, Google Assistant, etc.) to self-driving automobiles, AI is nearly everywhere. With AI being used in a variety …

Continue Reading

Gradient Correction beyond Gradient Descent

March 24, 2022 by athul.j

To improve the performance of a deep learning system, there are dozens of approaches one can take: enlarging the model structure by making it deeper or larger improving the initialization scheme collecting more data, or improving the optimization algorithm. This work aims to improve the model performance by advancing the quality of the gradient used …

Continue Reading

Debugging iOS webviews

March 21, 2022 by abdul.wadood

Debugging web applications are made easy with chrome dev tools and inspect devices for android. But what if we want to debug our web app in ios browsers? There may have some issues specific to ios device browsers may be due to their security policies. For example, ipad/iphone restricts camera access in chrome browser if …

Continue Reading

Posts navigation

  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next

Recent Posts

  • VOICE SEARCH OPTIMIZATION
  • Emerging Trends of RPA
  • The world of performance testing
  • Set up your own cloud storage with Nextcloud
  • Object Detection with Edge Computing
  • NFTs – The Digital Collectables
  • MFE with Module Federation : Prologue
  • How is AI Changing the World of Testing?
  • Gradient Correction beyond Gradient Descent
  • Debugging iOS webviews

Categories

  • API (1)
  • Artificial Intelligence (3)
  • Block Chain (2)
  • Cloud Computing (5)
  • Cryptocurrency (2)
  • Cryptography (1)
  • Data Mining (1)
  • Deep Learning (1)
  • Design Pattern (1)
  • Featured (2)
  • Framework (2)
  • General (24)
  • IDE & Tools (4)
  • Machine Learning (2)
  • NoSQL (3)
  • Programming Language (1)
  • Security (1)
  • Software Development (1)
  • Software Quality Assurance & Testing (1)
  • Virtual Reality & Augmented Reality (3)
  • Web Applications (1)
© 2023 TZone InApp