I'm an experienced pragmatic developer, team worker and always interested in new technologies.
Currently working at @dkb-code-factory
-
DKB Code Factory GmbH
- Berlin
-
02:56
- 1h ahead - https://www.samuelstein.de
- in/steinsamuel
Highlights
Pinned Loading
-
cli-checkin-alf.io
cli-checkin-alf.io Publiccommandline app to be used for check-in people via the great alf.io ticket reservation system
Java 1
-
-
micro-frontends-poc
micro-frontends-poc Publicclient-side integration of independent components at runtime
JavaScript
-
Deserialize generic list with gson
Deserialize generic list with gson 1Type listType = new TypeToken<ArrayList<YourClass>>(){}.getType();
2List<YourClass> yourClassList = new Gson().fromJson(jsonArray, listType);
-
HTTP Requests with Selenium and Spring
HTTP Requests with Selenium and Spring 1public ResponseEntity<String> doJsonRequest(HttpMethod httpMethod, String path, Object body) throws URISyntaxException {
2RestTemplate restTemplate = new RestTemplate(new HttpComponentsClientHttpRequestFactory());
34HttpHeaders headers = new HttpHeaders();
5headers.setContentType(MediaType.APPLICATION_JSON);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.