fbpx

GirlsLovedAka2025

  • Home
  • Author: GirlsLovedAka2025
  • Page 3

Automate CI/CD Pipeline with GitLab Runner and DigitalOcean Droplet

By Thilina Waasalage Pipeline Structure GitLab is an open-source collaboration platform that provides powerful features beyond hosting a code repository. You can track issues, host packages and registries, maintain Wikis, set up continuous integration (CI) and continuous deployment (CD) pipelines, and more. In this tutorial you’ll build a continuous deployment pipeline…
Read More

Introduce Distributed Caching to Java Applications with Redisson

By Madhushan Adhikari Caching is widely used methodology in current software development to enhance the performance of the system. Even if the caching makes the application modern and performance oriented, there are drawbacks when the caching is accessed from a distributed instance. A distributed cache is a type of cache…
Read More

The Power of Persuasion: Elevate Your Presentations to The Next Level

By Mohamed Afzal In today’s digital era, the ability to present information interactively has become essential for everyone. Whether it’s students delivering academic presentations, influencers and educators sharing their knowledge online, or businesses showcasing products and services, presentations have evolved into powerful and versatile tools. Despite the varied purposes, the…
Read More

Decoding the Role of a Business Analyst in RPA Projects

By Malsha Mayadunne In the era of digital transformation, where technologies reshape industries and redefine operations, Robotic Process Automation (RPA) stands as a beacon of efficiency and innovation. A quiet yet crucial character takes centre stage amid the automation revolution: the business analyst. At the heart of any RPA project…
Read More

What Makes Visual Studio Code So Popular?

By Sewvandi Wickramasinghe The primary reason Visual Studio Code is so popular is its ability to meet all the essential expectations of a code editor while offering additional useful features. 1) It serves numerous programming languages It supports almost all the major programming languages such as It supports Python, JavaScript,…
Read More

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