Ballerina: A programming language for the cloud

Ballerina, which is developed and supported by WSO2, is billed as “a statically typed, open-source, cloud-native programming language.” What is a cloud-native programming language? In the case of Ballerina, it is one that supports networking and common internet data structures and that includes interfaces to a large number of databases and internet services. Ballerina was designed to simplify the development of distributed microservices by making it easier to integrate APIs, and to do so in a way that will feel familiar to C, C++, C#, and Java programmers.

Essentially, Ballerina is a C-like compiled language that has features for JSON, XML, and tabular data with SQL-like language-integrated queries, concurrency with sequence diagrams and language-managed threads, live sequence diagrams synched to the source code, flexible types for use both inside programs and in service interfaces, explicit error handling and concurrency safety, and network primitives built into the language.

There are two implementations of Ballerina. The currently available version, jBallerina, has a toolchain implemented in Java, compiles to Java bytecode, runs on a Java virtual machine, and interoperates with Java programs. A newer, unreleased (and incomplete) version, nBallerina, cross-compiles to native binaries using LLVM and provides a C foreign function interface. jBallerina can currently generate GraalVM native images on an experimental basis from its CLI, and can also generate cloud artifacts for Docker and Kubernetes. Ballerina has interface modules for PostgreSQL, MySQL, Microsoft SQL Server, Redis, DynamoDB, Azure Cosmos DB, MongoDB, Snowflake, Oracle Database, and JDBC databases.

For development, Ballerina offers a Visual Studio Code plug-in for source and graphical editing and debugging; a command-line utility with several useful features; a web-based sandbox; and a REPL (read-evaluate-print loop) shell. Ballerina can work with OpenAPI, GraphQL schemas, and gRPC schemas. It has a module-sharing platform called Ballerina Central, and a large library of examples. The command-line utility provides a build system and a package manager, along with code generators and the interactive REPL shell.

Finally, Ballerina offers integration with Choreo, WSO2’s cloud-hosted API management and integration solution, for observability, CI/CD, and devops, for a small fee. Ballerina itself is free open

Read More... Read More

Here are the best Cloud Gaming accessories in late 2022

Cloud gaming has taken off tremendously fast in the last few months thanks to big names like Samsung adopting the many popular platforms out there. Though, to play your favorite titles through the cloud, you’ll need some accessories that might help you game a little better. Here’s our cloud gaming gift guide for 2022.

Logitech G Cloud

If I handed you a gaming handheld and told you that it has no dedicated GPU and a processor that is slightly old, would you believe me when I also told you that it was one of the absolute best gaming handhelds of 2022?

Well, you should, because the G Cloud is.

Just a few months before the holiday season of 2022, Logitech came out with a brand-new device that takes a completely different approach to gaming. The Logitech G Cloud has a Qualcomm Snapdragon 720G and runs a 1920 x 1080 touchscreen display and doesn’t come with a dedicated graphics unit. The reason for that is that it relies heavily on cloud-based games, which are streamed over a strong internet connection, and takes very little battery and processing power.

Overall, the Logitech G Cloud is a great handheld device. Over the last couple of months, I’ve been using it, I’ve had a phenomenal experience with the services that I’ve used, with GeForce Now being the best performer. The feeling in the hand is great too, with controls that aren’t fatiguing for long periods of play. That’s important because the Logitech G Cloud’s battery can last up to 12 hours or more. Even if you run out, the G Cloud has a quick charge so you won’t be down for long.

Rather than a controller for your phone running a cloud title, the G Cloud is self-sufficient, so long as you have a subscription to your favorite service. It’s an all-in-one package that has become one of the top gaming accessories this year for cloud gamers.

Buy the Logitech G Cloud

Acer 516 GE Gaming Chromebook

Fortunately for cloud gamers, Google has been pushing toward gaming-centric Chromebooks for a bit now, causing OEMs

Read More... Read More

PriceWaterhouseCoopers (PwC) Acquires AWS, Microsoft Azure Cloud Consulting Corporations

PriceWaterhouseCoopers (PwC) has acquired two cloud consulting firms that focus in Amazon World wide web Expert services (AWS) and Microsoft Azure. Financial conditions of the promotions had been not disclosed.

The initial offer consists of PwC Middle East earning a strategic financial commitment in Zero&One particular. The next offer involved PwC US buying Applications Consulting Training Methods (Functions).

These are technological innovation M&A deal number 589 and 590 that ChannelE2E has covered so significantly in 2022.

PwC Makes a Pair of Cloud Consulting Acquisitions

PwC, based mostly in London, was founded in 1998 by the merger of Coopers & Lybrand. The organization has 277,846 staff stated on LinkedIn. PwC’s locations of know-how include things like assurance, tax and advisory expert services, IT consulting, cybersecurity and managed stability products and services.

PwC’s hottest acquisitions require:

  • Zero&1, started in 2017, is centered in Dubai, United Arab Emirates with an supplemental locale in Beirut, Lebanon. The organization has 41 workforce shown on LinkedIn. Zero&One’s areas of know-how contain cloud, AWS, major knowledge, blockchain, cloud migration, disaster restoration, backup, growth, IaaS, SaaS, equipment discovering, synthetic intelligence, high availability, fault-tolerance, authorities cloud, wise metropolis and IoT.
  • Acts has 152 personnel and is dependent in Jacksonville, Florida. Acts regions of know-how contain cloud, Microsoft Azure, cloud engineering and technology answers. The acquisition of Acts will lengthen the reach of PwC’s cloud practical experience in economical services and accelerate cross-business modernization of Microsoft cloud expert services, the providers explained.

PwC Acquisitions: Govt Views

Ali Hosseini, chief electronic officer, companion, PwC

Ali El Kontar, CEO, Zero&1

Ali Hosseini, main digital officer and partner, PwC Center East, commented on the Zero&Just one expense:

“The expense in Zero&1 grows our cloud functionality and existing proposition at a time in which AWS has dedicated to opening a variety of AWS data centers in the UAE. Investing in Zero&One, the initial and only neighborhood AWS Premier Companion in the Center East, gives us end-to-finish cloud transformation functionality, from tactic to execution. With bilingual abilities and a presence in the UAE and Lebanon,

Read More... Read More

12 programming tips to slash your cloud bill

Nothing at all lifts a improvement team’s spirits like seeing an software go viral. It is a amazing feeling–at minimum, right up until the monthly cloud bill comes in. Some developers believe that running the value of computing is a responsibility for the devops squad. Coders produce the software, toss it in excess of the wall, and allow another person else be concerned about paying for it. Practically nothing could be additional from the fact.

Clever builders know that their coding decisions make a major change for the company base line. Cumbersome code is slower and involves far more cloud assets to run. Picking out superior algorithms and crafting tighter code is about more than just pace. Effectively penned code costs less to operate.

Developers really don’t normally see the link. It really is quick to create code on your own machine, where by RAM and excess disk room had been compensated for when the device was procured. If you’ve bought two terabytes of disk house, you could possibly not detect how much of it your code consumes. If a new algorithm takes twice as extensive to run, your desktop might not even blink–and aside from, who notices a several additional milliseconds? But it’s virtually specified that doubling the computation will final result in a much larger cloud monthly bill.

Contemporary cloud computing excels at changing useful resource utilization into a line-item charge. Excellent cloud developers comprehend that they have the electricity to make smarter conclusions when creating their code. It can be as very simple as working a profiler to recognize sluggish places, or preventing unneeded information storage for a lessen memory footprint.

Here are 12 means to streamline your code so that it is leaner, more rapidly, and less expensive to run.

Publish speedier code

Most builders do not devote considerably time optimizing their code. If it operates in a break up second on their notebook, they really do not detect if it is jogging 20%, 30%, or even 300% slower more than time. The application is nonetheless responding in break up seconds. But these variations increase up

Read More... Read More

BT Selects Rackspace Technology as Cloud Associate

LONDON, Jan. 19, 2022 (World NEWSWIRE) — BT and Rackspace Technology® (NASDAQ: RXT), a main end-to-end, multicloud know-how remedies enterprise, nowadays announced a partnership settlement to completely transform BT’s multinational customers’ cloud providers.

Underneath the phrases of the settlement, BT hybrid cloud companies will be centered on Rackspace Technology’s slicing-edge remedies, which the organization will deploy in BT info centres alongside with its Rackspace Material administration layer.

Shoppers will gain from the integration of Rackspace Technology’s cloud administration abilities and automation, analytics, and AI equipment with BT’s entire world-foremost network and stability abilities.

This will enhance buyer encounter and empower BT to even more evolve its managed cloud providers.

Bas Burger, CEO of BT’s World wide unit, reported: “This progressive partnership with Rackspace Know-how accelerates our options to create a entire world-course hybrid cloud portfolio. It will supply superb experiences for our clients and ensure they gain from the ideal expert services, backed by our partner’s leadership in cloud.”

Kevin Jones, CEO of Rackspace Technology, claimed, “This enjoyable partnership with BT validates Rackspace Technology’s know-how in supporting significant, multinational enterprises in their cloud transformation journey and provides equally companies with one of a kind sector positioning. It highlights the enduring long-expression benefit of a hybrid cloud design, as BT buyers will now have accessibility to the greatest of general public cloud, personal cloud, and conventional hosted environments along with the speed, safety, and resilience of BT’s all over the world networks.”

The corporations have also fully commited to prolong their partnership in the long term to generate new joint cloud choices for their prospects.

About BT

BT Team is the UK’s foremost telecommunications and network service provider and a main provider of international communications solutions and remedies, serving clients in 180 nations around the world. Its principal routines in the Uk contain the provision of mounted voice, mobile, broadband and Tv set (which include Activity) and a variety of solutions and providers more than converged set and mobile networks to shopper, small business and community sector shoppers. For its international customers, BT presents managed products and services, stability and network

Read More... Read More