IT_yummy

IT_yummy The art challenges the technology, and the technology inspires the art

Upgrade Guide To Spring Data Elasticsearch 5.0Learn about the latest Spring Data Elasticsearch 5.0.1 with Elasticsearch ...
13/02/2023

Upgrade Guide To Spring Data Elasticsearch 5.0
Learn about the latest Spring Data Elasticsearch 5.0.1 with Elasticsearch 8.5.3, starting with the proper configuration of the Elasticsearch Docker image.

Learn about the latest Spring Data Elasticsearch 5.0.1 with Elasticsearch 8.5.3, starting with the proper configuration of the Elasticsearch Docker image.

How Observability Is Redefining Developer RolesThis article will explore observability and inform readers about the evol...
10/02/2023

How Observability Is Redefining Developer Roles
This article will explore observability and inform readers about the evolution of developer roles and how developers can stay ahead of the observability game.

Companies use software to run their business in today’s digital world. With the increased use of microservices, containers, and cloud-based technologies, traditional methods of monitoring and solving problems are no longer enough. That’s where observability comes in.

This article will explore observability and inform readers about the evolution of developer roles and how developers can stay ahead of the observability game.

Microsoft, Nintendo, and Sony are reportedly all skipping E3 2023/ The Xbox, PlayStation, and Switch vendors may not att...
08/02/2023

Microsoft, Nintendo, and Sony are reportedly all skipping E3 2023

/ The Xbox, PlayStation, and Switch vendors may not attend the show.

Nintendo, Sony, and Microsoft are all skipping the revitalized E3 convention in June, according to a new report from IGN. E3 will be back as an in-person conference in Los Angeles after not happening at all in 2022, and I personally was hopeful that the big three console makers would be at the show when it takes place from June 13th through 16th to help make it feel like the big event of years past. But according to IGN’s reporting, that’s not the case.

Xbox, PlayStation, and Switch vendors may not attend.

The Meta Quest Pro is $400 off this week/ It’s still pricey, but it could shore up Meta’s presence in the professional V...
06/02/2023

The Meta Quest Pro is $400 off this week

/ It’s still pricey, but it could shore up Meta’s presence in the professional VR market.

Meta has given its professional Meta Quest Pro headset a temporary $400 discount, bringing its cost down to $1,099 in the US. The deal, which, according to CNET, runs for one week in the US and two weeks in the UK at a price of £1,299, at least temporarily mitigates one major point of criticism for the high-end headset.

It now costs as much as HTC’s Vive XR Elite.

Why are so many tech companies laying people off right now?Didn’t they just have record-breaking profits?There’s an eeri...
04/02/2023

Why are so many tech companies laying people off right now?
Didn’t they just have record-breaking profits?

There’s an eerie similarity to the statements tech companies have made about their recent layoffs. Mainly, if the press releases are to be believed, the C-suite of every Big Tech company on Earth — well, with the notable exception of Apple, which has not announced layoffs — figured no one would ever go outside or spend money offline again after the pandemic and their various online businesses would stay just as big as they were during the heights of covid.

All of these statements sound suspiciously similar.

How To Check Docker Images for VulnerabilitiesRegularly checking for vulnerabilities in your pipeline is very important....
02/02/2023

How To Check Docker Images for Vulnerabilities

Regularly checking for vulnerabilities in your pipeline is very important. One of the steps to execute is to perform a vulnerability scan of your Docker images. In this blog, you will learn how to perform the vulnerability scan, how to fix the vulnerabilities, and how to add it to your Jenkins pipeline. Enjoy!

1. Introduction
In a previous blog from a few years ago, it was described how you could scan your Docker images for vulnerabilities. A follow-up blog showed how to add the scan to a Jenkins pipeline. However, Anchore Engine, which was used in the previous blogs, is not supported anymore. An alternative solution is available with grype, which is also provided by Anchore. In this blog, you will take a closer look at grype, how it works, how you can fix the issues, and how you can add it to your Jenkins pipeline.

DZone Software Design and Architecture Cloud Architecture How To Check Docker Images for Vulnerabilities How To Check Docker Images for Vulnerabilities by Gunter Rotsaert CORE · Jan. 24, 23 · Tutorial Like (4) Save Tweet Share 5.24K Views Join the DZone community and get the full member experience...

Google’s new AI turns text into music/ The examples the company has shared are music to my ears.Google researchers have ...
31/01/2023

Google’s new AI turns text into music

/ The examples the company has shared are music to my ears.

Google researchers have made an AI that can generate minutes-long musical pieces from text prompts, and can even transform a whistled or hummed melody into other instruments, similar to how systems like DALL-E generate images from written prompts (via TechCrunch). The model is called MusicLM, and while you can’t play around with it for yourself, the company has uploaded a bunch of samples that it produced using the model.

You can hear examples, but can’t try it out.

What to expect from Samsung’s February Unpacked eventThree new phones plus as many as five new laptops could await us on...
31/01/2023

What to expect from Samsung’s February Unpacked event
Three new phones plus as many as five new laptops could await us on February 1st.

On February 1st, Samsung will hold its first in-person smartphone launch since the Galaxy S20 way back in February 2020. The company is widely expected to announce its new flagship smartphone lineup at the event, namely the Galaxy S23 series. But, as is tradition, Samsung will almost certainly include a couple of additional product announcements for good measure. Here’s a roundup of everything we’re expecting at the event, which is due to kick off at 1PM ET / 10AM PT / 6PM GMT on Wednesday.

As many as eight devices could be announced.

Key Considerations When Implementing Virtual Kubernetes ClustersIn this article, readers will receive key considerations...
31/01/2023

Key Considerations When Implementing Virtual Kubernetes Clusters
In this article, readers will receive key considerations to examine when implementing virutal Kubernetes clusters, along with essential questions and answers.

In a Kubernetes context, multi-tenancy refers to sharing one large cluster among multiple teams, applications, or users primarily in lower environments such as development and testing—mainly to reduce cost and operational overhead around managing many clusters. Multi-tenancy is becoming an essential requirement for platform teams deploying Kubernetes infrastructure.

In this article, readers will receive key considerations to examine when implementing virutal Kubernetes clusters, along with essential questions and answers.

AirPods are earplugs now/ Noise-canceling wireless earbuds aren’t just great for listening to music or podcasts — they a...
27/01/2023

AirPods are earplugs now

/ Noise-canceling wireless earbuds aren’t just great for listening to music or podcasts — they are also great for turning down the volume of the world around you.

Lately, I’ve been using my AirPods to hear nothing.

My usage of Apple’s AirPods Pro and other noise-canceling wireless earbuds has changed from when I first started wearing them half a decade or so ago. Back then, I’d pop in earbuds to listen to music, stream a podcast, or watch video on my phone or tablet while in a public place. I’d take meetings and calls with them or put them in when doing yard work for some motivational metal. On walks around the neighborhood, my earbuds would accompany me with audio to keep me entertained and moving.

Pop in and turn down.

PostgreSQL: Bulk Loading Data With Node.js and SequelizeApplication development often requires seeding data in a databas...
27/01/2023

PostgreSQL: Bulk Loading Data With Node.js and Sequelize
Application development often requires seeding data in a database for testing and development. The following article will outline how to handle this using Node.js and Sequelize.

Whether you're building an application from scratch with zero users, or adding features to an existing application, working with data during development is a necessity. This can take different forms, from mock data APIs reading data files in development, to seeded database deployments closely mirroring an expected production environment.

I prefer the latter as I find fewer deviations from my production toolset leads to fewer bugs.

How to bulk load data in PostgreSQL using Node.js and Sequelize.

What Should You Know About Graph Database’s Scalability?Graph database scalability how-to, designing a distributed datab...
27/01/2023

What Should You Know About Graph Database’s Scalability?
Graph database scalability how-to, designing a distributed database system, graph database query optimization.

Having a distributed and scalable graph database system is highly sought after in many enterprise scenarios. This, on the one hand, is heavily influenced by the sustained rising and popularity of big-data processing frameworks, including but not limited to Hadoop, Spark, and NoSQL databases; on the other hand, as more and more data are to be analyzed in a correlated and multi-dimensional fashion, it's getting difficult to pack all data into one graph on one instance, having a truly distributed and horizontally scalable graph database is a must-have.

Graph database scalability how-to, designing a distributed database system, graph database query optimization.

Address

Улица Красная 19Б, Минск 220005
Беларусь
УЛ.КРАСНАЯ19Б,МИНСК220005,БЕЛАРУСЬ

Alerts

Be the first to know and let us send you an email when IT_yummy 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_yummy:

Share