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

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

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


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

In this article, you will learn the following concepts used to build Shadcn-ui/ui: Tool used for monorepo architecture is Turbo. What is Turbo? Next.js + Turbo example. Folder structure difference between Next.js + Turbo and the Shadcn-ui/ui...... читать далее

javascript opensource shadcnui nextjs

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

While some of us has been using AI as a tool for automating mundane tasks, we are aware that it can do much more an it it's becoming an integral part of developing more sophisticated, intuitive, and efficient web applications. We will explore how AI...... читать далее

ai webdev productivity

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

Over the past year, generative AI tools have exploded on the internet, captivating us with their ability to craft human-quality text, translate languages with remarkable accuracy, and even generate breathtakingly realistic images. This rapid advanc...... читать далее

opensource productivity programming ai

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

Good morning everyone and happy MonDEV! ☕ How are your coding experiments going? I hope everything is going well and that your inspiration is always abundant! In the past few weeks, during my wanderings through the various tools on the web, I have...... читать далее

ai opensource security

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

The Problem Nearly 2 months ago, while being loyal to Apple Notes for writing, suddenly my iPhone broke down, forcing me to switch to an Android device due to budget constraints. At this point, I realized that Apple Notes could no longer be used on...... читать далее

opennotas opensource notetalking

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

Are you a software engineer eager to turn your skills into profitable side hustles? The possibilities for making money online are endless, and I have some exciting ideas that could make 2024 your greatest year yet. Whether you're looking for extra...... читать далее

webdev opensource learning tutorial

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

Have you ever been in a situation where you made a PR or MR and waited for a couple of seconds for the output of the CI pipeline? But something went wrong, and you can't see the issue in the blink of an eye. And you get annoyed that you must read a f...... читать далее

php opensource codequality

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

Hey Everyone 👋 I'm excited to announce my open-source custom code editor! 🎉 This editor is currently open-source and supports two programming languages: JavaScript and Python ( more to be included ). I was fascinated with various code editors ex...... читать далее

opensource discuss showdev github

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

I followed the hands-on tutorial in the Readme of first contributions and made my first pull request to the same repo. firstcontributions / first-contributions 🚀✨ Help beginners...... читать далее

opensource beginners tutorial

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

1. Preface I had made a TypeScript RPC (Remote Procedure Call) framework for WebSocket and Worker protocols 8 years ago, but have forgotten it for a long time. It's because I'd no chance to develop the websocket protocol based service for last 8...... читать далее

opensource typescript websocket worker

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

Introducing dirb_rust: A High-Performance URL and Port Scanner Introduction I am excited to introduce dirb_rust, a powerful tool designed to check the availability of URLs, scan open ports, and search for API requests on a specified site...... читать далее

vulnerabilities opensource testing rust

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

End-to-end (E2E) testing is essential for ensuring that your application works correctly from the user's perspective. This guide will dive into advanced topics in E2E testing, including testing single-page applications (SPAs), progressive web apps (P...... читать далее

webdev testing testdev opensource

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

Ever wonder why we should use the software directly from the developer’s official distribution channel when it's possible? Maybe, we should learn from an example in the recent Snap store incidents: A fake Exodus wallet app had entered the store an...... читать далее

tutorial productivity opensource container

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

Testing is a crucial part of software development. It ensures that your application works as expected and helps to catch bugs early. This guide will explore how to test different types of Node.js applications, including a simple web server, a REST...... читать далее

opensource testing unittest

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

Why Open Source is Important Open source is the lifeblood of the tech community. It’s like a massive potluck dinner where everyone brings their favorite dish to share. The core idea is collaboration: sharing code, improving it together, and making...... читать далее

opensource community coding productivity

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

In the world of web design and development, having access to perfect icons is crucial. With the inclusion of awesome icons, these libraries offer a vast array of options that can be supplemented with other icon sets for versatile use. Icons play not...... читать далее

opensource javascript css frontend

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

This post originally appeared on my blog Welcome to this four-part mini-series on open-source best practices. In this series, we will discuss the best practices for adopting open-source software (OSS) into your organisation, managing OSS dependencie...... читать далее

webdev opensource productivity