Ricardo N Feliciano · @FelicianoTech
198 followers · 374 posts · Server nanobyte.cafe

I've started researching how to parse through some HTML with Go and the docs on Go.dev just confused me.

Fortunately I found this blog post that gives a very introductory approach to parsing and tokenizing HTML with Go.

drstearns.github.io/tutorials/

#golang #dev #devtips

Last updated 1 year ago

Jason Gaylord · @jasongaylord
22 followers · 65 posts · Server techhub.social
Sal Ferrarello · @salcode
190 followers · 158 posts · Server phpc.social

Using links that always point to the exact code was a game changer for me.

Previously, I would link to a line of code on a branch and later (after other changes were made on the branch) that link would point to the wrong code.

salferrarello.com/github-link-

#github #devtips

Last updated 1 year ago

Cihat Gündüz · @Jeehut
213 followers · 274 posts · Server iosdev.space

In , you don’t . ❌
You in new views. ✅

💡In SwiftUI, everything’s data-driven.
It’s a different kind of thinking than UIKit.

You don’t control views. ❌
You control data. ✅

#swiftui #navigate #present #data #napdev #navigation #devtips

Last updated 1 year ago

Jason Gaylord · @jasongaylord
15 followers · 42 posts · Server techhub.social
david.wtf · @flashmasterdash
89 followers · 444 posts · Server mastodon.gamedev.place

I didn't know about that one so far! The "ref" modifier will tell the compiler that struct instances may only be allocated on the stack, preventing them from being used in heap-allocated locations. Cool! It couldn't be easier to write allocation free-code 🙌

learn.microsoft.com/en-us/dotn

#gamedev #unity3d #unitydev #dotnet #devtips #stackthatheap

Last updated 1 year ago

Konstantin Denerz · @konstantindenerz
4 followers · 28 posts · Server mastodon.world

Boost 🚀 your HTML template development with emmet.io/, supported by
CodePen, WebStorm and VS Code. 💪 Did you know?

#dev #devtools #devtips #codepen #emmet #webstorm #code

Last updated 1 year ago

Konstantin Denerz · @konstantindenerz
4 followers · 26 posts · Server mastodon.world

Boost 🚀 your HTML template development with emmet.io/, supported by
CodePen, WebStorm and VS Code. 💪 Did you know?

#dev #devtools #devtips #codepen #emmet #webstorm #code

Last updated 1 year ago

Juan · @jbzfn
191 followers · 1089 posts · Server mastodon.social

:thinkerguns: Effective Neovim: Instant IDE
— TJ DeVries

youtu.be/stqUbv-5u2s

#neovim #vim #devtips

Last updated 2 years ago

Ornella · @being
377 followers · 357 posts · Server social.ornella.xyz

Ive been using git worktree for a couple of weeks now (blew my mind the first time). I’m working in a node monorepo and one nice consequence is that I’m installing from scratch every new branch, no chance of weird out-of-date gitignored files! Feels nice and clean.

#devtips #git

Last updated 2 years ago

Matt Fantinel · @fantinel
20 followers · 81 posts · Server mastodon.social

Does anybody know of any projects or templates that have implemented E2E encryption (or any kind of data encryption, really)? I’m planning on developing an app that would contain sensitive data, and I’m still a bit unsure on how to store data. Offline-first with encrypted DB backup, or cloud-only with E2E…

My main requirements are being encrypted AND having some kind of cloud sync for using on mobile/desktop.

#Supabase #webdev #devtips #frontend #e2e

Last updated 2 years ago

Iñaki Quenerapú · @quenerapu
16 followers · 7336 posts · Server mastodon.xyz

RT @HorusGoul@twitter.com

Es 2020, ¿aún no has implementado Prettier en tu proyecto? ¿a qué esperas para hacerlo?

✅ BUENAS PRÁCTICAS: Formatea tu Código Automáticamente con Prettier
➡️ youtu.be/P7-4tE57qgc

🐦🔗: twitter.com/HorusGoul/status/1

#buenaspracticas #vscode #desarrolloweb #webdev #jstips #javascript #prettier #devtips

Last updated 4 years ago