I have developed a small utility in order to synchronize your visual studio code settings across multiple machines. Whether your editor settings are changed in office you can set synchronize that settings in home editor also.
Continue reading
Hibernate is the best ORM in Java. It provides a wrapper in .NET also as NHiberate.
But it can be tough when you have alot of entities to create manually and create a reference between them. The most comprehensive task is to manually develop the relationship between them. Yes there is database-approach also which generates all the things from the database, We are currently supposing model first approach and then connect database with it.
Continue reading
Some times generating models from ECore models in Eclipse Modeling Framework generates error in File ModelFactory.java. Solution is very easy, as while some times as the ways of coding is becoming so easier with the help of Eclipse Modeling Framework, even single model property can cause a heavy problem.
Lets have a look on easy solution by an example.
Continue reading
Connecting with LinkedIn Rest API is easy once you know how to authorize the user. Following are the steps that can be performed in .NET / Java using HttpClients or simply from JQuery / Javascript.
Continue reading
Atom by Github is an amazing , powerful and modern text editor when compared to other text editors and the one major reason to support this editor is that Github has got its back !
If you are a web developer and looking forward to get your hands dirty in the new editor. Atom is great for learning and takes your productivity to next level but only if you know what features you need in order to so your work. There are thousands of plugins developed by Atom community which really helps in increasing your productivity.
These plugins should be on every developer Atom pocket.
Continue reading