Matt RaibleMatt Raible is a writer with a passion for software. Connect with him on LinkedIn.

The Angular Mini-Book The Angular Mini-Book is a guide to getting started with Angular. You'll learn how to develop a bare-bones application, test it, and deploy it. Then you'll move on to adding Bootstrap, Angular Material, continuous integration, and authentication.

Spring Boot is a popular framework for building REST APIs. You'll learn how to integrate Angular with Spring Boot and use security best practices like HTTPS and a content security policy.

For book updates, follow @angular_book on Twitter.

The JHipster Mini-Book The JHipster Mini-Book is a guide to getting started with hip technologies today: Angular, Bootstrap, and Spring Boot. All of these frameworks are wrapped up in an easy-to-use project called JHipster.

This book shows you how to build an app with JHipster, and guides you through the plethora of tools, techniques and options you can use. Furthermore, it explains the UI and API building blocks so you understand the underpinnings of your great application.

For book updates, follow @jhipster-book on Twitter.

10+ YEARS


Over 10 years ago, I wrote my first blog post. Since then, I've authored books, had kids, traveled the world, found Trish and blogged about it all.
You searched this site for "&amp". 294 entries found.

You can also try this same search on Google.

Please oh please let it be true.

I found a station that might play Mark and Brian (don't knock it 'till you try it) - we'll see tomorrow morning! It's been SOOOO long since I've heard them... please oh please let it be true! [ Listen Now ]

Posted in General at Aug 21 2002, 04:47:32 PM MDT Add a Comment

Dave hooked me up with a little referrer love today by mentioning that I am now an official contributor to Roller. I love this software and it should be a lot of fun to watch it grow and evolve. Now I have to start patching all the bugs I logged. This blogging stuff is pretty fun, the only drawback is I dream about what I'm going to write the next day and have a hard time falling asleep. And then when I wake up, I can't remember what I was going to post, or it's not really newsworthy. I'm sure the intrigue will wear off as I do it more.

Posted in Roller at Aug 07 2002, 05:01:21 PM MDT Add a Comment

Roller crashed last night

It crashed both on production (this site) and on my LAN. I wasn't even using it on my LAN is the unfortunate part. I have it installed on a RedHat 7.3 box that mimics my production environment, in hopes of finding solutions to these types of problems. Here's the error I found in both logs. I will investigate at a later date.

Posted in Roller at Aug 05 2002, 04:10:12 AM MDT Add a Comment

Roller Login Enhancement

I added an enhancement to roller today. Basically, it's a trick I learned with form-based authentication. Rather than having 2 different pages (one for the login, and one for the login failure), you use one page and specify a paramter, such as /login.jsp?error=true for the <form-error-page> value. This makes it easy to add a error message at the top with something like this:

<div class="error">
<logic:present parameter="error">
     <bean:message key="error.password.mismatch"/>
</logic:present>
</div>

Posted in Roller at Aug 04 2002, 06:16:46 AM MDT Add a Comment