• Get Lost!

    By Chamil Chandrathilake

    In one fine Saturday evening, I sat in my long armchair with a coffee in my hand and started to think about the good old days we had before the pandemic changed our lifestyles. We used to come to work all five days and share a casual chat, and we...

  • How to Claim ETF

    By Nilmani Menikge

    The members of the ETF do not have to wait until they complete a specific age to withdraw their funds. To withdraw the ETF balance, you must be resigned from the current employment. If not, you can only apply for ETF benefits from past employers. The ETF balance can only...

  • Distributed Applications

    By Savinda Senevirathne

    What do you know about an enterprise application architecture? Most of the average people think that a simple server and client connecting to it. That is our basic understanding. This is called a centralized application architecture where there is only one point which controls all the system and sits above...

  • Computer Vision - Magic Behind The Pixels

    By Harsha De Silva

    What is Computer Vision One-third of the human brain is devoted exclusively to the task of parsing visual scenes. Even from birth, Human beings can understand the content from vision. A lot of learning and decision-making processes are based on those visuals. So, the fantasy of giving machines the ability...

  • The Key Points You Should Know About Cryptocurrency

    By Malinda Wimalasena

    What is Cryptocurrency? With the advancement of human needs, they had to find a medium of exchange for goods and services. In the early stage, they used the barter system. But with the growth of human needs and the population, this system got changed and now it is in the...

  • Laravel - The PHP Framework for Web Artisans

    By Harin Samaranayake

    Laravel is considered the PHP Framework for Web Artisans. According to hackr.io, it is the best PHP framework in 2021. It was developed by Taylor Otwell in June 2011. Laravel is free and open-source. It follows the Model–View–Controller (MVC) architectural pattern. In this blog post, you will learn how to...

  • Introduction to Flask Micro Web Framework

    By Shakthi Sachintha

    Flask is a lightweight web application framework written in Python. It was initially released on April 1, 2010. The mind behind this awesome framework is Armin Ronacher who is an Austrian software programmer. The initial idea behind this framework was an April fool’s joke, which was so popular enough to...

  • Shippit And The Logistics of Online Delivery

    By Amila Lakshitha Ariyarathna

    As the Covid19 pandemic unfolded throughout the world, many industries/businesses were adversely affected. One segment that fared differently was the ‘Online Retail/Ecommerce’ industry which saw a boom in business worldwide. There are many studies that suggest the growing trend of online shopping is going to stay even when the pandemic...

  • The Future of Big Data with Quantum Computing

    By Asangika Sandamini

    We live in the age of technology, but there’s still plenty to come. In recent years, large companies have been taking small, but important steps forward in quantum computing, which looks set to revolutionize the world as we know it. Quantum computers could spur the development of new breakthroughs in...

  • Allure Report Integration with Cypress

    By Shamini Mendis

    There are lots of cool testing frameworks for different programming languages. Unfortunately, only a few of them can provide good representation of test execution output. Allure Report Framework is an open-source framework designed to create test execution reports that are clear to everyone in the team. What is Allure Report?...

  • Mobile UI Automation Using Flutter Driver

    By Ruwani Mithrasena

    Before starting to know about how to do the UI automation using flutter driver, let’s see what is flutter and why we need to choose flutter to you app? Flutter is; Free and open source project developed and maintain by Google Flutter uses “DART” as the programming language Flutter is...

  • TestCafé Integration with Azure DevOps

    By Kavindra Lunuwilage

    The necessity of doing End to End Testing is getting more powerful each day. Development speed is evolving and the right way to keep riding that speed boost wave is to utilize End to End Testing for your applications. TestCafé is a Node.js tool for automated End to End Web...

  • Single Sign-On and OpenID Connect

    By Hiran Amarasinghe

    Every application requires some form of authentication to secure their domain. The most common way is to use a user name and password with additional configuration such as 2FA and Biometrics. With the growing number of applications, it’s impossible to remember different credentials to individual applications and that demands for...

  • Flutter CustomPaint and ClipPath for highly customized UI design

    By Amith Dissanayaka

    Flutter CustomPaint and ClipPath for highly customized UI design. Mainly simple flutter application has three main components. Widget – holds the configuration of the UI. Element – holds the position of the UI hierarchy, manage life cycles and handles parent child relationships. RenderObject – knows about layouts and paints the...

  • gPRC vs REST

    By Hirunika Karunathilaka

    gRPC vs REST Even though REST is the most preferred architecture for today's web applications, it is always better to compare with other technologies and find the best approach that suits your application. This article provides a high-level comparison between the REST architecture and gRPC. Before jumping into gRPC, let's...