In my previous article titled “Svelte: Why Is It an Innovation to Javascript Frameworks?” I talked about how Svelte, the library/compiler made by Rich Harris, represents a great innovation in the universe of front-end production … Read more
Full Stack Developer
How to Create a Chat App in Less Than 30 Minutes With React Native and Firebase
This tutorial will give you a comprehensive, step-by-step guide on building a secure and functional chat app with React Native and Firebase providing the backend service. The chat app will have a log-in and registration screen, allowing users to add … Read more
API First: Why It Still Matters
An API or application programming interface is a system that allows two applications to exchange data and functionality. An API-first approach to building software products means that the company or developers treat APIs with importance. With this … Read more
JavaScript: A First Look at the Type Annotation Proposal
Type Annotations in JavaScript? This year will mark the 10th anniversary of TypeScript creation and nowadays, it has become more and more used not only in big corporation projects but in small projects too. To mark … Read more
Native vs Hybrid: Which Mobile App Platform Should You Choose?
The mobile revolution Before diving into native vs hybrid mobile app platforms, we need a little context. In the summer of 1983, at a conference in Aspen, a young Steve Jobs presented a vision of the future. This was many years before the advent … Read more
What is Developer Experience (DX) And Why Does it Matter?
Developer Experience has become a big thing, and the growth of software products of all kinds is surely one of the drivers: In 2021, the SaaS market totaled $152 billion, and is expected to reach $208 billion by the end of 2023. There are … Read more
Pro Tips For Web Designers Who Want to Create Better Web Experiences
The Boom in Web Design The demand for web developer talent and UI/UX skills is now global. Websites such as Adecco's, a platform that helps connect developers with major innovative companies, are proof of that: there, you can find a curated … Read more
Automated Testing Guide: What And What NOT to Automate When Testing Software
Tests must be performed at every stage of the software development process, to ensure any issues are ironed out early. If your software is insufficiently tested, it may be slow, buggy, and difficult for customers to use, which could sour your … Read more
What is Reactive Programming and How Can I Benefit from It?
Reactive programming is a design approach that uses asynchronous programming logic to handle real-time adjustments to typically static information. It provides an efficient mechanism — the use of automated data streams — for handling content … Read more
Is It Always Best to Reduce Code Lines?
Reducing Code Lines: Less is more? In the past, when the size of a typical storage medium was measured in kilobytes, there was a pressing reason to reduce the lines of code used in a program or game. After all, you can only fit so much data on … Read more
Devtools: Boosting Your Web Development Workflow on Chrome and Firefox
Devtools have changed everything. There was a time when web development involved designing and building your web pages in a web design application—or in your code editor of choice—and switching back and forth between that and a browser to test and … Read more
Why You Should Use Typescript for Your Next Project
What is TypeScript? TypeScript is a programming language first developed by Microsoft in 2012. Its main ambition is to improve the productivity of developing complex applications. It is an open-source language developed as a superset of … Read more
Understanding the Boom of Low Code and No-Code
Low code and no-code development platforms empower citizen developers to create tools for the businesses they work for. These platforms help companies make better use of their data, streamline workflows and save time and money. Low code and … Read more
How To Choose a Software Stack for a Cloud App
To develop a successful digital product, the first step is to choose the optimal technology stack. This is necessary for the convenient and efficient service of the product. Users like it due to its pleasant and usable interface and allow business … Read more
What are the Main Areas of Development for Programmers to Land Their Dream Job?
Due to the rise in web and mobile applications, programmer careers have become popular, and therefore they need to ensure they have the relevant skills to land their dream jobs. Experienced programmers have many opportunities in front of them, but … Read more