Aakash Bhardwaj (@24-randene)

24-randene's cover image
Powered by FIFO
24-randene's image

Aakash Bhardwaj

Now your chickens are coming home to roost

Followers34
Following41
Spaces17
Aakash Bhardwaj reposted

AutoRegex: An AI tool that can write your Regex

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

media

Aakash Bhardwaj reposted

Graphql

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.

AutoRegex: An AI tool that can write your Regex

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

media

Aakash Bhardwaj reposted

What are React server components?

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.

media

A nice post on React Query.

Why do you need 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.

11
Aakash Bhardwaj reposted

SQL (Part2)

Hi everyone,

Today we will discuss JOINS and Unions

SQL Aliases:

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_nameFROM table_name;
Aakash Bhardwaj reposted

The ins and outs of Cloud Storage, what is it, and the reasons behind the current pricing model (Part -1)

Hello everyone,

Today, I wanted to cover some basics of cloud storage. So let me casually throw away the most basic definition first.

The ins and outs of Cloud Storage, what is it, and the reasons behind the current pricing model (Part -1)

Hello everyone,

Today, I wanted to cover some basics of cloud storage. So let me casually throw away the most basic definition first.

Aakash Bhardwaj reposted

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

11
1
Aakash Bhardwaj reposted

Personally, other than practicing there are no other tips to become better at what you do, especially in design.

10
1