Command completion in bash, zsh, fish is awesome! Unfortunately, even though there are thousands of g... | Continue reading
There are many ways that you can track your website's PageSpeed. You could integrate Google Lighthous... | Continue reading
Howdy dev.to peps! @bootstraptor here 👋 Today I continue a series of posts and share new... | Continue reading
Hey everyone, GetFlutter added four new widgets on our open-source UI Library. The Following Widget... | Continue reading
This is Part 3 of our Open Source Creator Series on "How to Choose an Open Source License" to help yo... | Continue reading
Typing commands have never been easier using aliases. You can now cut down typing time with these ali... | Continue reading
The comic is from Daniel Stori. It is licensed under a Creative Commons Attribution-NonCommercial-Sha... | Continue reading
When done wrong, a CODE REVIEW can assist in finding bugs, come to nothing, or harm the interpersonal relationships of a team. Therefore, it is important to pay attention to the human aspects of code reviews. To be most successful, code reviews require a certain mindset and phras … | Continue reading
Hey, dev.to peps and Bootstrap lovers! As I promised yesterday I am posting another co... | Continue reading
Cross Platform React Native UI Toolkit The aim of React Native Elements is to provide an... | Continue reading
Docker is a great tool that helps developers build, deploy, and run applications more efficiently in a standardized way. We can develop in the same environment as the app running in production. You can speed up the debugging or even the prevention of upcoming bugs by having the s … | Continue reading
White space in your code or how to use design principles for your code. | Continue reading
What is a genetic algorithm? A genetic algorithm is a method to solve a problem inspired i... | Continue reading
Anxiety is common when working in tech. Here a few tips I use every day to manage anxiety at work.... | Continue reading
In my first Vim post I had a long discussion with one of the readers over macros. He just couldn't ge... | Continue reading
Cricket is one of the most popular sports and it enjoys indomitable supremacy in the countries where... | Continue reading
We investigate the state of security for both the Angular and React ecosystems. | Continue reading
JavaScript is everywhere. It enabled billions of people to develop and deliver projects. JavaScript... | Continue reading
Our designers at Bootstraptor.com have created a valuable and customizable starter Bootstrap... | Continue reading
The UI for languages that are written and read from right-to-left (RTL) such as Arabic, Hebrew, and U... | Continue reading
Rules are made to be broken, right? TDD is a strict set of rules that define a process for building software. But experienced practitioners have moved beyond the rules and work towards something else entirely. | Continue reading
The many pet peeves I've noticed developers go through that makes them think others think less of them. | Continue reading
A non-mathematical introduction to Turning completeness. | Continue reading
Adaptive Loading is a pattern for delivering a fast core experience to all users (including low-end devices) where you progressively add high-end-only features, if a user's network and hardware can handle it | Continue reading
Learn how Redux, and all other state management libraries, have one thing in common - they are all partial implementations of state machines - and how we can improve the way we model app state and logic. | Continue reading
Popper 2 introduces big changes, learn more about them in this article. | Continue reading
With the help of the CSS variables and native color input type, we can switch the theme UI on our web application or site. Well, the web is moving fast so we can use CSS variables which supports many of the modern browsers. **CSS variables** are readable code that provides ease o … | Continue reading