Node.js Meets .NET – Edge.js

Brian Wetzel .NET, Articles, JavaScript, Node.js, Python Leave a Comment

Attention: This article was published over 11 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.With so much JavaScript development on the client side, it only makes sense that developers and organizations would want to develop server side applications …

An Introductory Analysis of CoffeeScript

Justin Graber Articles, Development Technologies & Tools, JavaScript 3 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.For the last six months, I have been working a project that exclusively uses CoffeeScript for both the front end and back end. That …

Creating a UI Designer for Quick Development

Alok Pandey Articles, CSS & HTML, Development Technologies & Tools, HTML5 2 Comments

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.User interfaceย developers often come across situations that involveย creating several web interface dashboards with similar architectures but with different UI controls and backend services serving …

JAXB โ€“ A Newcomerโ€™s Perspective, Part 2

Mark Adelsberger Articles, Development Technologies & Tools, Java Leave a Comment

Attention: This article was published over 12 years ago, and the information provided may be aged or outdated. While some topics are evergreen, technology moves fast, so please keep that in mind as you read the post.In Part 1 of this series, I discussed the basics of loading data from an XML file into a database using JAXB and JPA. …