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

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

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


Разработка dev.to 1 июня 2024 г. 19:30

"Welcome to the world of Flutter!" If you're reading this, chances are you're curious about building mobile apps with this popular framework. Maybe you're even an expert at this. I welcome you, either ways, to this incredibly powerful and flexible...... читать далее

discuss codenewbie flutter developer

Разработка dev.to 1 июня 2024 г. 17:16

Step 1: Define the Purpose and Goals Identify the Purpose: Clearly define what the web application is supposed to achieve. What problem does it solve? Who is the target audience? Set Goals and Objectives: Determine specific, measurable, achievable...... читать далее

webdev development

Разработка dev.to 1 июня 2024 г. 4:23

A bump in the road of my own journey I confess – a lot has been going on in my life lately. Upon returning to San Francisco from PyCon, it became very clear that my home situation had become unsafe. One day I’ll write a bunch of achingly beautiful...... читать далее

devrel documentation

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

originally posted on 5/22/2024 at emangini.com After my last post, I received requests for more how-tos and technical posts. I apologize for the delayed response after my recent deluge of articles. It took me a bit to come up with something I wanted...... читать далее

velocypack dataformat distributedsystems

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

The first week of May saw security practitioners from all over the globe come to the city by the bay to participate in RSA. In 1991, just a handful of security researchers got together for a single panel discussion about DES versus DSS. From those hu...... читать далее

rsa security ai llms

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

At present, there are many posts related to esProc SPL on the Internet, such as solution introduction, test report, case sharing, but most of them only involves a certain aspect, and hence it is still difficult for readers and users to understand esP...... читать далее

programming beginners devops opensource

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

The world of Enterprise Resource Planning software is intricate, dynamic, and always emerging. ERP developers are the architects behind these crucial business systems, tasked with designing, building, and maintenance of the software that keeps busine...... читать далее

erp webdev beginners programming

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

Introduction In the previous articles, I shared some insights regarding why UI projects tend to become instant legacy. Everything was boiled down to two core needs: instant feedback and proper design patterns. Where, in terms of design patterns, t...... читать далее

ui cleancode oop architecture

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

MajorDom - a brand new open-source smart home ecosystem, built for privacy, autonomy, and wide device support. The platform combines intelligent automations with easy plug-n-play design and a really smart voice assistant. In the world of smart ho...... читать далее

smarthome voiceassistant opensource ai

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

ABOUT THIS BOOK This book is meant as a resource for technical writing teams who are using, or are moving toward, a docs-as-code approach. The first edition was published in 2017, and I read the third edition, published in 2022. Anne Gentle (Cisco)...... читать далее

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

Managing repeatable infrastructure is the bedrock of efficient Kubernetes operations. While the ideal is to have easily replaceable clusters, reality often dictates a more nuanced approach. Dan Garfield, Co-founder of Codefresh, briefly captures this...... читать далее

kubernetes gitops automation cloudnative

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

When it comes to software testing, there is plenty of information available; it can be hard to know where to begin. If you’re a novice in software testing, you’ve probably heard many unfamiliar acronyms and jargon. In order to expand your professiona...... читать далее

testing testdev glossary programming

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

Many data scientists lack a background in computer science or software engineering. Even those who do may not enjoy developing web applications or front-end user interfaces to showcase their work. Additionally, those who occasionally appreciate “pure...... читать далее

python opensource datascience

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

We want you to imagine something... Let's say you just joined a company and you're assigned a project. You're really excited about it, but when you start going through the codebase, you notice that there's a lot of spaghetti code; cluttered and unr...... читать далее

cleancode cleancoding bestpractices beginners

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

Data structures are the building blocks of efficient algorithms and software development. Mastering them is crucial for anyone looking to excel in computer science, software engineering, or any field that involves programming. This roadmap will guide...... читать далее

datastructures dsa algorithms programming

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

Introduction In the realm of software development, technical writing plays a pivotal role in conveying complex information to various stakeholders. Whether you're documenting code, writing user manuals, or creating API guides, mastering the art of...... читать далее

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

This blog post originally posted at programmingly.dev/awesome-javascript-frameworks-that-make-workflow-simple-and-easy In my previous blog i have explained why we should learn JavaScript framework helps you understand, why JavaScript frameworks have...... читать далее

javascript jsframeworks frontend webdev

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

Introduction Artificial Intelligence is no longer a concept of the distant future, it is a rapidly growing force reshaping various industries, including software development. The rise of AI has brought significant advancements, making processes mor...... читать далее

developers ai development webdev

Разработка AWS News Blog 29 мая 2024 г. 16:44

Streamline data access with trusted identity propagation: simplify sign-in, define fine-grained permissions, and audit using actual user identities across selected AWS analytics services.... читать далее

Analytics Announcements AWS IAM Identity Center Launch News Security Identity & Compliance

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

Behavior-Driven Development (BDD) is a testing approach that enhances communication between stakeholders and development teams through a shared understanding of software requirements. BDD uses plain language descriptions of software behavior to impro...... читать далее

testing bdd bddtesting