Development

Transitioning from Angular to Java: A Comprehensive Guide

Published: May 23, 2024 Reading time: 3 min

As an experienced Angular developer, you might be considering expanding your skill set by learning Java. This transition can be both challenging and rewarding, offering you a broader perspective on software development. In this blog post, we’ll explore how your Angular background can aid your journey into Java, and provide you with a detailed roadmap to get started. Leveraging Your Angular Experience Your background in Angular provides a solid foundation for learning Java. Here’s how your existing skills will help: ...

Continue Reading

Migrating an Existing Project from Pure CSS and Bootstrap to Tailwind CSS: A Comprehensive Guide

Published: May 22, 2024 Reading time: 7 min

Migrating from Bootstrap and custom CSS to Tailwind is not just a search-and-replace exercise. The hard part is preserving product intent: spacing, responsive behavior, states, brand colors, shadows, and the little overrides that accumulated while the application was evolving. The companion demo for this post now uses a small CRM dashboard and pricing page instead of a single button or card. That gives us a more realistic migration surface: navigation, hero content, metric cards, status badges, a pipeline list, pricing cards, responsive layout, and custom brand styling. ...

Continue Reading

Debugging Angular: A Tale of Two Developers

Published: May 22, 2024 Reading time: 6 min

In any software development project, encountering bugs and issues is inevitable. How we approach these problems often distinguishes a junior developer from a senior one. Today, we’ll walk through a more complex and challenging issue in an Angular project and compare how a junior and a senior developer might handle it. Companion resource Companion Project Try the working example in your browser or inspect the full source code behind this article. github.com/omidfarhang/example-projects/examples/angular-dynamic-form-debugging Open live demo View on GitHub The Issue Our Angular application is supposed to display a dynamic form based on metadata fetched from an API. The form structure is defined in the metadata, which includes information about the fields, their types, and validation rules. Despite the metadata being correctly fetched and parsed, the form does not render correctly, and the validation rules are not applied. ...

Continue Reading

Staying Ahead: Latest Trends in Frontend Development for Angular Developers in 2024

Published: May 16, 2024 Reading time: 4 min

As an Angular developer, staying updated with the latest trends in frontend development is crucial for keeping your skills relevant and your projects modern. The frontend landscape is constantly evolving, and embracing these trends can help you create better-performing, more maintainable, and more engaging applications. Here are some of the latest trends you should be aware of: 1. Micro Frontends Micro Frontends are gaining significant traction as they allow large applications to be divided into smaller, manageable pieces, each developed and deployed independently. This approach enhances scalability and team productivity, especially in large organizations. Micro Frontends. ...

Continue Reading

Twitter to Developers: Attach Any Data You Want to Tweets

Published: April 14, 2010 Reading time: 2 min

Metadata has long been part of Twitter applications. Viewing conversation threads or learning about a user’s location has changed how users interact with content and have provided third party app developers with great opportunities to innovate on Twitter’s platform. Ryan Sarver, Twitter’s director of platform, announced today at Chirp, the Twitter developer conference, that annotations can now be added to tweets. In other words, any kind of metadata can be added to any tweet; it’s up to developers to decide what kinds of apps they build to showcase what kinds of metadata. ...

Continue Reading