Open in app

Sign In

Write

Sign In

Mastodon
Jerry An
Jerry An

606 Followers

Home

About

Published in

Level Up Coding

·Pinned

Circuit Breaker Example in Golang

In Microservices architecture, a service usually calls other services to retrieve data, and there is a chance that the upstream service may be down. If the problem is caused by transient network issues or temporal unavailability, the client service can retry the request several times to solve the issue. However…

Golang

4 min read

Circuit Breaker Example in Golang
Circuit Breaker Example in Golang
Golang

4 min read


Published in

Level Up Coding

·Pinned

How Does Golang Channel Works

Understanding Inner workings of the Golang Channels — A goroutine is a lightweight user-space thread, which is managed by the Go runtime. It executes tasks concurrently, potentially in parallel. A channel is for communication between goroutines. In this post, we will delve into the inner workings of the channel and its send/ receive operations. Making Buffered channels Let’s first create a…

Golang

4 min read

How Do Golang Channels Work
How Do Golang Channels Work
Golang

4 min read


Published in

The Startup

·Pinned

How to Remember all these Classification Concepts forever

Confusion matrix, Accuracy, Precision, Sensitivity, Specificity, F1 score, and Roc curve, let’s remember them once for all — Despite having seen all these concepts more than a thousand times, I’m still getting confused sometimes. Is there a good way to think about all these concepts so that they start making sense? In this post, I will focus on how to remember them. …

Machine Learning

5 min read

How to Remember all these Classification Concepts forever
How to Remember all these Classification Concepts forever
Machine Learning

5 min read


Published in

Analytics Vidhya

·Pinned

The most important Redis data structures you must understand

Redis is an open source (BSD licensed), in-memory data structure store, used as a database, cache and message broker. It supports data structures such as strings, hashes, lists, sets, sorted sets with range queries, bitmaps, hyperloglogs and geospatial indexes with radius queries. Redis is the world’s most popular in-memory data…

Redis

5 min read

The most important Redis data structures you must understand
The most important Redis data structures you must understand
Redis

5 min read


Published in

Level Up Coding

·May 17

Say Goodbye to Slow Analytic Queries — How to Use DuckDB in Python for Lightning-Fast Results!

OLTP (Online Transaction Processing) databases are designed to handle high volumes of transactions with low latency. However, when it comes to performing complex analytical queries, OLTP databases can be slow and inefficient. Now DuckDB is here for the rescue. It is an embedded, in-process, column-oriented SQL OLAP database management system…

Sql

4 min read

Say Goodbye to Slow Analytic Queries — How to Use DuckDB in Python for Lightning-Fast Results!
Say Goodbye to Slow Analytic Queries — How to Use DuckDB in Python for Lightning-Fast Results!
Sql

4 min read


Published in

Level Up Coding

·May 15

GitHub Copilot Chat Is Here — Your Real AI Programming Assistant

With Copilot Chat, you can get instant code suggestions and assistance right within your IDE, making coding faster, easier, and more efficient than ever before. — As a developer, I was eagerly waiting for the release of GitHub Copilot Chat. I had heard so much about its capabilities and how it could revolutionize the way we write code. …

Github Copilot

4 min read

GitHub Copilot Chat Is Here — Your Real AI Programming Assistant
GitHub Copilot Chat Is Here — Your Real AI Programming Assistant
Github Copilot

4 min read


May 8

Design An Event Tracking System Using Google Cloud Platform

Recently, I have been working on a project that requires collecting a larger number of app user events. After doing a lot of research, I decided to use the Google Cloud Platform to store and process the events. Here is the design for the system: Cloud Load Balancing: balance the…

Data Analysis

3 min read

Design An Event Tracking System Using Google Cloud Platform
Design An Event Tracking System Using Google Cloud Platform
Data Analysis

3 min read


Published in

Level Up Coding

·May 3

Notion AI — Hacking The Complete Source Prompts

Notion AI is a powerful artificial intelligence tool designed to assist users in generating content by offering suggestions and completing prompts. Do you know it is actually based on GPT API? Do you want to get the complete source prompt of Notion AI capability? This post will focus on notion…

Notion

4 min read

Notion AI — Hacking The Complete Source Prompts
Notion AI — Hacking The Complete Source Prompts
Notion

4 min read


Published in

Level Up Coding

·May 1

ChatGPT Prompt Engineering Principles for Developers — Clarity and Specificity in Instructions

There are four tactics to enhance the clarity and specificity of instructions in chatGPT prompts: using delimiters, asking for structured output, instructing the model to check conditions, and employing few-shot prompting. — Renowned artificial intelligence experts, Andrew Ng and Isa Fulford from OpenAI have created a free course called “ChatGPT Prompt Engineering for Developers” to teach effective prompt design and implementation for various use cases.

ChatGPT

5 min read

ChatGPT Prompt Engineering Principles for Developers — Clarity and Specificity in Instructions
ChatGPT Prompt Engineering Principles for Developers — Clarity and Specificity in Instructions
ChatGPT

5 min read


Published in

Level Up Coding

·Apr 26

4 Best Modern Dataflow Orchestration Tools in 2023

In today’s data-driven world, managing data pipelines and workflows can be a complex and time-consuming task. Dataflow orchestration tools help automate this process by managing data workflows, scheduling data processing jobs, and monitoring data pipelines. In this blog post, we will discuss the four best dataflow orchestration tools available in…

Pipeline

2 min read

4 Best Modern Dataflow Orchestration Tools in 2023
4 Best Modern Dataflow Orchestration Tools in 2023
Pipeline

2 min read

Jerry An

Jerry An

606 Followers

Golang/Python developer. To support me join Medium: https://jerryan.medium.com/membership or Buy me a coffee: https://ko-fi.com/jerryan

Following
  • James Le

    James Le

  • Neil Shah

    Neil Shah

  • Rinu Gour

    Rinu Gour

  • The Good Men Project

    The Good Men Project

  • Ayodeji Awosika

    Ayodeji Awosika

See all (164)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech