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

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

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


Разработка dev.to 30 августа 2023 г. 13:21

Despite its widespread use, many myths surround open-source technology. However, when understood and implemented effectively, it can offer surprising benefits for organizations of all sizes. Open-source technology refers to software whose source cod...... читать далее

opensource webdev softwaredevelopment softwareengineering

Разработка dev.to 30 августа 2023 г. 9:32

Being a good engineer no longer means that you only need to be technically solid, but you bring a lot of value to the company with your non-technical skills - soft skills. Here are 6 tips: Always learn new things It’s important that you always sta...... читать далее

discuss career programming softwareengineering

Разработка dev.to 27 августа 2023 г. 21:38

No desenvolvimento de produtos de software as equipes costumam confundir entre PoC (Proof of Concept), MVP (Minimum Viable Product) e Protótipo. Apesar das semelhanças à primeira vista, cada um deles representa uma abordagem diferente para validar id...... читать далее

poc mvp prototipo softwareengineering

Разработка dev.to 27 августа 2023 г. 18:32

Aren't those two synonyms. No, they're not. A Software Engineer is the superset of a Programmer. Let's dive deep into how exactly they differ. What's the difference Well, a programmer is generally someone who's good at creating stuff thro...... читать далее

programmers softwareengineering beginners webdev

Разработка dev.to 26 августа 2023 г. 7:22

Picture a grand symphony orchestra: woodwinds, brass, strings, and percussion, each section distinct yet harmoniously united. The conductor waves the baton, and every instrument plays its part, contributing to a cohesive, magnificent whole. This musi...... читать далее

softwareengineering datascience python

Разработка dev.to 25 августа 2023 г. 15:39

In today's fast-paced work environment, communication is key. Microsoft Teams has become a central hub for collaboration and information sharing among teams. What if you could automate messages to Teams from your Python scripts, making your workflow...... читать далее

python softwareengineering softwaredevelopment

Разработка dev.to 23 августа 2023 г. 19:55

Circuit breakers are a fundamental and basic, yet vital part of a system, especially if you are dealing with a micro-service architecture. Recently one of my colleagues was wondering what these ‘proxy like’ pieces of code do, and while explaining to...... читать далее

go softwareengineering coding programming

Разработка dev.to 21 августа 2023 г. 16:13

Você agora é um pedreiro. Isso mesmo, o melhor da cidade ainda. Um cliente te pediu para construir uma casa; já comprou as ferramentas, o cimento e os tijolos, o engenheiro civil até já fez a planta. Agora basta você pegar todos esses recursos, organ...... читать далее

softwareengineering braziliandevs webdev

Разработка dev.to 21 августа 2023 г. 13:39

Hello Everyone, in this part of the GraphQL series, we are going to fetch data using the Apollo Client package. Inside the "Queries.ts" file which we had created in previosu part, add this code at the bottom. export const CREATE_USER =...... читать далее

graphql react javascript webdev

Разработка dev.to 19 августа 2023 г. 16:54

Portuguese version: https://dev.to/ianito/design-patterns-factory-method-pt-br-21a3 Hi there, If you don't know me, my name is Iaan Mesquita. I'm a software engineer, and today I'll start a series of articles that talk a little bit about the Soft...... читать далее

architecture softwareengineering patterns typescript

Разработка dev.to 19 августа 2023 г. 10:06

A developer interview without JavaScript questions? That’s hard to believe 😃 And it’s not surprising tricky questions are asked from a few common categories in multiple interviews. But why do interviewers ask these questions? Because they often ari...... читать далее

javascript interview webdev softwareengineering

Разработка dev.to 17 августа 2023 г. 19:25

Link al post en español: Post en LinkedIn Good afternoon community. In a month we practically return to the university classrooms and, in my case, with joy and sadness as it is already my last year in the degree of computer engineering. All this ti...... читать далее

beginners programming university softwareengineering

Разработка dev.to 17 августа 2023 г. 15:55

Tras mi paso por distintos proyectos de desarrollo de software que aplicaban una “arquitectura hexagonal”, he llegado a la conclusión de que la información que podemos encontrar en internet sobre esta no es precisa, y en muchos casos puede llegar a s...... читать далее

softwaredevelopment softwareengineering architecture programming

Разработка dev.to 17 августа 2023 г. 13:10

In the few years I've been working in tech, I've started to see common patterns that engineers adopt to solve most problems. For example, here's a popular problem with different approaches: Problem: The way we clean our client's archives is complex...... читать далее

productivity discuss career softwareengineering

Разработка dev.to 14 августа 2023 г. 18:54

Error handling and the way it is done is a crucial part of software engineering. Poorly returned errors and non-informative ones can cause unimaginable headaches. In this article I’m going to demonstrate the problems that I’ve faced with regards to g...... читать далее

go grpc microservices softwareengineering

Разработка dev.to 13 августа 2023 г. 5:37

Introduction Coupling and Cohesion are two classic concepts in software engineering. In this article I explore ways to apply this concepts at multiple levels of any project. Unit First of all, is important to define what a Unit is in th...... читать далее

mashcuylabchallenge softwareengineering

Разработка dev.to 13 августа 2023 г. 1:27

In this article, we’ll look at What is Monorepo and Microrepo? What are their advantages and disadvantages? When we work on software development, we need to decide how to organize our code in version control repositories. There are two main strategi...... читать далее

git developer beginners softwareengineering

Разработка dev.to 11 августа 2023 г. 13:46

Introduction In the world of creating software, a strong foundation is key. Before even writing a single line of code, there is a vital step called object-oriented analysis and design (OOAD). The method this step offers helps software developers pl...... читать далее

oop python softwaredevelopment softwareengineering

Разработка dev.to 8 августа 2023 г. 17:55

Introduction Hey there! I'm trying out something new today. This is not a tutorial blog but more of a personal development blog. It has no conclusion or takeaway if that's what you're looking for. This blog serves as a confession for me trying to r...... читать далее

devjournal softwareengineering todayisearched softwaredevelopment

Разработка dev.to 5 августа 2023 г. 12:16

Welcome to the world of software design, where elegant solutions meet intricate challenges. Imagine yourself as an architect of a digital realm, orchestrating interconnected objects, each with a unique role to play. The question arises: how can you c...... читать далее

programming designpatterns softwareengineering tutorial