Backend-Dev

  • Home
  • Blog
  • Databases Scaling Strategies

    Databases Scaling Strategies

    July 2, 2023
    Software Architecture, Software Design

    Different solutions for scaling databases

    Continue Reading →

  • Linear Regression under the hood using Matlab

    Linear Regression under the hood using Matlab

    August 11, 2020
    Machine Learning

    Sometimes to choose the appropriate model, the suitable training algorithms, and the hyperparameter to best fit the task as well as to debug issues and perform error analysis more efficiently, it is necessary to understand what is under the hood when applying Linear Regression. Hence, in this post, we will dissect the implementation of linear […]

    Continue Reading →

  • Invoking SOAP Services using SoapUI – Basic Authentication, Part I

    Invoking SOAP Services using SoapUI – Basic Authentication, Part I

    March 31, 2020
    Microservices, Service-Oriented Architecture (SOA)

    In this series divided into three-part, I will demonstrate how to use the SoapUI API tool to invoke a secured WCF SOAP service. The first post will focus on creating a service where it will be the system under test. The second post will approach the steps required to invoke it while secured by a […]

    Continue Reading →

  • Microservices in Publish-Subscribe Communication.

    Microservices in Publish-Subscribe Communication.

    November 18, 2019
    Event Driven Architecture, Microservices

    Publish-Subscribe Messaging systems play an important role in any microservices enterprise architecture as it enables reliable integration without tightly coupling the applications. The ability to share data between decoupled systems is not a problem that is easily tackled. Consider an enterprise with multiple applications that are being built independently, with different languages and platforms. It […]

    Continue Reading →

  • Key Java @annotations to build full Spring Boot Rest API

    Key Java @annotations to build full Spring Boot Rest API

    September 16, 2019
    Microservices

    This post aims to demonstrate key Java @annotations used to build a functional Spring Boot Rest API. The use of Java annotation gives developers the capability to reduce the code verbosity by a simple annotation. As an example, we can refer to a transaction. By the standard programmatically process with a transaction template, this requires […]

    Continue Reading →

  • WCF Transport Security with Certificate Authentication

    WCF Transport Security with Certificate Authentication

    August 18, 2019
    Service-Oriented Architecture (SOA)

    This post demonstrates the use of X.509 certificates for server and client authentication when using WCF transport security. This security mode is ideal for communication between applications in the intranet network. Our demo creates a service that will implement a simple, repeated string algorithm. In this scenario, the service is hosted under Internet Information Services […]

    Continue Reading →

  • Invoking SOAP Services using SoapUI – Basic Authentication, Part II

    Invoking SOAP Services using SoapUI – Basic Authentication, Part II

    April 14, 2020
    Microservices, Service-Oriented Architecture (SOA)

    In the first post of this series, we created a basic authentication service to be invoked using SoapUI. Therefore, in this second post, we will demonstrate step by step how to use this tool to successfully invoke this kind of service. 1-Basic WCF SOAP using SoapUI – Create a New SOAP project Firstly we need […]

    Continue Reading →

  • SOA and process services integration

    SOA and process services integration

    September 9, 2019
    Service-Oriented Architecture (SOA)

    Service-oriented architectures (SOA) have brought significant gains for process automation. According to the official definition of OASIS [1], it is a paradigm for organizing and utilizing distributed resources that may be under the control of different domains of ownership. Although the official definition may be ambiguous, it is possible to define SOA as a paradigm […]

    Continue Reading →

  • Microservices Security Mechanisms

    Microservices Security Mechanisms

    August 24, 2019
    Microservices

    Within the universe of microservices security mechanisms, the access to information or resources “on behalf of”; allows third parties (a particular application or service) to communicate with other applications or services, acting on behalf of, and not while the application or service. Authorization to third parties using the traditional model, where the client accesses a […]

    Continue Reading →

  • Workflow Systems – Integrated and Independent Systems

    Workflow Systems – Integrated and Independent Systems

    August 16, 2019
    Software Architecture, Workflow

    Traditionally, systems are designed and implemented not only by procedural codes but also by the processing logic performed by the application, expressed as workflow. Having a system where business logic is implemented using procedural or functional codes has consequences, wherein increasing complexity and demand to adapt them to new requirements, any process modification requires code […]

    Continue Reading →

1 2
Next Page→

About

  • Twitter
  • GitHub
  • LinkedIn
  • Link

Software Engineer – Machine Learning, 10 years of experience in software development with a blog to share thoughts with the community about experiences solving problems. 4 articles on @DZone with over 100k views.

Backend Dev

  • Contact Me

Quick Links

  • Privacy Policy

Buy Me A Coffee

Copyright © 2019. All Rights Reserved.