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

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

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


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

Hi everyone! Hope you all had a beautiful week! 👋 It's Summit Season! - Are you traveling to any of the AWS or Google Summits or other Tech Expos? Come say Hi and meet the team! You can see the Summit's we will be attending here >> 📺 Webin...... читать далее

couchbase ai community summit

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

Hoje quero falar sobre um tema importante quando falamos em segurança de dados e o que podemos fazer para melhorar a nossa segurança de dados quando processamos imagens com dados sensíveis de nossos usuários. Vou apresentar uma solução que construí p...... читать далее

security ia ocr api

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

Al mismo tiempo que termino de refactorizar la ventana anterior voy a trabajar en una nueva ventana que es un controlador de gastos y de precios. La idea es, por ejemplo, ir a los supermercados y poder almacenar el precio, el producto, donde lo has c...... читать далее

webdev programming

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

Всем привет! Меня зовут Женя, я работаю iOS разработчиком в каршеринг-сервисе Ситидрайв, где мы с командой стремимся улучшить пользовательский опыт и сделать наше приложение более интуитивно понятным и функциональным. В этой статье я расскажу, как у...... читать далее

geojson ios sdk maps

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

Olá, pessoal, tudo bem? Como eu disse no último post do Event Loop, parte 1, eu iria trazer algum exemplo para explicar melhor, na prática, o que acontece com o Event Loop. Vamos lá. Aqui temos um código que está mexendo diretamente com Futures (e...... читать далее

dart braziliandevs programming

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

Understanding Pointers in Programming Pointers are one of the most fundamental and powerful concepts in programming. Whether you're a beginner or an experienced coder, mastering pointers can take your skills to the next level. In this article, we w...... читать далее

go programming pointers coding

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

Glimmer DSL for Web is a Ruby-in-the-Browser Web Frontend Framework that enables Rubyists to finally have Ruby productivity and happiness in the Frontend via a simpler, more intuitive, more straightforward, and more productive library than all JavaSc...... читать далее

ruby rails frontend glimmer

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

Hey, let's dive into the world of Python multithreading! Whether you're an intermediate or advanced developer, or maybe even coming from another programming language, mastering this will boost your skills and your applications' performance. Ready to...... читать далее

python threading programming learning

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

☝️ Ambition of the post This proof of concept is here to show how AI can help deliver customer service even when the organization front-office is closed but where back-office are still - partially - up. Hopefully people won't feel too much the em...... читать далее

ai showdev management techforgood

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

When we are testing our code, we can't only test things that will give us a successful return. Tests should be a way to help you find bugs, so in this step of the specification-based testing, we are going to understand the partitions of our code. An...... читать далее

java programming testing webdev

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

As a passionate software engineer, I've dedicated myself to mastering a diverse and powerful tech stack that empowers me to create innovative and efficient solutions. Here’s a deep dive into my tech stack and the projects that make me excited to wake...... читать далее

techstack webdev softwaredevelopment javascript

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

Introduction Welcome to this week's security review. In today's edition, most of the articles that we'll examine are about malware, and just one that's about social engineering. So, let's get started. Ongoing Campaign Bombards Enterpri...... читать далее

security

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

AWS Security Hub és un servei de gestió de la postura de seguretat al núvol que automatitza les verificacions de les millors pràctiques de seguretat i centralitza les alertes de seguretat en un sol lloc. Això permet tenir una visió clara de l'estat g...... читать далее

ia aws ciberseguretat

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

Introduction In my previous blog, we explored enabling cross-account data sharing using AWS Lake Formation with Terraform. In this post, we’ll dive deeper into enhancing that setup with data filters. Lake Formation data filtering allows for column-...... читать далее

awslakeformation terraform aws awscrossaccount

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

Todo o tutorial está sendo feito dentro de uma WSL2 com Ubuntu do Windows 11. Primeiro precisamos de um PostgreSQL com PostGIS instalado. Nesse exemplo vamos iniciar utilizando Docker Container com o comando abaixo: docker run --name postgis -p 5...... читать далее

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

First post lets gooooo. The ADHD meds got me feeling productive. Origin of Title So I definitely stole this title from one of those AI title generators online, even got an idea for the branding of this from there. It definitely had to hap...... читать далее

django music aws kubernetes

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

As you may already know, indexing is a great way to improve the performance of your queries. But is that really it? There are no silver bullets, only trade-offs. What's the catch? There's always a catch! When you create an index, the RDBMS create...... читать далее

database webdev backend sql

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

Writing smart contracts is one thing but, interacting with them is another.Today we are going to dive into how we can interact with our deployed smart contracts locally using web3.py. I would recommend you to look out for my early post which is a beg...... читать далее

vyper bnbchain web3 python