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

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

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


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

Разработка 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 16 мая 2024 г. 22:13

Recently, I migrated my portfolio website: ramunarasinga.com to Next.js using leerob.io template and wanted to integrate Microsoft clarity with Next.js. At first, I directly copied the script and pasted it in the head tag in layout.tsx and got the f...... читать далее

javascript nextjs react opensource

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

Recently in a debate, my colleague argued that Linux couldn't have malware since it's open source. I understood him, because most of the time when people speak about open source, they always mention the fact that it is secure and free to use. Person...... читать далее

opensource security developers os

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

The Processing Foundation is thrilled to announce the open call for pr05 (pronounced “pros”), a new grant and mentorship initiative designed to support the professional growth of early to mid-career software developers through hands-on involvement in...... читать далее

webdev javascript programming opensource

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

Um indie hacker é alguém que constrói e opera negócios de forma independente, muitas vezes focando em startups de tecnologia ou empreendimentos digitais. Eles geralmente preferem manter o controle total sobre seus projetos, evitando investimentos ex...... читать далее

indiehacker buildinpublic opensource

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

Сегодня в нашем кружке "оч.умелые клавиатурки" возврат блудных заметок домой. Долго пользовался платным Evernote, но оплатить его все труднее и дороже. Вернее даже так, сейчас я знаю всего один способ оплатить подписку через Билайн / МТС и Apple. Пр...... читать далее

obsidian evernote notion

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

I came across a function img.decode() in Next.js source code. I read the MDN docs related to image.decode function. I reviewed the code that was in the img.decode proximity in image-component.tsx and identified the following best practices from image...... читать далее

javascript nextjs react opensource

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

Hey! If you believe in the decentralized future of the Web, and maybe even like you Gmail or Proton Mail in the command line, this post might be just for you. I’m excited to introduce Eppie-CLI — a command line client for Eppie. So, what is...... читать далее

csharp web3 opensource security

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

I first learned about paid internships like Outreachy via Twitter. If you ask me, I look at a program like Outreachy as an apprenticeship. Anyway, it was past the deadline and I subscribed to the newsletter and made a promise to myself to apply duri...... читать далее

opensource webdev cloud python

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

Level Up Your Frontend Skills with DOM Projects: A Playground for Budding Developers Transform Your Learning Experience with DOM Projects! Dive into over 20 practical projects built with HTML, CSS, and JavaScript. Great for both newbies and seasone...... читать далее

webdev javascript beginners opensource

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

Logging is an essential component of any development project, especially in Node.js. Traditionally, developers have relied on solutions like AWS CloudWatch. However, this tool often has notable limitations, such as lacking seamless log viewing, requi...... читать далее

opensource javascript devops aws