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
-
22:27
(UTC +01:00) - 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
-
-
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
HTTP Requests with Selenium 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);
-
Cookbook Self-Hosting Directus 9 Hea...
Cookbook Self-Hosting Directus 9 Headless CMS 1# Cookbook: Self-Hosting Directus 9 Headless CMS
23## Assumption
4- Ubuntu 22.04 LTS
5- PostgreSQL
-
micro-frontends-poc
micro-frontends-poc Publicclient-side integration of independent components at runtime
JavaScript
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.