Блог dev.to | DevsDay.ru

IT-блоги Блог dev.to

IT-блоги Блог dev.to


Разработка dev.to 22 сентября 2022 г. 22:16

As we gain experience as a developer and requirements become more complex, testing provides us with a powerful tool to take firm steps forward. It also gives us security when we can verify that all tests still pass after making changes in our code...... читать далее

vue vite testing beginners

Разработка dev.to 22 сентября 2022 г. 22:00

Branching strategy has been reimagined. Meet the mind behind it. In his first-ever podcast appearance, Rouan Wilsenach, author of Ship/Show/Ask: A Modern Branching Strategy, joins Dev Interrupted to talk about his work as an author and the inspirat...... читать далее

devops management productivity podcast

Разработка dev.to 22 сентября 2022 г. 21:29

I always used space for indentation. But lately I got convinced that tabs are better. So I switched to it for my new projects, enforced by Editor Config and Prettier. My preference is one tab equals two spaces. But by default my browser's (Firefox)...... читать далее

css browser

Разработка dev.to 22 сентября 2022 г. 20:10

In HTML5, you can provide a required attribute to ensure a certain field has been filled out before a form can be sent off. <input id="tac" required name="tac" type="checkbox"> <label for="tac">I have read the terms and conditions</...... читать далее

security forms javascript developertools

Разработка dev.to 22 сентября 2022 г. 19:41

SwiftUI Natively Supports Charting Starting with iOS 16, iPadOS 16, and watchOS 9, SwiftUI supports the native creation of charts. Before those versions were released in 2022, creating a chart required tons of development work or an outside depende...... читать далее

ios mobiledev swiftui charting

Разработка dev.to 22 сентября 2022 г. 19:33

In this article, we'll learn about JavaScript class methods and why we shouldn't use arrow functions in methods definition. Classes have been introduced to JavaScript as part of ES6. Before that, for create a class we used a function where we were d...... читать далее

javascript beginners webdev typescript

Разработка dev.to 22 сентября 2022 г. 19:10

I am basically an IntelliJ user, but sometimes I use VScode. And one of the few reasons I don't like VSCode too much is the lack of space and visibility for debugging and my keyboard shortcuts. In this post, I can solve from an extension the second...... читать далее

vscode intellij webstorm

Разработка dev.to 22 сентября 2022 г. 18:00

Failed deployment It happened at my previous FinTech job. The new feature was critically important. Financial regulations required us to start screening third parties participating in transactions with our client against sanctions or PEP lists. If...... читать далее

cpp refactoring programming

Разработка dev.to 22 сентября 2022 г. 17:41

This topic is highly underrated so it's good to know why we should try to use immutable properties. I would like to point some safety measures when it comes to writing in Kotlin. Kotlin has awesome API's that allows us to write clean, safe and reada...... читать далее

kotlin android backend mobile

Разработка dev.to 22 сентября 2022 г. 17:31

Business forecasting is imperative for making balanced financial and operational decisions. Its impact across industries has grown in recent years due to the way companies build data-driven strategies and rely on data. But let’s find out what is need...... читать далее

machinelearning ai deeplearning

Разработка dev.to 22 сентября 2022 г. 17:26

Raund() funksiyasi nima? Elementar matematikada siz yaxlitlash degan tushunchani eshitgan bo'lsangiz kerak.Yaxlitlash yerik sonlar yoki sonning standard shaklidan uzoqroq bo'lgan shaklda berilgan sonlarni ixchamlab olish uchun ishlatiladi deyish mu...... читать далее

Разработка dev.to 22 сентября 2022 г. 16:54

The week is wrapping up. You know what that means… 🎉 Welcome to the MongoDB $weeklyUpdate! 🎉 Each week, we bring you the latest and greatest from our Developer Relations team — from blog posts and YouTube videos to meet-ups and conferen...... читать далее

mongodb kubernetes microsoft programming

Разработка dev.to 22 сентября 2022 г. 16:20

This weekly roundup highlights what we believe to be the most thoughtful and/or interesting discussion of the week. We're also be highlighting one particularly cool comment in each installment. 🙌 The DEV Community is particularly special because of...... читать далее

bestofdev

Разработка dev.to 22 сентября 2022 г. 16:04

So I finally got my Microsoft surface go replaced. I started learning how to code for about 3 months now. Using "Python Crash Course" by Eric Matthes as my guide, I have a decent understanding of the basic fundamentals....I haven't coded since then...... читать далее

beginners python selftaught

Разработка dev.to 22 сентября 2022 г. 16:01

Cost visibility is the first step to managing and forecasting cloud costs. But before you splurge on a Kubernetes cost monitoring solution, make sure that it includes these three crucial metrics. Picking the right cost monitoring areas to focus on m...... читать далее

kubernetes cloud devops

Разработка dev.to 22 сентября 2022 г. 15:52

GraphQL is often used as an API gateway for microservices, but can also play nicely with existing solutions for API gateways. For example using Kong, an API gateway and microservice management platform. As an API Gateway, Kong has many capabilities t...... читать далее

Разработка dev.to 22 сентября 2022 г. 15:50

Hello Coders! This article presents an open-source tool able to generate secure APIs using Django as backend technology. Soft UI Dashboard, the starter that incorporates the generator, is published on GitHub and based on the permissive (MIT) licens...... читать далее

webdev django generator opensource

Разработка dev.to 22 сентября 2022 г. 15:49

It's no secret that we end up with tons of unused, stale branches (either merged or not) in local git repository. You might want to clean-up unused branches for both organization and storage purposes. But you don't want to delete branches one-by-on...... читать далее

git terminal powershell tip

Разработка dev.to 22 сентября 2022 г. 15:46

Throughout HyperUI you will see the classes max-w-screen-xl mx-auto px-4 used to contain content, this can be seen on the website and the components. Some of you may be wondering… Why not use the .container class? Great question. Let's look at...... читать далее

tailwindcss

Разработка dev.to 22 сентября 2022 г. 15:16

Written by David Omotayo✏️ Over the past several years, Next.js has further established its position as the most popular backend framework built on React. Several recent updates have either enhanced or added to this framework’s existing features. On...... читать далее

nextjs webdev