|
You are here |
iphoneincubator.com | ||
| | | | |
ebookconverter.blogspot.com
|
|
| | | | | We know that the Kindle DX can convert the text of some books and magazine articles into speech. But I once heard that people can listen to... | |
| | | | |
molodtsov.me
|
|
| | | | | There's a certain community in tech that's very vocal about their preference toward native apps. I share that sentiment, yet sometimes people take this idea too religiously. First, what is a native app? It's an app built using the native frameworks of a platform. For MacOS it could be SwiftUI. Such apps leverage the native platform's interface, including windows, buttons, text areas, and everything else. They look right and familiar, and they behave this way. And most of the time, they're smooth and fa..... | |
| | | | |
masilotti.com
|
|
| | | | | The approach I follow for every Hotwire Native app I build, including which app store to submit to first and how to prioritize work. | |
| | | | |
ncona.com
|
|
| | | In this post we're going to configure neovim to work with Arduino Language Server. Nvim Lsp Config Neovim comes with an LSP client included, nvim-lspconfig is a plugin that helps us configure the client so it can talk to LSP servers. This configuration should be enough to get started with Arduino: 1 2 3 4 5 6 return { | ||