Tagging
Try bookmarklet. Easy tagging.
Do you want to delete?
Do you want to modify?
  • LINKTAG
  • New
  • Tag
  • Comment
  • Tag, dev
Sign in

dev

it dev flutter windows os

Move Windows 7 and 8 to unsupported tier; increase minimum supported Windows version to Windows 10 · Issue #140830 · flutter/flutter

Overview This issue proposes to raise the minimum supported version of Windows from Windows 7 to Windows 10 for Flutter Desktop applications. RFC: http://flutter.dev/go/flutter-drop-win7-2024 Steps prior to stable release Publish proposa...
wono | discuss |
it dev flutter pdf report

pdf | Dart package

A pdf producer for Dart. It can create pdf files for both web or flutter.
wono | discuss |
it dev rn

Out-of-Tree Platforms · React Native

React Native is not only for Android and iOS devices - our partners and the community maintain projects that bring React Native to other platforms, such as:
wono | discuss |
it dev golang wails react

Mapping Success: Building a Simple Tracking Desktop App with Go, React and Wails

When I first started learning Go over 2 years ago, I mainly wanted to learn it for web based APIs, http(s) clients and cloud backends, however I started to really enjoy building and coding with Go…
wono | discuss |
it dev flutter linux

Build Linux apps with Flutter

Platform-specific considerations when building for Linux with Flutter.
wono | discuss |
game dev it unreal

[UE5] 내가 보려고 정리한 언리얼엔진5 - 기초 사용법

리얼타임 3D 창작 툴주소 : https://www.unrealengine.com화면 이동 : 마우스 우클릭 + w,a,s,d뷰포트 전환 : 화면 좌측 상단 Perspective 클릭 -> 원하는 뷰포트 선택Ex) Top길이 측정 : Orthographic 뷰
wono | discuss |
it dev tool os

윈도우에 만드는 리눅스 개발 환경; 1. 우분투 리눅스 설치 (윈도우 10)

윈도우에 만드는 리눅스 개발 환경 목차1. 우분투 리눅스 설치 (윈도우 10)2. 윈도우에 Docker 설치3. nvm으로 node.js 설치4. VSCode 설치5. Docker로 MySQL시작하기6. Docker로 MongoDB 시작하기7. 윈도우 11에 우분투 설치 8. Docker로 PostgreSQL 시작하기 0. 윈도우에 우분투 리눅스가 필요한 이유윈도우에서 개발 환경을 만드는데 왜 리눅스 서브시스템(WSL)이 필요할까?많은 서버환경이 비용과 관리의 편리함 때문에 데비안(Debian) 계열 리눅스나 레드햇(Redhat) 계열 리눅스로 만들어져 있다. 그래서 개발 환경에 대한 많은 설명이 리눅스 또는 xNix기반인 Mac을 기준으로 작성된 경우가 많아, 우분투 리눅스를 윈도우에서 사용할 수 있다..
wono | discuss |
it dev google golang

Go 언어, 어디에 써야 할까? 4월 COMMIT 현장 스케치

7번째 COMMIT에서는 ‘Go 언어’ 이야기를 나누었어요. Go 언어의 매력에 빠져 백엔드로 직무까지 바꾼 카카오엔터프라이즈 개발자 이호민 님과 함께요. 4월 COMMIT 현장의 이야기를 전해드립니다. Go 언어, 어디에 써야 할까요?
wono | discuss |
it dev vertx async

비동기 네트워크 서버 프레임웍 Vert.x 소개

비동기 네트워크 서버 프레임웍 Vert.x조대협 * 서문Vert.x는 NodeJS와 같은 비동기 소켓서버 프레임웍이다.Vert.x에 대한 이해를 돕기 위해서, Tomcat과 같은 WebApplication Server(이하 WAS)에 대해서 먼저 간단하게 짚고 넘어가자. Tomcat의 경우에는 HTTP request가 들어오면, request가 앞의 request Queue에 쌓이게 된다.쌓이게된 request들은 Thread Pool에 있는 Thread에게 하나씩 할당되어, request를 처리하고, 작업이 끝나면, request가 들어온 connection으로 response를 보낸후, 작업을 끝낸다. 작업이 끝난 Thread는 다시 Thread Pool로 들어간다.이런 구조에서, Tomcat이 순간..
wono | discuss |
it dev java spring guide

Spring | Guides

Level up your Java code and explore what Spring can do for you.
wono | discuss |
it dev java spring jpa

Spring Boot - 데이터 영속성(1): JPA, Spring Data JPA

이 포스트에서는 JPA, Spring Data JPA, Hibernate 에 대해 알아본다.
wono | discuss |
it dev googleapi flutter

googleapis | Dart package

Auto-generated client libraries for accessing Google APIs described through the API discovery service.
wono | discuss |
it dev tool google docs flutter

Generating Google Docs from a Flutter App with Google Apps Script API

In today's digital world, businesses and developers often find the need to automate document generation for various purposes. In this blog post, we will explore how to use the Google Apps Script API to generate Google Docs from a Flutter app.
wono | discuss |
it dev tool ide vscode

Spring Boot support in Visual Studio Code

Spring Boot extensions for Java developer using Visual Studio Code editor.
wono | discuss |
it dev review node golang

URL shortener service benchmarking: Node (Express) vs Go (Gin)

Find out who works faster for a simple but practical URL shortener service: Node.js with Express or Go with Gin?
wono | discuss |
it dev review node golang

Node.js Express Cluster vs Go Gin: Hello World performance

Find out how Node's clustered express application compares to Go Gin for a simple hello world case
wono | discuss |
it dev review node golang

3년 묶은 Node.js 기반 백엔드를 Golang 으로 옮기다. | Youngbin Han's blog

wono | discuss |
it dev golang gofiber mvc

Go Fiber를 이용한 MVC 기반 웹서버 만들기 (+boilerplate)

Golang Web Frameworks
wono | discuss |
it dev java spring view template

[Thymeleaf] 01. Hello Thymeleaf

이번 포스트에서는 Thymeleaf의 특성과 기본적인 개발 환경설정에 대해 알아보자. Thymeleaf란? Good Bye JSP~ 그동안 자바 진영에서 Dynamic Web Application을 만들 때에는 MVC 디자인 패턴에서 Controller를 Servlet이 담당하고 View를 JSP가 담당하는 구조가 상당히 장기간 유지 되었다. Servlet의 위치는 여전히 확고하지만 JSP의 위치는 예전만 못하다. 대부분 웹 애플리케이션이 가뜩이나 CSR 기반의 SpringBoot 앱으로 개발되는 과정에서 그렇잖아도 SSR용 템플릿 엔진의 사용이 줄어드는 추세인데 JSP가 SpringBoot의 추천 템플릿 엔진에서 제외되면서 이젠 쓰면 안되나보다 하는 인식이 점점 강해지게 되었다. JSP는 안되고 Th..
wono | discuss |
it dev java spring view template

FreeMarker vs Groovy vs Mustache vs Thymeleaf | SpringHow

In this post, we will try to compare FreeMarker vs Groovy vs Mustache vs Thymeleaf with examples. Spring Boot supports FreeMarker, Groovy, Mustache and
wono | discuss |
Next
© 2025. LINKTAG.ORG. Help Feedback Privacy Terms