Futures, async, await in Dart
Notes about asynchronous programing in Dart. In this article I test and learn about two variants of writing asynchronous code in Dart: async/await and Future-based.
Notes about asynchronous programing in Dart. In this article I test and learn about two variants of writing asynchronous code in Dart: async/await and Future-based.
Welcome in a new series of articles about Dart programming language.
It is not a beginner tutorial. I focus mainly on features that may be surprising and/or interesting for a Java(Script) developer.
Slide notes are available here.
Start with these:…
… or look below:
Predictions by authors of Java JVM Trends focus on faster adoption of new Java features and long-term releases
I’m reading about the trends in IT and expected directions for companies, inverstors and business in IT world and one theme comes again and again as a common denominator of all the predictions. This theme is: the client. But we as individuals are not “the client”: we are “the revenue stream”. The real client (the one who gives money to software companies) wants the information and needs software professionals to dig that information in order to know:
In this article I’m going to explore what an API is, why we might want to change it, how to do it and how to do it safely.
Załóżmy, że potrzebujesz “na szybko” napisać jakiś program w Javie. Jakiego edytora użyjesz? Myślę, że większość Javowców, nawet jeśli są wyznania Vim-owego albo wyznawcami Kościoła Emacs, ucieknie się do uruchomienia grubego IDE takiego jak Eclipse, IntellijIdea lub - szczególnie ostatnimi laty - VSCode.
Przynam się, że ja też jakś czas temu zainstalowałam VSCode (zdaje się, że przy okazji nauki języka Go). Wciąż się docieramy (ja i VSCode) - mimo możliwości “podpięcia” sktótów klawiszowych z innych IDE wciąż staram się nauczyć sktótów właściwych dla VSCode i zrozumieć “filozofię” tego edytora.
Ten wpis to krótka notka do siebie samej na temat użycia scp i rsync do synchronizacij katalogów.
Testuję właśnie hosting na smarthost.pl (i jestem bardzo zadowolona - choć nie można wykluczyć, że parametry podczas testowania są sztucznie “podkręcane” - przy czym na hostingach i ich parametrach nie znam się zbytnio). Przede wszystkim ucieszył mnie zawarty w “najmniejszym” pakiecie hostingowym dostęp przez ssh.
Próbowałam sobie przypomnieć, jaka jest składnia polecenia scp do “uploadu” plików na serwer. I dopiero po chwili odkryłam, że ssh działa na niestandardowym numerze portu, więc konieczna byłam opcja -P:
CPUs like the Intel i7-6900K have multiple hardware threads per core, so the CPU can execute useful instructions even for short delays such as a cache miss.