Blog Page 4

The Hierarchy of Webapp Needs

I was thinking about all the little projects I work on and how they grow over time. The applications end up hitting some milestones and end up needing similar functionality that compliments the core features. A small project ends up getting complex enough that it requires some unit tests. I’ll go to deploy the project and now I need some deployment scripts and analytics to ensure the application is running correctly. The technology may change between each project, but web applications always seem to have the same steps that need to be taken to strengthen the application as it is scaled up.

NX NextJS Starter

To kickstart the year, I created a repo that contains a simple starter kit for using NextJS with NX. You can see the repo here:

Mobile

This short post was originally on a blog I started for creating web applications. This post goes into mobile considerations for web applications.

Developer Tools

This post was originally on a blog I started for creating web applications. This post goes into using developer tools to help you develop your web applications.

User Interface

This post was originally on a blog I started for creating web applications. This post goes into User Interface design for web applications.

Web Standards

This post was originally on a blog I started for creating web applications. This post goes into using web standards and best practices.

Security

This post was originally on a blog I started for creating web applications. This post goes into security for web applications.

SEO

This post was originally on a blog I started for creating web applications. This post goes into SEO considerations for web applications.

Accessibility

This post was originally on a blog I started for creating web applications. This post goes into accessibility of web applications.