Creating a UI Designer for Quick Development

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

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.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 …

Processing Java Annotations Using Reflection

Jonny Hackett Articles, Development Technologies & Tools, Java 5 Comments

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.In my previous article covering Java Annotations, I outlined a recent use case and provided you with some examples of custom annotations and how they …

The BEMs of Structuring CSS

Brian Eye Articles, CSS & HTML, Development Technologies & Tools 4 Comments

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.Now what I’m writing about isn’t really anything new, but I always feel like it’s good to reiterate the importance of structure in code. …

JAXB – A Newcomer’s Perspective, Part 2

Mark Adelsberger Articles, Development Technologies & Tools, Java 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.In Part 1 of this series, I discussed the basics of loading data from an XML file into a database using JAXB and JPA. …

Functional Reactive Programming and JavaScript

Phuong Nguyen Articles, Development Technologies & Tools, JavaScript 4 Comments

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.Functional reactive programming (FRP) is an emerging programming paradigm that has recently gained popularity in the web world. That popularity isn’t just tied to …