Explore >> Select a destination


You are here

humberto.io
| | blog.pickcode.io
11.3 parsecs away

Travel
| | This post was originally published on blog.charliemeyer.co For many of our student users, Pickcode is the first piece of software theyll use to write code (excluding stuff like Scratch). The goal of this post is to explain why our product should not contain an AI copilot/assistant/
| | markodenic.com
8.1 parsecs away

Travel
| | Free programming books, algorithms, public APIs, and much more.
| | wittchen.io
14.2 parsecs away

Travel
| | In this article, Ill describe Ubuntu software for common users, which I personally use and which could be helpful on daily basis. Ubuntu software dedicated to programmers AKA developers will be described in separate article. Chrome In my opinion, its currently the best web browser. We can download, unpack and install it, with the following commands: sudo apt-get install libxss1 libappindicator1 libindicator7 wget https://dl.google.com/linux/direct/google-chrome-stable\_current\_amd64.deb sudo dpkg -i goo...
| | blog.martinig.ch
73.5 parsecs away

Travel
| Architecture is an important asset for good programming and the notion of "pattern" is here to help us apply already trusted code architecture solutions to common problems. Jason McDonald has done a wonderful job to group some of them in a document that should be useful to most software developers. Go to his blog to