Always remain updated about current software development trends

Articles having tag: TOOLS

Token Manager

The Token Manager allows web developers to program PHP, HTML, CSS and JavaScript into tokens that can be used throughout WordPress.

String Searching Algorithms (Part III)

Boyer-Moore (BM) Overview According to Wikipedia, the Boyer-Moore algorithm "is an efficient string searching algorithm that is the standard benchmark for practical string search literature. It was developed by Robert S. Boyer and J Strother Moore...

REST-full Version Service

Self-installing version tracking REST service for builds

Object-relational mapping tools reality check

Martin Fowler'srecent post about object-relational mappingmatches my own analysis of the usefulness of ORM tools.They are no silver bullet, but they should not be dismissed without valid reason. If you want me to give up using ORM tools, you have to give me...

LINQ on the command-line

Ever want to run a Linq statement from powershell or command line?

Easy-Cassandra 1.0.9: With annotations jpa and JPQL

| 0Release the newest version of the framework to persist objects in Apache Cassandra in easy way. Among improvement is the JPA annotations, also JPQL.   JCassandra jCassandra=persistence.createJCassandra("select * from Person");\xa0List<Person>...

Web Site Performance and Assembly Versioning – Part 2 Versioning Combined Files Using Subversion

Ok so it took a while to post this second part. Many apologies, we had a big roll out of a new platform at work and many things had to get sidelined.So this is the second part in a short series of website performance and using versioning to help improve it.Minification...