Блог dev.to | DevsDay.ru

IT-блоги Блог dev.to

IT-блоги Блог dev.to


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

Creating Sub-Issues in GitHub Issues: A Guide Introduction Managing a project on GitHub can be a complex task, especially when dealing with large projects or multiple contributors. One effective way to organize and streamline your workfl...... читать далее

github

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

A common mistake in many codebases is the assumption that modules are being lazy loaded when, in fact, they are not. The culprit? Barrel files. Barrel files are widely used, particularly in codebases that utilize NX. But what exactly are barrel file...... читать далее

angular nx lazyloading bundlers

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

This is a small utility that I wrote to compliment git bisect. git bisect is a fantastic tool. In the most basic usage you give it one “good” commit (a commit that doesn’t yet include some property) and at least one “bad” commit (one that does have i...... читать далее

git tools

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

Table of Contents for Article on Kubernetes 1. Introduction to Kubernetes Overview of container orchestration Benefits of using Kubernetes 2. Kubernetes Architecture Master and Worker Nodes Control Plane Components Data Plane Components 3...... читать далее

beginners kubernetes devops networking

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

Over the last week or so, as a background task, I’ve been moving domains from an old server to a newer and rather cheaper server. As part of this work, I’ve been standardising the way I deploy web apps on the new server and I thought it might be inte...... читать далее

cpan daemon dancer2

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

Introduction Have you ever hovered over a navigation link on a site, and all the other navigation links fade out except the link you’re hovering over? Well, you’ll learn how to create this effect with a few lines of JavaScript. The HTML...... читать далее

webdev javascript beginners tutorial

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

SOLID principles are a set of guidelines for writing clean, maintainable, and scalable object-oriented code. By applying these principles to your Flutter development, you can create well-structured applications that are easier to understand, modify,...... читать далее

development principles flutter mobile

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

This post continues where Making Eleventy Data Traceable with TSX and Zod leaves off; it will be easier to follow after completing the steps in that post first. My previous post culminated in having fully-typed (and validated) data available to top-...... читать далее

eleventy 11ty typescript preact

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

As an independent developer myself, I reached a point in my career where I had to try Kubernetes. Up until now, when I created software that managed multiple instances for each customer and they needed a subdomain, I did all the manual labor and scal...... читать далее

kubernetes saas

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

In today's digital age, artificial intelligence (AI) has become an integral part of our daily lives, with GPT (Generative Pre-trained Transformer) assistants at the forefront of revolutionizing our interaction with technology. However, as with any ra...... читать далее

ai security

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

Event-driven wallet system all piggybacked on top MongoDB atlas service trigger support. You will learn how triggers in MongoDB work, transaction handling in MongoDB and little bit of JS PS - the title was not easy to choose since it manages wallets...... читать далее

javascript node systemdesign startup

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

You Need a Computer Science Degree Many believe a formal degree is essential, but numerous successful developers are self-taught or come from bootcamps. Coding is All About Math While logical thinking is crucial, most coding tasks involve prob...... читать далее

beginners career webdev discuss

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

From: https://developer.mozilla.org/en-US/docs/Learn/Server-side/Django/Introduction About Django Python High-level web framework Rapid development Secure Maintainable Scalable Free and open source Batteries included Somewhat opinionated...... читать далее

webdev python django

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

Social logins, like login with Google, can significantly improve the user experience. By offering a simpler registration and login process, social logins reduce friction and make it easier for users to access your application. Many users, myself incl...... читать далее

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

Exploring AWS !! Day 69 Amazon OpsWorks What is configuration Management? main purpose is to automate server management. What is OpsWorks? configuration management tool that lets you configure and operate applications on cloud. you have the...... читать далее

aws cloud cloudcomputing beginners

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

Say you are in a situation where you have a Popup with a close button and a loader asking you users to wait while you process some data before you display it to them. You have to carry out computation on a list of items before displaying them. My...... читать далее

javascript beginners frontend webdev

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

What is HTTP? HTTP (HyperText Transfer Protocol), is an application layer protocol used for transmitting hypertext over the Internet. It is the foundation of data communication for the WWW (World Wide Web), facilitating the exchange of informatio...... читать далее

webdev security computerscience web

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

The Rise of Doppelgangers: How Face Similarity Algorithms are Changing the Game In recent years, the concept of doppelgangers, or look-alikes, has gained significant attention due to the advancements in face similarity algorithms. These algorithms,...... читать далее

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

Hi folks, I'm a fan of Shadcn UI library for its neat and clean components. Recently, I'm playing with Phoenix Liveview components, and I though why don't I port Shadcn UI to Phoenix Liveview. My goal is keeping the tags as much similar to original...... читать далее

elixir phoenix liveview

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

In this series I'll share my progress with my self-imposed programming challenge: build a Battlesnake in as many different programming languages as possible. Check the first post for a short intro to this series. You can also follow my progress on...... читать далее

programming challenge javascript