Archive

Page 28 of 29

Browse older Devspedia dispatches, grouped nine at a time for easier scanning.

Advertisement ad.leaderboard · 970×90

Archive

9 of 258
02

January 2, 2020 · 3 min

Pros and cons of different feature flags table designs

Learn the pros and cons of structuring your features flags horizontally or vertically in your feature flags table with examples.

03

December 13, 2019 · 3 min

Tiny, yet very powerful JavaScript function you may have missed

JavaScript is powerful, it's proving its strength every day, we use it all the way from web frontends, to desktop apps (electron) to mobile apps (react native, nativescript,..), all the way to the backend (node).

04

December 12, 2019 · 5 min

Your guide to a constructive code review

Code review is a great way to achieve better code quality, and most importantly share great knowledge and experience between developers working on this project.

05

December 11, 2019 · 5 min

Ways to cache your Serverless applications

In this story, we discuss different ways to cache your serverless application, assuming an AWS-based architecture.

06

December 5, 2019 · 7 min

Sorting algorithms, with visualizations and complexity comparisons

Understand sorting algorithms with visuals, videos, and detailed explanations, also with complexity comparison for each of them

07

December 3, 2019 · 2 min

Amazon Web Services (AWS) just introduced it's fully managed Quantum computing service 'Braket'

Today we have some very exciting news; just hours ago Amazon's cloud computing service (AWS) introduced a new fully managed service that allows programmers and researchers from around the world to finally start experimenting with Quantum Computing. They called it Braket!

08

November 30, 2019 · 8 min

Here's how you can start using feature flags today

A feature flag is a technique to turn on/off a feature at any time without having to maintain separate branches for each feature, and then once merged, is on by default. It'll basically allow you to ship a product with a feature switched off, then switch it on again any time in the future.

09

November 28, 2019 · 2 min

Here's a tool that'll help you build a solid webpack or parcel config files in no time

An awesome tool I found that helps you create your Webpack or Parcel config in a fraction of time, via an easy to use web interface.