Public Links

598 bookmarks
Custom sorting
Testing Vue web applications with Vuex data store & REST backend
Testing Vue web applications with Vuex data store & REST backend
In this blog post we will test a typical web application that uses a central data store to manage state. The data store communicates with the backend that stores the data long term. You can find patterns in React + Redux applications, Angular + MobX and countless other combinations. This example looks
·cypress.io·
Testing Vue web applications with Vuex data store & REST backend
Java’da Bir Build Otomasyonu: Yeni Başlayanlar İçin Maven
Java’da Bir Build Otomasyonu: Yeni Başlayanlar İçin Maven
Apache Maven çıkış noktası build işlemlerini sadeleştirmek olan bir build otomasyon aracıdır. Maven build, reporting, dependency management ve documentation işlemlerini gerçekleştirir. Build işleminin iki yönünü ele alır: projenin nasıl build olacağını ve projenin dependency’lerini tanımlar. Build işlemi için kendisinden önceki araçların aksine kabul edilen bir düzen kullanır ve sadece
·keremyaldiz.com·
Java’da Bir Build Otomasyonu: Yeni Başlayanlar İçin Maven
The File System Access API: simplifying access to local files
The File System Access API: simplifying access to local files
The File System Access API enables developers to build powerful web apps that interact with files on the user's local device, like IDEs, photo and video editors, text editors, and more. After a user grants a web app access, this API allows them to read or save changes directly to files and folders on the user's device.
·web.dev·
The File System Access API: simplifying access to local files
Python Hashes and Equality · Homepage of Hynek Schlawack
Python Hashes and Equality · Homepage of Hynek Schlawack
Most Python programmers don’t spend a lot of time thinking about how equality and hashing works. It usually just works. However there’s quite a bit of gotchas and edge cases that can lead to subtle and frustrating bugs once one starts to customize their behavior – especially if the rules on how they interact aren’t understood.
·hynek.me·
Python Hashes and Equality · Homepage of Hynek Schlawack