SINCE 2013

28th August 2023

How 5G will change the way we use technology

5G is set to revolutionize the way we interact with the digital world — here’s how We are on the brink of a new era in technology, one that will see 5G networks change the way we use our devices. From faster downloads and smoother streaming to more reliable connections and near-instantaneous response times, 5G is set to revolutionize the way we interact with the digital world. What is 5G and how will it differ from current mobile networks? 5G is the fifth generation of mobile network technology, succeeding 4G (LTE) and preceding 6G. It promises faster data speeds, reduced latency (the […]
24th August 2023

Top Plesk Alternatives: Explore Hosting Panel Options

In this article, we present a comprehensive list of alternatives to Plesk, ranging from open-source and free choices to premium options. Below, you’ll find a curated collection of top substitutes for the Plesk platform. 1. CloudPages CloudPages rises as an exceptionally user-friendly control panel, meticulously designed for effective cloud server management. It seamlessly merges accessible usability with impressive functionality, catering to individuals of all expertise levels in the field of server administration. A standout feature of CloudPages is its capability to effortlessly deploy high-speed WordPress websites across renowned platforms like DigitalOcean, Hetzner, AWS, and Vultr. This streamlined process streamlines the complex […]
21st August 2023

Amazon Web Services – WorkMail

Amazon WorkMail was formerly known as Zocalo. It is a managed email and calendaring service that runs in Cloud. It provides security controls and is designed to work with your existing PC and Mac-based Outlook clients including the prepackaged Click-to-Run versions. It also works with mobile clients that speak the Exchange ActiveSync protocol. amazon Web Mail Its migration tool allows to move mailboxes from on-premises email servers to the service. It works with any device that supports the Microsoft Exchange ActiveSync protocol, such as Apple’s iPad and iPhone, Google Android, and Windows Phone. How to Use Amazon WorkMail? Step 1 − Sign […]
12th August 2023

Become An Expert: Backend Projects That Define Senior Developers

Moving from being a mid-level developer to a senior-level developer is like leveling up in a video game. You need to gather more experience points and unlock new abilities to conquer the challenges that lie ahead. In the world of backend development, it means diving into the realm of sophisticated systems and becoming a coding wizard behind the scenes. So, grab your magic wand, and let’s explore some exciting project ideas that will help you level up your backend programming skills and embark on the path to becoming a senior-level developer. RESTful API with Authentication & authorization Imagine yourself as […]
1st August 2023

What is PyTorch?

PyTorch is an open source machine learning (ML) framework based on the Python programming language and the Torch library. Torch is an open source ML library used for creating deep neural networks and is written in the Lua scripting language. It’s one of the preferred platforms for deep learning research. The framework is built to speed up the process between research prototyping and deployment. The PyTorch framework supports over 200 different mathematical operations. PyTorch’s popularity continues to rise, as it simplifies the creation of artificial neural network models. PyTorch is mainly used by data scientists for research and artificial intelligence (AI) applications. PyTorch is released under […]
31st July 2023

Advantages and Disadvantages of Cloud Computing

What is Cloud Computing? Cloud computing is a term referred to storing and accessing data over the internet. It doesn’t store any data on the hard disk of your personal computer. In cloud computing, you can access data from a remote server. Now, we will learn the advantages and disadvantages of Cloud Computing. Advantages of Cloud Computing Here, we will learn what are the benefits of Cloud Computing in your organization: Cost Savings Cost saving is one of the biggest Cloud Computing benefits. It helps you to save substantial capital cost as it does not need any physical hardware investments. […]
29th July 2023

Detectron2 – Object Detection with PyTorch

Detectron2 is Facebooks new vision library that allows us to easily us and create object detection, instance segmentation, keypoint detection and panoptic segmentation models. Learn how to use it for both inference and training. Facebook Research released pre-built Detectron2 versions, making local installation a lot easier. (Tested on Linux and Windows) Alongside PyTorch version 1.3, Facebook also released a ground-up rewrite of their object detection framework Detectron. The new framework is called Detectron2 and is now implemented in PyTorch instead of Caffe2. Detectron2 allows us to easily use and build object detection models. This article will help you get started with Detectron2 by […]
27th July 2023

Micro Frontend Architecture

Micro Frontend architecture. It is a Microservice Testing approach to front-end web development. The current trend is to build a powerful and feature-rich web application that resides on top of a Microservice architecture. Over time the its Architecture becomes a part of the application, often it is developed by a separate team, grows, and gets more difficult to maintain, this type of application is called Frontend Monolith. To solve this problem, the concept of it came into the picture. A team is cross-functional and develops end-to-end features, from the user interface to the database. It is a more friendly and less […]
20th July 2023

From A to Z: The History of the Amazon Logo

From its humble origins in Jeff Bezos’ garage to its place as the 2nd largest company in the world, Amazon’s rise to prominence is one of the most iconic stories of the Information Age. Equally iconic is the Amazon logo. As the company has evolved, the Amazon logo has given us a unique visual record of its journey. Culminating in the design we all know and love today: the legendary Amazon Smile. As far as famous brands go, Amazon is up there with the best of them. Let’s plunge into the Amazon logo story to uncover its history, symbolism, and meaning. We’ve included […]
14th July 2023

Sencha Touch

Sencha Touch is a popular framework of Sencha for creating a user interface for mobile applications. It helps the developer create a mobile app using simple HTML, CSS, and JS which supports many mobile devices such as Android, IOS, BlackBerry, and Windows. It is based on MVC architecture. The latest version of Sencha Touch is 2.4. History of Sencha Touch After releasing Sencha’s other product, ExtJs, which was for web applications, there was a need to develop a framework that works on mobile devices too. The first version of Sencha Touch was the 0.9 beta version, which supported Android and […]
1st July 2023

Identifying vulnerabilities in GitHub Actions & AWS OIDC Configurations

In 2021, GitHub released support for OpenID Connect (OIDC) for GitHub Actions (GHA), allowing developers to securely interact with their infrastructure resources in Amazon Web Services (AWS), and other major cloud service providers. The OIDC support allows GHA jobs to retrieve short-lived session tokens on-demand rather than using the private key and credential files as secrets. Inner workings of AWS OIDC + GitHub One of the cloud providers that supports using OpenID Connect with GHA is AWS. In order to configure OIDC in AWS, two things are needed: an IAM role and an Identity provider that can be linked to […]