Hi,
Hope you are having a terrific day.
As a developer, one of the most excruciating things that I have to do from time to time is writing Regular Expressions. The amount of time that I have spent on just writing Regex is insane. I was working on a project recently where I had to write some Regex and I wondered if there was an AI tool to help me. To my surprise, there was. One of those tools is called AutoRegex.xyz
GraphQL is an API query language and a runtime on the server side that executes queries using a user-defined type system for data manipulation. Unlike being dependent on a particular database or storage engine, GraphQL relies on your pre-existing code and data as its foundation.
Hi,
Hope you are having a terrific day.
As a developer, one of the most excruciating things that I have to do from time to time is writing Regular Expressions. The amount of time that I have spent on just writing Regex is insane. I was working on a project recently where I had to write some Regex and I wondered if there was an AI tool to help me. To my surprise, there was. One of those tools is called AutoRegex.xyz
React Server Components allows the server and the client to collaborate in rendering your React application. Here’s a quick illustration from the React team, showing what the end goal is: a React tree, where the orange components rendered on the server, and blue components are rendered on the client.
A nice post on React Query.
React Query is hands down one of the best libraries for managing server states. It works amazingly well out-of-the-box, with zero-config, and can be customized to your liking as your application grows.
Hi everyone,
Today we will discuss JOINS and Unions
SQL aliases give a table, or a column in a table, a temporary name. They are often used to make column names more readable. An alias only exists for the duration of that query. An alias is created with the AS keyword.
SELECT column_name AS alias_name
FROM table_name;
Hello everyone,
Today, I wanted to cover some basics of cloud storage. So let me casually throw away the most basic definition first.
Hello everyone,
Today, I wanted to cover some basics of cloud storage. So let me casually throw away the most basic definition first.
Problem: I want to use Python to read messages from a Kafka Topic between two timestamps from all partitions. You can use tools like kcat to do this, but there is no simple way to do it from Python.
My Code:
https://github.com/vishalendu/python_kafka_read_messages_between_timestamps
#kafka #Python #Pandas
Personally, other than practicing there are no other tips to become better at what you do, especially in design.