opensource

10000 Followers… Thank you!

10000 Followers… Thank you!

Hi Beautiful Dev community, I'm Antonio, CEO & Founder at Litlyx. I wanted to say a big to all of you who decided to click follow on my profile. soooooooo It means a lot for me because my mission here is to connect with the most people as possible and bring awareness on our open-source project Litlyx. 1000 Stars on Git is our Next Goal! So please leave us a star on our Repository.You wil help us a lot and is just 2 click from here. Thank you so much to each of you! I will continue to provide useful…
Read More
Monitoring, troubleshooting, and query analytics for PostgreSQL on Kubernetes

Monitoring, troubleshooting, and query analytics for PostgreSQL on Kubernetes

If you are learning about databases and Kubernetes or running or migrating PostgreSQL to Kubernetes, I want to show you a great open-source tool for database monitoring and troubleshooting. I will discuss a tool to help you better understand your database, its parameters, and its health. You can access a Query Analytics tool to help you find slow queries. In addition, you will have dashboards to monitor the Kubernetes cluster itself. In the previous article, I discussed the pgAdmin and PostgreSQL cluster created using Percona Everest. Today, I installed Percona Monitoring and Management (PMM) in my cluster, made some test…
Read More
Introducing Django Headless CMS: A Powerful and Flexible CMS Solution

Introducing Django Headless CMS: A Powerful and Flexible CMS Solution

Introduction Are you looking for an effortless way to create and manage a headless CMS? Look no further! I'm excited to introduce Django Headless CMS, a robust, open-source content management system designed to simplify the process of managing and delivering content across multiple platforms. Built on Django, this package leverages the sturdy foundation of the Django framework while providing a headless approach, making it ideal for modern web applications. Why Choose Django Headless CMS? Why choose Django-headless-cms over alternatives like Wagtail, Django-CMS, Strapi, or Contentful? Headless CMS with minimal configuration: Unlike Wagtail and Django-CMS, which are primarily headed CMS solutions.…
Read More
Measured now supports your favorite Kotlin platform

Measured now supports your favorite Kotlin platform

Measured now supports tons of Kotlin targets like iOS and all Apple platforms, Android Native, Linux, etc. So you can work with units of measure seamlessly no matter where you app runs. Measured makes units of measure simple by providing intuitive, strongly-typed (i.e. compile-time enforced) units that combine using normal mathematical operations. val velocity = 5 * meters / seconds val acceleration = 9 * meters / (seconds * seconds) val time = 1 * minutes // d = vt + ½at² val distance = velocity * time + 1.0 / 2 * acceleration * time * time println(distance )…
Read More
Munster – Webhooks processing engine for Rails

Munster – Webhooks processing engine for Rails

By the time of writing this article, I had already written webhook processing logic at least 10 times for different companies and clients. Together with Julik we have implemented one recently at our current place of employment. And guess what? Once a second service had to be built, it needed to accept webhooks too. Our combined experience in the ingestion of webhooks had already produced a reasonable generic solution. Should we just copy some files over to a microservice and duplicate that code? Nah, let's save the world from wasting those countless hours of re-implementing webhooks over and over again!…
Read More
Unveiling URI, URL, and URN

Unveiling URI, URL, and URN

This guide provides an overview of URI, URL, and URN, explaining their differences and use cases. When developing web apps, we often need to call different web services. When configuring the communication and connection of different web services, we frequently encounter the concepts of URI, URL, and URN. Usually, users find it difficult to distinguish between them, leading to mixed or incorrect usage. In this article, we will provide examples and explain the differences between them to help everyone better understand these concepts and correctly interpret and use them when reading technical blogs, documentation, or communicating with other engineers. What…
Read More
How to Create Your Own Memes Generator Project

How to Create Your Own Memes Generator Project

Project:- 3/500 Meme Generator Project Description The Meme Generator project is a web-based application that allows users to create their own memes. Users can upload images or provide image URLs, add custom text to the top and bottom of the image, adjust text size, and export the final meme as a PNG file. Features Image Upload: Upload an image from your local system. Image URL: Use an image from the web by providing its URL. Custom Text: Add and edit custom text at the top and bottom of the image. Text Styling: Adjust the font size of the text. Export…
Read More
No widgets found. Go to Widget page and add the widget in Offcanvas Sidebar Widget Area.