fbpx

Blogs

How to leverage UI/UX skills by practicing sketching

By Naduni Katuwandeniya Sketching plays a crucial role in UI/UX design as it facilitates the exploration of different design concepts and ideas while also serving as a communication tool. As a valuable tool for gathering feedback from stakeholders and communicating ideas, sketching enables designers to effectively convey their thoughts. Here…
Read More

The Importance of Stakeholder Management in Business Analysis

By Chamindra Hettitantirige Stakeholder management is one of the key aspects business analysts should develop in their range of skillsets. Business Analysts are the ones who connect the vital cogs of a project or program. One of these “vital cogs” would be the stakeholders who could be either individuals or…
Read More

Choosing Between npm and Yarn

By Sewvandi Wickramasinghe Both npm and yarn are package managers. As an alternative to npm, yarn was built by Facebook. They developed yarn to solve the problems they had when using npm, specifically the issues of accuracy, protection and speed. Within this article we’ll look at npm and yarn differences.…
Read More

Securing API Data: Encrypting and Decrypting with Node.js Middleware

By Muhammad Aqeel In today’s digital landscape, securing sensitive data is not just a best practice but a necessity. Whether you’re handling user credentials, financial transactions, or other critical information, encrypting data before sending it over APIs ensures that even if intercepted, it remains unreadable to unauthorized parties. As applications…
Read More

A Comparison of Cloud Architectures: Public, Private, and Hybrid Models

By Raveesha Dulmi Cloud Architectures focus on designing and organizing applications and services within the chosen cloud environment. It depends on the business goals and requirements of the organization. There are 4 main types of cloud architectures. They are, Public Cloud Architecture Public Cloud Architecture is a cloud service model…
Read More

New AI trends and tools for Business Analysts

By Napthali Ranasinghe A new era of technical innovation has been brought about by the Fourth Industrial Revolution. Artificial intelligence (AI) is at the forefront of this revolution. Business Analyst (BA) role has evolved significantly over the years. Even now, BAs are still referred to as requirement elicitors, data interpreters,…
Read More

Deploy a Dask Cluster on Kubernetes using Minikube on WSL — Part 3

By Nirajkanth Ravichandran Introduction In the ever-evolving landscape of data science and machine learning, the ability to efficiently process and analyze large datasets is crucial. Dask, a flexible parallel computing library in Python, provides a powerful solution to tackle big data challenges by allowing users to create parallel algorithms with…
Read More

Deploy a Dask Cluster on Kubernetes using Minikube on WSL — Part 2

By Nirajkanth Ravichandran In recent years, machine learning has seen tremendous growth, enabling data scientists and researchers to tackle complex problems more efficiently. However, as datasets and models become larger, the need for scalable and distributed computing arises. Dask, a flexible parallel computing library, and Kubernetes, a container orchestration platform,…
Read More

Deploy a Dask Cluster on Kubernetes using Minikube on WSL — Part 1

By Nirajkanth Ravichandran In the realm of data-intensive applications and large-scale data processing, the need for efficient and scalable computing resources is paramount. Kubernetes, an open-source container orchestration platform, has emerged as a powerful tool for managing and scaling containerized applications. When combined with Dask, a flexible parallel computing library…
Read More

Exploring the Fundamentals of Azure Cosmos DB

By Sewvandi Wickramasinghe Azure Cosmos DB Microsoft’s Azure Cosmos DB service is a massively distributed, multi-model database. It allows for elastic and autonomous scaling of throughput. It also has storage in all of Azure’s global territories. Throughput, latency, affordability, and performance assurances are all covered by Cosmos DB’s service level…
Read More