Разработка программного обеспечения | DevsDay.ru

IT-блоги Разработка программного обеспечения

IT-блоги Разработка программного обеспечения


Разработка 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

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

Unlocking the Power of API Documentation: Swagger, TypeScript, and NestJS In the fast-paced world of software development, clear and comprehensive API documentation is essential. It ensures that your APIs are easily understandable, accessible, and...... читать далее

swagger development documentation

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

In the rapidly evolving landscape of front-end development, choosing the right technology stack is crucial for building robust and efficient web applications. Two popular frameworks that have gained significant traction in recent years are Next.js an...... читать далее

react nextjs webdev beginners

Разработка habr.com 19 мая 2024 г. 15:30

В мире видеоигр существует бесконечное разнообразие жанров. От экшенов и шутеров до ролевых игр и стратегий - каждый жанр предлагает уникальный геймплей, насыщенный сюжетом и возможностью полностью погрузиться в виртуальную реальность.Один из наиболе...... читать далее

жанры игр игры

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

Creating an API with Node.js and Express.js is a powerful way to handle HTTP requests and responses, enabling you to build robust back-end services. Axios, on the other hand, is a promise-based HTTP client for the browser and Node.js that makes it ea...... читать далее

javascript express api webdev

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

Hello, I as always working on interesting ideas for dev tools, BTW I'm totally Open Source developer, so they're gonna be independent and free. Now I'm focused on several ideas such as External Resource or External Store, or as per Ably LiveSync. B...... читать далее

webdev javascript typescript discuss

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

Introduction In today's fast-paced digital world, organizations need to be agile, responsive, and scalable. Traditional IT architectures often fall short of these requirements, leading to inefficiencies and bottlenecks. This is where event-driven a...... читать далее

eventdrivenarchitecture azure eventgrid itarchjournal

Разработка habr.com 19 мая 2024 г. 15:15

Я начну от идеи и истоков и надеюсь дойти до понимания реализации в Kotlin. Мне удалось найти статью Design of a Separable Transition-diagram Compiler от 1963 года. Люди пишут, что это одно из самых ранних упоминаний идеи корутин. В статье...... читать далее

coroutine coroutines conway separability

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

I have decided to use a service layer to manage my API/server calls in my React app. I'm using Tanstack Query (useQuery and useMutation) in my components and an API context. I aim to maintain maximum separation, especially between the service layer a...... читать далее

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

This is what I've learned from reading the article 'Reverte doch einfach!' (author: Lars Kölpin-Freese) in the magazine Javamagazin (in German language, 3rd issue of 2024). Table of contents Abstract Upward migration Stateless apps Tra...... читать далее

gitops git devops cicd

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

I like a lot non-x86 architectures, I still enjoy writing software for PowerPC even nowadays and I'm looking forward to see how SVE will be once there is hardware in the right price range. Today it is the turn of RISC-V since there is eventually a,...... читать далее

riscv gentoo bpif3

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

As a web developer, when developing tech ideas, I typically follow approaches that are structured: Identify the Problem or Opportunity: See every problem as an opportunity to solve a problem. Define the problem you want to solve clearly or the oppo...... читать далее

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

Hey there, fellow devs! Today, we're diving into a fascinating and powerful concept in JavaScript called currying. If you've ever wondered how to make your functions more flexible and reusable, this post is for you. We'll break down what currying is,...... читать далее

javascript webdev programming beginners

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

First of all what is the is typed array JavaScript typed arrays are array-like objects that provide a mechanism for reading and writing raw binary data in memory buffers. You can read more details from JS-TYPE-ARRAYS So when i read about js typed...... читать далее

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

Table of Contents Getting Started Basic Syntax Data Types Control Structures Functions Structs and Interfaces Concurrency 1. Installation To install Go, download it from the official website and follow the installation instructions f...... читать далее

go webdev programming development

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

Learning and understanding HTML is like building the foundation and structure of a house, HTML is the foundation of building up webpages and is the key tool for website development. It is almost impossible to discuss HTML without discussing CSS as bo...... читать далее

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

A few weeks ago, I got my Raspberry Pi 5 or more specifically, a starter set including it, a fan, SD Card and case. I ran some stress tests on the device to see how performant the device really is. I was shocked by how easily it handled most of the t...... читать далее

raspberrypi linux neovim

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

In today's digital age, strong and secure passwords are essential to protect your online presence. We are excited to introduce our new Password Generator, a web-based application designed to help you create robust passwords effortlessly. With a user-...... читать далее

password security webdev

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

Sequential and reversible actions are common in gaming. You may want the player to be able to issue a round's worth of moves to multiple units and reverse the actions if they decide it's a bad move, or make multiple selections in a menu and only undo...... читать далее

unity3d designpatterns csharp tutorial