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 |
|---|---|---|---|---|---|---|---|---|
345,401 | Data-Driven Testing in TestCafe (Part 2) - CSV and Excel | Last week on Dev Tester, we began talking about data-driven testing, and how it can help your team ke... | 0 | 2020-05-28T13:13:40 | https://dev-tester.com/data-driven-testing-in-testcafe-part-2-csv-and-excel/ | testing, automation, testcafe, qa | ---
title: Data-Driven Testing in TestCafe (Part 2) - CSV and Excel
published: true
date: 2020-05-26 11:00:00 UTC
tags: #testing #automation #testcafe #qa
canonical_url: https://dev-tester.com/data-driven-testing-in-testcafe-part-2-csv-and-excel/
cover_image: https://dev-tester.com/content/images/2020/05/dev_to_cover_d... | dennmart |
345,424 | Build your own button component library in SwiftUI from scratch | Create a UI library for you buttons. Your app needs it! | 0 | 2020-05-20T17:34:53 | https://www.calincrist.com/blog/2020-05-12-step-up-your-button-theme-in-swiftui/ | ios, swiftui, swift, programming | ---
published: true
title: Build your own button component library in SwiftUI from scratch
featured_image: https://www.calincrist.com/img/diomari-madulara-FFZjSpUwc_I-unsplash.jpg
canonical_url: https://www.calincrist.com/blog/2020-05-12-step-up-your-button-theme-in-swiftui/
description: Create a UI library for you but... | calin_crist |
345,431 | What is GraphQL? | GraphQL is a syntax that describes how to ask for data, and is generally used to load data from a ser... | 0 | 2020-05-28T14:00:17 | https://dev.to/caelinsutch/what-is-graphql-41am | graphql, webdev, backend |
GraphQL is a **syntax that describes how to ask for data**, and is generally used to load data from a server to a client. GraphQL has three main features:
1. It lets the client specify exactly what data is needed
2. It makes it easier to combine data from multiple sources
3. It uses a typed system to describe data
... | caelinsutch |
345,472 | How to become a software engineer | This post was originally published on https://johannes.co/how-to-become-a-software-engineer/. I some... | 0 | 2020-05-28T15:52:57 | https://johannes.co/how-to-become-a-software-engineer/ | beginners, typescript, python | *This post was originally published on [https://johannes.co/how-to-become-a-software-engineer/](https://johannes.co/how-to-become-a-software-engineer/).*
I sometimes tell folks that I learned to program because I wanted to become a tech entrepreneur and knew how difficult it was to find good developers. I discovered a... | jhlabs |
345,603 | Casual Programming With Python & Music : Checkerboard Pattern Using Numpy | A post by Abhishek Ezhava | 0 | 2020-05-28T17:10:19 | https://dev.to/abhishek305/casual-programming-with-python-music-checkerboard-pattern-using-numpy-p16 | python, tutorial, discuss, vscode | {% youtube A5cX_4BdwnU %} | abhishek305 |
345,613 | Setting up React Project from Scratch | create-react-app is great tool to get started with react, it gives us everything we need initially... | 0 | 2020-05-30T15:09:04 | https://dev.to/raviojha/setting-up-react-project-from-scratch-1g3k | react, javascript | [create-react-app](https://github.com/facebook/create-react-app) is great tool to get started with react, it gives us everything we need initially for react learning, hacking some things together or even starting a new project.
But some times we do need to know what is going on behind the scene and most importantly wh... | raviojha |
345,617 | Great App | A great application is usually started by wonderful idea. It is built on the concepts of a great mind... | 0 | 2020-05-28T17:41:35 | https://dev.to/rodman864/great-app-10ii | swift | A great application is usually started by wonderful idea. It is built on the concepts of a great mind or minds. You must understand the need for that application. This is including the behaviors, the mental makeup, habits, and most importantly the understand the market. This will usher you into if you should offer this... | rodman864 |
345,735 | ‘Let the system do its job, There should not be anarchy’ - Lawrence Jones urges Minneapolis protesters
| Mr. Lawrence Jones, a Fox News contributor has urged protesters in Minneapolis to “peacefully” gather... | 0 | 2020-05-28T23:26:21 | https://dev.to/efogatormedia/let-the-system-do-its-job-there-should-not-be-anarchy-lawrence-jones-urges-minneapolis-protesters-6md | Mr. Lawrence Jones, a Fox News contributor has urged protesters in Minneapolis to “peacefully” gather Wednesday night as outrage grew over the death of George Floyd, whose violent arrest by police was recorded in a now-viral video.
“I understand the pain,” Jones said on “Hannity,” “but I would encourage people, if you... | efogatormedia | |
345,742 | My z-index nightmare | My z-index nightmare Since I started developping, I ran into some issues with CSS, but lat... | 0 | 2020-05-29T00:11:37 | https://dev.to/atndesign/my-z-index-nightmare-25eb | css, zindex | # My z-index nightmare
Since I started developping, I ran into some issues with CSS, but lately I discovered why I was pulling my hair off
While I was working with my latest project, I encountered z-index issue
I was trying to make it work, but it did not
**But why ?**
The z-index property needs a position for it t... | atndesign |
345,757 | Security is Everybody's Job - Part 4 - What is DevSecOps? | This is the 4th in a many-part blog series on the topic of DevSecOps. | 5,840 | 2020-05-29T01:17:34 | https://dev.to/shehackspurple/security-is-everybody-s-job-part-4-what-is-devsecops-lcb | devops, beginners, devsecops, appsec | ---
title: Security is Everybody's Job - Part 4 - What is DevSecOps?
published: true
description: This is the 4th in a many-part blog series on the topic of DevSecOps.
series: Security is Everybody's Job
tags: devops, beginners, devsecops, appsec
---
The previous article in this series is [here](https://www.shehackspu... | shehackspurple |
345,792 | Using Brewfile to automatic setup macOS from scratch | brew bundle https://github.com/Homebrew/homebrew-bundle The bundle is automatically... | 0 | 2020-05-29T04:00:51 | https://jma.im/posts/brewfile | macos, automation, homebrew, setup | ---
title: Using Brewfile to automatic setup macOS from scratch
published: true
description:
tags: macOS,automation,homebrew,setup
canonical_url: https://jma.im/posts/brewfile
---
## brew bundle
[https://github.com/Homebrew/homebrew-bundle](https://github.com/Homebrew/homebrew-bundle)
The bundle is automatically in... | jma |
345,821 | Simple Kubernetes Commands | I wrote a simple doc for people looking into starting with Kubernetes and want an easy to read and cl... | 0 | 2020-05-29T05:56:27 | https://dev.to/thelazyeng/simple-kubernetes-commands-5d3k | kubernetes, sre, devops, beginners | I wrote a simple doc for people looking into starting with Kubernetes and want an easy to read and clear definition of commands. If you are interested, here it is:
https://medium.com/@the.lazy.dev/k8s-zero-to-hero-commands-f878090309e4
Every week, I will publish simple, short k8s related content. Feel free to foll... | thelazyeng |
345,825 | My Top 7 Picks on PyCon 2020 Online | Introduction Now there is a lot of technology conferences going online. Which is boon for... | 0 | 2020-05-29T06:29:17 | https://www.maxongzb.com/my-top-7-picks-on-pycon-2020-online/ | datascience, beginners, python, webdev | # Introduction
Now there is a lot of technology conferences going online. Which is boon for anyone unable to attend it? Especially I wish to have a chance to go to PyCon US someday. To have a chat with a bunch of Python developers in the US and across the world.
Recently while I was listening on one of the podcast ep... | steelwolf180 |
345,844 | How to Scrape Google Shopping Prices with Web Data Extraction | Google Shopping is a good start to market your online business and convert more sales. However, if yo... | 0 | 2020-05-29T06:37:13 | https://dev.to/fooooopng/how-to-scrape-google-shopping-prices-with-web-data-extraction-ff | Google Shopping is a good start to market your online business and convert more sales. However, if you’re a newcomer, it is essential to watch and learn how your competitors brand and market their products from Google Shopping by using a web data extraction tool (web scraping tool).
Table of Contents
· Why should you... | fooooopng | |
345,903 | Do you pay for services your own money if you need it to work? | As above but for clarification: For example clients have o365 and you need to learn how to manage it... | 0 | 2020-05-29T08:33:38 | https://dev.to/maymeow/do-you-pay-for-services-your-own-money-if-you-need-it-to-work-gpj | discuss | As above but for clarification:
For example clients have o365 and you need to learn how to manage it and setup. Do you buy your own 365 / G-apps or anything else and try to configure it or setup live system (clients one)?
For example I'm using Gmail but clients are on o365 so i bought subscription so now i have both ... | maymeow |
345,935 | Vuesence Book - documentation system component | Hello guys A couple of times I needed to install a simple help system on the site. Unpretentious,... | 0 | 2020-05-29T09:42:53 | https://dev.to/altrusl/vuesence-book-documentation-system-component-39om | vue, javascript | Hello guys

A couple of times I needed to install a simple help system on the site. Unpretentious, with three columns - the general menu, the current article and the content menu of the article. The search for the ready-to-use component/libra... | altrusl |
345,972 | Traditional testing pyramid vs user-focused testing pyramid - A Diagram | Today's diagram illustrates the difference between a traditional testing pyramid that focuses on deve... | 6,966 | 2020-05-29T11:23:53 | https://dev.to/mikenikles/traditional-testing-pyramid-vs-user-focused-testing-pyramid-a-diagram-829 | watercooler, testing | Today's diagram illustrates the difference between a traditional testing pyramid that focuses on developers/cost/speed and my view of a testing pyramid in 2020 and what I call a user-focused testing pyramid.
 do LoadBal... | 0 | 2020-05-29T16:00:15 | https://dev.to/sr2ds/bloquear-trafego-por-ip-x-forwarded-for-apache-2-4-4kc | apache, linux, loadbalancer | Quando seu apache recebe requisições de um LoadBalancer o IP de origem delas serão (claro) do LoadBalancer. Consequentemente, quando você precisar fazer algo como bloquear tráfegos indesejados por ip, o processo é um pouco diferente dos casos convencionais pois você não terá nas mãos o `REMOTE_ADDR` ou o simples `ip`, ... | sr2ds |
346,174 | Draggable Magnifier | A post by Laiza Silva | 0 | 2020-05-29T19:08:15 | https://dev.to/laizasilva/magnifier-draggable-2d1m | codepen, css, html, draw | {% codepen https://codepen.io/laiza501/pen/Baoggaz %} | laizasilva |
354,617 | App Onboarding - iOS | How to Onboard employee for your iOS app Photo by Yura Fresh on Unsplash There is a team of Develop... | 0 | 2020-06-15T23:49:35 | https://dev.to/rnagella/app-onboarding-ios-588h | reactnative, ios, flutter | *How to Onboard employee for your iOS app*

[Photo by Yura Fresh on Unsplash](https://unsplash.com/photos/n31x0hhnzOs)
There is a team of Developers, QA, Designers, and Products that works daily. Beyond, there are cross-function... | rnagella |
346,250 | JavaScript: typeof null | The thing about programming languages is, they aren't facts of the universe, they were made by people... | 0 | 2020-05-29T21:17:09 | https://dev.to/elmarshall/javascript-typeof-null-52k0 | The thing about programming languages is, they aren't facts of the universe, they were made by people, sometimes very quickly. This means that they are often full of little quirks and oddities. Some cause problems, some don't, some we can fix, and some we have to learn to live with.
One such example is what some would... | elmarshall | |
346,328 | Open Data with Drupal: DKAN 2 | I've talked at conferences before, but this time it was a bit different. This thursday may 28th was m... | 0 | 2020-06-03T02:31:11 | https://dev.to/dharizza/open-data-with-drupal-dkan-2-6dn | drupal, opendata, data, dkan | I've talked at conferences before, but this time it was a bit different. This thursday may 28th was my first time presenting at a local Drupal Meetup. I've been wanting to do it for a couple of years now but wasn't able to do it until then, in a virtual event. I want to thank all the people working hard to keep this co... | dharizza |
346,366 | Maps in Go | A post by Luca Sepe | 0 | 2020-05-30T07:35:50 | https://dev.to/lucasepe/maps-in-go-4eg1 | learning, go, coding, language | ---
title: Maps in Go
published: true
tags: learning,go,coding,language
---
{% speakerdeck 23e0659acf1c4208893651dd3bbfd0f7 %}
| lucasepe |
346,417 | Manage your secrets in Git with SOPS - Common operations | We saw in the previous article how to use SOPS to store our secrets in Git. Here, we will see some co... | 7,029 | 2020-05-30T14:27:23 | https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-common-operations-118g | git, sops, security, devops | We saw in the previous article [how to use SOPS](https://dev.to/stack-labs/manage-your-secrets-in-git-with-sops-g0a) to store our secrets in Git. Here, we will see some common operations required when you are using SOPS.
## Edit a secret
`Alice` would like to change the value in `dev_a` secret. To do so, she can use ... | davinkevin |
346,469 | Daily Developer Jokes - Saturday, May 30, 2020 | Check out today's daily developer joke! (a project by Fred Adams at xtrp.io) | 4,070 | 2020-05-30T12:00:30 | https://dev.to/dailydeveloperjokes/daily-developer-jokes-saturday-may-30-2020-4f44 | jokes, dailydeveloperjokes | ---
title: "Daily Developer Jokes - Saturday, May 30, 2020"
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=Saturday%2C%20May%2030%2C%202020"
published... | dailydeveloperjokes |
346,484 | Angular i18n Markup Collision | i18n is tightly coupled with HTML markup. I had a couple of issue wherein Dev-A edited the markup the... | 0 | 2020-05-30T22:50:23 | https://dev.to/jengfad/angular-s-i18n-markup-collision-481l | angular, i18n | [i18n](https://angular.io/guide/i18n) is tightly coupled with HTML markup. I had a couple of issue wherein Dev-A edited the markup then Dev-B triggered translation scripts. Dev-B was confused because there are translation items modified but don't belong to his intended changes.
####Issue A - Newline formatting
Origin... | jengfad |
346,496 | The Definition of Framework | What is a Framework? This is one of the questions that emerged in one issue of the Frameworkless Mani... | 0 | 2020-07-01T19:38:39 | https://dev.to/francescostrazzullo/the-definition-of-framework-k70 | frameworkless, javascript | **_What is a Framework?_** This is one of the questions that emerged in one issue of the [Frameworkless](https://github.com/frameworkless-movement/manifesto) Manifesto.
As developers, we all know and use some frameworks in our daily job, but finding a definition of "Framework" is not a trivial task.
## What is a Frame... | francescostrazzullo |
346,534 | Practical Python Programming - Online course | Course Details: Folks, the legendary David Beazley has released a free, online course on p... | 0 | 2020-05-30T14:47:49 | https://dev.to/rrampage/practical-python-programming-david-beazley-1c2b | python, top7 | ## Course Details:
Folks, the legendary David Beazley has released a free, online course on [practical python programming](https://dabeaz-course.github.io/practical-python/Notes/Contents.html)! It was initially content for an in-person training, now online and free for everyone.
Course page: https://dabeaz-course.git... | rrampage |
346,545 | JavaScript Array Methods: Array.from() | Series Introduction The JavaScript Array data type currently has 37 methods on it... | 7,157 | 2020-06-01T19:21:10 | https://conermurphy.com/javascript-array-methods-from-explained/ | javascript, webdev, tutorials | ---
title: JavaScript Array Methods: Array.from()
published: true
date: 2020-05-26 00:00:00 UTC
tags: javascript, webdev, tutorials
canonical_url: https://conermurphy.com/javascript-array-methods-from-explained/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/lqep0845vzra5dvz4eal.png
series: JavaScript Array Met... | conermurphy |
346,572 | Help w/react | So I don't know what's going with my computer, everyone I ask is saying this is strange and they neve... | 0 | 2020-05-30T15:48:49 | https://dev.to/svvntos/help-3jpk | react, node, git | So I don't know what's going with my computer, everyone I ask is saying this is strange and they never seen it before so I hoping someone here can help me before i just buy another computer lol...jk
This screenshot you see here is what happens after i run "npm create-react-app <name of my folder>
idk why it just st... | svvntos |
346,673 | 100 Days of SwiftUI — Day 10 | Day 10 was about classes. In my opinion, Paul did a terrific job in explaining the differences betwee... | 0 | 2020-05-30T20:24:28 | https://zeitschlag.net/100-days-of-swiftui-day-10/ | 100daysofswiftui | ---
title: 100 Days of SwiftUI — Day 10
published: true
date: 2020-05-30 20:24:03 UTC
tags: 100daysofswiftui
canonical_url: https://zeitschlag.net/100-days-of-swiftui-day-10/
---
[Day 10](https://www.hackingwithswift.com/100/swiftui/10) was about classes. In my opinion, Paul did a terrific job in explaining the differ... | zeitschlag |
346,688 | Java Help | https://dev.to/arotto8719/edit-item-in-home-controller-using-java-in-intellij-idea-51gp/manage How d... | 0 | 2020-05-30T21:12:15 | https://dev.to/arotto8719/java-help-4fh2 | discuss | https://dev.to/arotto8719/edit-item-in-home-controller-using-java-in-intellij-idea-51gp/manage
How do I fix my edit items on home controller so it saves what I edit in the database? | arotto8719 |
346,729 | Screen commands | Screen is useful for running long scripts on linux virtual machines where you don't want to risk term... | 0 | 2020-05-31T00:26:53 | https://dev.to/chair/screen-commands-115 | linux, todayilearned | Screen is useful for running long scripts on linux virtual machines where you don't want to risk termination due to a disconnection.
The following commands are all you will ever need, probably. Most of the time.
download: `sudo yum install screen`
list sessions: `screen -ls`
start session: `screen`
detach from sessio... | chair |
346,756 | My New Personal Website! | Code hosted on GitHub It's finally done! After about a week-and-a-half of design and de... | 0 | 2020-05-31T01:23:58 | https://dev.to/sergix/my-new-personal-website-12e3 | webdev, vue, ux | *Code hosted on [GitHub](https://github.com/Sergix/sergix.net)*
<hr>
## It's finally done!
After about a week-and-a-half of design and development, [my personal portfolio site has been completed.](https://www.sergix.dev/)
Currently, it only shows off a few designs and a couple websites I've worked on, but I really ... | sergix |
346,770 | #40daysofHybridCloud | Hey Everybody !! Long time no see :) Today we will see an amazing post out there that is being the p... | 0 | 2020-05-31T02:25:26 | https://dev.to/kaushiksahil16/40daysofhybridcloud-4ofi | cloudcomputing, hybridcloud, machinelearning, devops | Hey Everybody !! Long time no see :)
Today we will see an amazing post out there that is being the part of amazing community like dev.to and I encourage all the people out there to join such communities .
As we all know in situation like which we are facing right now that is Covid-19 , its very important for all of u... | kaushiksahil16 |
346,832 | Answer: | answer re: C++: strcpy Function copies... | 0 | 2020-05-31T05:47:26 | https://dev.to/carnotweat/answer-22pc | ---
title: Answer:
published: true
---
{% stackoverflow 11831018 %} | carnotweat | |
355,648 | Must Have Vim Plugins | In this post, I will talk about top vim plugins which everyone should have. Nerdtree Nerdtree is a... | 0 | 2020-06-14T18:28:52 | https://dev.to/abhiphull/must-have-vim-plugins-2mn7 | vim | 
In this post, I will talk about top vim plugins which everyone should have.
<a href="https://github.com/preservim/nerdtree"><b>Nerdtree</b></a> Nerdtree is a file explorer for the vim editor. Once you have nerdtree installed, it is easy t... | abhiphull |
346,893 | 8 JavaScript Recommendations to a Struggling Student | I'm sure there are thousands of posts on this topic already, but since this turned out to be mostly g... | 0 | 2020-05-31T09:48:16 | https://www.henriksommerfeld.se/javascript-recommendations-to-a-struggling-student/ | beginners, javascript, webdev | I'm sure there are thousands of posts on this topic already, but since this turned out to be mostly general advice, I might as well publish it to save a few keystrokes if I get a similar request in the future.
## Context
I was recently asked for advice by a student struggling with his web development assignment from ... | p4lm |
346,971 | Structuring React components | Folder and files structure is something I have found on the matter of the opinion instead of a thing... | 0 | 2020-05-31T14:58:06 | https://dev.to/jepser/structuring-react-components-22o7 | react, architecture | Folder and files structure is something I have found on the matter of the opinion instead of a thing that rules it all.
Depending of the project there is minimal convention on how components are structured inside a project (spoiler alert, inside `/components` folder and separation of container/UI components).
This t... | jepser |
346,982 | AWS open source news and updates No. 22 | June 1st - Instalment #22 Episode 22, and another great collection of open source stories,... | 0 | 2020-06-01T08:48:24 | https://blog.beachgeek.co.uk/newsletter/aws-open-source-news-and-updates-no-22/ | aws, opensource | ## June 1st - Instalment #22
Episode 22, and another great collection of open source stories, updates and projects. Whether it learning about new open source application run times like Deno, impactful projects like AutoSpotting that might help you reduce your costs or those simple but every so useful projects that yo... | 094459 |
347,058 | ✨ A practical guide to GitHub Actions: build & deploy a static 11ty website to remote virtual server after push | Introduction Hey, DEV community 🖖 It's a long time since I saw you last! I want to share... | 7,074 | 2020-06-01T19:56:32 | https://dev.to/koddr/automate-that-a-practical-guide-to-github-actions-build-deploy-a-static-11ty-website-to-remote-virtual-server-after-push-d19 | webdev, devops, tutorial, github | ## Introduction
Hey, DEV community 🖖 It's a long time since I saw you last!
I want to share with you some great news from the CI/CD world: GitHub has finally released its automation tool for **all** users! Let's look at a comprehensive **real-life** example, that will help you understand and start working with GitH... | koddr |
347,082 | Write cool stateful animations with js-coroutines | TL;DR There is a way of writing animations that you've probably never heard of It makes w... | 0 | 2020-05-31T18:47:22 | https://dev.to/miketalbot/write-cool-stateful-animations-with-js-coroutines-2o0k | javascript, webdev, react | ## TL;DR
* There is a way of writing animations that you've probably never heard of
* It makes writing animation code much simpler because it's imperative: you can use for-next loops and while statements
* My [js-coroutines](https://github.com/miketalbot/js-coroutines) library let's you write stateful *coroutines* for... | miketalbot |
1,506,261 | JDBC Programming | 0. Overview To access the database from Java application, you need to use Driver libraries... | 0 | 2023-06-16T02:21:00 | https://dev.to/minh0ref/jdbc-programming-49h7 |
# 0. Overview
To access the database from Java application, you need to use Driver libraries (including them in you application class-path). Usually, most of the drivers will implement Java Database Connectivity (JDBC) API.
* JDBC: https://download.oracle.com/otndocs/jcp/jdbc-4_2-mrel2-spec/
* Postgresql JDBC Driver:... | minh0ref | |
347,166 | Quick Intro to Bootstrap | When it comes to styling the font end, there are a lot of options. Should you stick with CSS and HTML... | 0 | 2020-06-01T01:28:01 | https://dev.to/harleypadua/quick-into-to-bootstrap-22i | javascript, beginners, computerscience | When it comes to styling the font end, there are a lot of options. Should you stick with CSS and HTML for full control and endless challenge or pick up a styling library for easy ebb and flow? If you're here, I'm guessing you picked the latter! Great choice, CSS can become extremely cumbersome. Let [Bootstrap](https://... | harleypadua |
347,211 | Spread operator | If you're looking to conveniently make a shallow copy of objects in javascript(meaning one level deep... | 0 | 2020-06-01T03:29:16 | https://dev.to/danimal92/spread-operator-oa5 | javascript, beginners | If you're looking to conveniently make a shallow copy of objects in javascript(meaning one level deep), my recommendation is to use the spread operator.
From MDN: **Spread syntax allows an iterable such as an array expression or string to be expanded in places where zero or more arguments (for function calls) or elem... | danimal92 |
347,222 | Makefile and Dotenv | In this series on Makefiles, we've covered how to use wildcards and using application presets rather... | 0 | 2020-06-09T15:57:01 | https://lithic.tech/blog/2020-05/makefile-dot-env | make, cli, dotenv, configuration | ---
title: Makefile and Dotenv
published: true
date: 2020-06-09 12:00:00 UTC
tags: make,cli,dotenv,configuration
canonical_url: https://lithic.tech/blog/2020-05/makefile-dot-env
---
In this series on Makefiles, we've covered [how to use wildcards](https://lithic.tech/blog/2020-05/makefile-wildcards) and [using applicat... | robgalanakis |
347,235 | DynamoDB 101 | Learn basics of DynamoDB in 5 minutes | 0 | 2020-06-01T04:29:08 | https://dev.to/vinhle95/dynamodb-101-4m8k | database, aws, dynamodb, nosql | ---
title: DynamoDB 101
published: true
description: Learn basics of DynamoDB in 5 minutes
tags: database, aws, dynamodb, nosql
---

## What is DynamoDB?
In a nutshell, DynamoDB is:
* A No-SQL database service provided by Amazon Web Service... | vinhle95 |
347,243 | What are the initial things to do if you have an idea for a startup? | A post by junopaulo | 0 | 2020-06-01T05:07:12 | https://dev.to/junopaulo/what-are-the-initial-things-to-do-if-you-an-idea-for-a-startup-4ahp | discuss, startup | ---
title: What are the initial things to do if you have an idea for a startup?
published: true
description:
tags: #discussion #startup
cover_image: https://images.unsplash.com/photo-1504805572947-34fad45aed93?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=1950&q=80
---
| junopaulo |
347,757 | Improving Side Projects For Others to Use | I'm a previous post I talked about ImprezGarage, a petrol expense and vehicle maintenance tracker app... | 0 | 2020-07-07T19:53:25 | https://dev.to/nbull92/improving-side-projects-for-others-to-use-45kd | csharp, dotnet, development | I'm a previous post I talked about ImprezGarage, a petrol expense and vehicle maintenance tracker application, that I started working on a few years ago to showcase what I can do. This is so that any potential jobs I applied for, the hiring managers and recruiters could actually see what my code is like.
At the start ... | nbull92 |
347,245 | Internet Explorer Coding Issues | There's a special place in my heart for Internet Explorer memes but it's always a pain to deal with i... | 0 | 2020-06-13T11:58:00 | https://dev.to/jengfad/internet-explorer-coding-issues-533e | There's a special place in my heart for Internet Explorer memes but it's always a pain to deal with its quirks. Below are some of its issues:
*I'll add something to this list every now and then because IE is awesome.*
- `angular` - Don't put (click) methods on `<i>`.
- [.includes() won't work.](https://stackoverflow... | jengfad | |
347,246 | Short Introduction to TypeScript | TypeScript is an open-source language built upon JavaScript. If you have written code in JavaScript,... | 0 | 2020-06-01T05:37:00 | https://dev.to/heatherhaylett/short-introduction-to-typescript-2fih | typescript, beginners, javascript | TypeScript is an open-source language built upon JavaScript. If you have written code in JavaScript, that code is also TypeScript. The difference being that if you were to copy your JavaScript over into a TypeScript file, the TypeScript type-checker would most likely find that your code isn’t doing what you thought it ... | heatherhaylett |
347,377 | Run environment-aware database migrations with yuniql | Background Let me start this again by saying, I am writing this both to create awareness o... | 0 | 2020-06-01T11:15:35 | https://dev.to/rdagumampan/run-environment-aware-database-migrations-with-yuniql-522l | database, devops, dotnet, dotnetcore | ## Background
Let me start this again by saying, I am writing this both to create awareness on [yuniql](https://yuniql.io); an open source database devops tool I am maintaining and to share some experiences that I hope would help our community make software better, faster, safer.
The solutions here works with SqlSer... | rdagumampan |
347,384 | Let’s get started with Spring Boot Docker Image Creation. | The release of Spring Boot 2.3 has brought with it some cool new features like Java 14 support, Grace... | 7,061 | 2020-06-01T11:32:28 | https://medium.com/@jysh/lets-get-started-with-spring-boot-docker-image-creation-33d2f84bc6b0 | spring, docker, java | The release of Spring Boot 2.3 has brought with it some cool new features like Java 14 support, Graceful Shutdown, Liveness and Readiness probes, Docker Image Creation, etc.
In this blog post, we’ll discuss how developers can create Docker images using Spring.
**Prerequisites:**
* Basic knowledge of Spring Boot an... | jysh |
347,410 | Digital Ocean deployment automation is simple | I built a git hosting service called Hosted Gitea and discovered that automated deployment of VPS box... | 0 | 2020-06-01T12:35:05 | https://dev.to/chr15m/digital-ocean-deployment-automation-is-simple-5be0 | devops, python, digitalocean, ansible | I built a [git hosting service called Hosted Gitea](https://hostedgitea.com/) and discovered that automated deployment of VPS boxes on Digital Ocean is super simple. Here is how I got it working.
When a customer signs up a chain of events is set in motion:
* Their details are stored.
* A background task starts.
* ... | chr15m |
347,478 | Day 26 of #100DaysOfCode: [OAuth2.0] integrate ReactJS and Django with Social login (Facebook) | Introduction We have mentioned that how to make endpoints with JWT authorization. Also, we... | 0 | 2020-06-01T14:46:28 | https://dev.to/jenhsuan/day-26-of-100daysofcode-oauth2-0-integrate-reactjs-and-django-with-social-login-facebook-3oj1 | 100daysofcode, oauth, react, django | ## Introduction
We have mentioned that how to make endpoints with [JWT authorization](https://medium.com/a-layman/build-single-page-application-with-react-and-django-part-3-use-jwt-with-drf-and-tests-endpoints-6a6275fb09d9). Also, we have introduce [how to connect ReactJS with Django](https://medium.com/a-layman/build-... | jenhsuan |
347,494 | Event Delegation with JavaScript (In Simple Terms) | Event Delegation with JavaScript | 0 | 2020-06-01T15:15:57 | https://dev.to/laurentcodes/event-delegation-with-javascript-3oo4 | javascript, events, vanillajs | ---
title: "Event Delegation with JavaScript (In Simple Terms)"
published: true
description: "Event Delegation with JavaScript"
tags: ['javascript', 'events', 'vanillajs']
---
**Event Delegation** can be said to be a way of adding event listeners where you add a single event handler to a parent element in order to avo... | laurentcodes |
347,531 | Swift: How to get file size using FileManager + formatting | If you need to get file size programmatically in Swift using the file's URL then it is just a matter... | 0 | 2020-06-01T16:20:23 | https://nemecek.be/blog/22/how-to-get-file-size-using-filemanager-formatting | swift, ios | If you need to get file size programmatically in Swift using the file's URL then it is just a matter of a few lines of code. Let's see how. All we need is an URL for the file in question.
## Getting file size with FileManager
We are going to use method `attributesOfItem` available on the `FileManager`. As the naming ... | nemecek_f |
347,565 | Fixing Security Bugs Faster with curl Validation | Learn how to leverage the Validate Finding feature of StackHawk to find and fix security bug... | 0 | 2020-06-01T17:18:22 | https://www.stackhawk.com/blog/fix-bugs-curl-validation/ | security, webdev, testing, frontend | # Learn how to leverage the Validate Finding feature of StackHawk to find and fix security bugs faster.
As a front end developer, I’ve scoured countless pages of documentation and StackOverflow replies seeking the answer to a problem I’m trying to solve. When the issue stems from a network request or other type of dat... | nicktu12 |
347,643 | Introduction to Software Architecture | It is curious that engineers design blueprints to build skyscrapers that precisely tells the kitchen measurements on the 20th floor while end-customers are still able to walk through these documents and have insights. Could a codebase achieve the same? | 0 | 2020-06-01T21:09:06 | https://dev.to/ivanpaulovich/introduction-to-software-architecture-5e95 | webdev, dotnet, csharp, cleanarchitecture | ---
title: Introduction to Software Architecture
published: true
description: It is curious that engineers design blueprints to build skyscrapers that precisely tells the kitchen measurements on the 20th floor while end-customers are still able to walk through these documents and have insights. Could a codebase achieve... | ivanpaulovich |
836,061 | Hello Hello! | Hi everybody! My name is Aidan, and I'm a Software boot camp student at Flatiron School.... | 0 | 2021-09-22T01:09:54 | https://dev.to/aidanmargo/hello-hello-4lhe | beginners, javascript, css, webdev | #Hi everybody!

My name is Aidan, and I'm a Software boot camp student at Flatiron School. I'm here to keep everybody in the loop as I go through my coding journey, and to let you know more about me each and every day a... | aidanmargo |
347,832 | Software Development Company | Visit https://www.unthinkable.co/ | 0 | 2020-06-02T02:26:36 | https://dev.to/unthinkablesw/software-development-company-4i83 | softwaredevelopment, technologypartner, customsoftwresolutions, customsoftwaredevelopment | Visit https://www.unthinkable.co/ | unthinkablesw |
347,879 | WhatsApp Contact Online Monitoring Tool | Github WhatsApp Monitor When your crush 💕 be online 🤳 on Whatsapp 👀 get notification 🔔 i... | 0 | 2020-06-02T05:27:13 | https://dev.to/rizwansoaib/whatsapp-contact-online-monitoring-tool-314h | javascript, Extension, WhatsApp, python |
<h2 align="center"><a href="https://github.com/rizwansoaib/whatsapp-monitor/">Github WhatsApp Monitor</a></h2>
<p align="center">
<img src="https://user-images.githubusercontent.com/29729380/78868276-3ef64f00-7a60-11ea-8231-9cf08908cdf6.png" >
</p>
<h4 align="center" >When your crush 💕 be online 🤳 ... | rizwansoaib |
347,981 | What I have learned in my first 6 months as a developer | You know these images you had in head as a kid (teenager / college student / in my case still)? Of wh... | 0 | 2020-06-02T09:44:16 | https://dev.to/josefine/what-i-have-learned-in-my-first-6-months-as-a-developer-30j1 | beginners, career, womenintech | You know these images you had in head as a kid (teenager / college student / in my case still)? Of what you will be, when you grow up? I wasn’t exactly shy to dream big, yet I never would have imagined calling myself a programmer. Regardless, I just very recently got over the fact that I was hired to be a frontend deve... | josefine |
347,999 | How to deploy package using TeamCity, - NAnt, Git and Powershell. | Can you please anyone give me a idea or suggest any websites......... | 0 | 2020-06-02T10:28:50 | https://dev.to/kmk/how-to-deploy-using-teamcity-nant-git-and-powershell-1e1h | challenge | Can you please anyone give me a idea or suggest any websites......... | kmk |
348,006 | Vanilla JS SlideDown/Up | Hey Guys, For the past years i've been working with JQuery alot, because it allow do things really f... | 0 | 2020-06-02T10:54:00 | https://dev.to/bmsvieira/vanilla-js-slidedown-up-4dkn | javascript, tutorial | Hey Guys,
For the past years i've been working with JQuery alot, because it allow do things really fast and has full support in most browsers.
Although it is a lightweight library, it may be too much for what we want to achieve.
Couple days ago i published a way of doing <a href="https://dev.to/bmsvieira/vanilla-js-... | bmsvieira |
348,508 | Tired of Bootstrap? Try Metrojs. | I personally like metrojs. Wonderfully crafted in Ukraine. So what is it? Are you tired of Bootstra... | 0 | 2020-06-03T06:12:35 | https://dev.to/manishfoodtechs/tired-of-bootstrap-try-metrojs-4lei | css, javascript, opensource, beginners | I personally like metrojs. Wonderfully crafted in Ukraine.
**So what is it?**
Are you tired of Bootstrap? Get started with Metro 4, the popular framework for building responsive, mobile-first sites in Metro style, with the Metro CDN and a template starter page.
Sleek, intuitive, and powerful front-end framework for... | manishfoodtechs |
348,024 | Custom tooltip generator on Vue.js
| Hey devs 👋 I created a tool to generate custom tooltips. This is my first independent project 👩💻.... | 0 | 2020-06-02T12:01:29 | https://dev.to/viashchuk/custom-tooltip-generator-on-vue-js-1im7 | vue, javascript, webdev, showdev | Hey devs 👋
I created a tool to generate custom tooltips.
This is my first independent project 👩💻.
It was a great experience 😅
I hope this will be helpful to you.
I will be glad to any feedback.
Demo: https://viashchuk.github.io/tooltip-generator
Repo: https://github.com/viashchuk/tooltip-generator
Thank you �... | viashchuk |
348,071 | Climbing towards the Apex of Apex: The Delegate Pattern | Climbing towards the Apex of Apex: The Delegate Pattern Recently I've been avoiding writin... | 0 | 2020-06-02T14:07:31 | https://dev.to/gelliott181/climbing-towards-the-apex-of-apex-the-delegate-pattern-5ann | salesforce | # Climbing towards the Apex of Apex: The Delegate Pattern
Recently I've been avoiding writing test coverage for a Massive View Controller. This view controller is a single apex class that held enough logic to power an extremely complex, multi-section Flow component built on the Aura framework.
If you develop in Apex f... | gelliott181 |
348,268 | Everything you need to know about EULA | EULAs or End User License Agreements everyone knows what they are, nobody reads them. You’ve probably clicked “I agree” without as much as a glance many times yourself. But what if you actually need one for your program or app? | 6,759 | 2020-06-08T07:58:38 | https://blog.graphqleditor.com/everything-about-eula/ | showdev, opensource, beginners, tutorial | ---
title: Everything you need to know about EULA
published: true
description: EULAs or End User License Agreements everyone knows what they are, nobody reads them. You’ve probably clicked “I agree” without as much as a glance many times yourself. But what if you actually need one for your program or app?
tags: showdev... | tomekponiat |
348,326 | Object.freeze vs Object.seal in Javascript | Object.freeze Here is how you use Object.freeze: let objectToFreeze = { age: 28, nam... | 0 | 2020-06-02T18:17:35 | https://damiencosset.com/posts/object-seal-freeze-javascript/ | javascript |
## Object.freeze
Here is how you use _Object.freeze_:
```javascript
let objectToFreeze = {
age: 28,
name: "Damien",
pets: ["Symba", "Hades", "Kiwi"],
sibling: {
age: 25,
name: "Corentin",
},
};
Object.freeze(objectToFreeze);
```
_Object.freeze_ takes an object as an argument. Note that it modifie... | damcosset |
348,460 | How to power your resume using AWS | I was looking for AWS projects I could to do to add to my portfolio and I came across the Cloud Resum... | 0 | 2020-06-03T05:23:44 | https://dev.to/dariusjennings/how-to-power-your-resume-using-aws-17j1 | aws, devops, github, python | I was looking for AWS projects I could to do to add to my portfolio and I came across the Cloud Resume Challenge created by Forrest Brazeal. If you complete the challenge, Forrest may review your code and use his network to help get you in front of potential employers. After looking at the list on his [site] (https://c... | dariusjennings |
348,582 | This Post Has 2,451 Views, 168 Reactions And 26 Comments | In this post, I'll be teaching you how to update a DEV post title, The Tom Scott way. YouTuber Tom S... | 0 | 2020-06-03T13:05:17 | https://dev.to/wobsoriano/this-post-has-22-views-5ed6 | showdev, javascript, opensource, tutorial | In this post, I'll be teaching you how to update a [DEV](https://dev.to/) post title, The [Tom Scott](https://www.youtube.com/channel/UCBa659QWEk1AI4Tg--mrJ2A) way.
YouTuber Tom Scott's latest video titled, "This Video Has X Views", continually updates itself to reflect its own view count.
{% youtube BxV14h0kFs0 %}
... | wobsoriano |
348,627 | ⚡⚡⚡ FAST MAKING NOTEBOOK ⚡⚡⚡ | ⚡⚡⚡ https://youtu.be/YB59DjffPFI ⚡⚡⚡ Hi, these are the materials from the development of the game PA... | 0 | 2020-06-03T11:13:25 | https://dev.to/chill_nplay/fast-making-notebook-1l2c | game, indiedev, gamedev, dev | ⚡⚡⚡ https://youtu.be/YB59DjffPFI ⚡⚡⚡
Hi, these are the materials from the development of the game PAPER TANKS. In this video we showed the complete process of creating a model for the game.
Support our development :)
https://store.steampowered.com/app/1213020/PAPER_TANKS/
https://twitter.com/PAPERTANKS2 | chill_nplay |
348,671 | From 0 to Dev Team Of the Year | 10.06.2020 19:00 PM EEST This is an online event. Register and few hours prior to the event you'll re... | 0 | 2020-06-03T12:48:28 | https://dev.to/chocolaholica/from-0-to-dev-team-of-the-year-2pjj | devops, techtalks, webdev | 10.06.2020 19:00 PM EEST This is an online event. Register and few hours prior to the event you'll receive an attendance link.
About this Event
*The event will be in English.
This event is part of the DEV.BG IT Team Leads user group.
Program:
This talk is to share the story about how we started from 2 bare desks an... | chocolaholica |
348,699 | ranked update & 3 new extreme challenges | I've made a subtle improvement to our ranked mode regarding answer validation. In the past, when ente... | 0 | 2020-06-03T13:55:57 | https://dev.to/codr/ranked-update-3-new-extreme-challenges-31oo | javascript, computerscience | I've made a subtle improvement to our ranked mode regarding answer validation. In the past, when entering wrong answers, all input boxes were highlighted as wrong in red. Even if they were potentially correct answers. I say "potentially" because some challenges can have multiple correct answers. Our validation mechanis... | codr |
348,735 | Trail Post | Hello world this is just a trail post for testing purposes... | 0 | 2020-06-03T15:16:31 | https://dev.to/chessrakshith/trail-post-lp4 | Hello world this is just a trail post for testing purposes...
| chessrakshith | |
348,784 | Resume Pro Tip: The absolute best way to show your work experience | Follow 2 simple rules to show yourself as a stronger candidate | 0 | 2020-06-03T16:37:50 | https://dev.to/caroso1222/resume-pro-tip-the-absolute-best-way-to-show-your-work-experience-2o97 | webdev, beginners, remote, career | ---
title: "Resume Pro Tip: The absolute best way to show your work experience"
description: Follow 2 simple rules to show yourself as a stronger candidate
---
Say you're a recruiter and you're reading the "Work experience" section of a candidate's resume.
Which of the following bullets sounds like a more impressive ... | caroso1222 |
348,843 | Answer: Microsoft Visual C++ 14.0 is required (Unable to find vcvarsall.bat) | answer re: Microsoft Visual C++ 14.0... | 0 | 2020-06-03T19:44:04 | https://dev.to/swiftrhyme/answer-microsoft-visual-c-14-0-is-required-unable-to-find-vcvarsall-bat-2lgp | {% stackoverflow 51087608 %} | swiftrhyme | |
348,882 | Avro | Avro is similar to json A data packaging format.when you choose avro You design a schema And name of... | 0 | 2020-06-03T21:59:45 | https://dev.to/priya27/avro-1bd9 | apache | Avro is similar to json
A data packaging format.when you choose avro
You design a schema
And name of the avro schema corresponds to the class that’s generated on maven build in the target folder
And the namespace is the folder pr package in which the class lies
Avro is not language specific and can be used with any lan... | priya27 |
348,910 | Be a software developer with an associate's degree? | While I'm still in high school, I'm looking ahead as to what I'm going to to. Because of the TN Prom... | 0 | 2020-06-04T00:13:15 | https://dev.to/mckkaleb/be-a-software-developer-with-an-associate-s-degree-4k6b | discuss, career | While I'm still in high school, I'm looking ahead as to what I'm going to to.
Because of the TN Promise program, and some scholarships, I can get an associate's degree for just about free. Local community colleges offer an AAS Programming degree. Has anyone gone this route? How did it go? Would you recommend it? Also,... | mckkaleb |
349,263 | The Impact of Coronavirus on Software Development | The widespread panic caused by Coronavirus is hampering revenue forecasts of companies around the wor... | 0 | 2020-06-04T10:54:37 | https://y-sbm.com/blog/the-impact-of-coronavirus-on-software-development | The widespread panic caused by Coronavirus is hampering revenue forecasts of companies around the world. Here are 8 facts which we know today.
https://y-sbm.com/blog/the-impact-of-coronavirus-on-software-development | dandweb | |
348,941 | Beginner Python tips Day - 01 Enumerate | # Day 01 - Enumerate # Provides counter that matches # the number of items in the list my_list = ['h... | 7,108 | 2020-06-04T03:49:47 | https://dev.to/paurakhsharma/day-01-enumerate-1558 | python, beginners, codenewbie, tips | ```python
# Day 01 - Enumerate
# Provides counter that matches
# the number of items in the list
my_list = ['hello', 'world', '!']
# Without enumerate
for index in range(len(my_list)):
print(index, my_list[index])
'''
Prints
0 hello
1 world
2 !
'''
# With enumerate
for counter, value in enumerate(my_list):
p... | paurakhsharma |
348,960 | I have created this platform for programmers and others. | Hii, I have created this website www.sharely.in for saving and sharing contents. Just take a look at... | 0 | 2020-06-04T04:49:24 | https://dev.to/sanjaykhanssk/i-have-created-this-platform-for-programmers-and-others-2c48 | startup, python, react, webdev | Hii, I have created this website www.sharely.in for saving and sharing contents. Just take a look at it. It helps programmers, Youtubers, Online instructors to save and share their contents with their users, Fans, colleague, Subscribers or for personal bookmark.
Please let me know your comments.
| sanjaykhanssk |
349,232 | My extension for VScode | Bootstrap snippet Auto close tag Auto rename tag ESlint Reactjs code snippet VScode-icons Editconfi... | 0 | 2020-06-04T09:32:29 | https://dev.to/nguyenphuongduy124/my-extension-for-vscode-379g | - Bootstrap snippet
- Auto close tag
- Auto rename tag
- ESlint
- Reactjs code snippet
- VScode-icons
- Editconfig for VScode
- One dark pro
- Emoji
- Html snippet
- Prettier
- SCSS Formatter
| nguyenphuongduy124 | |
349,234 | I Made a Deno Module Registry Using Next.js, Vercel, and GitHub | An adventure log about how I remade deno.land module registry from scratch for denoland.id When D... | 0 | 2020-06-04T10:11:30 | https://griko.id/blog/i-made-a-deno-module-registry-using-next-js-vercel-and-github | deno, nextjs, vercel, github | _An adventure log about how I remade [deno.land](https://deno.land) module registry from scratch for [denoland.id](https://denoland.id)_
<!-- https://dev-to-uploads.s3.amazonaws.com/i/xpujk462rzeubp2jzcol.png -->
---
When [Deno premiered its version 1.0.0](https://twitter.com/deno_land/status/1260701643311583234?s=2... | grikomsn |
349,280 | The Importance of Color in UX Design | Color plays a pivotal role in UX design. This article guides UX designers on the use of appropriate color palette to help them design high-performance websites. | 0 | 2020-06-04T11:09:51 | https://dev.to/christaelrod/the-importance-of-color-in-ux-design-4g5c | uxdesign, websitedesign, websitecolortheory | ---
title: The Importance of Color in UX Design
published: yes
description: Color plays a pivotal role in UX design. This article guides UX designers on the use of appropriate color palette to help them design high-performance websites.
tags: UX design, website design, website color theory
//cover_image: hhttps://dev-... | christaelrod |
349,297 | What does Serverless have in common with Nutella? | We originally published this article on JAXenter.com: https://jaxenter.com/serverless-nutella-171333... | 0 | 2020-06-04T11:23:36 | https://dev.to/dashbird/what-does-serverless-have-in-common-with-nutella-3ekk | serverless, aws, architecture | 
We originally published this article on JAXenter.com: https://jaxenter.com/serverless-nutella-171333.html
There is an interesting discussion going on around how Serverless is more of a spectrum rather than a binary choice.
The move towards... | taavirehemagi |
349,309 | The future of VR technology: 6 VR applications you need to know | What is the future of Virtual Reality? What are VR industrial applications? Is it true that VR can be... | 0 | 2020-06-04T11:28:50 | https://y-sbm.com/blog/future-of-virtual-reality | What is the future of Virtual Reality? What are VR industrial applications? Is it true that VR can be a disaster? Find out the answers in our new post!
https://y-sbm.com/blog/future-of-virtual-reality | dandweb | |
349,349 | How to do a Simple Statistical Query for HealthKit Data through SwiftUI | “How to build a simple UI and a fetch function for HealthKit data with Swift” | 0 | 2020-06-04T12:08:29 | https://nyxo.app/statistical-queries-with-swift-and-healthkit | swift, healthkit, data, swiftui | ---
title: How to do a Simple Statistical Query for HealthKit Data through SwiftUI
published: true
description: “How to build a simple UI and a fetch function for HealthKit data with Swift”
tags: [“Swift”, “HealthKit”, “Data”, "SwiftUI"]
canonical_url: https://nyxo.app/statistical-queries-with-swift-and-healthkit
---
... | mxnurmi |
349,371 | Marilyn | A post by ceothompson | 0 | 2020-06-04T12:30:58 | https://dev.to/crypyorenegade/marilyn-4g9j | crypyorenegade | ||
349,398 | React refactoring: Kills of the legacy with snapshot testing (part 1) | Once upon a time, there was a poor lonesome cowboy developer. He had a long long code to refactor.... | 0 | 2020-06-04T13:37:19 | https://berthelot.io/articles/react-test-refactoring-snapshotrefactoring-snapshot | testing, react, javascript | Once upon a time, there was a poor lonesome cowboy developer. He had a long long code to refactor. Whenever he went to a new town, he shot the legacy code faster than his shadow.
He is a contractor, so he joins teams for that purpose, to refactor and to improve software quality.
While the cowboy developer read the le... | berthel350 |
353,502 | Intro to Web Components | Web components are a new set of APIs built on web standards that are widely adopted by browsers (see... | 0 | 2020-06-11T23:54:03 | https://developer.salesforce.com/blogs/2020/01/intro-to-web-components.html | webdev, javascript, html | ---
title: Intro to Web Components
published: true
description:
tags: webdev, javascript, html
canonical_url: https://developer.salesforce.com/blogs/2020/01/intro-to-web-components.html
---
Web components are a new set of APIs built on web standards that are widely adopted by browsers (see browser support at [webcomp... | shleewhite |
352,611 | Build a PWA learning JS DOM - Video tutorial series | This is a YouTube series on building a Progressive Web App which also refreshes your JavaScript DOM... | 0 | 2020-06-10T15:00:53 | https://www.tharunshiv.com/build-a-pwa | javascript, webdev, codenewbie, beginners | > This is a YouTube series on building a Progressive Web App which also refreshes your JavaScript DOM concepts.
In the current world of technologies, one of the technologies that is currently booming is the PWA. It was introduced by Google in 2015 and since then plenty of websites have adopted this technology. And the... | developertharun |
352,691 | In search of a faster uniqueBy | Gotta go fast | 7,962 | 2020-06-10T17:39:54 | https://dev.to/aidurber/in-search-of-a-faster-uniqueby-3je0 | javascript, performance | ---
title: In search of a faster uniqueBy
published: true
description: Gotta go fast
tags: js, performance, javascript
series: uniq-by
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/jd85dql2k9qte0v8bycv.jpg
---
In a project I'm working on I'm trying to keep it as lean as possible, which means I haven't reache... | aidurber |
352,740 | Conway’s Game of Life with Blazor | Hi All! In this article, we’re going to see an easy way to implement Conway’s Game of Life using Blaz... | 0 | 2020-06-10T19:51:51 | https://dev.to/mizrael/conway-s-game-of-life-with-blazor-3jcj | dotnet, csharp, blazor | Hi All! In this article, we’re going to see an easy way to implement [Conway’s Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) using [Blazor](https://dotnet.microsoft.com/apps/aspnet/web-apps/blazor).
I’ve been spending some time these days working with Blazor. It’s quite an interesting technology... | mizrael |
352,854 | How to use Engineering Metrics in Daily Stand-up Meetings | Software engineering metrics help daily stand-up meetings to be more productive for the team. They ca... | 0 | 2020-06-10T22:18:12 | https://sourcelevel.io/blog/how-to-use-engineering-metrics-in-daily-stand-up-meetings | codereview, engineeringmetrics, leadtime, throughput | ---
title: How to use Engineering Metrics in Daily Stand-up Meetings
published: true
date: 2020-06-10 22:07:14 UTC
tags: CodeReview,EngineeringMetrics,leadtime,throughput
canonical_url: https://sourcelevel.io/blog/how-to-use-engineering-metrics-in-daily-stand-up-meetings
cover_image: https://dev-to-uploads.s3.amazonaws... | georgeguimaraes |
352,857 | GSoC 2020: Dhall Documentation Generator | Hi everyone! This is my very first post here and I'd like to start with something really great that... | 7,529 | 2020-06-10T23:30:49 | https://dev.to/german1608/gsoc-2020-dhall-documentation-generator-37l | haskell, gsoc, dhall | Hi everyone!
This is my very first post here and I'd like to start with something really great that happened recently.
I've submitted a proposal for a GSoC and got accepted! My concrete proposal summary can be found [here](https://summerofcode.withgoogle.com/projects/#5366051979657216). In summary, I'm going to devel... | german1608 |
352,877 | Ruby Gotcha #1 | Hi dev friend! Today I want to tell you about how I recently started The Complete Ruby on Rails Dev... | 0 | 2020-06-10T23:14:27 | https://dev.to/cristalcodes/ruby-gotcha-1-4p09 | ruby | Hi dev friend!
Today I want to tell you about how I recently started The Complete Ruby on Rails Developer Course on Udemy, by Mashrur Hossain and Rob Percival. I'm aiming to deepen my the knowledge I obtained at Flatiron School, and strengthen the concepts that I feel comfortable with.
If you're looking to do the s... | cristalcodes |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.