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 |
|---|---|---|---|---|---|---|---|---|
120,913 | What's your work-from-home outfit? | Stumbled across this article today and literally lol'ed:... | 0 | 2019-06-10T16:21:25 | https://dev.to/jess/what-s-your-work-from-home-outfit-465d | discuss | ---
title: What's your work-from-home outfit?
published: true
description:
tags: discuss
---
Stumbled across this article today and literally lol'ed: https://www.newyorker.com/humor/daily-shouts/fashionable-outfits-for-working-from-home
I am the sweaty optimist 100%. In fact, I am in full yoga gear right now, as ... | jess |
123,415 | Which is the Best Database for NodeJS? | Which of the below is your preferred database for Node: MySQL PostgreSQL MongoDB SQLite | 0 | 2019-06-13T13:56:53 | https://dev.to/oyetoket/which-is-the-best-database-for-nodejs-5e63 | discuss, javascript, node | Which of the below is your preferred database for Node:
- MySQL
- PostgreSQL
- MongoDB
- SQLite | oyetoket |
121,052 | Exploring HTMLPortalElement with React | In this article, I will explain how to use HTMLPortalElement doing a “Hello world” demo with React. | 0 | 2019-06-10T20:21:05 | https://aralroca.com/blog/exploring-htmlportalelement-with-react | portals, htmlportalelement, react | ---
title: Exploring HTMLPortalElement with React
published: true
description: In this article, I will explain how to use HTMLPortalElement doing a “Hello world” demo with React.
tags: portals, htmlportalelement, react, react.js
canonical_url: https://aralroca.com/blog/exploring-htmlportalelement-with-react
cover_image... | aralroca |
121,194 | Disable a HTML form while in-flight using fieldset | Use `fieldset disabled` to prevent form changes during a submit! | 1,057 | 2019-06-11T03:21:49 | https://dev.to/chromiumdev/disable-a-html-form-while-in-flight-using-fieldset-61b | javascript, fieldset | ---
title: Disable a HTML form while in-flight using fieldset
published: true
description: Use `fieldset disabled` to prevent form changes during a submit!
tags: javascript, fieldset
cover_image: https://thepracticaldev.s3.amazonaws.com/i/bnw9o0egymn6qf2iy26e.gif
series: Blog-A-Day in June
---
I'm a big fan of great U... | samthor |
121,202 | Accelerated Mobile Pages with QCObjects | AMP is a web component framework to easily create user-first websites. QCObjects integrates many too... | 0 | 2019-06-11T04:07:53 | https://dev.to/qcobjects/accelerated-mobile-pages-with-qcobjects-4l5i | amp, javascript, qcobjects, uiweekly | AMP is a web component framework to easily create user-first websites.
QCObjects integrates many tools in a securer, faster and easier to learn runtime components scope, so why not use it to make a compelling accelerated mobile page that also can be designed into an N-Tier architecture, and all of this using pure java... | jeanmachuca |
122,418 | What does your Terminal look like? | A post by Ali Spittel | 0 | 2019-06-11T16:25:57 | https://dev.to/aspittel/what-does-your-terminal-look-like-4476 | bash, commandline, cli, discuss | aspittel | |
122,476 | Using NativeScript and Vue.js to Turn Your Friends into Cats | An incredibly long time ago, OK, way back in 2016, I wrote up an experiment concerning Ionic and the... | 0 | 2019-06-11T19:59:59 | https://www.raymondcamden.com/2019/06/11/using-nativescript-and-vuejs-to-turn-your-friends-into-cats | webdev, vue, javascript, nativescript | ---
title: Using NativeScript and Vue.js to Turn Your Friends into Cats
published: true
tags: webdev,vue,javascript,nativescript
canonical_url: https://www.raymondcamden.com/2019/06/11/using-nativescript-and-vuejs-to-turn-your-friends-into-cats
cover_image: https://static.raymondcamden.com/images/banners/kittens.jpg
--... | raymondcamden |
122,530 | The Benefits of Pair Programming | "It is the long history of humankind (and animal kind, too) that those who learned to collaborate an... | 0 | 2019-06-12T21:40:11 | https://dev.to/milandhar/the-benefits-of-pair-programming-470h | pairprogramming, beginners | >"It is the long history of humankind (and animal kind, too) that those who learned to collaborate and improvise most effectively have prevailed." – Charles Darwin
One aspect of my time at the Flatiron School that I have greatly enjoyed has been getting to program with other members of my cohort. The curriculum incl... | milandhar |
122,599 | 5 Benefits of Parallel Testing | These days software firms are putting in a lot of effort to attain quality at speed. | 0 | 2019-06-12T05:05:22 | https://www.pcloudy.com/parallel-testing | paralleltesting, mobileapptesting | ---
title: 5 Benefits of Parallel Testing
published: true
description: These days software firms are putting in a lot of effort to attain quality at speed.
tags: parallel testing, mobile app testing
canonical_url: https://www.pcloudy.com/parallel-testing
---
These days software firms are putting in a lot of effort to ... | bala27 |
122,612 | How to use LitElement in a Vue CLI 3 project | I'm a big fan of web components, I think they are awesome for many different reasons and they are bas... | 0 | 2019-06-13T13:18:38 | https://dev.to/alangdm/how-to-use-litelement-in-a-vue-cli-3-project-164a | vue, litelement, webdev, javascript | I'm a big fan of web components, I think they are awesome for many different reasons and they are basically what finally got me into liking web front-end development.
However, I'm not here to start another post on how web components are or aren't good, how they will or won't substitute 'X' framework, or anything like ... | alangdm |
122,671 | What's a JavaScript concept that you're still confused about? | To all the JavaScript developers out there (beginners and more experienced): what's a JavaScript... | 0 | 2019-06-12T10:05:49 | https://dev.to/valentinogagliardi/what-s-a-javascript-concept-that-you-re-still-confused-about-gj7 | discuss, javascript | ---
title: What's a JavaScript concept that you're still confused about?
published: true
tags: discuss, javascript
---
To all the JavaScript developers out there (beginners and more experienced): what's a JavaScript concept that still confuses you? Don't be shy and share your thoughts!
I asked the same question on T... | valentinogagliardi |
122,762 | Look Before You Leap Year | Leap Years are Stupid Actually, leap years are absurd, and consequently extremely stupid.... | 0 | 2019-06-12T14:18:09 | https://yawpitchroll.com/posts/look-before-you-leap-year/ | beginners, learning | ---
title: Look Before You Leap Year
published: true
tags: beginners, learning
canonical_url: https://yawpitchroll.com/posts/look-before-you-leap-year/
---
## Leap Years are Stupid
Actually, [leap years](https://en.wikipedia.org/wiki/Leap_year "Visit the Wikipedia entry for Leap Year") are _absurd_, and consequently ... | yawpitch |
125,107 | React Hooks and State Management | Resources and links for React Loop Chicago. | 0 | 2019-06-17T19:31:30 | https://dev.to/httpjunkie/react-loop-p8 | react, hooks, learning, discuss | ---
title: React Hooks and State Management
published: true
description: Resources and links for React Loop Chicago.
tags: React, Hooks, Learning, Discussion
---
### Basic Hooks (Profile Demo)
[Prop Drilling Example](https://stackblitz.com/edit/profile-no-context-api)
[Context API](https://stackblitz.com/edit/profile-... | httpjunkie |
123,680 | Software development and spirituality - what's the connection? | A question for devs | 0 | 2019-06-14T21:54:44 | https://dev.to/codingmindfully/software-development-and-spirituality-what-s-the-connection-17kk | discuss, career, worklifebalance, psychology | ---
title: Software development and spirituality - what's the connection?
published: true
description: A question for devs
tags: #discuss #career #worklifebalance #psychology
cover_image: https://d15mu8qrd5jnh5.cloudfront.net/wp-content/uploads/2015/05/HandsAndWater_b2.jpg
---
I have a question for you inspired by on... | codingmindfully |
123,793 | Send Ember on a diet and thrive innovation | Send Ember on a diet and thrive innovation The deadline for the #EmberJS2019 blog posts is... | 0 | 2019-06-14T19:21:08 | https://dev.to/tschoartschi/send-ember-on-a-diet-and-thrive-innovation-2aef | ember | # Send Ember on a diet and thrive innovation
The deadline for the [#EmberJS2019 blog posts](https://blog.emberjs.com/2019/05/20/ember-2019-roadmap-call-for-posts.html) is coming closer very quickly but as always I need deadlines to finish my stuff.
At first, I want to give some background information about me and the... | tschoartschi |
123,816 | I am joining the DEV team! | Hi everyone! I'm Aikeda. I am interning at DEV this summer alongside Brian as a Business Development... | 0 | 2019-06-14T16:44:22 | https://dev.to/aikedaa/i-am-joining-the-dev-team-377k | meta | Hi everyone! I'm Aikeda. I am interning at DEV this summer alongside Brian as a Business Development & Growth Analyst.
I live in Toronto, Ontario, Canada, and am currently in the process of completing my bachelor degree in Business, with an intended major in strategy and a minor in operations management & information... | aikedaa |
124,079 | ejemplos de contenedores flex | En el siguiente ejemplo accemos al DOM con JQuery para sustituir un contenedor por otro. | 0 | 2019-06-14T20:58:39 | https://dev.to/davidgi88849395/ejemplos-de-contenedores-flex-19f5 | flexbox, javascript, jquery, react | {% codepen https://codepen.io/cvdgp/pen/NZqpgB %} En el siguiente ejemplo accemos al DOM con JQuery para sustituir un contenedor por otro. | davidgi88849395 |
124,130 | React, JSX, ES module imports (dynamic too) in browser without Webpack | This article is an attempt to put together everything available at the moment and see if it is really... | 0 | 2019-11-04T22:37:46 | https://dev.to/kirillkonshin/react-jsx-es-module-imports-dynamic-too-in-browser-without-webpack-2pbi | react, import, javascript, modules | This article is an attempt to put together everything available at the moment and see if it is really possible to implement production ready React-based website without pre-compilation like Webpack/Parcel or at least to have as less pre-compilation as possible.
# TL;DR
It is possible to serve React project with minim... | kirillkonshin |
125,213 | Connect your Particle directly to Azure IoT | Now you can connect your Particle Argon or Photon directly to the Particle Cloud, Azure IoT Hub, and Azure IoT Central. | 0 | 2019-06-18T04:25:49 | https://dev.to/azure/connect-your-particle-directly-to-azure-iot-4epk | azure, iot, particle | ---
title: Connect your Particle directly to Azure IoT
published: true
description: Now you can connect your Particle Argon or Photon directly to the Particle Cloud, Azure IoT Hub, and Azure IoT Central.
tags: #azure #iot #particle
---
#

As it says “Create, your way”
Part spreadsheet, par... | kish2011_ |
124,216 | 8 tips from John Wick for 10x developers | Get killer advice from Neo himself | 0 | 2019-06-15T17:21:35 | https://dev.to/xowap/8-tips-from-john-wick-for-10x-developers-366p | career, productivity, psychology, devtips | ---
title: 8 tips from John Wick for 10x developers
published: true
cover_image: https://thepracticaldev.s3.amazonaws.com/i/j9dlhthbjsr0mthsoa68.JPG
description: Get killer advice from Neo himself
tags:
- career
- productivity
- psychology
- devtips
---
> **Warning** — Given the movie being commented her... | xowap |
124,344 | BrowserWorker - service workers made easy | I am explaining how to use my library to set up a service worker easily. | 0 | 2019-06-15T14:39:36 | https://dev.to/khalyomede/browserworker-service-workers-made-easy-2dc4 | javascript, node, serviceworker | ---
title: BrowserWorker - service workers made easy
published: true
description: I am explaining how to use my library to set up a service worker easily.
tags: javascript, nodejs, service worker
---
Welcome everyone!
I am very happy to show you [BrowserWorker](https://github.com/khalyomede/browser-worker), my latest... | anwar_nairi |
124,393 | getaway.house Seeking Back End Developer - Rails | About Us If you’re reading this job description, you’re probably someone that spends a lot... | 0 | 2019-06-15T18:04:32 | https://dev.to/zachfeldman/getaway-house-seeking-back-end-developer-rails-m56 | hiring | ## About Us
If you’re reading this job description, you’re probably someone that spends a lot of time on the computer and the internet. Although we leverage these tools like any other business does, our product seeks to physically take our customers away from these things in an effort to find the magic and relaxation ... | zachfeldman |
124,474 | Beginning Django - Lesson 1 | Introduction This series is specifically for beginners who want to learn the Django. The W... | 1,216 | 2019-06-18T01:27:52 | https://dev.to/jonathanfarinloye/beginning-django-lesson-1-1ggb | django, python, beginners | ## Introduction
This series is specifically for beginners who want to learn the Django. The Web framework based on Python. As you should know, Python is a requirement, and we'd be making use of Python v3.0+. It'd also be nice if you know some HTML and CSS. I'm not saying know it all level. Just basic knowledge.
I'm al... | jonathanfarinloye |
124,504 | How to connect two rectangle svgs containing json nodes | I am having a input json as : { "test1":"test1", "test2":"test2", "test3":"test3" } And the... | 0 | 2019-06-16T05:18:42 | https://dev.to/vikramas/how-to-connect-two-rectangle-svgs-containing-json-nodes-220b | javascript, help | I am having a input json as :
{
"test1":"test1",
"test2":"test2",
"test3":"test3"
}
And the output json:
{
"test4":"test4",
"test5":"test5",
"test6":"test6"
}
So I am trying to do the following using D3.js and I am new to D3.js,
The user will import input JSON an... | vikramas |
124,616 | Responsive images for Hugo | Responsive, lazy-loading, LQIP, noscript image shortcode for Hugo | 1,206 | 2019-06-16T13:49:51 | https://dev.to/stereobooster/responsive-images-for-hugo-dn9 | hugo, webdev, performance, go | ---
title: Responsive images for Hugo
published: true
description: Responsive, lazy-loading, LQIP, noscript image shortcode for Hugo
tags: [hugo, webdev, performance, go]
cover_image: https://thepracticaldev.s3.amazonaws.com/i/kns65ab4hk3wpr769f6m.jpg
series: Hugo theme
---
**UPD**: updated version is [here](https://s... | stereobooster |
124,827 | A Dip in the Water with Understanding Functional vs. Object-Oriented Programming | Functional Programming (FP) and Object-Oriented Programming (OOP). What are they, what is the differ... | 0 | 2019-06-18T07:49:06 | https://dev.to/fihra/a-dip-in-the-water-with-understanding-functional-vs-object-oriented-programming-122l | functional, objectoriented, paradigm, design | Functional Programming (FP) and Object-Oriented Programming (OOP).
What are they, what is the difference, is one better than the other? How do they work? When is each one appropriate to use? I've had so many questions about this since this seemed like such a loaded question around programming. Let's start with what ea... | fihra |
124,929 | Iteration in PHP | Most times when we write code, we usually want a block of code to run over and over again in a row. I... | 0 | 2019-06-17T12:31:57 | https://dev.to/sannilincoln/iteration-in-php-3896 | php, todayilearned, beginners | Most times when we write code, we usually want a block of code to run over and over again in a row. Instead of adding several almost equal lines of code-lines in a script, we can use loops to perform such a task.
#The PHP while loop#
The while loop executes a block of code as long as the specified condition is true.
... | sannilincoln |
124,931 | Outline Button or Ghost Button : Icon on Hover | Description Outline button (or Ghost button): When hovered, the icon hidden from the left... | 0 | 2019-06-17T12:32:52 | https://dev.to/takaneichinose/outline-button-or-ghost-button-icon-on-hover-1jbl | codepen, css, html, showdev | #Description
<p>Outline button (or Ghost button): When hovered, the icon hidden from the left side will show.</p>
<p>There are small, and large size for these buttons.</p>
<p>I used Font Awesome for the icon font. Some others may be used, I think.</p>
<p>Style can be easily customized, and also, almost all of the c... | takaneichinose |
125,258 | Content migration in Drupal from XML Source | One of our recent posts talks about migration API in Drupal 8, the basics of migration and migrating data for various field types from a CSV source. tags: webdev, discuss, devops, drupal | 0 | 2019-06-18T06:25:56 | https://dev.to/innoraft12/content-migration-in-drupal-from-xml-source-1jg6 | ---
title: Content migration in Drupal from XML Source
published: true
description: One of our recent posts talks about migration API in Drupal 8, the basics of migration and migrating data for various field types from a CSV source. tags: webdev, discuss, devops, drupal
---
One of our recent posts talks about migratio... | innoraft12 | |
125,548 | 11 Best Frameworks Programmers Can Learn in 2024 for Web Development and App Development | A list of best Web development and mobile development frameworks which is worth learning in 2024. | 0 | 2019-06-18T15:52:49 | https://dev.to/javinpaul/top-12-frameworks-programmers-can-learn-in-2019-web-development-mobile-development-2if5 | java, programming, webdev | ---
title: 11 Best Frameworks Programmers Can Learn in 2024 for Web Development and App Development
published: true
description: A list of best Web development and mobile development frameworks which is worth learning in 2024.
tags: java, programming, beginners, webdev
cover_image: https://dev-to-uploads.s3.amazonaws.... | javinpaul |
125,809 | The Angular @ViewChild decorator | With Angular 8, the static parameter of the @ViewChild decorator became temporary mandatory. In the p... | 0 | 2019-06-19T07:39:20 | https://dev.to/angular/the-angular-viewchild-decorator-424c | angular, typescript, javascript, webdev | With Angular 8, the static parameter of the @ViewChild decorator [became temporary mandatory](https://angular.io/guide/static-query-migration).
In the previous versions, Angular automatically decided if the query had to be static or dynamic and, as I wasn't familiar with this parameter, I thought it was a good time to ... | korbraan |
126,076 | AWS Amplify GraphQL Operations with TypeScript and Hooks - Part 2 [Custom Hooks] | Custom Hooks allow you to extract commonly used functionality away to be used in multiple parts of your app. In the last post, we talked about what it looks like to leverage hooks and the Amplify library with TypeScript to fetch some data. There were some common elements involved with this, so let's make our data fetch... | 1,515 | 2019-06-19T18:30:15 | https://dev.to/mwarger/aws-amplify-graphql-queries-with-typescript-and-hooks-part-2-custom-hooks-57ho | awsamplify, typescript, graphql, react | ---
title: AWS Amplify GraphQL Operations with TypeScript and Hooks - Part 2 [Custom Hooks]
published: true
description: Custom Hooks allow you to extract commonly used functionality away to be used in multiple parts of your app. In the last post, we talked about what it looks like to leverage hooks and the Amplify lib... | mwarger |
126,385 | VS Code vs Atom - how to decide? | This post was taken from my blog, so be sure to check it out for more up-to-date content. I think we... | 0 | 2019-06-20T11:00:12 | https://areknawo.com/vs-code-vs-atom-how-to-decide/ | vscode, atom, editor, webdev | **This post was taken from [my blog](https://areknawo.com), so be sure to check it out for more up-to-date content.**
I think we can all agree that there's one thing every programmer needs, and no, I'm not talking about the computer - it's too obvious. I'm talking about software - **the text editor**. Whether it's a... | areknawo |
126,394 | Engineering to Product Management - Learnings and Observations | After working as an engineer for 10 years, I experimented with my career and worked as a product owne... | 0 | 2019-06-20T11:57:49 | https://afonov.net/blog/product-management-notes.html | career, management, product, leadership | After working as an engineer for 10 years, I experimented with my career and worked as a product owner (a fancy title for a product manager) for 3 years. I worked on projects that had direct business impact. It was fun, stressful, and intense. No regrets 😉
I’ve sorted my observations and learnings by their (subjectiv... | iafonov |
126,402 | Turn any non fluent API into a fluent one - tap tap tap | Originally posted at michaelzanggl.com. Subscribe to my newsletter to never miss out on new content.... | 0 | 2019-06-30T06:05:29 | https://michaelzanggl.com/articles/tap-tap-tap | javascript, node, refactorit | > Originally posted at [michaelzanggl.com](https://michaelzanggl.com/articles/tap-tap-tap). Subscribe to [my newsletter](https://michaelzanggl.com/) to never miss out on new content.
Inspired by Laravel's tap helper, I recently created a small little library for tapping in JavaScript. It's yet another interesting thin... | michi |
126,558 | When is the right time to fork? | I've recently been contributing to an open sourced project, shared under the MIT License, that I'm pl... | 0 | 2019-06-20T18:30:06 | https://dev.to/jhuebel/when-is-the-right-time-to-fork-5dp8 | opensource | I've recently been contributing to an open sourced project, shared under the MIT License, that I'm planning on using within the company I currently work for. I'm the sole contributor as the project has been mostly dormant (except for some minor PRs) since 2017.
What are some possible reasons you might discontinue subm... | jhuebel |
126,566 | What's your ideal software stack? | With technology moving as quickly as it does, this question rarely fails to elicit interesting... | 0 | 2019-06-20T18:52:15 | https://dev.to/leejarvis/what-s-your-ideal-software-stack-1je8 | discuss | ---
title: What's your ideal software stack?
published: true
description:
tags: discuss
---
With technology moving as quickly as it does, this question rarely fails to elicit interesting conversation.
From frontend JavaScript frameworks to infrastructure; what's your ideal software stack and why? | leejarvis |
126,734 | Audio visualization with Rust | An audio visualization build with Rust using Portaudio and Three. | 0 | 2019-06-22T17:00:40 | https://dev.to/maniflames/audio-visualization-with-rust-4nhg | rust, audio | ---
title: Audio visualization with Rust
published: true
description: An audio visualization build with Rust using Portaudio and Three.
tags: Rust, audio
cover_image: https://github.com/maniflames/MicViz/blob/master/assets/mic.gif?raw=true
---
Since the start of this year I have been very determined to learn more abou... | maniflames |
126,931 | Debugging ES6 Mocha unit tests using VS Code | The world of Mocha, VS Code and Node is still fairly new to me. Typically in the past all my JS unit... | 0 | 2019-06-21T14:17:47 | http://yer.ac/blog/2019/04/09/debugging-es6-mocha-unit-tests-using-vs-code/ | javascript, testing, es6, debugging | ---
title: Debugging ES6 Mocha unit tests using VS Code
published: true
tags: Javascript,Testing,ES6,Debugging
canonical_url: http://yer.ac/blog/2019/04/09/debugging-es6-mocha-unit-tests-using-vs-code/
---
The world of Mocha, VS Code and Node is still fairly new to me. Typically in the past all my JS unit tests have b... | yerac |
126,992 | Do you contribute to the Open Source culture? If so, how? | Hi everyone! I'm starting this debate because I want to know how do you contribute to the open source... | 0 | 2019-06-21T16:03:15 | https://dev.to/nelo_mf/do-you-contribute-to-the-open-source-culture-if-so-how-21bo | discuss, healthydebate | Hi everyone! I'm starting this debate because I want to know how do you contribute to the open source culture, if you do it at all. I just wanted to see if there are any other ways to help apart from fixing bugs or building new functionalities for an open source project.
Don't be shy, I'm looking forward to reading yo... | nelo_mf |
127,138 | Understanding JavaScript IIFE in 7 seconds | Here is a short video animation that explains the JavaScript Immediate Invocation Function Expression... | 0 | 2019-06-22T01:46:40 | https://dev.to/wassimchegham/understanding-iife-in-7-seconds-521f | webdev, javascript, beginners, showdev |
Here is a short video animation that explains the JavaScript Immediate Invocation Function Expressions (aka. IIFE) syntax. Enjoy!
{% youtube GhPNF41beuQ %} | wassimchegham |
127,146 | New to VS Code and Have No Idea How to Preview Your Code? Read This! | Why I'm Writing This Article My main hangup with VS Code was not knowing how to preview my... | 0 | 2019-06-22T02:52:43 | https://dev.to/dayrentolliver/new-to-vs-code-and-have-no-idea-how-to-preview-your-code-read-this-5ca3 | beginners, vscode, help | ### Why I'm Writing This Article
My main hangup with VS Code was not knowing how to preview my code. After tons of Google searches, I was no closer to figuring it out. This made me question if VS Code even had preview capability. I couldn't wrap my mind around why someone would use it if they couldn't see what their c... | dayrentolliver |
128,643 | Argument Parsing Into Structure in D | Update: Made this into a project - JesseKPhillips / s... | 2,313 | 2019-06-26T05:28:15 | https://dev.to/jessekphillips/argument-parsing-into-structure-4p4n | dlang, commandline | Update: Made this into a project - {% github https://github.com/JesseKPhillips/structopt %}
Here is an interesting one, starting with some background. Dlang has a standard argument parser, [getopt](https://dlang.org/phobos/std_getopt.html#.getopt), which provides a single function to specify the arguments to parser o... | jessekphillips |
127,375 | Code Review #0: Sleet | I recently was inspired by @brob with his design reviews and wanted to start doing some video code r... | 0 | 2019-06-22T22:02:17 | https://dev.to/coreyja/code-review-0-sleet-4l3n | review, codereview, ruby, rspec | I recently was inspired by @brob with his design reviews and wanted to start doing some video code reviews! So here is the first one in that series.
This is me reviewing one of my own project `Sleet`. I'll let video me explain the project, but this is one that I hadn't worked on super recently and I thought I should t... | coreyja |
127,389 | Toggle proxies in macOS Terminal | Making toggling proxies easier in bash! | 0 | 2019-06-22T23:35:07 | https://dev.to/therealdarkmage/toggle-proxies-in-macos-terminal-1f8j | bash, macos, scripting, automation | ---
title: Toggle proxies in macOS Terminal
published: true
description: Making toggling proxies easier in bash!
tags: bash, macos, scripting, automation
---
One of the biggest annoyance in macOS's UI is the relative unease of switching between normal internet and a proxied connection. You have to:
```
1. Go to "Syst... | therealdarkmage |
127,426 | [Today I learned] Typescript Index Signatures | Days ago I read a post that contained the phrase "Today I learned" in its tittle. So I want to propos... | 0 | 2019-06-23T05:34:13 | https://dev.to/protium/today-i-learned-typescript-index-signatures-58dj | typescript, webdev, todayilearned | Days ago I read a post that contained the phrase "Today I learned" in its tittle. So I want to propose this topic as an initiative, the topic **Today I Learned** or **TIL** to motivate us all to share those **one or two** lines of code that **did the trick**, that **command** that is what you were looking for and can b... | protium |
127,860 | Automate your Repetitive Business Process with RPA Services | Are you still unaware of the technology that is about to change the future of your business? Here's a detailed introduction to Robotic Process Automation, its tools and the advantages that you will reap from RPA implementation. | 0 | 2019-06-24T12:21:51 | https://dev.to/botreetech/introduction-to-robotic-process-automation-21jk | rpa, rpaservices, technology | ---
title: Automate your Repetitive Business Process with RPA Services
published: True
description: Are you still unaware of the technology that is about to change the future of your business? Here's a detailed introduction to Robotic Process Automation, its tools and the advantages that you will reap from RPA implemen... | botreetech |
127,861 | Use Vim as a Java IDE | Use Vim as a Java IDE why canonical_url do not word?! the origin URL is https://spacevim.... | 0 | 2019-06-24T12:30:04 | https://spacevim.org/use-vim-as-a-java-ide/ | java, vim, spacevim | ---
title: Use Vim as a Java IDE
published: true
tags: ["java","vim","spacevim"]
canonical_url: https://spacevim.org/use-vim-as-a-java-ide/
---
# Use Vim as a Java IDE
> why canonical_url do not word?!
> the origin URL is https://spacevim.org/use-vim-as-a-java-ide/
This is a general guide for using SpaceVim as a Ja... | spacevim |
127,918 | The Easiest Way to Keep Product Documentation Up to Date | Documentation. The backbone of successful and beloved products, but difficult to keep up to date gi... | 0 | 2019-06-24T14:09:49 | https://www.netkow.com/easiest-way-keep-documentation-up-to-date/ | documentation, product, devrel | Documentation.
The backbone of successful and beloved products, but difficult to keep up to date given how quickly products evolve. Not to mention dreaded by software developers, who would instead write code.
Given these challenges, I’ve found that the easiest way to keep product documentation up to date is:
**Whil... | dotnetkow |
128,144 | How to Fake it as a Software Engineer | I have a confession to make; I have no idea what I am doing. Up until recently I was employed as a so... | 0 | 2019-06-25T01:17:47 | https://blog.usejournal.com/how-to-fake-it-as-a-software-engineer-9a1c8be7a236 | beginners, career, codenewbie, motivation | I have a confession to make; I have no idea what I am doing. Up until recently I was employed as a software engineer even though I’m not even qualified to use a computer let alone have a degree in computer science.
Over the last 5 years I faked my way up the ladder from working at a small creative agency to a large mu... | jeffshilllitto |
128,197 | Yolo Brolo-Setting Up Gatsby and Netlify | These days every developer is talking about Gatsby, static site generators and Netlify, so we decided... | 0 | 2019-07-02T18:46:34 | https://www.thisdot.co//blog/yolo-brolo-setting-up-gatsby-and-netlify |
These days every developer is talking about Gatsby, static site generators and Netlify, so we decided to get our hands dirty and try out these technologies in order to learn and see how easy they are to work with.
Gatsby is a static site generator based on React for quickly building blazing fast static websites. This... | thisdotmedia_staff | |
128,289 | Image classification with TensorFlow Lite on Android | As I’ve already listed in my recent blog post there are lots of advantages of making inference directly on a mobile device instead of using cloud solutions. Because of mobile devices’ computation limitations, we can’t migrate all of the available models to work on mobile. Unfortunately, plenty of them won’t work on mob... | 0 | 2019-06-25T09:59:28 | https://brightinventions.pl/blog/image-classification-tensorflowlite-android/ | android, deeplearning, coding | ---
title: Image classification with TensorFlow Lite on Android
published: true
description: As I’ve already listed in my recent blog post there are lots of advantages of making inference directly on a mobile device instead of using cloud solutions. Because of mobile devices’ computation limitations, we can’t migrate a... | brightdevs |
128,435 | Building a drawer with Stencil | For the past couple of weeks, I’ve been working on a “Design System” that is using Stencil. Today I w... | 0 | 2019-06-25T14:27:05 | https://jefiozie.github.io/building-a-drawer-with-stencil/build-a-drawer-with-stencil/ | stencil, webdev, beginners | ---
title: Building a drawer with Stencil
published: true
tags: stencil, webdev, beginner
canonical_url: https://jefiozie.github.io/building-a-drawer-with-stencil/build-a-drawer-with-stencil/
---
For the past couple of weeks, I’ve been working on a “Design System” that is using Stencil. Today I want to share some basi... | jefiozie |
128,556 | Angular 9|8 Drag and Drop Tutorial with Example | Angular 8 Drag and Drop tutorial with example , is going to be discussed in this blog. I’ll teach you... | 0 | 2020-01-30T11:27:12 | https://www.positronx.io/angular-8-drag-and-drop-tutorial-with-example/ | angular, angular98, angularmaterial, angular8draganddrop | ---
title: Angular 9|8 Drag and Drop Tutorial with Example
published: true
tags: Angular, Angular 9|8, Angular Material,angular 8 drag and drop
canonical_url: https://www.positronx.io/angular-8-drag-and-drop-tutorial-with-example/
---
**Angular 8 Drag and Drop tutorial with example** , is going to be discussed in this... | singhdigamber |
146,842 | The Gear I Use | I was inspired by this post... Apps, Tools, and Gear I Use ... | 0 | 2019-07-23T15:40:56 | https://dev.to/codemouse92/the-gear-i-use-1o6n | mygear, productivity, developertools | ---
title: The Gear I Use
published: true
description:
tags: mygear, productivity, developertools
---
I was inspired by this post...
{% link https://dev.to/maxpou/apps-tools-and-gear-i-use-7cd %}
Honestly, I figured sharing this would be a fun trend! (Use the tag `#mygear`.) So, here's mine...
# Hardware

それはどのように機能します... | terceranexus6 |
147,024 | Primero la versión de Python | Estoy por iniciar en python y con lo primero que me topo es la parte de escoger la versión. Para un p... | 0 | 2019-07-31T18:00:10 | https://dev.to/jg_8a/primero-la-version-de-python-2n6 | beginners, python | Estoy por iniciar en python y con lo primero que me topo es la parte de escoger la versión.
Para un proyecto previo ya tenía instalada la versión 2.7.x en mi máquina, la cual ya tiene un tiempo de vida muy corto. Según la pagina oficial, dejará de ser soportada el 1ro de Enero del 2020, por lo que le sus días estan con... | jg_8a |
147,144 | An introduction to the container world with Docker | Although today Docker is substantially more known topic as it was before I think it might be good to let the basic knowledge I shared in this post accessible in the dev.to platform as well. | 0 | 2019-07-29T02:14:41 | https://dev.to/peaonunes/an-introduction-to-the-container-world-with-docker-37g7 | docker, devops, microservices, containers | ---
title: An introduction to the container world with Docker
published: true
description: Although today Docker is substantially more known topic as it was before I think it might be good to let the basic knowledge I shared in this post accessible in the dev.to platform as well.
tags: docker,devops,microservices,conta... | peaonunes |
147,291 | Active Orient – Introduction & Overview | How about a (fast) open source database usable without any schema, query-able with sql-statements an... | 1,620 | 2019-07-24T10:46:17 | https://dev.to/topofocus/active-orient-introduction-overview-4knj | ruby, orientdb, sql, graphdb | How about a (fast) [ open source database](https://orientdb.com) usable without any schema, query-able with sql-statements and able to perform sophisticated graph operations? Not to forget: Easily accessible via an intuitive ruby interface. The latter is `ActiveOrient`.
## Prerequisites
* Install the database ( [Downl... | topofocus |
147,334 | Creating a masonry layout from scratch in VueJs (and CSS Grid) | I explain how I created a masonry layout for my blog site with vuejs and CSS Grid. | 0 | 2019-07-25T11:32:01 | https://dev.to/johnhalsey/creating-a-masonry-layout-from-scratch-in-vuejs-and-css-grid-4c22 | webdev, vue, css, cssgrid | ---
title: Creating a masonry layout from scratch in VueJs (and CSS Grid)
published: true
description: I explain how I created a masonry layout for my blog site with vuejs and CSS Grid.
tags: #WebDev #VueJS #CSS #CSSGrid
---
I wrote my own website in Laravel and VueJS. It’s nothing special, just a page about me and s... | johnhalsey |
147,354 | Why Developer Become Frustrated | In order to talk about why the developer becomes frustrated and companies can,t find talent, let’s st... | 0 | 2019-07-24T13:08:20 | https://dev.to/codersera/why-developer-become-frustrated-3h4i | In order to talk about why the developer becomes frustrated and companies can,t find talent, let’s start with their work. What makes their software project successful or imperfect (failure would be a wrong word I guess because there is always a scope of improving thing at any stage in development field)
Greatest “Ca... | codersera | |
147,598 | Setting Up Sass in Gatsby Project - 4 Easy Steps | how-to guide for importing Sass into Gatsby projects | 0 | 2019-07-29T15:59:37 | https://dev.to/mollynem/setting-up-sass-in-gatsby-project-4-easy-steps-4p9b | beginners, gatsby, css, sass | ---
title: Setting Up Sass in Gatsby Project - 4 Easy Steps
published: true
description: how-to guide for importing Sass into Gatsby projects
tags: #beginners #gatsby #css #sass
---
Working on a Gatsby project and want to up your game by utilizing Sass? You've come to the right place, my friend. Below is a guide to g... | mollynem |
147,821 | 7 Performance Testing Tools Trending in 2019 | 1. LoadRunner: Tool Overview: It is the most widely used tool to test applications, measure system b... | 0 | 2019-07-25T07:41:50 | https://dev.to/testingxperts/7-performance-testing-tools-trending-in-2019-5801 | productivity, performancetesting, qa |
<b>1. LoadRunner:</b>
Tool Overview: It is the most widely used tool to test applications, measure system behaviour and their performance under varying loads. The tool is used to simulate thousands of concurrent users and record the variations in system performance. Afterwards, leveraging those results, the performan... | testingxperts |
147,670 | I’ve Made A Huge Mistake | Being Overzealous I think I bit off more than I can chew this week. I don’t mean that I ca... | 1,428 | 2019-07-25T00:45:24 | https://dev.to/ryandotfurrer/i-ve-made-a-huge-mistake-cek | javascript, codenewbie, productivity, discuss | ##Being Overzealous##
I think I bit off more than I can chew this week.
I don’t mean that I can’t do the stuff I wanted to, but I grossly overestimated how comfortable I am with JavaScript - even the basic stuff like creating a to-do list.
Last night I sat down and instead of doing what I had planned to do, which was... | ryandotfurrer |
147,704 | Enriching SharePoint Image Libraries with Azure Cognitive Services | The ability to locate content in SharePoint via search has been continually impro... | 0 | 2019-07-29T23:48:52 | https://blog.siliconvalve.com/2019/03/08/enriching-sharepoint-image-libraries-with-azure-cognitive-services/ | azure, cognitiveservices, office365, serverless | ---
title: Enriching SharePoint Image Libraries with Azure Cognitive Services
published: true
tags: Azure,Cognitive Services,Office 365,Serverless
canonical_url: https://blog.siliconvalve.com/2019/03/08/enriching-sharepoint-image-libraries-with-azure-cognitive-services/
---
The ability to locate content in SharePoint ... | simonwaight |
147,729 | Comment per Algorithm Code Structure | When writing or building functions First I write the name and variables of the function. public fu... | 0 | 2019-07-25T04:19:01 | https://dev.to/kosenshou/comment-per-algorithm-code-structure-1na | codequality, beginners | When writing or building functions
First I write the name and variables of the function.
```php
public function email_login($email, $password) {
}
```
Then I start describing the algorithm of the function line by line every step.
```php
public function email_login($email, $password) {
// check if email is exis... | kosenshou |
147,736 | 2 Reasons Why You Must Understand Delegate Prototypes | Find me on medium I was reading a section in a book about JavaScript and I came across an issue (but... | 0 | 2019-07-25T04:35:08 | https://jsmanifest.com/2-reasons-why-you-must-understand-delegate-prototypes-right-now | javascript, react, node, webdev | Find me on [medium](https://medium.com/@jsmanifest)
I was reading a section in a book about JavaScript and I came across an issue (but also the power of the concept that the issue stems from) that I want to write about, especially for newcomers to JavaScript. And even if you aren't new, there's a chance you might not ... | jsmanifest |
147,753 | AI to Control “The Fake News” Market ! | Fake news is the reason why the Internet is going in the wrong direction: whether if it's coming from... | 0 | 2019-07-25T05:57:15 | https://dev.to/dev_ganesh/ai-to-control-the-fake-news-market-20n1 | ai, fake, machinelearning, mmachinelearning | Fake news is the reason why the Internet is going in the wrong direction: whether if it's coming from dodgy websites or from fake social media profiles, putting fake news online is still one of the biggest (if not the biggest) problems of the current internet situation. When Mark Zuckerberg was interrogated at the [Con... | dev_ganesh |
147,838 | 10 Things to Do in Your First 3 Months of Starting a Blog to Boost a Traffic | Whether you are trying to establish yourself as an authority on a particular subject, promote your bu... | 0 | 2019-07-25T08:53:33 | https://dev.to/kurtwal16830022/10-things-to-do-in-your-first-3-months-of-starting-a-blog-to-boost-a-traffic-4b91 | Whether you are trying to establish yourself as an authority on a particular subject, promote your business, or you simply want to have your voice heard and share your knowledge and experience with other people, blogging is one activity you cannot miss out on. According to research done by HubSpot, <a href="https://seo... | kurtwal16830022 | |
148,081 | How do I prepare for a new dev joining my engineering team? | An idea on how to help them get up and running quickly | 0 | 2019-07-25T16:48:53 | https://dev.to/planetargon/how-do-i-prepare-for-a-new-dev-joining-my-engineering-team-eeb | hiring, documentation, teams, software | ---
title: How do I prepare for a new dev joining my engineering team?
published: true
description: An idea on how to help them get up and running quickly
tags: hiring, documentation, teams, software
---
Do you have a new developer joining your team soon? Are you planning to have them start working on one of your olde... | robbyrussell |
148,124 | Data Science Youtube channel to subscribe | Hello, elders of the community, kindly SUBSCRIBE to my YouTube channel and anticipate my fir... | 0 | 2019-07-25T19:27:54 | https://dev.to/emekaborisama/data-science-youtube-channel-to-subscribe-3i79 | sql, data, datascience, machinelearning | #Hello, elders of the community, kindly SUBSCRIBE to my YouTube channel and anticipate my first video 😎
I will be shooting content related to Data Science, Machine Learning and Artificial Intelligence
Click here to subscribe
https://www.youtube.com/channel/UCfin6Ag1GxmFj9eu-wiOP8w | emekaborisama |
148,204 | ECMASCRIPT: Optional Chaining | Stage 3 | Optional chaining is at stage 3 🎉🎉. This one is my favourite. Soon will be available in TypeScript.... | 0 | 2019-07-26T04:06:54 | https://dev.to/numtostr/ecmascript-optional-chaining-stage-3-2j5e | javascript, webdev, ecmascript, discuss | Optional chaining is at stage 3 🎉🎉. This one is my favourite. Soon will be available in TypeScript.
{% github tc39/proposal-optional-chaining %} | numtostr |
148,295 | 🎩 JavaScript Enhanced SCSS mixins! 🎩 - Making CSS scopes with CSS variables. | reposted due to improved code This is a very small implementation of css scopes, the approach is uni... | 1,628 | 2019-07-26T11:04:13 | https://dev.to/adam_cyclones/javascript-enhanced-scss-mixins-making-css-scopes-5fkm | css, sass, javascript, codepen | *reposted due to improved code*
This is a very small implementation of css scopes, the approach is unique because it compiles the scope through a mixin in scss, this is shared with JavaScript by a teeny tiny IFFE function. The scss does most of the heavy lifting.
### How to use?
1 include the 15 lines mixin in your c... | adam_cyclones |
148,320 | Understanding Javascript Callback Functions | You're sick. The doctor tells you to take medicine after each meal to get better. Awesome! You can do that easily. But wait. What medicine should you take? You'll need a prescription. A callback function is like that. Here's how… | 0 | 2019-07-30T15:38:57 | https://raddevon.com/articles/javascript-callback-functions/ | beginners, javascript | ---
title: Understanding Javascript Callback Functions
description: You're sick. The doctor tells you to take medicine after each meal to get better. Awesome! You can do that easily. But wait. What medicine should you take? You'll need a prescription. A callback function is like that. Here's how…
published: true
tags: ... | raddevon |
148,407 | New Life, new Horizons, New Job | I've been working at SERPRO for 10 years. Ten years is a lot of time in the IT field. Fortunately, I... | 0 | 2019-10-04T14:00:11 | https://dev.to/joaomarcusc/new-life-new-horizons-new-job-3kdl | I've been working at [SERPRO](http://www.serpro.gov.br) for 10 years. Ten years is a lot of time in the IT field. Fortunately, I learned a **lot** about development, working with people, working with bureaucracy, and many, many other professional lessons. Work wasn't bad, actually. It was frustrating sometimes, but the... | joaomarcusc | |
148,475 | Dev.to Messages Was Bad (Temporarily) | NEVERMIND This was maybe a temporary outage causing temporary outrage. It works now so... | 0 | 2019-07-26T22:36:29 | https://dev.to/jacobmparis/dev-to-messages-are-bad-27he | discuss, help, ui, meta | ---
title: Dev.to Messages Was Bad (Temporarily)
published: true
description:
tags: discuss, help, ui, meta
---
# NEVERMIND #
This was maybe a temporary outage causing temporary outrage. It works now so please disregard the original post
# The Original Post #
Today I got my first message from a Dev.to user. I didn... | jacobmparis |
148,532 | Why I love using command line interface? | Command Line Interface (CLI) can seem ancient way of interacting with computers but it has many great benefits. | 0 | 2019-07-27T07:51:16 | https://dev.to/hamatti/why-i-love-using-command-line-interface-3558 | cli, ux, commandline | ---
title: Why I love using command line interface?
published: true
description: Command Line Interface (CLI) can seem ancient way of interacting with computers but it has many great benefits.
tags: cli, ux, command line
---
My Saturday started by waking up to a Twitter thread I was tagged into:
{% twitter 1154988415... | hamatti |
148,641 | It's not just Standing Up | My notes on the article on Daily Standup Meetings by Jason Yip | 0 | 2019-07-27T17:06:25 | https://juristr.com/blog/2019/01/Its-not-just-Standing-Up/ | softwareprocess, agile, standupmeeting, scrum | ---
title: It's not just Standing Up
canonical_url: 'https://juristr.com/blog/2019/01/Its-not-just-Standing-Up/'
published: true
description: My notes on the article on Daily Standup Meetings by Jason Yip
cover_image: 'https://juristr.com/blog/assets/imgs/sketchnote-standupmeeting.png'
tags:
- Software Process
- Ag... | juristr |
148,668 | Custom validation for your reactive forms? | When working with forms in Angular, we are provided with a choice. The choice is similar to the one... | 0 | 2019-07-27T19:03:15 | https://dev.to/nishugoel/custom-validation-for-your-reactive-forms-39l7 | angular, javascript, typescript | ---
title: Custom validation for your reactive forms?
published: true
description:
tags: angular, javascript, typescript
---
When working with forms in Angular, we are provided with a choice. The choice is similar to the one between choosing tea or coffee. This choice is about choosing which types of forms we should ... | nishugoel |
148,768 | How to Nail Your Next Coding Interview | How to guarantee success and strut up to the whiteboard with confidence. | 5,068 | 2019-07-28T03:52:57 | https://www.jeremymorgan.com/blog/programming/how-to-coding-interview/ | beginners, programming, career, webdev | ---
title: How to Nail Your Next Coding Interview
published: true
description: How to guarantee success and strut up to the whiteboard with confidence.
cover_image: https://thepracticaldev.s3.amazonaws.com/i/683z1s4txxwkuc06koiv.jpg
tags: beginners, programming, career, webdev
canonical_url: https://www.jeremymorgan.c... | jeremycmorgan |
148,815 | Intro to GraphQL (Part:1) | Understand GraphQL with better foundation | 0 | 2019-07-28T09:52:44 | https://dev.to/dimer22zhc/intro-to-graphql-part-1-2g2n | graphql, gql, react, laravel | ---
title: Intro to GraphQL (Part:1)
published: true
description: Understand GraphQL with better foundation
tags: #graphQL #gql #react #laravel
---
##What is GraphQL?
GraphQL is a specification for how to talk to an API. It's typically used over HTTP where the key idea is to POST a "query" to an HTTP endpoint, inst... | dimer22zhc |
148,825 | How many levels are the developers in the team | How many levels are the developers in the team | 0 | 2019-07-28T13:59:46 | https://dev.to/prathaprathod/how-many-levels-are-the-developers-in-the-team-3kh | team, developers, news | ---
title: How many levels are the developers in the team
published: true
description: How many levels are the developers in the team
tags: team, developers, news
cover_image: https://i.ibb.co/vsBkTC2/as.png
---
The Finch team decided to stay on four levels: junior, middle, middle + and senior. The company has a lot o... | prathaprathod |
149,100 | Microservices code coverage with Jacoco | Frequent deployments is a huge step in Microservices architecture. If you have a suite of tests that... | 0 | 2019-08-19T21:10:22 | https://dev.to/bhargavm/microservices-code-coverage-with-jacoco-4a36 | microservices, java, jacoco | Frequent deployments is a huge step in **Microservices** architecture. If you have a suite of tests that run before every deployment and gives a green check mark to deploy with confidence. Should I trust the automated tests or not? one way to decide is by checking the code coverage. **Jacoco** helps to get code covera... | bhargavm |
149,108 | 4 easy ways to help your QA | You are a good developer, and you understand that your quality assurance team wants to help you find... | 0 | 2019-07-29T04:59:34 | https://dev.to/les/4-easy-ways-to-help-your-qa-3km6 | ---
title: 4 easy ways to help your QA
published: true
description:
tags:
---
You are a good developer, and you understand that your quality assurance team wants to help you find issues in the code. Help your friend out by doing a few simple things.
## Involve QA early.
Your QA have experience understanding how sys... | les | |
149,358 | CAN I FIND A REMOTE JOB IF I'M A JUNIOR SOFTWARE ENGINEER ?. IF YES ANY IDEA HOW? | A post by Dimer | 0 | 2019-07-29T03:09:54 | https://dev.to/dimer22zhc/can-i-find-a-job-if-i-m-a-junior-software-engineer-2fh6 | job, laravel | ---
title: CAN I FIND A REMOTE JOB IF I'M A JUNIOR SOFTWARE ENGINEER ?. IF YES ANY IDEA HOW?
published: true
description:
tags: #job #vue #reactjs #laravel
---
| dimer22zhc |
149,638 | Learn the basics of CSS Filters | We never thought we could so easily kick up the visuals of our documents. Well now we can! CSS... | 0 | 2019-08-06T19:36:54 | https://www.thisdot.co/blog/learn-the-basics-of-css-filters | css | We never thought we could so easily kick up the visuals of our documents. Well now we can! CSS Filters are really cool visual effects, and the most fun part of CSS.
Now, without trying our hands at Photoshop or any other editing tool, we can give the same effects to our images using the CSS Filters.
***
filter: blur... | thisdotmedia_staff |
149,675 | Java Stack Trace: Understanding It and Using It to Debug | Deploying your Java code to production limits your troubleshooting options. Connecting to your app in... | 0 | 2019-07-29T20:02:36 | https://www.scalyr.com/blog/java-stack-trace-understanding/ | java, debug, programming, coding | <!-- wp:paragraph -->
<p>Deploying your Java code to production limits your troubleshooting options. Connecting to your app in production with a debugger is usually out of the question, and you might not even be able to get console access. So even with monitoring, you’re going to end up troubleshooting many problems po... | egoebelbecker |
149,699 | 5 tips for your first 5 days as a new dev | What should you prioritize? How can you make an impact so early? | 0 | 2019-07-29T21:32:14 | https://dev.to/wuz/5-tips-for-your-first-5-days-as-a-new-dev-1h8l | career, beginners, engineer | ---
title: 5 tips for your first 5 days as a new dev
published: true
description: What should you prioritize? How can you make an impact so early?
tags: career, beginner, engineer
cover_image: https://thepracticaldev.s3.amazonaws.com/i/tz0ybd0j4fgalpipqxx8.jpg
---
Starting your first developer position can be daunting... | wuz |
150,026 | Units in CSS (em, rem, pt, px, vw, vh, vmin, vmax, ex, ch, ...) | CSS knows several measurement units. The best known unit is pixels, but there are other units that ar... | 0 | 2019-07-30T06:07:58 | https://dev.to/matthias/units-in-css-em-rem-pt-px-vw-vh-vmin-vmax-ex-ch-53l0 | css, html, webdev | CSS knows several measurement units. The best known unit is pixels, but there are other units that are not that popular but very handy in some uses cases.
This article covers relative units, absolute units and viewport units.
|Media|Recommended|Occasional use|Infrequent use|Not recommended|
|-----|-----------|-------... | matthias |
150,052 | Talk about Yet another dictionary look up and text translator – Extension for 🦊 Firefox | Talk about Yet another dictionary look up and text translator – Get this Extension for 🦊 Firefox. Yet... | 0 | 2019-07-30T07:58:33 | https://dev.to/zupffwhy/talk-about-yet-another-dictionary-look-up-and-text-translator-get-this-extension-for-firefox-3jbl | firefox, addon | Talk about [Yet another dictionary look up and text translator – Get this Extension for 🦊 Firefox](https://addons.mozilla.org/firefox/addon/yadattawa/ "Yet another dictionary look up and text translator – Get this Extension for 🦊 Firefox").
Yet another dictionary look up and text translatorについて話す。
If you post JSON c... | zupffwhy |
150,082 | Let's build a Random Quote Machine in Elm - Part 2 | Yesterday we got the structure (HTML) and styles (CSS) completed. Today we're going to port the HTML... | 1,652 | 2019-07-30T10:04:47 | https://dev.to/dwayne/let-s-build-a-random-quote-machine-in-elm-part-2-49cl | elm, beginners, tutorial, webdev | ---
title: Let's build a Random Quote Machine in Elm - Part 2
published: true
description:
tags: elm, beginners, tutorial, webdev
cover_image: https://thepracticaldev.s3.amazonaws.com/i/0uz86nxsoyumn2cl8f4z.png
series: Build a Random Quote Machine in Elm
---
[Yesterday](https://dev.to/dwayne/let-s-build-a-random-quot... | dwayne |
150,260 | Entendendo e escrevendo middlewares no NodeJs com Express! | Assim que começamos a estudar NodeJs com Express, um dos primeiros termos que ouvimos falar são os Mi... | 0 | 2019-07-30T18:40:29 | https://dev.to/danielsclet/entendendo-e-escrevendo-middlewares-no-nodejs-com-express-2e59 | node, javascript, express | Assim que começamos a estudar NodeJs com Express, um dos primeiros termos que ouvimos falar são os `Middlewares`, como o próprio site do express já diz:
`O Express é uma estrutura web de roteamento e middlewares que tem uma funcionalidade mínima por si só: Um aplicativo do Express é essencialmente uma série de chamad... | danielsclet |
150,307 | responsive testing with Selenium and Python | Here is a quick script to show how you could capture images to do some responsive testing. The test... | 0 | 2019-08-02T11:59:54 | https://dev.to/tonetheman/responsive-testing-with-selenium-and-python-56nl | selenium, responsive, automation | ---
title: responsive testing with Selenium and Python
published: true
description:
tags: selenium,responsive,automation
---
Here is a quick script to show how you could capture images to do some responsive testing. The test is super quick and you end up with 4 images that you can look at to see if things are put on ... | tonetheman |
150,366 | Web Layouts with CSS Grid: The Basics | What is CSS Grid? CSS Grid is a technique in CSS that allows developers to create responsi... | 0 | 2019-07-30T21:31:03 | https://dev.to/ltephanysopez/css-grid-the-basics-4ppp | beginners, css, webdev, cssgrid |
# What is CSS Grid?
CSS Grid is a technique in CSS that allows developers to create responsive web design layouts more easily and consistently across browsers. With CSS Grid, we can transform our elements from this layout:

Here are the thi... | codeopinion |
150,454 | Build a Character Select Screen in React | Find me on medium React is a JavaScript library well known for its simplicity while still being able... | 0 | 2019-07-31T02:46:45 | https://jsmanifest.com/build-a-cool-character-select-screen-in-react | react, javascript, node, webdev | Find me on [medium](https://medium.com/@jsmanifest)
React is a JavaScript library well known for its simplicity while still being able to build amazing user interfaces. Huge established websites like [Facebook ](https://facebook.com), [Netflix](https://www.netflix.com/), and [NY Times](https://www.nytimes.com/) have b... | jsmanifest |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.