blog.pikodat.com
Node.js and PostgreSQL
http://blog.pikodat.com/2015/08/10/node-js-and-postgresql
This tutorial shows how to create a simple web server with a tiny REST "API" and a PostgreSQL database. I asume that you have installed the node.js platform and npm. I'm going to use the node-postgres. Client to connect to the PostgreSQL database. The installation is easily done with npm. The table I want to query is very simple. That's what I called a microservice ;). Just remember to put in some error handling! JEE Developer / Consultant. IntelliJ addicted. Dynamo Dresden member. Pikodat.com - blog.
blog.pikodat.com
Fun with java.net.URL
http://www.blog.pikodat.com/2015/07/15/fun-with-java-net-url
Fun with java.net.URL. I'm writing a little app to check the health status of my server and came accross a confusing feature in. I remembered I struggle with this behaviour when I came from C# to Java. So this might be helpful for Java newbies. URL url1 = new URL("http:/ pikodat.com"); URL url2 = new URL("http:/ blog.pikodat.com"); System.out.println(url1.equals(url2) ;. This URLs are not the same, they just run under the same IP. So this sound like a design flaw. By the way,. Is here to rescue:.
blog.pikodat.com
plesk - pikodat.com - blog
http://www.blog.pikodat.com/tag/plesk
Page 1 of 1. Plesk, Subdomains and (Wildfly) Docker Images. I'm running a Docker container with Wildfly 9 on my server for testing purposes. The server is managed with Plesk, so setting up the subdomain is ». Page 1 of 1. Pikodat.com - blog.
blog.pikodat.com
Veit Weber - Page 1 - pikodat.com - blog
http://www.blog.pikodat.com/author/veit
JEE Developer / Consultant. IntelliJ addicted. Dynamo Dresden member. Http:/ www.pikodat.de. Page 1 of 2. Older Posts →. Write your own TypeScript Definition Files. Last Year I wrote a blog post about TypeScript and jQuery. I introduced TSD, a manager for TypeScript definition files. TSD, or Typings as TSD is ». Setting system properties for WildFly with a properties file. Guava's Multimap FTW. Remove Server and X-Powered-By Response Headers in Wildfly. Where is my Code? A lib I've used often lately is P...
blog.pikodat.com
english post - Page 1 - pikodat.com - blog
http://www.blog.pikodat.com/tag/english-post
Page 1 of 2. Older Posts →. Write your own TypeScript Definition Files. Last Year I wrote a blog post about TypeScript and jQuery. I introduced TSD, a manager for TypeScript definition files. TSD, or Typings as TSD is ». Setting system properties for WildFly with a properties file. To set or override system properties without changing WildFly's configuration there is a CLI parameter "-p". Assuming you have a property file vweber.properties in /dev/ ». Guava's Multimap FTW. Where is my Code? Recently my f...
blog.pikodat.com
java - Page 1 - pikodat.com - blog
http://www.blog.pikodat.com/tag/java
Page 1 of 1. Guava's Multimap FTW. I often have the need for some kind of "grouped list". I have a key and a list of values. Usually I do the following: HashMap& ». Although I'm a long time user of Google Guava I discovered the class Joiner just a few days ago. Eventually everybody who's familiar with Googles Apache ». Where is my Code? A lib I've used often lately is Project Lombok. Lombok fills the gap between Java and some C# syntactic sugar features that makes me slightly jealous ». I'm writing a lit...
blog.pikodat.com
sql - pikodat.com - blog
http://www.blog.pikodat.com/tag/sql
Page 1 of 1. This tutorial shows how to create a simple web server with a tiny REST "API" and a PostgreSQL database. I asume that you have installed the ». Page 1 of 1. Pikodat.com - blog.
blog.pikodat.com
apache - pikodat.com - blog
http://www.blog.pikodat.com/tag/apache
Page 1 of 1. Plesk, Subdomains and (Wildfly) Docker Images. I'm running a Docker container with Wildfly 9 on my server for testing purposes. The server is managed with Plesk, so setting up the subdomain is ». Page 1 of 1. Pikodat.com - blog.
blog.pikodat.com
javascript - Page 1 - pikodat.com - blog
http://www.blog.pikodat.com/tag/javascript
Page 1 of 1. Write your own TypeScript Definition Files. Last Year I wrote a blog post about TypeScript and jQuery. I introduced TSD, a manager for TypeScript definition files. TSD, or Typings as TSD is ». Tooltip: unirest - Lightweight HTTP Request Client Libraries. There are a lot of HTTP libraries available in the Java universe like the Apache HttpClient library. Also Java provides the HttpURLConnection class as a standard ». Pitfall with this in TypeScript. Why Java Developers might love TypeScript.
blog.pikodat.com
typescript - Page 1 - pikodat.com - blog
http://www.blog.pikodat.com/tag/typescript
Page 1 of 1. Write your own TypeScript Definition Files. Last Year I wrote a blog post about TypeScript and jQuery. I introduced TSD, a manager for TypeScript definition files. TSD, or Typings as TSD is ». Pitfall with this in TypeScript. Recently I stumbled accross a strange behaviour with the "this" reference in TypeScript. class TestClass { value:string; constructor(value:string) { this.value = value; } doSomething():string { return ». Why Java Developers might love TypeScript. Page 1 of 1.