Материалы по теме 'systemdesign' | DevsDay.ru

IT-блоги Материалы по теме 'systemdesign'

IT-блоги Материалы по теме 'systemdesign'


Разработка dev.to 17 мая 2024 г. 15:30

🛠️ Practicing Low-Level Design: Building a Logging Framework 📝 Looking to enhance your low-level design skills using design patterns? In this tutorial, we'll embark on a fascinating journey of building a logging framework from the ground up. By...... читать далее

designpatterns systemdesign logging oop

Разработка dev.to 16 мая 2024 г. 10:37

There are many scenarios where we need to restrict the object creation to 1. So, ensure that a class has only one instance and provide a global point of access to it. Solution: Restrict instantiation of a class to a single object and provide a globa...... читать далее

systemdesign oop solidprinciples webdev

Разработка dev.to 15 мая 2024 г. 12:20

Hi there, it's been a while Today, I am excited to simplify the ACID and BASE models for anybody to understand how to make the right database decision. Continue reading and tell me if you enjoyed your reading. In databases, transactions ensure data...... читать далее

webdev database systemdesign distributedsystems

Разработка dev.to 14 мая 2024 г. 21:01

Imagine being immersed in a complex Ruby on Rails project, where you find yourself navigating through models, controllers, and views like a seasoned developer. However, as the project evolves, so does the complexity of the codebase, making it increas...... читать далее

ruby rails designpatterns systemdesign

Разработка dev.to 14 мая 2024 г. 15:43

Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. image_credit - Exponent Hello devs, today, In last few posts I talked about essentia...... читать далее

programming systemdesign development softwaredevelopment

Разработка dev.to 12 мая 2024 г. 13:25

In the realm of web infrastructure, load balancers play a pivotal role in ensuring optimal performance, reliability, and scalability. As websites and applications handle increasing traffic loads, the need for efficient distribution of incoming reques...... читать далее

webdev systemdesign loadbalancers awslambda

Разработка dev.to 11 мая 2024 г. 11:41

This blog is the first part of a multi part series. Simple Go Chat Application in under 100 lines of code - Part 1 Simple Go Chat Application in under 100 lines of code - Part 2 In the first part of our series, we explored the implementation of a...... читать далее

go webdev systemdesign redis

Разработка dev.to 11 мая 2024 г. 6:20

Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. image_credit - Exponent Hello devs, if you have been doing programming and software...... читать далее

programming systemdesign softwaredevelopment development

Разработка dev.to 9 мая 2024 г. 19:36

TLDR🔥 System Design is basically the blueprint of a system you want to build . It is the process of defining architecture , components and the interface of a system to meet some specific requirements. System Design is one of the hot topics in the...... читать далее

webdev systemdesign javascript interview

Разработка dev.to 8 мая 2024 г. 18:48

In this article, we are going to talk about a system for performing authentication and authorization securely. To start off with lets understand, what is the difference between Authentication and Authorization. Authentication is the process of prov...... читать далее

systemdesign systems backenddevelopment backend

Разработка dev.to 8 мая 2024 г. 6:25

In the realm of distributed systems, ensuring consistency is paramount for maintaining data integrity and reliability. However, achieving consistency in distributed networks poses unique challenges due to factors like network latency, node failures,...... читать далее

webdev distributedsystems microservices systemdesign

Разработка dev.to 6 мая 2024 г. 17:30

Any web application that wants to integrate real-time responsiveness into their operations, will surely use web sockets in some way or the other. Socket programming is, nonetheless, difficult to implement, hence a library of softwares exist to ease o...... читать далее

webdev systemdesign javascript programming

Разработка dev.to 5 мая 2024 г. 20:54

90% of engineering manager candidates feel unprepared for their upcoming engineering manager interviews, at big tech companies like Netflix or Meta. System design interviews are a common component of the hiring process, yet the expectations remain un...... читать далее

systemdesign interview career distributedsystems

Разработка dev.to 5 мая 2024 г. 13:51

What is caching? Caching is a mechanism to temporarily hold on to data returned over the network to end-user devices. There are multiple ways to implement caching, out of which the principal divisions are: client-side and server-side. Cli...... читать далее

redis caching api systemdesign

Разработка dev.to 5 мая 2024 г. 1:33

The unification of Microservice, DB, OOP, FP and Warehouse/Workshop Model Programs = Algorithm + Data Structures ---- Niklaus Wirth, Turing Award (1984), Father of Pascal It’s better to have 100 functions operate on one data structure than 10 fu...... читать далее

microservices architecture systemdesign programming

Разработка dev.to 4 мая 2024 г. 8:39

Yes you read it right! This blog provides a comprehensive guide on creating a straightforward broadcast chat application in under 100 lines of Golang code. The blog is structured into two parts. The initial segment delves into the implementation of...... читать далее

go websockets webdev systemdesign

Разработка dev.to 2 мая 2024 г. 17:55

Distributed architecture represents a paradigm shift in the design and deployment of computer systems. It fosters a decentralized approach to computing for enhanced scalability, fault tolerance, and performance. At its core, distributed architecture...... читать далее

systemdesign softwaredevelopment distributedsystems architecture

Разработка dev.to 24 апреля 2024 г. 15:29

Disclosure: This post includes affiliate links; I may receive compensation if you purchase products or services from the different links provided in this article. Hello friends, recently I got the chance to read the book "System Design Interview:...... читать далее

book review programming systemdesign

Разработка dev.to 15 апреля 2024 г. 3:19

Hands-On with Cognita : modular, open source RAG application for prod, built w/ scalability in mind. Full Article This comprehensive guide provides a hands-on approach to building and deploying Retrieval Augmented Generation (RAG) systems using Cog...... читать далее

machinelearning llm rag systemdesign

Разработка dev.to 14 апреля 2024 г. 3:46

Seamlessly Parse, Precisely Retrieve, Intelligently Generate & Effortlessly Deploy, let’s go… Full Article Credit : https://github.com/truefoundry/cognita Why care, when there’s so many out there? 🤔 RAG (Retrieval Augmented Generation) system...... читать далее

machinelearning ai llm systemdesign