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

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

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


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

Here's how you can build your framework tied to the requirements of your projects (based on JavaScript/TypeScript) *************** BACKEND PART *************** Backend Framework: Express (API) or NestJS (Microservices) Language: TypeScript Database...... читать далее

webdev javascript typescript

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

If you love Typescript and haven't been living under a rock for the past 2 years, you've likely heard of Zod. // Detect dark theme var iframe = document.getElementById('tweet-1794655669368557947-274'); if (document.body.className.includes('...... читать далее

zod typescript automation codegen

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

What is Success Criterion 2.5.3? It’s a WCAG (Web Content Accessibility Guidelines) rule that requires careful naming of interactive elements and headings. For these types of elements, the browser has to compute an accessible name which may be diff...... читать далее

playwright a11y e2e

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

I recently spent two weeks exploring how Large Language Models (LLMs) could help me build an iOS app. My goal was to create a working app with minimal tech knowledge. The result? A test app in the App Store 🎉! Turns out, current AI tools are great a...... читать далее

genai llm codegen programming

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

The other day, I had to work on a simple Lerp calculation for a Unity project. It was about lerping (= Linear Interpolation) an offset value from 3.0f to 4.0f, depending on the current window aspect ratio. The initial specifications from the direct...... читать далее

gamedev unity3d il2cpp

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

Introduction One of the key projects FindLabs has created and currently supports is FlowDiver - the Flow Blockchain block explorer. It allows you to inspect different information about the blockchain, without directly interfacing with it (which can...... читать далее

typescript react frontend blockchain

DevOps OpenNET 13 апреля 2024 г. 10:47

Опубликован релиз проекта Cambalache 0.90, развивающего инструмент быстрой разработки интерфейсов для GTK 3 и GTK 4, использующий парадигму MVC и философию первостепенного значения модели данных. В отличие от Glade в Cambalache предоставляется подд...... читать далее

Разработка dev.to 12 апреля 2024 г. 15:33

本文尝试通过 The RTIC Book, Tjäder 2021: A Zero-Cost Abstraction for Memory Safe Concurrency, Eriksson et al. 2013: Real-Time For the Masses, Step 1: Programming API and Static Priority SRP Kernel Primitives 以及RTIC 源码, 对 RTIC 框架的原理和实现进行简单的解释与分析...... читать далее

Разработка habr.com 29 марта 2024 г. 5:44

По мере развития проекта в целом и дизайн-системы в частности дизайн-токенов становится очень много. Для примера, у нас уже около четырёхсот иконок, больше двухсот цветов и перспектива внедрения нескольких тем в приложении. Что ещё, если не автоматиз...... читать далее

figma api figma variables api android development gradle-plugin automatization design tokens codegeneration codegen jetpack compose magnit tech

Разработка dev.to 14 марта 2024 г. 9:56

Let's compare two options to how we can achieve SSR with Vite. Either using Vike (aka. vite-plugin-ssr), or using SSRx with TanStack Router. We'll also inspect how good they are with respect to cross-platform development (web, and mobile with iOS and...... читать далее

javascript vite webdev ssr

Разработка dev.to 9 марта 2024 г. 20:09

Creating visually stunning and interactive websites has become a norm in the dynamic landscape of web development. However, this has led to the proliferation of content-rich pages extending beyond the viewport’s confines. As a result, users often nee...... читать далее

playwright testing automation programming

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

1. Preface React Native is an open-source framework developed by Facebook that allows developers to use JavaScript and React to build genuine native mobile applications. Its main advantage is the ability to use the same codebase to build applicatio...... читать далее

reactnative react ai mobile

Разработка dev.to 3 марта 2024 г. 12:06

Introduction These days I feel like we're lucky to have the chance to choose the tools we want to work with. I really like GraphQL and in my opinion it is an important piece, even in cases where the backend programming language is different from th...... читать далее

typescript node javascript react

Разработка dev.to 29 февраля 2024 г. 16:39

For the past 6 months, I’ve been working on GPT Pilot (https://github.com/Pythagora-io/gpt-pilot) to understand how much we can really automate coding with AI, so I wanted to share our learnings so far and how far it’s able to go. When I started bui...... читать далее

ai opensource programming discuss

Разработка dev.to 28 февраля 2024 г. 18:50

Written by Mario Zupan ✏️ CRDTs, or conflict-free replicated data types, is a concept that underlies applications facing the issue of data replication across a network. These applications involve multiple actors writing and reading the data, potenti...... читать далее

rust webdev

Разработка dev.to 24 февраля 2024 г. 3:51

In this video we learned how to test and document dbt models. We also learned about the codegen library. This is part of Week 4 of the data engineering zoomcamp by DataTalksClub. We want to identify errors quickly, and we don't want to build on top...... читать далее

dbt testing dataengineering

Разработка dev.to 21 февраля 2024 г. 12:28

So lets start with the c# code, mainly because its hopefully familar it can be setup once and then we can start tweaking the front end until it all works. Code for these posts is avalible in our TimeDashboard Repository FrontEnd (typescript) &...... читать далее

Разработка dev.to 9 февраля 2024 г. 20:36

Hoy tenemos las herramientas para construir votos privados, transacciones anónimas, videojuegos ZK y más de una manera segura y verificable on-chain. Si ya conoces solidity y cómo crear dApps, el siguiente paso es aprender un DSL ZK, es decir un leng...... читать далее

Разработка dev.to 5 февраля 2024 г. 17:28

TL;DR: Start generating your HTTP clients and all the DTOs of the requests and responses automatically from your API, using openapi-generator instead of writing your own. In this post I'll introduce you to an amazing tool that can generate HTTP cli...... читать далее

openapi swagger codegen typescript

Разработка dev.to 2 февраля 2024 г. 16:40

Zokrates Instalation curl -LSfs get.zokrat.es | sh export PATH=$PATH:/home/YOURUSERNAME/.zokrates/bin Generate a proof Create the zokrates circuit file. root.zok def main(private field a, field b) { assert(a...... читать далее