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

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

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


Разработка 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 г. 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: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 г. 13:04

Hi everyone, Hudy here! Today, I'm excited to share my open-source project manager with you all. I built this from the ground up with the goal of keeping operational costs under $15 per month. Before I deciding to build it, I tried Trello, Jira an...... читать далее

nextjs javascript node

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

En este post, quiero compartir cómo desarrollé un módulo de Terraform para desplegar varios recursos en Azure que son esenciales para monitorear una aplicación web. Este módulo permite implementar de manera eficiente y repetible servicios como Log An...... читать далее

azure terraform automations spanish

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

Hey developers and CEOs, this article is for you. Im going to explain you five different types of software testing that you need to know as a software developer or a CEO of an IT company. You have probably heard of the testing pyramid. Chances ar...... читать далее

testing api unittest softwaredevelopment

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

Hi everyone! We're excited to announce that our reactive web UI framework is now public. This project has been in the works for quite some time, and we're excited to share it with you. Feel free to check it out and share your feedback! Website GitH...... читать далее

python datascience opensource

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

I have a project that I want to show everyone and it is about a food recipe finder app. I want to get some feedback from everyone so please help me I really need everyone's feedback by comment down below. I really appreciate your feedback! What I us...... читать далее

beginners discuss api coding

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

En este artículo, explicaremos qué es un Monorepo, por qué es beneficioso utilizarlo en ciertos tipos de proyectos y cómo podemos construir uno utilizando pnpm ¿Qué es un monorepo? Un monorepo, como su nombre indica, es un repositorio úni...... читать далее

typescript pnpm monorepo webdev

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

Within the framework of my company's Annual Operating Plan, I was assigned the task of developing an innovative web application to consult geographic information of clients and generate interactive maps. This project is crucial to improve efficiency...... читать далее

webdev javascript react discuss

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

Recently, my team received a task: create a form page. Sounds easy, doesn't it? After all, we were experienced with Angular and had built many forms. However, there was one big problem: the form page was separated into two parts—a top form and a bott...... читать далее

angular typescript frontend

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

In this weeks under the hood episode, we will take look into something a lot of system admins and DevOps use almost daily and that is ‘SSH’ which stands for secure shell. In case you missed the previous UTH episode where we discussed the ‘Fisher Ya...... читать далее

cybersecurity devops network sysadmin

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

I've built a photo sharing app https://www.wisaw.com. I use it on my iPhone all the time, and it works great for me! Recently a friend complained that it's really slow on his iPad. So, I started digging... Turns out, the app retrieves the photos...... читать далее

javascript performance optimization

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

For front-end developers, knowing how colors affect emotions is important for making websites that people like and find helpful. Let’s look closer at how it’s important: 1. Feelings: When you pick colors for a website, think about how you want peopl...... читать далее

frontend color psychology

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

Introduction With the integration of artificial intelligence (AI) becoming a game-changer in today's world, I recently embarked on creating a mobile application – an AI-powered Bible chat experience. In this article, I’ll share my journey of creati...... читать далее

gemini flutter ai tutorial

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

Just started my interview preparation for MAANG companies. I am going through lots of blogs and articles to list down topics which are important for interview preparation. Although this is my first post, I have never thought of writing any articles...... читать далее

faang frontend javascript interview

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

Advanced Backend Communication In the real world, a primary server doesn't handle all the request & operation , it delegates some tasks to other servers. Why so? If we do all the operations on primary server then all the compute power will go i...... читать далее

backend redis pubsub queue

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

React JS is a JavaScript library built and maintained by Facebook. React is an efficient, declarative, and flexible open-source JavaScript library for creating simple, fast, and scalable frontends of web applications. The language used to build Reac...... читать далее

react frontend webdev javascript

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

As developers, we create different types of applications. Sometimes, we work on data processing with forms or data visualization with grids or charts. But sometimes, we build applications that focus mainly on images. While making an app to show image...... читать далее

angular frontend javascript tutorial

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

Preface This is the first article in the series "Building a Vue 3 Component Library from Scratch." I have written several articles on this topic before, but upon reviewing them, I found many omissions and areas for improvement. Therefore, I decided...... читать далее

vue