Виртуальная песочница (тм)

Friday, March 24, 2017

Java User Group Latvia - 41st meeting on 30-March-2017

JUG LV Homepage
Free Registration for JUG LV #41, Konventa Seta, 9/11 Kalēju iela, LV-1050, Rīga

Agenda

1. Service interaction patterns and anti-patterns by Dmitry Lebedev

Somehow, there are some important things in service-to-service interactions, which are often missed, when we are building our services in a hurry, but later those aspects may play a significant role in your application performance and stability. How to organize service-to-service calls, how to optimize them, what to do in order to make them fail safe, what to do when a request has failed and etc.
This talk is rather a general discussion of available approaches, than a prescription of which library or framework to use, but some Java-related recipes will be given. And as a cherry on top of it all - some real-life war stories.

2. Testing RESTful services: The What, The How and The Automated by Alexey Buzdin
Read more...

Thursday, March 2, 2017

git clone "fatal: remote error: Invalid username or password" (Windows)


Проблемка:

Microsoft Windows [Version 10.0.10240]
(c) 2015 Microsoft Corporation. All rights reserved.

C:\xyz>git --version
git version 2.10.0.windows.1

C:\xyz>git clone -v https://username@hostname.domainname.com/scm/git/superproject
Cloning into 'superproject'...
fatal: remote error: Invalid username or password.

Read more...