Python is one of the most popular coding languages in use today and devs are always hunting for new frameworks. First developed around thirty years ago, it's now reckoned to be one of the fastest growing in terms of user base and currently, more than … Read more
Frameworks
Ten Reasons Why I Think Alpine.js Can Do “Magic”
When developing web applications I like to experiment with the capabilities of the tools the ecosystem has to offer, in order to find the most accurate solution for a particular project and to refine the coolest development stack possible. Every … Read more
Svelte: Why Is It an Innovation to Javascript Frameworks?
There are always a lot of choices in the dev world, especially when establishing a production environment, and Javascript frameworks are no exception. And now there's a new kid on the block: Svelte. We all know React, Vue, and Angular and how good … Read more
Inertia: make modern SPAs with Laravel and Javascript frameworks
In the modern world of programming, SPAs usually reflect the state of the art: fast, flexible, powerful. In constructing SPAs the Javascript language is the hero; when SPAs come to mind, so does a Javascript framework, which may be based on … Read more
5 JavaScript Frameworks to Follow in 2022
Is it a Framework or a Library? Javascript has a robust selection of frameworks and libraries, but how exactly can you tell frameworks from libraries? Let’s find out. Differences Javascript libraries consist of pre-written code snippets that … Read more
All You Need to Know About the Spring Framework
This quick Codemotion guide to Spring offers insights and key concepts for understanding and getting started with this popular framework. A brief story of Spring Today, Spring Framework is a de facto standard. Hundreds of thousands of … Read more
Which Skills Do I Need To Work On Innovative IT Projects?
According to Reti (an innovative Italian software development company), .NET, Microservices, Cloud, AI, and CyberSecurity are fundamental skills that will help you participate in some of the most exciting and innovative trends in programming. So … Read more
A Quick Guide to NextJS
What Is NextJS and Why Are People Using It? The continual state of change that the internet has been under since it became widespread has made good web application development something of a moving target. Next.js is a front-end framework that … Read more
Don’t Miss Codemotion’s First Devs Book Club With Michele Riva!
Did you know that 30% of developers stay updated and hone their skills by reading books? That's why we're starting our own Book Club on Twitch! A place for sharing, learning, and getting inspired by great devs together with the Codemotion … Read more
Ruby on Rails in 2022? A Data Processing and Visualization Case Study
This article, developed together with Mònade, shares insight about data science and dives deep into the usage of Ruby on Rails for data visualization and processing through a practical example: Adalytics. Data is everywhere, from the billions of … Read more
Technology for Improving the Customer Journey in Insurance
The insurance industry has been notoriously slow to embrace the world of technology and instead relied on in-person interactions to help build their business. However, there has been a profound shift in the past few years. Buyers now expect companies … Read more
Best 10 Tools to Leverage for Progressive Web App Development
As smartphone use continues to grow, more people choose mobile applications to websites for their ease of access and high performance, even with slow internet connections. It is expected that by 2021, 54% of e-commerce sales will be generated on … Read more
17 JavaScript Frameworks that You Should Know About – A Comprehensive Guide
With this guide you’ll get to know the ins and outs of JavaScript frameworks, learn which one to use according to your needs, and have detailed lists of pros and cons for each of the most popular JavaScript backend and frontend frameworks. Let’s dive … Read more
Understanding the Role of Decorators in TypeScript
Decorators in TypeScript provide a way of programmatically tapping into the process of defining a class. Remember that a class definition describes the shape of a class, what properties it has, and what methods it defines. When an instance of a … Read more
Kick Off a React JS Project: CRA, Next.js or Gatsby?
A simple guide to avoid getting lost in the React JS bootstrapping solutions. Learn more about CRA, Gatsby and Next.js. This is a simple guide for normal humans to avoid getting lost in the React JS bootstrapping solutions out there. React is a … Read more
Front-end development with Angular & NgRx
Front-end development of web applications has always been challenging and never settles on established technologies for too long.In the last few years, the Single Page Application (SPA) paradigm has been widely adopted to build complex front-end … Read more