code_ceeker's profile picture.

Code Ceeker

@code_ceeker

قد يعجبك
Code Ceeker أعاد

7 must-know strategies to scale your database. 1 - Indexing: Check the query patterns of your application and create the right indexes. 2 - Materialized Views: Pre-compute complex query results and store them for faster access. 3 - Denormalization: Reduce complex…

bytebytego's tweet image. 7 must-know strategies to scale your database. 
 
1 - Indexing: 
Check the query patterns of your application and create the right indexes. 
 
2 - Materialized Views: 
Pre-compute complex query results and store them for faster access. 
 
3 - Denormalization: 
Reduce complex…

Code Ceeker أعاد

A Cheat Sheet for Designing Fault-Tolerant Systems.


Code Ceeker أعاد

Top 10 k8s Design Patterns

alexxubyte's tweet image. Top 10 k8s Design Patterns

Code Ceeker أعاد

Encoding vs Encryption vs Tokenization. Encoding, encryption, and tokenization are three distinct processes that handle data in different ways for various purposes, including data transmission, security, and compliance. In system designs, we need to select the right approach…

bytebytego's tweet image. Encoding vs Encryption vs Tokenization. 

Encoding, encryption, and tokenization are three distinct processes that handle data in different ways for various purposes, including data transmission, security, and compliance. 

In system designs, we need to select the right approach…

Code Ceeker أعاد

Excel Cheatsheet 🔥

Damn_coder's tweet image. Excel Cheatsheet 🔥

Code Ceeker أعاد

120 Mind blowing AI tools🔥

Damn_coder's tweet image. 120 Mind blowing AI tools🔥

Code Ceeker أعاد

Design Patterns Cheat Sheet

milan_milanovic's tweet image. Design Patterns Cheat Sheet

Code Ceeker أعاد

Iterative, Agile, Waterfall, Spiral Model, RAD Model... What are the differences? The Software Development Life Cycle (SDLC) is a framework that outlines the process of developing software in a systematic way. Here are some of the most common ones: 1 - Waterfall Model: - A…

alexxubyte's tweet image. Iterative, Agile, Waterfall, Spiral Model, RAD Model... What are the differences?

The Software Development Life Cycle (SDLC) is a framework that outlines the process of developing software in a systematic way. Here are some of the most common ones:

1 - Waterfall Model:
- A…

Code Ceeker أعاد

Did your favorite language make the list this year?

github's tweet image. Did your favorite language make the list this year?

Code Ceeker أعاد

How does ChatGPT-like system work? We attempted to explain how it works in the diagram below. The process can be broken down into two parts. 1. Training. To train a ChatGPT model, there are two stages: - Pre-training: In this stage, we train a GPT model (decoder-only…

bytebytego's tweet image. How does ChatGPT-like system work? 
 
We attempted to explain how it works in the diagram below. The process can be broken down into two parts.
 
1. Training. To train a ChatGPT model, there are two stages: 
 
- Pre-training: In this stage, we train a GPT model (decoder-only…

Code Ceeker أعاد

React / Svelte / Vue Benchmark 📊 Your eyes are not deceiving you 👀 Vue 3 is currently performing better than Svelte and React.

icarusgkx's tweet image. React / Svelte / Vue Benchmark 📊

Your eyes are not deceiving you 👀 
Vue 3 is currently performing better than Svelte and React.

Code Ceeker أعاد

🚀 SQL Roadmap for Success 🚀 1. **Beginner Level**: 🌱   - Learn basic SQL syntax: SELECT, FROM, WHERE.   - Understand data types and NULL values.   - Practice simple queries on sample datasets. 2. Intermediate Level: 📊   - Dive into JOINs: INNER, LEFT, RIGHT, FULL.   -…

AmigosCode's tweet image. 🚀 SQL Roadmap for Success 🚀

1. **Beginner Level**: 🌱
  - Learn basic SQL syntax: SELECT, FROM, WHERE.
  - Understand data types and NULL values.
  - Practice simple queries on sample datasets.

2. Intermediate Level: 📊
  - Dive into JOINs: INNER, LEFT, RIGHT, FULL.
  -…

Code Ceeker أعاد

What is the 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝘆 𝗼𝗿𝗱𝗲𝗿 𝗼𝗳 𝗘𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻? There are many steps involved in optimising your SQL Queries. It is helpful to understand the order of SQL Query Execution as we might have constructed a different picture mentally. The actual order is as…

Aurimas_Gr's tweet image. What is the 𝗦𝗤𝗟 𝗤𝘂𝗲𝗿𝘆 𝗼𝗿𝗱𝗲𝗿 𝗼𝗳 𝗘𝘅𝗲𝗰𝘂𝘁𝗶𝗼𝗻?

There are many steps involved in optimising your SQL Queries. It is helpful to understand the order of SQL Query Execution as we might have constructed a different picture mentally.

The actual order is as…

Code Ceeker أعاد

Explaining JSON Web Token (JWT) to a 10 year old Kid. Imagine you have a special box called a JWT. Inside this box, there are three parts: a header, a payload, and a signature. The header is like the label on the outside of the box. It tells us what type of box it is and how…

alexxubyte's tweet image. Explaining JSON Web Token (JWT) to a 10 year old Kid.

Imagine you have a special box called a JWT. Inside this box, there are three parts: a header, a payload, and a signature.

The header is like the label on the outside of the box. It tells us what type of box it is and how…

Code Ceeker أعاد

/1 18 Key Design Patterns Every Developer Should Know

alexxubyte's tweet image. /1 18 Key Design Patterns Every Developer Should Know

Code Ceeker أعاد

/1 Netflix Tech Stack - Part 1 (CI/CD Pipeline) Planing: Netflix Engineering uses JIRA for planning and Confluence for documentation. Coding: Java is the primary programming language for the backend service, while other languages are used for different use cases.

alexxubyte's tweet image. /1 Netflix Tech Stack - Part 1 (CI/CD Pipeline)

Planing: Netflix Engineering uses JIRA for planning and Confluence for documentation.

Coding: Java is the primary programming language for the backend service, while other languages are used for different use cases.

Code Ceeker أعاد

Everyone loves burgers, whether it's a full stack burger, a frontend burger, or a backend burger. While the origin of this innovative burger is unknown, we want to give a special shout-out to the original creators. Watch & subscribe full video here: youtube.com/watch?v=7swoLE…

alexxubyte's tweet image. Everyone loves burgers, whether it's a full stack burger, a frontend burger, or a backend burger. 

While the origin of this innovative burger is unknown, we want to give a special shout-out to the original creators. 

Watch & subscribe full video here: youtube.com/watch?v=7swoLE…

Code Ceeker أعاد

/1 I recently asked 10 backend engineers about the difference between DevOps, SRE, and Platform engineering, and 0 were able to tell the difference. To clarify these concepts, it's worth taking a closer look.

alexxubyte's tweet image. /1 I recently asked 10 backend engineers about the difference between DevOps, SRE, and Platform engineering, and 0 were able to tell the difference.

To clarify these concepts, it's worth taking a closer look.

Code Ceeker أعاد

Cloud native vs. Cloud computing In this video, we provide our interpretation of the term "Cloud Native" and discuss when it is important. Watch and subscribe here: youtu.be/p-88GN1WVs8

alexxubyte's tweet image. Cloud native vs. Cloud computing

In this video, we provide our interpretation of the term "Cloud Native" and discuss when it is important.

Watch and subscribe here: youtu.be/p-88GN1WVs8

Code Ceeker أعاد

What is CI/CD? How does it help us ship faster? Is it worth the hassle? In this video, we will talk about: - How it works - Some of the most popular tools - Does it help us ship faster - Trade-offs Watch and subscribe here: lnkd.in/gNNfSnPs

alexxubyte's tweet image. What is CI/CD? How does it help us ship faster? Is it worth the hassle? In this video, we will talk about:

- How it works
- Some of the most popular tools
- Does it help us ship faster
- Trade-offs

Watch and subscribe here: lnkd.in/gNNfSnPs

United States الاتجاهات

Loading...

Something went wrong.


Something went wrong.