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

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

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


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

TypeScript's type predicates are a powerful feature that improves type safety and makes code more reliable. They help confirm what a variable really is, which helps developers avoid errors and makes the code clearer. In this article, we will discuss...... читать далее

typescript javascript learning

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

Всем привет! На связи Supercat и я хочу рассказать о менеджере состояний Supercat Store. Supercat Store - это JavaScript-библиотека, которая позволяет легко отслеживать и реагировать на изменения стейта приложения или его части.Коротко о Supercat Sto...... читать далее

javascript vanilla state management pub/sub supercat1337

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

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

Integration testing is crucial in ensuring that different modules and components of an application work together as expected. In this guide, we will cover: Testing interactions between modules and components Mocking dependencies and external servic...... читать далее

webdev typescript integrationtest opensource

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

Let's start with admitting this one fact: backtracking is hard. Or rather, understanding it the first time is hard. Or, it's one of those concepts that you think you grasped it, only to realize later that you actually didn't. We'll focus on one prob...... читать далее

computerscience algorithms typescript javascript

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

In the age of sophisticated IDEs, cloud-based development platforms, and feature-rich code editors, the notion of relying on a notepad for app development may seem unconventional. However, this simple tool can actually be a valuable asset in the righ...... читать далее

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

Creating and publishing open source packages is a great way to contribute to the ecosystem and community. You made something cool and want people to use it. But simply publishing your module to a registry and crossing your fingers won't get users. He...... читать далее

javascript jsr typescript

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

Hi There!!! How have you been? Everything alright? I hope so! The previous post became so popular and I had no idea how interested you were about concepts of Software Engineer. We know about SOLID, Design Patters and a lot of best practices. Today...... читать далее

braziliandevs javascript typescript beginners

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

I've tried building an app on AWS Amplify before. Years ago, to gain experience with React Native I began working on a recipe app using AWS backend services - DynamoDB, Cognito, s3. I wasn't able to fully flesh out the app and ended up abandoning it...... читать далее

awschallenge nextjs amplify react

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

JavaScript makes building dynamic and engaging websites possible. As web projects grow, managing the many JavaScript files or modules becomes increasingly important. Because they efficiently divide various functions and improve the general structure...... читать далее

javascript npm webdev typescript

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

In modern web development, creating reusable and embeddable web components is crucial for maintaining scalable and maintainable codebases. In this blog post, we'll walk you through the process of creating a reusable CreditsComponent using HTML, CSS,...... читать далее

webdev javascript react typescript

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

Bun is a super fast all-in-one toolkit for JavaScript and TypeScript apps. The beauty of Bun lies in its ability to streamline the development process, making it smoother and more efficient than ever. The inception of Node.js in 2009 was groundbreak...... читать далее

webdev node javascript express

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

Calling all students passionate about open-source software development! Apache Answer is waiting for you in OSPP 2024. The Open Source Promotion Program (OSPP), initiated by the the Institute of Software Chinese Academy of Sciences, is an exciting...... читать далее

opensource apache student go

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

At ReactConf 2024, the Remix framework team announced merging the Remix full-stack framework into React Router. They reasoned that Remix was becoming a very thin layer over React Router. Overview of React Router and Remix Rea...... читать далее

react remix webdev router

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

Have you ever wondered how some admin panels handle their users in a efficient and comfortable way? Well, tables have come to the rescue! They're an efficient way to display a huge amount of information with a proper user experience and design. How...... читать далее

webdev beginners learning typescript

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

JavaScript is soon to introduce a new keyword: using. It is currently in the third stage (of four) of the TC39 proposal process, which means we will soon be able to use it in production. This feature is inspired by similar concepts in C# and Rust, p...... читать далее

webdev javascript programming typescript

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

Today we will describe how to effectively use Typescript with VueJS. I prefer modular code bases as they can follow some S.O.L.I.D principles: Single Responsibility, Open-Close Principle, and Interface (Type) Segregation. The task for to day is; Give...... читать далее

vue typescript vite bunjs

Разработка habr.com 16 мая 2024 г. 17:38

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

no-code c# rust go typescript c++

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

Managing environment variables effectively is crucial in any application, whether it’s a frontend or backend. Missing or misconfigured environment variables can lead to hard-to-debug runtime errors. Fortunately, the Zod library offers a simple yet po...... читать далее