IT_work

IT_work Technology is a useful servant but a dangerous master

Building Microservice in GolangGo's performance, concurrency, and simplicity make it an increasingly popular option for ...
27/03/2023

Building Microservice in Golang
Go's performance, concurrency, and simplicity make it an increasingly popular option for building scalable and reliable microservices architectures.

Microservice architecture is a popular software design pattern that involves dividing a large application into smaller, independent services that can be developed, deployed, and scaled autonomously. Each microservice is responsible for a specific function within the larger application and communicates with other services via well-defined interfaces, often leveraging lightweight communication protocols such as REST or message queues.

Go's performance, concurrency, and simplicity make it an increasingly popular option for building scalable and reliable microservices architectures.

Deploying Go Applications to AWS App Runner: A Step-By-Step GuideIn this tutorial, learn how to run a Go application to ...
10/03/2023

Deploying Go Applications to AWS App Runner: A Step-By-Step Guide
In this tutorial, learn how to run a Go application to AWS App Runner using the Go platform runtime.

In this blog post, you will learn how to run a Go application to AWS App Runner using the Go platform runtime. You will start with an existing Go application on GitHub and deploy it to AWS App Runner. The application is based on the URL shortener application (with some changes) that persists data in DynamoDB.

In this tutorial, learn how to run a Go application to AWS App Runner using the Go platform runtime.

Apple will launch its standalone classical music app on March 28th/ Apple Music Classical will be available from the App...
10/03/2023

Apple will launch its standalone classical music app on March 28th

/ Apple Music Classical will be available from the App Store, and the company says it will provide deeper search and composer metadata that help set it apart from mainstream music services. It’ll also do spatial audio, of course.

Apple has announced that Apple Music Classical, a standalone app that specializes in the genre, will be released on March 28th. After acquiring music service Primephonic in 2021, the company had originally aimed to release a classical-focused app by the end of last year. It missed that target, but now the service is nearly here. Rather than natively being bundled into iOS, it will come in the form of a standalone release in the App Store. Access to the app comes included with a standard Apple Music subscription.

It’s exclusive to iOS at first, but an Android app is coming.

Which camera wins: big sensor or high resolution?Shooting with the Vivo X90 Pro and Samsung S23 Ultra for a week taught ...
10/03/2023

Which camera wins: big sensor or high resolution?
Shooting with the Vivo X90 Pro and Samsung S23 Ultra for a week taught me that bigger sensors aren’t always better.

We’re not even out of tax season yet, but it’s already clear that the two biggest trends in smartphone imaging in 2023 are big sensors and big resolution. Manufacturers like Vivo and Xiaomi are putting big 1-inch-type sensors in their phones, leaning into the light-gathering and creative benefits of a larger imager. In the other corner, Samsung is squeezing as many pixels as it possibly can onto a smaller sensor, betting on pixel binning and multi-frame processing to make up the shortfall in performance.

Shooting with the Vivo X90 Pro and Samsung S23 Ultra for a week taught me that bigger sensors aren’t always better.

Official: Twitter will now charge for SMS two-factor authentication/ Only Twitter Blue subscribers will get the privileg...
20/02/2023

Official: Twitter will now charge for SMS two-factor authentication

/ Only Twitter Blue subscribers will get the privilege of using the least secure form of two-factor authentication.

Four hours ago, Platformer’s Zoe Schiffer tweeted a scoop: Twitter would begin charging for SMS two-factor authentication.

Now, it’s official: You have to pay for the privilege of using Twitter’s worst form of authentication. In fact, if you don’t start paying for Twitter Blue ($8 a month on Android; $11 a month on iOS) or switch your account to use a far more reliable authenticator app or physical security key, Twitter will simply turn off your 2FA after March 20th.

Better change your 2FA, or Twitter will turn it off

Java REST API FrameworksThis article looks closely at some of the top Java REST API frameworks and examines their pros, ...
20/02/2023

Java REST API Frameworks
This article looks closely at some of the top Java REST API frameworks and examines their pros, cons, and a basic example to help you choose the right one.

Java has been a popular programming language for developing robust and scalable applications for many years. With the rise of REST APIs, Java has again proven its worth by providing numerous frameworks for building RESTful APIs. A REST API is an interface that enables the communication between applications and allows them to exchange data.

This article will discuss the top four Java REST API frameworks, their pros and cons, and a CRUD example to help you choose the right one for your next project.

This article looks closely at some of the top Java REST API frameworks and examines their pros, cons, and a basic example to help you choose the right one.

Developer Experience: The Metrics that Matter the MostTo measure the things that matter most to DevEx, you'll need to av...
20/02/2023

Developer Experience: The Metrics that Matter the Most
To measure the things that matter most to DevEx, you'll need to avoid vanity metrics and link specific API transactions to business value. Here's how.

Developer experience. If you provide APIs or API-first products, you likely hear that term a lot. After all, you need developers for an API to succeed — and if they don’t have a great experience, they’ll move on.

What are the metrics that DevRel, DevEx, and PMs should focus on? API usage metrics such as user count, API calls, and more are all good ones to start with.

Google is freaking out about ChatGPT/ The New York Times reports Google founders Larry Page and Sergey Brin have discuss...
23/01/2023

Google is freaking out about ChatGPT

/ The New York Times reports Google founders Larry Page and Sergey Brin have discussed its response to ChatGPT, with plans to launch over 20 AI products this year, including a demo of its own search chatbot.

The recent launch of OpenAI’s AI chatbot ChatGPT has raised alarms within Google, according to reports from The New York Times. Now, the Times says Google has plans to “demonstrate a version of its search engine with chatbot features this year” and unveil more than 20 projects powered by artificial intelligence.

Expect to see a Google search AI chatbot demo this year.

ChatGPT Prompts for Agile PractitionersHow to get better results as a Scrum practitioner. I chose to present ChatGPT wit...
23/01/2023

ChatGPT Prompts for Agile Practitioners
How to get better results as a Scrum practitioner. I chose to present ChatGPT with three everyday scenarios based on more comprehensive prompts.

TL; DR: ChatGPT Prompts for Scrum Practitioners
Last week, I ran an “interview” with ChatGPT as an applicant for a fictitious Scrum Master position based on questions from Scrum Master Interview Guide. While the overall results were broadly acceptable, I thought that changing the ChatGPT prompts might deliver better results. So, this time, I chose to present ChatGPT with three everyday scenarios based on more comprehensive prompts. Lo and behold, it worked very well.

ChatGPT Prompts for Scrum Masters, Product Owners, and Developers: How to get better results as a Scrum practitioner.

Visual Network Mapping Your K8s Clusters To Assess PerformanceVisual network mapping is crucial for effective network ma...
23/01/2023

Visual Network Mapping Your K8s Clusters To Assess Performance
Visual network mapping is crucial for effective network management. Caretta and Grafana provide real-time network visualization and monitoring.

Building performant services and systems is at the core of every business. Tons of technologies emerge daily, promising capabilities that help you surpass your performance benchmarks. However, production environments are chaotic landscapes that exact a heavy performance toll when not maintained and monitored.

Visual network mapping is crucial for effective network management. Caretta and Grafana provide real-time network visualization and monitoring.

Creating a Wordle App in Jetpack ComposeIn order to learn about Jetpack Compose, the new Android library for creating us...
18/01/2023

Creating a Wordle App in Jetpack Compose
In order to learn about Jetpack Compose, the new Android library for creating user interfaces, we are going to create a replica of this well-known app.

Part 1: Let’s Start With the Domain and the First Visual Component of Our Wordle App
By now, you have probably heard of Wordle, an app that gained popularity in late 2021 and continues to attract thousands of users to this day.

In order to unravel how it works and learn about Jetpack Compose, the new Android library for creating user interfaces, we are going to create a replica of this well-known app.

In order to learn about Jetpack Compose, the new Android library for creating user interfaces, we are going to create a replica of Wordle.

Apple announces MacBook Pros with M2 Pro and M2 Max chips/ Higher-end M2 chips are here, headed first for the 14- and 16...
18/01/2023

Apple announces MacBook Pros with M2 Pro and M2 Max chips

/ Higher-end M2 chips are here, headed first for the 14- and 16-inch MacBook Pro.

Apple has announced new 14- and 16-inch MacBook Pros, featuring its latest M2 Pro and Max chips. The M2 Pro model will launch with a 12-core CPU, up to 19-core GPU, and up to 32GB of unified memory, while the M2 Max includes up to 38 cores of GPU power and support for up to 96GB of unified memory.

The M2 goes pro.

Address

пр. Независимости 199/2, Минск 220056
Беларусь
ПР.НЕЗАВИСИМОСТИ199/2,МИНСК220056,БЕЛАРУСЬ

Alerts

Be the first to know and let us send you an email when IT_work posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to IT_work:

Share