Development

/Development

MySQL basic syntax examples

MySQL – syntax examples: create table, primary and foreign keys Last night I was asked for very basic example how create tables in MySQL and how to set keys up. I want to publish it here maybe it’ll be helpful for somebody, especially for beginners. […]

By | Maj 22nd, 2013|Categories: Development, Tips and Tricks|Tags: |Możliwość komentowania MySQL basic syntax examples została wyłączona

Finding and removing files on linux in the fly

If you're any kind of developer it's big chance you're using linux as application server. Sooner or later will need the command that find the files and remove them (or another do something else with them). There is an rm command but it doesn't support search criteria. However ther is find command. With find you [...]

By | Kwiecień 29th, 2013|Categories: Development, Programowanie|Tags: , , , |Możliwość komentowania Finding and removing files on linux in the fly została wyłączona

List of Hibernate SQL Dialects

There is a handy list of Hibernate Dialogs. DB Engine Dialect DB2 org.hibernate.dialect.DB2Dialect DB2 AS/400 org.hibernate.dialect.DB2400Dialect DB2 OS390 org.hibernate.dialect.DB2390Dialect PostgreSQL org.hibernate.dialect.PostgreSQLDialect MySQL org.hibernate.dialect.MySQLDialect MySQL with InnoDB org.hibernate.dialect.MySQLInnoDBDialect MySQL with MyISAM org.hibernate.dialect.MySQLMyISAMDialect Oracle (any version) org.hibernate.dialect.OracleDialect Oracle 9i/10g org.hibernate.dialect.Oracle9Dialect Sybase org.hibernate.dialect.SybaseDialect Sybase Anywhere org.hibernate.dialect.SybaseAnywhereDialect Microsoft SQL Server org.hibernate.dialect.SQLServerDialect SAP DB org.hibernate.dialect.SAPDBDialect Informix org.hibernate.dialect.InformixDialect HypersonicSQL org.hibernate.dialect.HSQLDialect Ingres [...]

By | Kwiecień 24th, 2013|Categories: Development, Programowanie|Tags: , , , , , |Możliwość komentowania List of Hibernate SQL Dialects została wyłączona

Appcelerator Titanium – Basic window with title

I just started next mobile project. Application is targeted on both main mobile platforms: IOS and android. I know Objective-C and IOS Development methodology. Additionaly I spend over 10 last years on java development and android platform is known to me too. But I don’t want to programming one applications two times. :) […]

By | Kwiecień 11th, 2013|Categories: Development, Programowanie|Tags: , , |Możliwość komentowania Appcelerator Titanium – Basic window with title została wyłączona

Projekt Kotlin

Od wczesnej wersji alfa obserwuję rozwój nowego projektu firmy Jetbrains - języka opartego o wirtualną maszynę Java: Kotlin. Przez kilkanaście lat programowania poznałem już kilka języków, ale w każdym z nich brakowało mi czegoś z innych. Java najbardziej przypadła mi do gustu za jej wieloplatformowość - więc na tym języku oparłem swoją pracę zawodową. Kilkanaście [...]

By | Wrzesień 26th, 2012|Categories: Development, Programowanie|Tags: , |Możliwość komentowania Projekt Kotlin została wyłączona