id int64 5 1.93M | title stringlengths 0 128 | description stringlengths 0 25.5k | collection_id int64 0 28.1k | published_timestamp timestamp[s] | canonical_url stringlengths 14 581 | tag_list stringlengths 0 120 | body_markdown stringlengths 0 716k | user_username stringlengths 2 30 |
|---|---|---|---|---|---|---|---|---|
592,447 | Why Are ‘No Code’ and ‘Low Code’ Software Development Platforms On The Rise? | Organisations wanting to improve their software development capacity are having to find new ways of d... | 0 | 2021-02-04T22:31:49 | https://www.blueoptima.com/blog/why-are-no-code-and-low-code-software-development-platforms-on-the-rise | Organisations wanting to improve their software development capacity are having to find new ways of developing software for applications and websites. No code and low code platforms are the current disruptive technology industry trends that are set to greatly enhance this capability.
In recent years, there has been in... | blueoptima | |
592,618 | GC: Otimizando para o ambiente do Azure | Neste artigo, pretendo abordar um assunto complicado e que pode ser usado para melhorar nossas aplica... | 0 | 2021-02-07T15:24:40 | https://dev.to/devzwiz/gc-otimizando-para-o-ambiente-do-azure-4mkp | azure, csharp, devz, dotnet | Neste artigo, pretendo abordar um assunto complicado e que pode ser usado para melhorar nossas aplicações hospedados na nuvem da Microsoft Azure. Vou abordar o que exatamente acontece durante a coleta de lixo (GC) e como diferentes modos de GC podem afetar significativamente o desempenho do aplicativo. Mas antes vamos ... | juscelior |
592,708 | Google Cloud VS AWS: Which Is Better Provider? | Amazon Web Services (AWS) is the main public cloud supplier by a mile, yet prior to diving in and sel... | 0 | 2021-02-05T07:56:02 | https://dev.to/sherihans123/google-cloud-vs-aws-which-is-better-provider-j89 | googlecloud, gcp, aws, amazonwebservices | Amazon Web Services (AWS) is the main public cloud supplier by a mile, yet prior to diving in and selecting the market chief, make certain to investigate Google Cloud Platform and play out a Google Cloud versus AWS examination. You might be shocked to find that Google Cloud offers numerous focal points over AWS and may... | sherihans123 |
592,920 | CSS Battle - #10 Cloaked Spirits | HTML <div class="wrapper"> <div class="column-1"></div> <div class="colum... | 11,140 | 2021-02-05T12:38:13 | https://dev.to/flyingduck92/css-battle-10-cloaked-spirits-480i | css, cssbattle | **HTML**
```html
<div class="wrapper">
<div class="column-1"></div>
<div class="column-2"></div>
<div class="column-3"></div>
<div class="circle-1"></div>
<div class="circle-2"></div>
<div class="circle-3"></div>
</div>
```
**CSS**
```css
body {
margin: 0;
background: #62306D;
}
.wrapper {... | flyingduck92 |
593,348 | Ultimate Command Line Reference 2021 - Bash, Git, Node, Python, Ruby, PHP | All the commands you'll need all the time | 0 | 2021-02-05T12:12:03 | https://dev.to/alexmercedcoder/ultimate-command-line-reference-2021-bash-git-node-python-ruby-php-3mc9 | bash, python, ruby, php | ---
title: Ultimate Command Line Reference 2021 - Bash, Git, Node, Python, Ruby, PHP
date: "2021-02-05T12:12:03.284Z"
description: All the commands you'll need all the time
---
---
# Bash Terminal
---
## Basic Terminal
- list all files `ls -la`
- change directories `cd folderName`
- display current dir `pwd`
- remov... | alexmercedcoder |
593,387 | What is serverless? | If you landed here wondering what serverless is and how it works, you are in the right place.... | 0 | 2021-02-08T17:04:55 | https://dev.to/sheltog/what-is-serverless-10bj | serverless, cloudnative, webdev, beginners |
If you landed here wondering what serverless is and how it works, you are in the right place. Depending on who you ask you may get different answer to what "serverless" means. The first thing we need to do is demystify the notion of "serverless". Serverless doesn't mean there aren't any servers, it j... | sheltog |
593,507 | Enhance Jest for Better Feature Flag Testing in JavaScript | There’s a common mistake engineers make when getting started with feature flags – they don’t test... | 0 | 2021-02-06T01:49:11 | https://www.split.io/blog/jest-feature-flag-testing-javascript/ | code, featureflags, testing | ---
title: Enhance Jest for Better Feature Flag Testing in JavaScript
published: true
date: 2021-01-08 04:26:00 UTC
tags: Code,featureflags,testing
canonical_url: https://www.split.io/blog/jest-feature-flag-testing-javascript/
---
There’s a common mistake engineers make when getting started with feature flags – they d... | split-blog |
593,806 | How do I disable the `Run | Debug` button above Java's main method in VSCode? | A post by Calin Baenen | 0 | 2021-02-06T13:15:17 | https://dev.to/baenencalin/how-do-i-disable-the-run-debug-button-above-java-s-main-method-in-vscode-5ce6 | vscode, help, java |  | baenencalin |
593,911 | How CRuby decides an `if` is a modifier | Reading Ruby's source code to find the difference between two types of `if` | 0 | 2021-02-06T16:27:15 | https://dev.to/yhara/how-cruby-decides-an-if-is-a-modifier-2o5o | ruby, parser | ---
title: How CRuby decides an `if` is a modifier
published: true
description: Reading Ruby's source code to find the difference between two types of `if`
tags: ruby, parser
//cover_image: https://direct_url_to_image.jpg
---
Ruby has two styles to write `if`.
1. `if foo then bar end`
2. `foo if bar`
This reads natur... | yhara |
593,986 | Build a Chat system using Rails 5 API Action Cable and ReactJS with multiple private rooms and group chat option | Please note that this post is not a tutorial and it requires knowledge of Rails 5 ActionCable and Rea... | 0 | 2021-02-06T19:33:07 | https://medium.com/@mreigen/how-to-use-rails-5-action-cable-to-build-a-chat-system-with-multiple-private-rooms-with-multiple-5bf82d98a5aa | ruby, rails, react, showdev | **Please note that this post is not a tutorial and it requires knowledge of `Rails 5` `ActionCable` and `ReactJS` / `Javascript` custom library building.**

(please note that this short post will not show you how to build this front-end com... | mreigen |
594,096 | Understanding Kubernetes in a visual way (in 🎥 video): part 1 – Pods | Serie of videos about Kubernetes. Explaining in a visual way Kubernetes principles. | 11,186 | 2021-02-06T22:24:42 | https://dev.to/aurelievache/understanding-kubernetes-in-a-visual-way-in-video-part-1-pods-1jpg | kubernetes, devops, docker, beginners | ---
title: Understanding Kubernetes in a visual way (in 🎥 video): part 1 – Pods
published: true
description: Serie of videos about Kubernetes. Explaining in a visual way Kubernetes principles.
tags: Kubernetes, DevOps, Docker, beginners
series: Understanding Kubernetes in a visual way - (in video) in video
cover_image... | aurelievache |
594,111 | Creating a Braun BN0171 Watch SVG animation | In this tutorial our goal is to create a Braun BN0171 Watch SVG animation starting from a Sketch file... | 0 | 2021-02-06T23:26:10 | https://dev.to/hackercabin/creating-a-braun-bn0171-watch-svg-animation-40pe | In this tutorial our goal is to create a Braun BN0171 Watch SVG animation starting from a Sketch file resource. We will look at how to extract and optimise the SVG for web, how to add the necessary CSS, and finally how to bring this to life with a sprinkling of JavaScript. It’s just for fun, but often I find making thi... | hackercabin | |
594,190 | How to Draw Squircles and Superellipses | Squircles are a shape that has become quite popular recently, particularly as a shape around icons.... | 0 | 2021-03-09T06:05:22 | https://dev.to/ndesmic/how-to-draw-squircles-and-superellipses-3d14 | computergraphics, webdev, vanillajs, webcomponents | Squircles are a shape that has become quite popular recently, particularly as a shape around icons. These are quite interesting from a math perspective and you likely won't find out-of-the-box ways to draw them and related shapes so I'd like to try and document how you might go about it.
# What's a Squircle?
). If you liked this solution or found it useful,* ***please like*** *this post and/or* ***upvote*** *[my solution post on Leetcode's forums](https://leetcode.com/problems/shortest-distance-to... | seanpgallivan |
594,433 | Set your project up for success | This article is loaded with my personal opinion on how to do things. The baseline I'm going to... | 0 | 2022-01-17T11:23:04 | https://www.philgiese.com/post/software-project-baseline | process, productivity, tooling, beginners | This article is loaded with my personal opinion on how to do things. The baseline I'm going to describe is derived from my personal experience. If you have a different view on some topics, please let me know. I'm not claiming that what I'm doing is perfect!
When I'm talking about a project in this post, I'm thinking o... | frontendphil |
594,560 | Angular KeyValue Pipe 🚀 | KeyValue pipe is an Angular built-in feature that transforms objects or maps into an array of key-val... | 0 | 2021-02-08T08:19:36 | https://dev.to/maggy24/angular-keyvalue-pipe-529h | angular, javascript, webdev, beginners | `KeyValue` pipe is an Angular built-in feature that transforms objects or maps into an array of key-value pairs.
If you've been working with Angular since its early versions, you might have missed it as the `KeyValue` pipe was introduced in **Angular 6.1**.
Let's see it in action 🔥
Imagine a simple object that st... | maggy24 |
594,645 | Styling with text-decoration | Text-decoration is a great way to emphasize text on a webpage. I use the CSS property often for... | 0 | 2021-02-07T16:25:51 | https://nikkipeel.netlify.app/styling-with-text-decoration/ | beginners, css, tutorial, webdev | ---
title: Styling with text-decoration
published: true
date: 2021-02-07 00:00:00 UTC
tags: beginners, css, tutorial, webdev
canonical_url: https://nikkipeel.netlify.app/styling-with-text-decoration/
---
Text-decoration is a great way to emphasize text on a webpage. I use the CSS property often for headings or element... | nikkipeel |
595,768 | Chingu Weekly Update vol. 133 | Photo by Brett Jordan on Unsplash Shout-outs & Showcases 🔈 Calling anyone who wants t... | 0 | 2021-02-09T17:47:30 | https://medium.com/chingu/chingu-weekly-update-vol-133-7d9b168f74c5 | codingbootcamp, chingu | ---
title: Chingu Weekly Update vol. 133
published: true
date: 2021-02-08 13:08:02 UTC
tags: codingbootcamp,chingu
canonical_url: https://medium.com/chingu/chingu-weekly-update-vol-133-7d9b168f74c5
---
<figcaption>Photo by <a href="https://unsplash.com/@b... | tropicalchancer |
594,672 | How to Check Whether a Device Supports Hover with a CSS Media Query | This series is all about expanding our definition of responsive web design beyond the commonly-held s... | 10,700 | 2021-02-07T19:00:02 | https://dev.to/sprite421/how-to-check-whether-a-device-supports-hover-with-a-css-media-query-4bh5 | css, html, beginners, webdev | This series is all about **expanding our definition of responsive web design** beyond the commonly-held starting point of handling different screen sizes. Similar to our [discussion of automatically responding to devices' light/dark display settings](https://dev.to/sprite421/how-to-write-css-for-both-light-dark-display... | sprite421 |
594,789 | Replacing query-string with Native URLSearchParams | query-string is an awesome package which allows you to parse URL parameters, however, you may not... | 0 | 2021-02-11T19:33:29 | https://dev.to/nerdyman/replacing-query-string-with-native-urlsearchparams-4kdg | javascript, node, webdev, npm | [`query-string`](https://www.npmjs.com/package/query-string) is an awesome package which allows you to parse URL parameters, however, you may not need it anymore.
[`URLSearchParams`](https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams) is a **native** interface to easily parse and construct URL parameters... | nerdyman |
594,793 | Building a Fintech RubyCLI, examining the financial health of a publicly-traded stock. | medit - CLI for financial health and to make a determination of the likelihood of the company continuing as a viable business. | 0 | 2021-02-08T01:32:23 | https://dev.to/swesharif27/learned-lessons-on-building-a-rubycli-339m | fintech, stocks, trading | ---
title: Building a Fintech RubyCLI, examining the financial health of a publicly-traded stock.
published: true
description: medit - CLI for financial health and to make a determination of the likelihood of the company continuing as a viable business.
tags: #Fintech #Stocks #Trading
//cover_image: https://dev-to-upl... | swesharif27 |
594,914 | Why I built my own WordPress theme | With the WordPress eco-system flooded with themes, it's easy to get fixated on the idea that you have... | 0 | 2021-02-23T15:40:42 | https://dev.to/jacksonlewis/why-i-built-my-own-wordpress-theme-56f8 | wordpress | With the WordPress eco-system flooded with themes, it's easy to get fixated on the idea that you *have* to use one that is already out there. But if you think about it, these themes are generic and are made for the general community, and not your individual style. So I took matters into my own hands and built a theme f... | jacksonlewis |
594,934 | Science communication is the key | Science communication is the key. Creativity is the fuel to send your words across to wide range of... | 0 | 2021-02-07T22:24:02 | https://dev.to/dasaptaerwin/science-communication-is-the-key-26oe | writing, productivity | 
Science communication is the key.
Creativity is the fuel to send your words across to wide range of people who different from you. Brings you excitement like nothing before.
It benefits them.
Journal article is just a small part.
Coming ... | dasaptaerwin |
596,096 | Change a website favicon dynamically using JavaScript | Today we’ll be using JavaScript to change a website favicon dynamically. There are a number of reason... | 0 | 2021-02-08T22:01:11 | https://w3collective.com/dynamic-favicon/ | javascript, tutorial | Today we’ll be using JavaScript to change a website favicon dynamically. There are a number of reasons for wanting to do this but for the purposes of this tutorial we’ll be creating a script that changes the favicon on certain days of the year.
First thing we need to do is get the current month and day:
```javascript... | michaelburrows |
595,048 | Svelte with Rust and a GraphQL REST API Wrapper | I show how I created a basic GraphQL Wrapper in Rust for the REST PokeAPI, including a PokeDex website using Svelte | 0 | 2021-02-08T03:10:59 | https://dev.to/reime005/svelte-with-rust-and-a-graphql-rest-api-wrapper-4293 | rust, graphql, svelte | ---
title: 'Svelte with Rust and a GraphQL REST API Wrapper'
description: I show how I created a basic GraphQL Wrapper in Rust for the REST PokeAPI, including a PokeDex website using Svelte
tags: rust, graphql, svelte
cover_image: https://mariusreimer.com/images/rust-graphql-pokeapi-thumb.jpg
published: true
---
by enthralling visuals, in a simple engaging way to prospective people... | pixlnexs | |
596,681 | Awaiting for aspect-ratio: "hacks" for proportional boxes | While waiting for widespread support of aspect-ratio property, I invite you to think back on a few va... | 0 | 2021-02-13T00:30:05 | https://dev.to/devfieldnotes/awaiting-for-aspect-ratio-all-the-hacks-for-proportional-boxes-j24 | While waiting for [widespread support of aspect-ratio](https://caniuse.com/?search=aspect-ratio) property, I invite you to think back on a few variations of the hack that you can still use to achieve the same behaviour with regular boxes.
## Table Of Contents
* [padding-top/bottom in %](#padding)
* [padding-top/bottom... | devfieldnotes | |
596,777 | CSS aspect-ratio for the win | Update 😎: If you like to see this tutorial in video format, here is the link!. So a few days ag... | 0 | 2021-02-18T10:12:56 | https://dev.to/alvarosabu/css-aspect-ratio-for-the-win-1hkc | css, tutorial, frontend |
Update 😎: If you like to see this tutorial in video format, here is the link!.
{% youtube -Wv-YuHc0vw %}
So a few days ago a colleague of mine published in the slack from my company that a new CSS property was defined in the [CSS Box Sizing Module Level 4 specification](https://www.w3.org/TR/css-sizing-4/#aspect-... | alvarosabu |
597,290 | Go R1 Day 27 | progress Iterated through AWS SDK v1 S3 buckets to process IAM policy permissions. Unmars... | 0 | 2021-02-09T22:53:35 | https://www.sheldonhull.com/microblog/go-r1-day-27/ | tech, development, 100daysofcode, go | ---
title: Go R1 Day 27
published: true
date: 2021-01-22 21:54:21 UTC
tags:
- tech
- development
- 100DaysOfCode
- golang
canonical_url: https://www.sheldonhull.com/microblog/go-r1-day-27/
---
## progress
- Iterated through AWS SDK v1 S3 buckets to process IAM policy permissions.
- Unmarshaled policy doc into struct ... | sheldonhull |
597,403 | Uber Support Sucks, a Horror Story | TL;DR is that Uber has no customer support. This pretend they do but it is just a trick that wastes... | 0 | 2021-02-18T01:19:04 | https://kevincox.ca/2021/02/09/uber-support-sucks/ | ---
title: Uber Support Sucks, a Horror Story
published: true
date: 2021-02-10 00:32:00 UTC
tags:
canonical_url: https://kevincox.ca/2021/02/09/uber-support-sucks/
---
<main><p>TL;DR is that Uber has no customer support. This pretend they do but it is just a trick that wastes customers’ time.</p>
<p>My work gave me ... | kevincox | |
597,475 | Rails, Relaxing & Reading | This post was originally published on February 10, 2021 on my blog. Not terribly much to report t... | 0 | 2021-02-10T07:46:53 | https://dev.to/alexlsalt/rails-relaxing-reading-51n3 | devjournal, rails, codenewbie, womenintech | _This post was originally published on February 10, 2021 on [my blog] (https://alexlsalt.github.io/blog)._
-------------
Not terribly much to report today, just continuing to go through the learning and working motions! It's a fun process, but sometimes it can be more of the same, so here's a bit of an exposition of ... | alexlsalt |
597,624 | Make Your PWAs Look Handsome on iOS | I talk about how to embrace the notch to make your PWAs cover the entire screen on iOS devices.... | 0 | 2021-02-10T10:35:43 | https://karmasakshi.medium.com/make-your-pwas-look-handsome-on-ios-fd8fdfcd5777 | webdev, css, react, pwa | > I talk about how to embrace the notch to make your PWAs cover the entire screen on iOS devices.
### The Problem
To avoid content being hidden under notches, Apple limits the viewport of PWAs by default:
 , or have used... | 0 | 2021-02-10T17:49:39 | https://dev.to/dhanushnehru/anyone-has-worked-in-open-cart-bae | php, webdev, design, help | Hi guys, Anyone has worked in Open Cart ( open source PHP based e-commerce solution ) , or have used twig templates to design website ?
| dhanushnehru |
598,129 | What did I learn the past two months? | Hi there Awesome people in this short post I’m going to tell you about things I learned th... | 0 | 2021-02-10T19:51:44 | https://dev.to/danidiaztech/what-did-i-learn-the-past-two-months-3e00 | learning, django, webdev, showdev | # Hi there
Awesome people in this short post I’m going to tell you about things I learned the last few moths, what did I learn , what projects did I create, and some useful things that I want share with you. Let’s get into it.
## Django Web Framework
One of the most important things I learned on vacations, while m... | danidiaztech |
598,190 | Build a simple web app with Sapper using Supabase for authentication | This tutorial covers building a basic authentication for your Sapper application by using Supabase, t... | 0 | 2021-02-10T22:16:43 | https://dev.to/msyyn/build-a-simple-web-app-with-sapper-and-supabase-including-authentication-4okj | supabase, sapper, svelte, serverless | **This tutorial covers building a basic authentication for your Sapper application by using Supabase, the open-source Firebase alternative.**
The tutorial is published on Medium, and you can read it here: https://msyyn.medium.com/build-a-simple-web-app-with-sapper-and-supabase-including-authentication-3935ac34aed7 | msyyn |
600,422 | DevOps trends to watch in 2021 | Change is the only constant in the technology world, and that’s particularly true in the realm of Dev... | 0 | 2021-02-16T11:15:18 | https://apiumhub.com/tech-blog-barcelona/devops-trends/ | technologyindustrytr, devops | ---
title: DevOps trends to watch in 2021
published: true
date: 2021-02-04 11:51:10 UTC
tags: Technologyindustrytr,DevOps
canonical_url: https://apiumhub.com/tech-blog-barcelona/devops-trends/
---
Change is the only constant in the technology world, and that’s particularly true in the realm of DevOps trends. More and ... | apium_hub |
600,427 | Mudar de carreira vale a pena? | Fazer uma transição de carreira não é uma tarefa tão fácil, mas não é nenhum bicho de sete cabeças... | 0 | 2021-02-11T14:22:25 | https://dev.to/flaviodeassis/mudar-de-carreira-vale-a-pena-32m9 | desenvolvimento, dev, python, transicaodecarreira | ---
title: Mudar de carreira vale a pena?
published: true
description:
tags: desenvolvimento, dev, python, transicaodecarreira
//cover_image: https://img.icons8.com/windows/452/dev.png
---

Fazer uma transição de carreira não é uma tarefa ... | flaviodeassis |
600,652 | How to build a Dice Roller in Python | Hello everyone, today we are going to create a Dice Roller in Python. How does it work?... | 11,147 | 2021-02-11T15:45:52 | https://dev.to/mindninjax/how-to-build-a-dice-roller-in-python-18j3 | python, tutorial, codenewbie, beginners | Hello everyone, today we are going to create a **Dice Roller in Python**.

## How does it work?
In the real world, we use dice to get a random number ranging from 1- 6 so we can proceed with the game accordingly. Our program is going to w... | mindninjax |
600,951 | Linux Tips for Beginners | This article was originally posted on my personal blog Many beginners find it hard to understand and... | 0 | 2021-02-11T21:29:00 | https://blog.shahednasser.com/linux-tips-for-beginners/ | linux, tips, beginners | _This article was originally posted on [my personal blog](https://blog.shahednasser.com/linux-tips-for-beginners/)_
Many beginners find it hard to understand and adapt to Linux. In this post I will list a few helpful tips for Linux that can get you started on how to use it efficiently.
---
## Terminal Auto Completio... | shahednasser |
600,990 | Tales from the Scrum Dungeon: Coyotes | Sometimes it's the monsters in the code that get you, and sometimes it's the monsters on the way to the office that get you. | 0 | 2021-02-11T23:47:40 | https://dev.to/joelbennett/tales-from-the-scrum-dungeon-coyotes-1gaj | scrumdungeon | ---
title: Tales from the Scrum Dungeon: Coyotes
published: true
description: Sometimes it's the monsters in the code that get you, and sometimes it's the monsters on the way to the office that get you.
tags: scrumdungeon
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/erhyokx8boeejqg5j07k.png
---
I once worked ... | joelbennett |
601,102 | day 01 | Learning git and GitHub working my portfolio 151days of code | 0 | 2021-02-12T04:09:28 | https://dev.to/gurnav224/day-01-4kho | Learning git and GitHub
working my portfolio
#151days of code
| gurnav224 | |
601,258 | Phone Number Authentication using Firebase in React Native | In this tutorial, we will learn how to authenticate users with their phone numbers using Firebase's a... | 11,291 | 2021-02-12T06:34:16 | https://www.section.io/engineering-education/react-native-firebase-phone-authentication/ | reactnative, firebase, authentication | In this tutorial, we will learn how to authenticate users with their phone numbers using Firebase's authentication module in a Non-Expo React Native application.
### Firebase
Firebase is a platform developed by Google for creating mobile and web applications. It was originally an independent company founded in 2011. ... | zolomohan |
601,280 | Answer: Flutter how to handle Image.network error (like 404 or wrong url) | answer re: Flutter how to handle Imag... | 0 | 2021-02-12T07:16:04 | https://dev.to/pratikbutani/answer-flutter-how-to-handle-image-network-error-like-404-or-wrong-url-dbe | flutter, android, ios | {% stackoverflow 66167613 %} | pratikbutani |
601,345 | Dato.RSS - RSS with Ruby | Intro My latest side Rails project is Search Engine. dato.rss is a simple, clean and fast... | 0 | 2021-02-12T10:01:21 | https://dev.to/daviducolo/dato-rss-rss-with-ruby-3fj1 | showdev, rails, ruby, tooling |
## Intro
My latest side Rails project is Search Engine.
[dato.rss](https://datorss.com) is a simple, clean and fast RSS search engine with a RESTful API.
the project is divided into
**Search Engine:** Quickly search through the millions of available RSS feeds.
**RESTful API:** Turns feed data into an awesome API.... | daviducolo |
601,824 | What's All The Flutter? | Lately, there is lots of buzz around Flutter. Some say Flutter is about to win over the web with the... | 0 | 2021-02-12T18:20:17 | https://dev.to/michelledev3/what-s-all-this-flutter-16lf | discuss, flutter, javascript, html | Lately, there is lots of buzz around Flutter. Some say Flutter is about to win over the web with the cross-platform framework that offers the most compelling web development experience. What are your thoughts?
Most of the websites today are written in HTML, JavaScript, and CSS. Is it really true that I can create a w... | michelledev3 |
616,777 | Stop using virtualenv, pyenv, nvm, goenv and Use Docker images | Notes Requires Docker and at least 4 GB RAM (see comment section bellow for further detai... | 0 | 2021-02-24T12:35:45 | https://dev.to/javidjms/stop-using-virtualenv-pyenv-nvm-goenv-and-use-docker-images-40mn | docker, webdev, devops, productivity | ## Notes
* Requires Docker and at least 4 GB RAM (see comment section bellow for further details)
* Not applicable for single app
## Why I use Docker images

Using version managers like pyenv and nvm are ~~obsolete~~.
For example, virtualenv... | javidjms |
616,845 | [BLOG] - Instalando o Laravel com Docker – sem Laravel Sail | Se eu aprendi uma coisa durante os últimos anos é que a tecnologia nunca para de nos surpreender, tan... | 0 | 2021-02-24T13:33:08 | https://dev.to/erikfig/blog-instalando-o-laravel-com-docker-sem-laravel-sail-59in | Se eu aprendi uma coisa durante os últimos anos é que a tecnologia nunca para de nos surpreender, tanto de forma positiva quanto negativa e o Docker foi uma das melhores coisas no meu dia a dia.
Não que o Docker seja a solução final para o meu ambiente dev ou de produção (vou falar sobre ambientes mais pra frente), ma... | erikfig | |
617,059 | My First Chance With A Game Dev Community And Why I Left | Back in June/July of 2020, I started working with a game dev community called CGDC (Christian Game De... | 0 | 2021-02-24T18:17:13 | https://dev.to/ethantoney/my-first-chance-with-a-game-dev-community-and-why-i-left-46ih | gamedev | Back in June/July of 2020, I started working with a game dev community called CGDC (Christian Game Developers Conference). I was part of the Combat-Skills team on the development side. My tasks were to make sure all skills/abilities and combat systems could be programmed into the game as simple and efficiently as possi... | ethantoney |
617,112 | How to run a MongoDB instance on a specific port and activate authentification? | Sometimes you need to work on different projects that need MongoDB in differents ports /instances, We... | 0 | 2021-02-24T19:05:29 | https://dev.to/aurellemeless/how-to-run-a-mongo-db-instance-on-a-specific-port-and-activate-authentification-48c8 | mongodb, authentification, server | Sometimes you need to work on different projects that need MongoDB in differents ports /instances, We have a lot of situations for which that happens but I will not list them here. I faced that situation and I diced to share my experience on it with you.
In this tutorial you will learn how to run a specific instance o... | aurellemeless |
617,249 | Solved: "Your browser is managed by your organization" - Linux | According to [ https://support.google.com/chrome/a/answer/9844476?hl=en#zippy=%2Clinux ] If you have... | 0 | 2021-02-24T20:49:55 | https://dev.to/umekalu/remove-your-browser-is-managed-by-your-organization-linux-1b50 | browser, chrome, policies, mozilla | According to [ https://support.google.com/chrome/a/answer/9844476?hl=en#zippy=%2Clinux ] If you have Microsoft® Windows®, Apple® macOS®, or Linux® devices that are no longer being used in your organization, you might decide to repurpose and distribute them for personal use. Or, some users might purchase a second-hand W... | umekalu |
617,465 | Use the Dart Sass JavaScript Implementation to Compile SASS with Node.js | This post is an updated version of a previous post containing instructions on how to compile sass... | 0 | 2021-02-25T01:18:17 | https://www.devextent.com/dart-sass-javascript-implementation-npm-compile-sass/ | node, sass | _This post is an updated version of a previous post containing instructions on [how to compile sass with the node-sass npm package](https://www.devextent.com/npm-compile-sass/), which is now deprecated._
---
The [SASS team](https://sass-lang.com/community) now recommends using [Dart Sass](https://sass-lang.com/dart-s... | jdedwards3 |
617,617 | MongoDB: A Beginner’s Guide | Overview MongoDB is the most popular NoSQL database and is an open-source document-oriente... | 0 | 2021-04-07T17:02:52 | https://dev.to/vikkastiwari/mongodb-a-beginner-s-guide-4o8l | mongodb, cloud, database, beginners | ### Overview
MongoDB is the most popular NoSQL database and is an open-source document-oriented database. The term ‘NoSQL’ means non-relational. MongoDB doesn't follow the table-like relational database structure rather MongoDB provides us the different mechanisms for storage and retrieval of data.
Format: BSON ( simil... | vikkastiwari |
617,769 | Cara Membuat Datatable Di Livewire | A post by Abd. Asis | 0 | 2021-02-25T08:31:22 | https://dev.to/abdasis/cara-membuat-datatable-di-livewire-2goc | {% gist https://gist.github.com/abdasis/8a83646bf8614924cc72432ac17f75a2 %}
| abdasis | |
617,916 | Excel Formulas: IF Function with Other Calculations!! | The Excel IF function is helpful if you want to check something on a worksheet, then show results A o... | 0 | 2021-02-25T11:32:18 | https://geekexcel.com/excel-formulas-if-function-with-other-calculations/ | excelformula, excelformulas | ---
title: Excel Formulas: IF Function with Other Calculations!!
published: true
date: 2021-02-25 11:30:11 UTC
tags: ExcelFormula,Excelformulas
canonical_url: https://geekexcel.com/excel-formulas-if-function-with-other-calculations/
---
The Excel IF function is helpful if you want to check something on a worksheet, th... | excelgeek |
618,067 | My Moodle Tips #2 | If your Moodle starts consuming too much inodes available on a server, be sure to purge caches... | 15,767 | 2021-02-25T14:08:31 | https://dev.to/nekoto/my-moodle-tips-2-3jaf | moodle, cache, php, lms | If your Moodle starts consuming too much inodes available on a server, be sure to **purge caches** periodically.
Go to **Site administration** > **Development** > **Purge caches**, then click on **Purge all caches**.
It will relieve some spaces for you, especially if your resources are limited. | nekoto |
618,145 | 8 Tips on how to improve your day as a developer. | Hi, this is Leonardo. I'm a simple human that tries to improve day by day, step by step. If it’s you... | 0 | 2021-02-25T15:19:22 | https://dev.to/easaaa/8-tips-on-how-to-improve-your-day-as-a-developer-1b0m | codenewbie, productivity, webdev | Hi, this is Leonardo.
I'm a simple human that tries to improve day by day, step by step. If it’s your first time here you can read who I am in this blog post <mark>[“Who am I”](https://www.leonardotononi.com/blog/nice-to-meet-you)</mark>, <strong>otherwise skip this part.</strong>
### What is this post about?
E... | easaaa |
618,205 | How to simulate errors with Cypress | Today, in “Pinches of Cypress”, learn how to simulate errors on the server and network to... | 11,377 | 2021-02-25T17:03:01 | https://dev.to/walmyrlimaesilv/how-to-simulate-errors-with-cypress-3o3l | cypress, testing, automtion, e2e | ## Today, in “Pinches of Cypress”, learn how to simulate errors on the server and network to test difficult-to-control situations in the end-to-end testing world
**End-to-end tests** are excellent for testing “happy path” scenarios and the most important application features.
However, there are unexpected situations,... | walmyrlimaesilv |
618,400 | How To Create a Dictionary In Java | What Is A Java Dictionary? The ORACLE definition is as follows: "The Dictionary class... | 0 | 2021-02-26T19:13:24 | https://dev.to/kodebae/how-to-create-a-dictionary-in-java-7m0 | java, codenewbie, 100daysofcode, tutorial | <meta name="monetization" content="$ilp.uphold.com/qXqfK6Q4HiUR" />

<br>
### What Is A Java Dictionary?
The ORACLE definition is as follows:
<i> "The Dictionary class is the abstract parent of any class, such as Hashtable,... | kodebae |
618,432 | use bootstrap 5 in react | In following use bootstrap 5 in vue correctly post here we will see how use bootstrap in react applic... | 0 | 2021-02-25T22:34:42 | https://dev.to/tefoh/use-bootstrap-5-in-react-2l4i | javascript, react, bootstrap | In following [use bootstrap 5 in vue correctly](https://dev.to/tefoh/use-bootstrap-5-in-vue-correctly-2k2g) post here we will see how use bootstrap in react application. because bootstrap 5 drop support jQuery we can easily use it without an ui framework like React Bootstrap. first we load bootstrap styles and then we ... | tefoh |
618,539 | How I improved my React Native app 50x faster | Getting rid of frictions from your app as much as possible is important so that people can fully enjo... | 4,653 | 2021-02-26T13:25:43 | https://blog.inkdrop.info/how-i-improved-my-react-native-app-50x-faster-13d566061e84 | reactnative, performance | Getting rid of frictions from your app as much as possible is important so that people can fully enjoy using it.
React Native is a framework that allows you to build a multi-platform mobile app quickly with JavaScript and React.
That helps me build the mobile version of my app called [Inkdrop](https://www.inkdrop.app/... | craftzdog |
618,669 | The Mystery of Rotate Method in HTML Canvas
| Following this w3school's tutorial, I created an analog clock with HTML canvas. In the process of cr... | 0 | 2021-02-26T06:22:38 | https://dev.to/shivchan/the-mystery-of-rotate-method-in-html-canvas-2aoa | canvas, html, javascript, w3school | Following [this w3school's tutorial](https://www.w3schools.com/graphics/canvas_clock.asp), I created an analog clock with HTML canvas.
In the process of creating it, I encountered the mystery of canvas and it puzzled me a lot!
However, thanks to [Stack Overflow](https://stackoverflow.com/questions/66347245/why-are-mul... | shivchan |
618,735 | A new way to validate Angular Forms | Adding a layer on top of the Angular Forms API to declare useful and readable form validators | 0 | 2021-02-26T07:13:45 | https://timdeschryver.dev/blog/a-new-way-to-validate-angular-forms | angular, forms | ---
title: A new way to validate Angular Forms
description: Adding a layer on top of the Angular Forms API to declare useful and readable form validators
tags: angular,forms
cover_image: https://timdeschryver.dev/blog/a-new-way-to-validate-angular-forms/images/banner.jpg
canonical_url: https://timdeschryver.dev/blog/a-... | timdeschryver |
618,866 | Things I learned while using React Query - Part 1 | I've been using React Query in real world applications for over 8 months now, and I want to share wit... | 11,475 | 2021-02-26T09:23:13 | https://codemachine.dev/things-i-learned-while-using-react-query-part-1 | react, reactquery | I've been using [React Query](https://react-query.tanstack.com/) in real world applications for over 8 months now, and I want to share with you some of the things I found useful to know when using it. This is the first part of a blog series.
### React Query is a light caching layer
React Query is a caching layer that... | marinvirdol |
619,132 | Poll backend endpoint in Vanilla js | Senario You need to poll for status of an task until completed. Once it is completed you n... | 0 | 2021-02-26T14:50:25 | https://dev.to/abhishek97/poll-backend-endpoint-in-vanilla-js-147g | javascript, polling | ---
title: Poll backend endpoint in Vanilla js
published: true
description:
tags: js,polling
//cover_image: https://direct_url_to_image.jpg
---
## Senario
You need to poll for status of an task until completed. Once it is completed you need to run some js code.
## Code
```js
// lib/poll.js
export const timeout = n... | abhishek97 |
619,365 | Minha experiência no NLW #4 | Eae galera beleza? Esse é meu primeiro post em português, eu ainda pretendo continuar escrevendo a ma... | 0 | 2021-02-26T20:05:57 | https://dev.to/gmkonan/minha-experiencia-no-nlw-4-1o01 | programming, react, node, elixir | Eae galera beleza? Esse é meu primeiro post em português, eu ainda pretendo continuar escrevendo a maioria dos meus artigos em inglês, porem esse aqui não podia ser o caso e eu acho que você sabe porque. Hoje pela primeira vez eu participei de uma NLW (Next level week) um evento feito pela RocketSeat que dura uma seman... | gmkonan |
619,484 | Mockito: como utilizar de maneira simples | Eu utilizo o Mockito tem algum tempo e é uma ferramenta muito poderosa. Sem ele criar testes seria mu... | 0 | 2021-03-09T23:59:51 | https://dev.to/daienelima/mockito-como-utilizar-de-maneira-simples-4h86 | mockito, java, testing, test | Eu utilizo o _Mockito_ tem algum tempo e é uma ferramenta muito poderosa. Sem ele criar testes seria muito mais verboso e de certa forma complicado.
Depois de entender bem o conceito e a forma de utilizar o desenvolvimento de testes fica muito mais rápido e assertivo.
##O que é o Mockito?
O Mockito é um framework de T... | daienelima |
619,590 | oq - A portable/performant jq wrapper Part 2 | Revisiting oq, yq (python), yq (go), and jq performance benchmarks | 0 | 2021-02-27T15:35:03 | https://dev.to/blacksmoke16/oq-a-portable-performant-jq-wrapper-part-2-5h6l | jq, json, python, go | ---
title: oq - A portable/performant jq wrapper Part 2
published: true
description: Revisiting oq, yq (python), yq (go), and jq performance benchmarks
tags: jq, json, python, go
---
# OQ Revisited
Over a year ago I published a [blog post](https://dev.to/blacksmoke16/oq-a-portable-performant-jq-wrapper-18ka) introduc... | blacksmoke16 |
619,865 | Change Jest mock per test with ease | Changing implementation of Jest mocks per test can be confusing. This blog post will present a simple... | 0 | 2021-02-27T11:11:52 | https://mikeborozdin.com/post/changing-jest-mocks-between-tests/ | javascript, testing, tutorial, webdev | Changing implementation of Jest mocks per test can be confusing. This blog post will present a simple solution for that. You'll see how each test can get its own mock for both constant values and functions. The solution doesn't rely on using `require()`.
# Sample app
Let's start with an example - we have a function -... | mikeborozdin |
619,919 | Sum up: The Coaching Habit | This is a summary of The Coaching Habit written through the eyes of an Engineering manager in 30-min.... | 0 | 2021-02-27T12:40:41 | https://dev.to/fwuensche/summary-the-coaching-habit-477a | This is a summary of The Coaching Habit written through the eyes of an Engineering manager in 30-min.
The main sources were my highlights from the book itself and an interesting article I've read in which the author adapted some questions of the book:
- [The Coaching Habit kindle book on Amazon](https://www.amazon.... | fwuensche | |
619,984 | 7 Ide Jualan Di Mobil Yang Wajib Kamu Coba, Bisa Bikin Kamu Kaya Dan Bahagia! | Kalau kamu punya kendaraan yang nganggur? Coba pakai jualan di mobil yuk! Ada banyak pilihan ide usah... | 0 | 2021-02-27T14:32:52 | https://dev.to/kawanhukum/7-ide-jualan-di-mobil-yang-wajib-kamu-coba-bisa-bikin-kamu-kaya-dan-bahagia-e3e | idejualandimobil, jualandimobil, usahadimobil, mobiluntukusaha | Kalau kamu punya kendaraan yang nganggur? Coba pakai jualan di mobil yuk! Ada banyak pilihan ide usaha yang bisa kamu mulai. Dari kuliner hingga jasa. Bisnis yang kamu kerjakan tentu harus disesuaikan dengan jenis mobilnya. Apakah mobil yang kamu miliki berjenis MPV, LCGC, pick-up, boks, van, atau yang lainnya. Tujuann... | kawanhukum |
620,114 | npm-publish | a guide to releasing your first npm package Introduction npm (node package... | 0 | 2020-10-24T09:16:25 | https://medium.com/@sth13/npm-publish-a8a879938eaf | npm, tutorial, productivity | ## a guide to releasing your first npm package
---
#### Introduction
npm (node package manager) is the world's largest software registry. According to [the documentation](https://docs.npmjs.com/about-npm), npm consists of three distinct components:
* the registry
* the website
* the CLI
The registry is an immense ... | killshot13 |
620,506 | Cheatsheet Collections | It's been a few years now, working with various techs throughout my career and It took me a lot of go... | 0 | 2021-02-28T07:34:14 | https://dev.to/gurpreetsingh/cheatsheet-collections-5dj2 | It's been a few years now, working with various techs throughout my career and It took me a lot of googling effort to find a proper syntax whenever needed. In order to simplify this, I created a few cheatsheets that can help you(might be). Have a look and utilize if needed.
*PS: Editing and Addition will be In-Pro... | gurpreetsingh | |
620,675 | An Intro to Automated Testing with Cypress | As a QE automation engineer, my responsibilities typically include building both UI and API automated... | 12,400 | 2021-03-02T02:16:43 | https://dev.to/leading-edje/kickstart-your-ui-and-api-testing-with-cypress-4ln3 | testing, automation, codequality, tutorial | As a QE automation engineer, my responsibilities typically include building both UI and API automated tests. Over the years I have worked with a number of languages, tools, and frameworks to get that job done.
For UI tests, I usually work with frameworks that automate the browser via Selenium, with languages such a... | dwwhalen |
620,955 | Love Letter to Singapore Mixed Rice | The most underrated part of Singapore that foreigners don't appreciate | 0 | 2021-02-28T21:29:33 | https://www.swyx.io/mixed-rice | reflections, singapore, watercooler | ---
title: Love Letter to Singapore Mixed Rice
published: true
description: The most underrated part of Singapore that foreigners don't appreciate
tags: Reflections, Singapore
slug: mixed-rice
canonical_url: https://www.swyx.io/mixed-rice
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/198zbwawk6x... | swyx |
621,275 | What are the Feature Driven Development Process? | Feature Driven Development Process is consist of five-phase, those are: 1. Develop an Overall Model.... | 10,717 | 2021-03-01T06:21:47 | https://dev.to/hamidsaymon/what-are-the-feature-driven-development-process-4obj | beginners, testing, tutorial, dev | Feature Driven Development Process is consist of five-phase, those are:
**1. Develop an Overall Model.**
**2. Build a Features List.**
**3. Plan By Feature.**
**4. Design By Feature.**
**5. Build By Feature.**

*Process 1: ... | hamidsaymon |
621,424 | Underrated Articles on Dev.to from Last Week | Hello! I'm back with another installment of underrated articles from last week! Let's check them ou... | 0 | 2021-03-02T12:39:10 | https://dev.to/xenoxdev/underrated-articles-on-dev-to-from-last-week-408 | top7, webdev, bestofdev, meta | Hello! I'm back with another installment of underrated articles from last week!
Let's check them out 🔥 -
## 1. Pass data from the frontend to backend
Sebastian writes a detailed yet simple guide, for passing data from the frontend 👩🌾 to the backend 🏌️♂️
{% link https://dev.to/gbudjeakp/how-to-connect-your-c... | manpreet |
621,429 | My First Developer Job - 30 Stories | Stories of developers with different backgrounds and how they got their first dev job. | 0 | 2021-03-01T10:04:15 | https://makemoney.dev/blog/first-dev-job-stories | programming, career, webdev, beginners | ---
title: "My First Developer Job - 30 Stories"
published: true
description: "Stories of developers with different backgrounds and how they got their first dev job."
tags: programming, career, webdev, beginners
canonical_url: https://makemoney.dev/blog/first-dev-job-stories
cover_image: https://makemoney.dev/images/po... | florinpop17 |
621,640 | HTML.css | Ever feel like your rendered page doesn't truly reflect your mark-up? Worry no more. | 0 | 2021-03-01T13:32:59 | https://dev.to/brookesb91/html-css-449g | codepen, css, webdev | Ever feel like your rendered page doesn't truly reflect your mark-up? Worry no more.
{% codepen https://codepen.io/brookesb91/pen/mdOqZjQ %} | brookesb91 |
621,689 | Max-Bot | This is Max-Bot which is an open-source discord bot made in Node-Js and npm package discord.js and di... | 0 | 2021-03-01T14:44:34 | https://github.com/beCoditive/Max-Bot | becoditive, javascript, discordbot, beginners | This is Max-Bot which is an open-source discord bot made in Node-Js
and npm package discord.js and discord-akairo. You Can [view it here](https://github.com/beCoditive/Max-Bot) | max2408 |
621,772 | Java Chat App - Backend | Hello fellow devs, In this series of posts, I'll demonstrate the power of Java + Spring B... | 0 | 2021-03-01T15:34:36 | https://dev.to/joan41868/java-chat-app-backend-53k3 | ## Hello fellow devs,
In this series of posts, I'll demonstrate the power of Java + Spring Boot + Vue.js. I'll show you how to create a basic chat server and frontend. There will be no "user" entity, but rather a user-less "login". Lets go!
First, go to https://start.spring.io/.
This is the spring initializer, which... | joan41868 | |
622,036 | RASA - Messaging channels - Twilio | Messaging channels are interfaces such as Facebook Messenger, live chat window on a website, smart... | 11,401 | 2021-08-05T07:41:24 | https://dev.to/petr7555/rasa-messaging-channels-4c2k | rasa, chatbot, nlp, ai | Messaging channels are interfaces such as Facebook Messenger, live chat window on a website, smart speaker etc.
Rasa uses pre-built connectors for a variety of messaging channels. You can also create your own custom connector.
In this article, we will connect our chatbot to the Twilio. We will be then able to communi... | petr7555 |
622,140 | Scrum / Agile is not broken but we need to stop pretending | Scrum might be a foot-gun so stop trying to make it fit. There, I've said it. Don't get me wrong, I... | 11,513 | 2021-03-01T22:58:02 | https://allbitsequal.medium.com/scrum-agile-is-not-broken-but-we-need-to-stop-pretending-ccdc9c4852cc | sliceofwork, agile, scrum, happycoding | Scrum might be a foot-gun so stop trying to make it fit. There, I've said it.
Don't get me wrong, I love working on agile projects. I've done it in the past, I'm doing it for some of my projects and I will do it in the future. But right now, I am not working agile. Grab your favourite beverage (appropriate for your cu... | allbitsequal |
622,217 | Encyclopedia of Applied in Information Technology | Whatever you do in science research, you have to clear understand the roots and focus on the basic... | 0 | 2021-03-02T00:56:58 | https://dev.to/fullstackhacker/encyclopedia-of-applied-in-information-technology-2453 | tutorial | Whatever you do in science research, you have to clear understand the roots and focus on the basic knowledge. And here are some useful websites for programming learners
## [OSChina](https://www.oschina.net/project)
{% embed https://github.com/topics %}
{% embed https://gitee.com/explore %}
{% embed https://stackoverflo... | fullstackhacker |
840,459 | Wdym Swift is for apple??? | This week started with me saying "maybe" for my partner in lab 1. I wanted to explore something new,... | 14,641 | 2021-09-25T18:08:42 | https://dev.to/sirinoks/wdym-swift-is-for-apple-4ldn | opensource | This week started with me saying "maybe" for my partner in lab 1. I wanted to explore something new, now that I got some confidence. Something that is rare (so not node), something that is interesting. So I saw an only swift project in the list. That person was looking for a partner, so I replied to her.
I found out ... | sirinoks |
622,253 | Static Site Generators vs Site Builders (Wix, Squarespace, etc.) | The state of static sites in 2021 It can seem like a throwback to the early 2000s to use s... | 0 | 2021-03-02T01:45:08 | https://codysaylor.com/notes/static-sites/ | webdev, javascript, ux, firstpost | ## The state of static sites in 2021
It can seem like a throwback to the early 2000s to use static files for your website, but with [over 300 static site generators](https://jamstack.org/generators/) available, finding the tools required to create a modern and powerful static website or app is attainable and can great... | codysaylor |
622,574 |
5 Steps to use Oracle Database with Vagrant | I’ve written about my love for Vagrant a few times already here, today I will show the steps to getti... | 0 | 2021-03-02T08:42:15 | https://pazikas.com/5-steps-to-use-oracle-database-with-vagrant/ | database, devops, showdev, oracle | I’ve written about my love for Vagrant a few times already here, today I will show the steps to getting an Oracle Database with Vagrant.
## Why I Love Vagrant
It is just so simple, I recall the days when I used to have to package up my own VM’s for re-use it wasn’t difficult but it was a time sink at the end of the d... | pazyp |
622,640 | Insights on the Impact of COVID19 on Software Development | Hi Dev Community! Hope you all are doing good I know its hard to take out few minutes for someone el... | 0 | 2021-03-02T09:35:41 | https://dev.to/ismailzoia/insights-on-the-impact-of-covid19-on-software-development-3f8n | Hi Dev Community! Hope you all are doing good
I know its hard to take out few minutes for someone else .. But I request you all to please spare some time and participate in my research survey about the impact of COVID19 on software developemnt..
https://forms.gle/2K3NK4Gk5baHZ3Xb8
Your valuable participation will a... | ismailzoia | |
622,668 | External Dependencies | What is the most difficult stuff to manage in software? I would say external dependencies. 🏗 As soon... | 0 | 2021-03-02T10:38:40 | https://dev.to/fbanke/external-dependencies-2cn5 | architecture | What is the most difficult stuff to manage in software? I would say external dependencies.
🏗 As soon as we connect to an external system. Being a database, a queue, or an API, we get a dependency that we must maintain for the system's life.
🤔 If the dependency change, we are forced to change our software because we... | fbanke |
623,778 | Make text fit its parent size using JavaScript | *cover image: Amador Loureiro on Unsplash Automatically resizing a text to its parent container... | 0 | 2021-03-03T20:27:00 | https://dev.to/jankapunkt/make-text-fit-it-s-parent-size-using-javascript-m40 | javascript, html, fonts, tutorial | <small>
*cover image: <a href="https://unsplash.com/photos<span>Photo by <a href="https://unsplash.com/@amadorloureiroblanco?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText">Amador Loureiro</a> on <a href="https://unsplash.com/s/photos/typography?utm_source=unsplash&utm_medium=referral&am... | jankapunkt |
622,780 | Daily Developer Jokes - Tuesday, Mar 2, 2021 | Check out today's daily developer joke! (a project by Fred Adams at xtrp.io) | 4,070 | 2021-03-02T13:00:16 | https://dev.to/dailydeveloperjokes/daily-developer-jokes-tuesday-mar-2-2021-2pl5 | jokes, dailydeveloperjokes | ---
title: "Daily Developer Jokes - Tuesday, Mar 2, 2021"
description: "Check out today's daily developer joke! (a project by Fred Adams at xtrp.io)"
series: "Daily Developer Jokes"
cover_image: "https://private.xtrp.io/projects/DailyDeveloperJokes/thumbnail_generator/?date=Tuesday%2C%20Mar%202%2C%202021"
published: tr... | dailydeveloperjokes |
622,921 | Myths about Web Accessibility | There are many misconceptions surrounding Web Accessibility, most of the times fueled by lack of knowledge (or interest) in the matter. This article is a collection of some of those accessibility misconceptions or myths. | 0 | 2021-09-10T20:22:03 | https://alvaromontoro.com/blog/67989/myths-about-web-accessibility | a11y, webdev | ---
title: Myths about Web Accessibility
published: true
description: There are many misconceptions surrounding Web Accessibility, most of the times fueled by lack of knowledge (or interest) in the matter. This article is a collection of some of those accessibility misconceptions or myths.
tags: a11y,webdev
cover_image... | alvaromontoro |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.