Urban·1 day agoMother Influences Son To Become A BallerinaI was going to pull something out of my pocket, but when I instead proudly told the class that I had made the vest that I was wearing, the classroom broke out into chaos. “You mean you sewed it, Erin?” one girl asked? “You sew? only girls sew!” …Ballerina21 min readBallerina21 min read
Sarinda Milsara Senevirathne·Mar 21Invoking SOAP API using Ballerina became simpleIn a world where almost everyone uses REST APIs, there are few who still use SOAP APIs in interest of the unique security features provided by the SOAP protocol. The unique security features provided by SOAP are, WS-Security: SOAP has a standardized security extension called WS-Security (Web Services Security) which…Ballerina2 min readBallerina2 min read
Ashirwada Dayarathne·Mar 21Creating Your First Package with BallerinaBallerina is an open-source programming language for the cloud that makes it easier to use, combine, and create network services. Why Ballerina Cloud native Flexibly Typed Data Oriented Graphical Concurrent Reliable and Maintainable Setting Up Ballerina Download Ballerina Install Install VS code extension https://ballerina.io/learn/install-ballerina/set-up-ballerina/ bal Ballerina build tool and package managerBallerina2 min readBallerina2 min read
Thiyan Arumugam·Mar 20Witness the NextGen FHIR implementation with BallerinaAgenda, What is Ballerina Unique features of the language that support modern world application development Some terminology you should know before proceeding further The current implementation of FHIR specification in Ballerina Advantages of Bal-FHIR Here we demonstrate the things The future will be more sophisticated Let’s Connect Connect via LinkedIn. …Ballerina5 min readBallerina5 min read
Lisa Jacovsky·Feb 25Daryl and the dancing dolls by Once upon a DanceThis is such a wonderful and fun story! It has a magical element to it with the main character being visited by fairies. When they cast their magic Dary’s dolls come to life and begin to dance! This is a really fun way to encourage children to not only love…Ballerina1 min readBallerina1 min read
Thisaru Guruge·Feb 6GraphQL Subscriptions with Apache Kafka in BallerinaIntroduction This guide is to show how to implement GraphQL subscriptions with Apache Kafka using the Ballerina programming language. In this example, a news alert system is designed. It has the following features. There are predefined news agencies. Publishers can register with a news agency. Subscribers can register to the news…Ballerina12 min readBallerina12 min read
shazni nazeer·Dec 20, 2022Member-onlyImplementing a REST API with BallerinaAPIs have become a software commodity today. It’ll be hard to find any enterprise talking about digitization not doing anything with APIs. API is a general term to refer a way to communicate between two systems using an agreed interface, hence the name ‘Application Programming Interface’. …Ballerina11 min readBallerina11 min read
Joseph Kuby·Dec 12, 2022Multiple DiscoveryIt’s common for two people to come up with the same idea without being influenced by one another. For example, there was a dialogue scene in my unpublished young adult novel where one of my characters talked about the possibility of the government spying on conversations by placing a miniscule…Ballerina7 min readBallerina7 min read
Thumula Perera·Nov 14, 2022Beginner’s guide to writing a micro-service with a java core and exposing it as a ballerina servicePrerequisites Java Maven Ballerina VS Code ballerina plugin (Optional) In this tutorial we will, Write a simple java program with 2 public methods; One to add a record to the database, the other to retrieve all records from the database. Expose those 2 methods as a REST API using ballerina. Part 1 — Writing the business logic using Java …Ballerina5 min readBallerina5 min read
Heshan Padmasiri·Oct 30, 2022Type state pattern in BallerinaThe type state pattern is an API design pattern that aims to encode runtime states in the compile time type. I came across this idea in the excellent post the type state pattern in Rust by Cliff L. Biffle, where he describes the concept behind this pattern as well as…Ballerina4 min readBallerina4 min read