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
332,110
How can I get index.html?
Very nice example. How do I find the sample file "index.html" so that I can understand the results of...
0
2020-05-10T22:29:59
https://dev.to/deacl/how-can-i-get-index-html-52bo
Very nice example. How do I find the sample file "index.html" so that I can understand the results of the example better and run the example code?
deacl
332,185
React Hooks
If you've been using functional components in your react project that contain a lot of logic and real...
0
2020-05-11T01:34:16
https://dev.to/danimal92/react-hooks-25i1
react
If you've been using functional components in your react project that contain a lot of logic and realized too late you need state, React Hooks is here to help! In the early history of React, creating classes was a built-in method in React and at the time Javascript didn't have a way to natively build classes, until ES...
danimal92
332,243
Web Workers in Action: When to use them?
The best about working with Angular is that they support Web Workers. When you're dealing with CPU i...
0
2020-05-19T12:01:08
https://dev.to/hirendhaduk_/web-workers-in-action-when-to-use-them-mpa
angular, webdev, webperf, javascript
The best about working with Angular is that they support Web Workers. When you're dealing with CPU intensive computations, web workers are of great help. They put these complex processes into a separate thread to avoid the involvement of the main thread in the explicit background processes and maintain an effortless...
hirendhaduk_
332,287
These jobs are in high demand in the UAE during the Coronavirus pandemic
The Coronavirus pandemic has affected jobs globally, with an estimated 2.7 billion workers out of a...
0
2020-05-11T07:24:52
https://dev.to/sanjeevnanda/these-jobs-are-in-high-demand-in-the-uae-during-the-coronavirus-pandemic-108a
coronavirus, covid19, sanjeevnanda, uaejobs
1. The Coronavirus pandemic has affected jobs globally, with an estimated 2.7 billion workers out of a job, according to the International Labour Organisation. 2. Despite the worker displacement, there are some industries that are experiencing a spike in demand, with companies hiring aggressively. 3. Find out if you...
sanjeevnanda
332,352
How to Watch Blocked YouTube Videos in Your Country
Ever seen this little thing in your browser window letting you know that the video is blocked in your...
0
2020-05-11T09:36:08
https://dev.to/equabledugout/how-to-watch-blocked-youtube-videos-in-your-country-359p
privacy, youtube, geoblocking, restrictions
Ever seen this little thing in your browser window letting you know that the video is blocked in your country? I bet you have. YouTube is notorious for excluding some of us out of our right to see a new performance of our favorite artist or a news video that our friend from overseas forwarded to us. It’s just that usua...
equabledugout
332,482
Adding a Table of Contents that updates on scroll
Adding a Table of Contents to an article can be useful to see at a glance which topics the article co...
0
2020-05-11T12:35:58
https://nickymeuleman.netlify.app/blog/table-of-contents
tutorial, gatsby, mdx
--- title: Adding a Table of Contents that updates on scroll published: true tags: tutorial,gatsby,mdx canonical_url: https://nickymeuleman.netlify.app/blog/table-of-contents --- Adding a Table of Contents to an article can be useful to see at a glance which topics the article covers. [Scott Spence](https://twitter.c...
nickymeuleman
332,570
8 Unfamiliar CSS Pseudo-Classes
'A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected...
0
2020-05-11T16:05:12
https://dev.to/frontenddude/8-unfamiliar-css-pseudo-classes-2ooa
css, webdev, frontend, html
> 'A CSS pseudo-class is a keyword added to a selector that specifies a special state of the selected element(s).' - MDN Web Docs Wait....what? That sounds complicated right? What if I told you, you might be surprised to know you are already using them? Of course you are! Here's an example of the syntax used, can ...
frontenddude
332,586
No/Low Code - Why hasn't it "won"?
No Code / Low Code It's not a new idea. (despite what their sales pitches say) The first...
0
2020-05-11T18:57:11
https://kallmanation.com/nolow-code-why-hasnt-it-won
programming, code, technology
# No Code / Low Code It's not a new idea. (despite what their sales pitches say) The first [HTML WYSIWYGS](https://thehistoryoftheweb.com/moment-time-editors/) appeared in the 90s. [COBOL](https://www.bushido.codes/cobol-lang) was designed as a high level scripting language for business people, not engineers (COmm...
kallmanation
332,626
Simply React | Kent C. Dodds @ Byteconf React 2020 (video)
This video is a talk from Byteconf React 2020, a free, live-streamed React conference that aired on...
6,471
2020-05-11T15:51:54
https://dev.to/bytesizedcode/simply-react-kent-c-dodds-byteconf-react-2020-video-5h16
react, techtalks, tutorial, webdev
> This video is a talk from [*Byteconf React 2020*](https://www.bytesized.xyz/react-2020), a free, live-streamed React conference that aired on May 1st-2nd, 2020. Join our newsletter at the [conference website](https://www.bytesized.xyz/react-2020) to stay in the know about future conferences, videos, and more! One of...
signalnerve
332,632
Perspective-Driven (Self) Development
🎓 Introduction Perspective-Driven Self Development is a learning idea that can potentially...
0
2020-05-11T15:29:26
https://dev.to/kajetansw/perspective-driven-self-development-2fo9
motivation, productivity, learning, career
## 🎓 Introduction Perspective-Driven Self Development is a learning idea that can potentially enhance the way you acquire knowledge with increasing your confidence and sense of reliability along the way. Warning! Step with caution! The fun coming from it is highly addictive! Why "potentially", though? Because it is...
kajetansw
339,525
AI Diagnoser System - Pnuemonia
I'm so excited to share this with y'all. My final year was really exciting as I got to build a full-f...
0
2020-05-20T05:51:44
https://dev.to/pranavraikote/ai-diagnoser-system-pnuemonia-144d
I'm so excited to share this with y'all. My final year was really exciting as I got to build a full-fledged project which will create an impact on the medical community. I built an AI Diagnostic System which will help detect Pneumonia from Chest X-Rays. We as a team achieved an accuracy better than the previous best by...
pranavraikote
332,679
Function Literals and Closure in Go
Click to subscribe to my newsletter Click to follow me on twitter Click to view my Github This is th...
6,427
2020-07-08T19:30:35
https://dev.to/lexingdailylife/function-literals-and-closure-in-go-2hgn
go, beginners
[Click to subscribe to my newsletter](https://www.martincartledge.io/) [Click to follow me on twitter](https://twitter.com/spindriftboi) [Click to view my Github](https://github.com/martincartledge) This is the seventh entry of my weekly series _Learning Go_. Last week I discussed _Function Declarations, Arguments, Pa...
lexingdailylife
332,730
Publish a Docker image to Docker Hub using GitLab
If you need to create a custom Docker image that includes the tools you need for your projects, a way...
0
2020-06-26T21:14:06
https://dev.to/mattdark/publish-a-docker-image-to-docker-hub-using-gitlab-2b9o
git, docker
If you need to create a custom Docker image that includes the tools you need for your projects, a way to automate the building process and publish that image on Docker Hub is using GitLab CI. First you create a new GitLab project and add a Dockerfile with instructions on how to build the image. The following is the Do...
mattdark
332,753
Debugging a problem
"If debugging is the process of removing software bugs, then programming must be the process of putti...
0
2020-05-11T18:13:52
https://dev.to/visualcomposer/debugging-a-problem-b5f
debugging, cleancode, codenewbie, javascript
"If debugging is the process of removing software bugs, then programming must be the process of putting them in." - Edsger Dijkstra I like this quote! Whenever I am asked something like: "How did this bug appear?" my first response would usually be: "Someone just put it there..." And then we can check!? However, bei...
mrmasolov
332,763
The 7 Most Popular DEV Posts from the Past Week
A round up of the most-read and most-loved contributions from the community this past week.
0
2020-05-11T19:30:22
https://dev.to/devteam/the-7-most-popular-dev-posts-from-the-past-week-a8o
top7
--- title: The 7 Most Popular DEV Posts from the Past Week published: true description: A round up of the most-read and most-loved contributions from the community this past week. tags: icymi cover_image: https://thepracticaldev.s3.amazonaws.com/i/sfwcvweirpf2qka2lg2b.png --- Every Monday we round up the previous week'...
jess
332,802
Fetching API Data with Web Components and SSR
I recently launched a site built entirely with Web Components. Several views where static, meaning I...
0
2020-05-12T16:50:44
https://dev.to/steveblue/fetching-api-data-with-web-components-and-ssr-21mk
webdev, webcomponents, javascript, node
I recently launched a site built entirely with Web Components. Several views where static, meaning I could just server side render them wholesale without must hassle. When it came to the blog I felt stuck. The blog is dependent on the asynchronous response from a REST API. How was I going to server side render this vie...
steveblue
333,357
Curses with Python
The curses module gives an interface to the curses library, the accepted standard for convenient prop...
0
2020-05-12T15:39:19
https://dev.to/threadspeed/curses-with-python-3b3o
python
The curses module gives an interface to the curses library, the accepted standard for convenient propelled terminal handling. While curses is most generally utilized in the Unix condition, adaptations are accessible for Windows, DOS, and potentially different frameworks too. ![curses](https://dev-to-uploads.s3.amazo...
threadspeed
332,812
Performant by Default, React Web Apps in 2020 (Video)
This video is a talk from Byteconf React 2020, a free, live-streamed React conference that aired on...
6,471
2020-05-11T20:05:33
https://dev.to/bytesizedcode/performant-by-default-react-web-apps-in-2020-video-3m2m
webdev, react, techtalks, beginners
> This video is a talk from [*Byteconf React 2020*](https://www.bytesized.xyz/react-2020), a free, live-streamed React conference that aired on May 1st-2nd, 2020. Join our newsletter at the [conference website](https://www.bytesized.xyz/react-2020) to stay in the know about future conferences, videos, and more! Buildi...
signalnerve
332,820
Rebuilding my site with Hugo
That's what you do under the Coronavirus Lockdown, right? Rebuilding your personal website....
0
2020-05-11T20:24:46
https://iamschulz.com/rebuilding-my-website/
webdev, showdev, hugo
That's what you do under the Coronavirus Lockdown, right? Rebuilding your personal website. # So... Hugo After a few years of running on Wordpress, I made the switch to Hugo. I found a database system to be too much of a hassle to work with. Finally, the switch to Gutenberg would have meant for me to implement a new c...
iamschulz
332,832
Sebastian McKenzie, creator of Babel, is leaving Facebook
Just a little movement in the open source world, Sebastian is leaving Facebook....
0
2020-05-11T20:41:51
https://dev.to/ben/sebastian-mckenzie-creator-of-babel-is-leaving-facebook-404n
news, opensource, javascript
Just a little movement in the open source world, Sebastian is leaving Facebook. {% tweet 1259924617457741824 %} McKenzie is also behind a newer project called Rome... {% github https://github.com/facebookexperimental/rome %}
ben
332,853
Pi-hole
Voy a escribir mi experiencia instalando este sumidero de DNS llamdo Pi-hole. Primero voy a explicar...
0
2020-05-12T18:11:45
https://dev.to/nervi0s/pi-hole-1flo
raspberrypi, j4fun, linux, spanish
Voy a escribir mi experiencia instalando este [sumidero de DNS](https://es.wikipedia.org/wiki/Sumidero_de_DNS) llamdo Pi-hole. Primero voy a explicar un poco lo que he entendido sobre el funcionamiento de los servidores DNS. Un **DNS** (Domain Name System) o Sistema de Nombres de Dominio, es un complejo sistema de se...
nervi0s
332,868
Placeholder title
What I built Submission Category: Demo Link to Code...
0
2020-05-11T22:15:35
https://dev.to/franbernardo/placeholder-title-2iln
gftwhackathon
[Instructions]: # (To submit to the Grant For The Web x DEV Hackathon, please fill out all sections.) ## What I built ### Submission Category: [Note]: # (Foundational Technology, Creative Catalyst, or Exciting Experiments) ## Demo ## Link to Code [Note]: # (Our markdown editor supports prett...
franbernardo
332,920
Step up your native HTML form validation with these 3 simple CSS classes!
Form validation most of the time is done with Native HTML (Using the type attribute) or with JavaScri...
0
2020-05-12T00:11:25
https://dev.to/codedgar/step-up-your-native-html-form-validation-with-these-3-simple-css-classes-4n3p
css, frontend, showdev, html
Form validation most of the time is done with Native HTML (Using the type attribute) or with JavaScript. And if you want to add fancy effects when the user has done a mistake, you most probably would choose JavaScript, but lemme change that for you. Hi! My name is Codedgar and today, I'm going to present you 3 CSS sel...
codedgar
332,957
Maximum Points You Can Obtain from Cards - LeetCode
LeetCode Medium problem solution
0
2020-05-12T02:34:14
https://dev.to/chakrihacker/maximum-points-you-can-obtain-from-cards-leetcode-54bg
slidingwindow, dynamicprogramming, array
--- title: Maximum Points You Can Obtain from Cards - LeetCode published: true description: LeetCode Medium problem solution tags: sliding-window, dynamic-programming, array --- The question is a bit tricky, In programming terms we need to find sub-array such that you can draw maximum points Sliding winndow algorithm...
chakrihacker
333,019
Java Modules Introduction
Classes are the basic unit of a program in Java. Packages are used to manage classes and modules are...
0
2020-05-12T05:26:17
https://dev.to/ashertoqeer/java-modules-introduction-4lap
java
Classes are the basic unit of a program in Java. **Packages** are used to **manage classes** and **modules** are used to **manage packages**. Modules were introduced in Java 9. Before that, an application consists of packages that hold classes. It is a problem in large codebases. A public class means that anyone fro...
ashertoqeer
333,031
How are you marketing your open source project?
Hello guys, I recently made an open-source project but I am not sure how to market it effectively. W...
0
2020-05-12T05:57:26
https://dev.to/koushikmohan1996/how-are-you-marketing-your-open-source-project-1pak
help
Hello guys, I recently made an open-source project but I am not sure how to market it effectively. Well I tried - writing a blog post about it - post on Linkedin. etc But there is very little traction. So how you guys do it?
koushikmohan1996
333,077
Tweet daily using Github Actions
Github Actions are really powerful. I like to see them as personal assistants. You tell your assistan...
0
2020-05-12T11:05:48
https://aravindballa.com/writings/tweet-using-github-actions/
github, javascript
--- title: Tweet daily using Github Actions published: true date: 2020-05-12 00:00:00 UTC tags: github, javascript canonical_url: https://aravindballa.com/writings/tweet-using-github-actions/ --- Github Actions are really powerful. I like to see them as personal assistants. You tell your assistants to do some work for...
aravindballa
386,365
A REST View of GraphQL
Software designers often compare GraphQL, a language specification for defining, querying, and upda...
0
2020-07-09T06:20:58
https://hasura.io/blog/rest-view-of-graphql/
graphql, rest
--- title: A REST View of GraphQL published: true date: 2020-07-07 12:07:09 UTC tags: GraphQL, REST canonical_url: https://hasura.io/blog/rest-view-of-graphql/ --- ![](https://hasura.io/blog/content/images/2020/07/A-REST-view-of-GraphQL.png) Software designers often compare GraphQL, a language specification for defin...
hasurahq_staff
333,123
Animated Responsive Product Cards using CSS & JavaScript 2020 (Video Format)
In this tutorial, we'll Create, Read, Delete Animated Responsive Product Cards with Hover Effects...
6,597
2020-05-12T17:09:16
https://youtu.be/9Fj97yKUQbY
javascript, css, tutorial, beginners
{% youtube 9Fj97yKUQbY %} In this tutorial, we'll Create, Read, Delete Animated Responsive Product Cards with Hover Effects using HTML, CSS & JavaScript only. This project-based tutorial is suitable for all especially beginners. 📕 Concepts covered in this video: - How to create Awesome Animated Responsive Dynamic ...
codeleague7
333,132
Please Reset My VS Code As a new
I have issues in my vs code like prettier not working. and I need to make my vs code as a new/fresh h...
0
2020-05-12T10:08:27
https://dev.to/ayaan911/please-reset-my-vs-code-as-a-new-bdn
I have issues in my vs code like prettier not working. and I need to make my vs code as a new/fresh how could I setup it. Please help me with that, please. #help
ayaan911
333,140
GitLab Details Sidebar
Why and how we created the GitLab Details Sidebar extension for both Chrome and Firefox. Th...
0
2020-05-12T10:23:53
https://dev.p.ota.to/post/gitlab-details-sidebar-4kmn2k4rgz7/
gitlab, opensource, workflow, chromeextension
Why and how we created the GitLab Details Sidebar extension for both [Chrome](https://chrome.google.com/webstore/detail/gitlab-details-sidebar/pmgjbjfdmgljhnnhhoccjgpabhgefnki) and [Firefox](https://addons.mozilla.org/en-US/firefox/addon/gitlab-details-sidebar/). ## The issue at hand Like many companies, at [Potato](...
mstrutt
333,148
How To Effectively Design Dark Mode For Mobile Apps in 2020?
These days, dark theme is one of the greatest trends in design and many well known brands like whatsa...
0
2020-05-12T10:41:31
https://dev.to/ltdsolace/how-to-effectively-design-dark-mode-for-mobile-apps-in-2020-580i
themes, darktheme, mobileapp, applications
These days, dark theme is one of the greatest trends in design and many well known brands like whatsapp, facebook, instagram, google have already implemented it. You may also be fond of it. If the this popular theme is implemented correctly, it has a lot of benefits such as- reading in low light is more easy, can lower...
ltdsolace
333,160
​Kill the back-end: Bring user-generated content to Jamstack with GitHub Actions
Static sites have been making a comeback these last few years. Deploying to a CDN is easy and cheap (...
0
2020-05-12T12:10:02
https://www.codegram.com/blog/kill-the-back-end-bring-user-generated-content-to-jamstack-with-github-actions/
showdev, webdev, jamstack, githubactions
--- title: ​Kill the back-end: Bring user-generated content to Jamstack with GitHub Actions published: true date: 2020-05-12 12:09:00 UTC tags: showdev, webdev, jamstack, githubactions canonical_url: https://www.codegram.com/blog/kill-the-back-end-bring-user-generated-content-to-jamstack-with-github-actions/ cover_imag...
pincfloit
333,218
[pt-BR] O que eh BEM e porque usar isso pra nomear HTML/CSS
Dia!!! Hoje eu vou traduzir um post que escrevi em inglês e foi bem popular aqui, então acho que...
0
2020-05-12T20:00:23
https://dev.to/feministech/pt-br-o-que-eh-bem-e-porque-usar-isso-pra-nomear-html-css-2m18
braziliandevs, webdev, html, css
Dia!!! Hoje eu vou traduzir um post que escrevi em inglês e foi bem popular aqui, então acho que minha galera BR merece atenção também Vou falar sobre uma ferramenta que eu uso pra desenvolver websites e deixa meu código mais bonitinho ao mesmo tempo que facilita minha vida... BEM! ##O que é BEM? BEM (Bloco, Elemen...
pachicodes
333,256
5 Key PSD to HTML Conversion Benefits for Businesses
Online businesses are setting new milestones every day that means more websites are required to cater...
0
2020-05-12T13:44:03
https://dev.to/garrysmith010/5-key-psd-to-html-conversion-benefits-for-businesses-5g0p
html, javascript, css
Online businesses are setting new milestones every day that means more websites are required to cater to the needs of ever-growing numbers of online buyers and users. Consequently, the process of creating websites has to be simplified to match the fast-growing demands for these websites. This simplification is clearly ...
garrysmith010
333,282
Dark theme in SQL Server Management Studio
Dark theme and me!🖤 I just love having dark theme for every tool and application I use on...
0
2020-05-12T14:27:00
https://dev.to/rishabk7/dark-theme-in-sql-server-management-studio-3jc7
sql, codenewbie, webdev, showdev
## Dark theme and me!🖤 I just love having dark theme for every tool and application I use on day to day basis, ranging from: VSCode, Notepad++ and Notion to Slack, Teams and Outlook. After switching between a lot of dark themes in VSCode, I finally settled for Dracula due to the number of applications it supports. So...
rishabk7
333,292
Matplotlib and data visualization
Data processing, analysis and visualization has become one of the most important applications of Pyth...
0
2020-05-12T14:39:03
https://dev.to/natamacm/matplotlib-and-data-visualization-4f34
python
Data processing, analysis and visualization has become one of the most important applications of <a href="https://python.org">Python</a> in recent years. Data visualization refers to presenting data as beautiful statistical charts and then further discovering the laws and hidden information contained in the data. Da...
natamacm
333,309
Jackson-js: Powerful JavaScript decorators to serialize/deserialize objects into JSON and vice versa (Part 1)
jackson-js is heavily inspired by the famous Java FasterXML/jackson library. It offers powerful JavaScript decorators to write and read JSON.
0
2020-05-13T16:02:49
https://itnext.io/jackson-js-powerful-javascript-decorators-to-serialize-deserialize-objects-into-json-and-vice-df952454cf
decorators, javascript, jsonparse, jsonstringify
--- title: Jackson-js: Powerful JavaScript decorators to serialize/deserialize objects into JSON and vice versa (Part 1) published: true description: jackson-js is heavily inspired by the famous Java FasterXML/jackson library. It offers powerful JavaScript decorators to write and read JSON. tags: decorators, javascript...
pichillilorenzo
333,379
Play2Earn - a gamer’s dream come true?
Do you still remember that day on which you were playing your favorite game and thought: „I wish some...
0
2020-05-12T16:02:49
https://medium.com/@cryptofangirl_10174/play-2-earn-a-gamers-dream-come-true-3de087f5516a
blockchain, play2earn, games, dapp
Do you still remember that day on which you were playing your favorite game and thought: „I wish somebody would pay me for what I’m doing here!“? I do. I was fantasizing about this a lot. The reality was sobering, however, and the idea vanished from my head - until the rise of crypto. Blockchain technology has breathe...
fangirlcrypto
333,456
Why Product thinking is essential for Developers and how to apply it?
While developing a software product, product thinking is really important. There is a significant amo...
0
2020-05-17T17:44:41
https://dev.to/megha_pathak_/why-product-thinking-is-essential-for-developers-and-how-to-apply-it-51la
product, dev, development, software
While developing a software product, product thinking is really important. There is a significant amount of considerations that must happen before an application reaches the market (and even if you are building a Personal Product/Project). Product thinking is a critical process we should take into account as a first ...
megha_pathak_
333,535
Extending the shutdown timeout setting to ensure graceful IHostedService shutdown
I was seeing an issue recently where our application wasn't running the StopAsync method in our IHo...
0
2020-05-31T17:11:44
https://andrewlock.net/extending-the-shutdown-timeout-setting-to-ensure-graceful-ihostedservice-shutdown/
aspnetcore, generichost, hostbuilder
--- title: Extending the shutdown timeout setting to ensure graceful IHostedService shutdown published: true date: 2020-05-12 10:00:00 UTC tags: ASP.NET Core,Generic Host,HostBuilder canonical_url: https://andrewlock.net/extending-the-shutdown-timeout-setting-to-ensure-graceful-ihostedservice-shutdown/ --- ![Extendin...
andrewlocknet
333,561
Gitcoin Hacking season
https://gitcoin.co/townsquare/?cb=ref:10666
6,609
2020-05-12T19:19:36
https://gitcoin.co/townsquare/?cb=ref:10666
javascript, career, css, python
https://gitcoin.co/townsquare/?cb=ref:10666
0x
333,614
Distributed tracing: how to propagate the context with Redis
Photo by Milestoned on flicker.com. Introduction During an application-monitoring worksho...
0
2020-05-17T13:34:22
https://medium.com/@mattia.capitanio/distributed-tracing-with-redis-4f59340b98c0
tracing, jaeger, observability, redis
Photo by [Milestoned](https://www.flickr.com/photos/baccharus/) on [flicker.com](https://www.flickr.com/photos/baccharus/5817342671/). ## Introduction During an application-monitoring workshop, I was introduced to the distributed tracing. I was immediately interested in that and I understood the potentiality that thi...
mattiacapitanio
333,628
Post Graduation, week 1
My trials and triumps in searching for my first software engineering role.
6,612
2020-05-12T23:02:20
https://dev.to/jbshipman/post-graduation-week-1-1blg
jobsearch, career, productivity, codenewbie
--- title: Post Graduation, week 1 published: true description: My trials and triumps in searching for my first software engineering role. tags: jobsearch, career, productivity, codenewbie series: Software Engineer Job Searching in a Pandemic cover_image: https://thumbs.dreamstime.com/z/job-search-concept-chart-keyword...
jbshipman
333,634
Building things to solve your own problems
How a simple script turned out to be useful for many.
0
2020-05-12T21:56:29
https://dev.to/mehedih_/building-things-to-solve-your-own-problems-108f
workflow, devworkflow, opensource, unsplash
--- title: Building things to solve your own problems published: true description: How a simple script turned out to be useful for many. tags: workflow, dev workflow, open-source, unsplash cover_image: https://dev-to-uploads.s3.amazonaws.com/i/nwtpzu4gq9s0p12jgxd3.png --- I have been planning to write a post like this...
mehedih_
333,653
How to use NestJS Config
This video quickly goes over how to use the nestjs config package for several common use cases....
0
2020-05-13T07:01:22
https://dev.to/kelvinmai/how-to-use-nestjs-config-450o
node, nestjs, typescript, config
{% youtube dZd9tZe5w3M %} This video quickly goes over how to use the nestjs config package for several common use cases.
kelvinmai
333,682
20 Tips For Learning to Code in 2020
Learning to code has been one of the most rewarding things I have ever done, but also one of the most...
0
2020-05-13T15:08:43
https://dev.to/jessicajades/20-tips-for-learning-to-code-in-2020-341i
beginners, codenewbie
Learning to code has been one of the most rewarding things I have ever done, but also one of the most difficult. Since a lot of people have some extra free time nowadays (thanks, quarantine), I thought I would share 20 of my tips for learning to code in 2020. ## 1. Start with free Learning to code is something very u...
jessicajades
333,786
What are the Differences Between IaaS, PaaS, and SaaS?
As a solutions architect, I talk regularly to developers and architects about IaaS, PaaS, and SaaS...
0
2020-05-21T06:26:19
https://solace.com/blog/differences-between-iaas-paas-saas/
paas, saas, iaas, managedservice
![](https://solace.com/wp-content/uploads/2017/04/DARK_How-to-Integrate-Cloud-and-On-Premise-Apps.png) As a solutions architect, I talk regularly to developers and architects about IaaS, PaaS, and SaaS. These terms, which are relatively new, can sometimes be confusing so I’d like to give a brief description of what ...
himanshugupta
334,078
Criando API Rest com Symfony + API Platform
Este é um post do meu blog onde escrevi detalhadamente sobre como criar uma API Rest com Symfony + AP...
0
2020-05-13T12:31:49
https://dev.to/romaopedro199/criando-api-rest-com-symfony-api-platform-1403
php, beginners, webdev
Este é um post do meu blog onde escrevi detalhadamente sobre como criar uma API Rest com Symfony + API Platform. https://romaopedro.com/artigos/symfony-criando-api-rest/
romaopedro199
334,115
taskwarrior with Python
Taskwarrior is Free and Open Source Software that manages your TODO listing from the command line. It...
0
2020-05-13T13:44:26
https://dev.to/natamacm/taskwarrior-with-python-261b
python
<a href="https://taskwarrior.org/">Taskwarrior</a> is Free and Open Source Software that manages your TODO listing from the command line. It is flexible, fast, and unobtrusive. It does its job then gets out of your way. ### Setup taskw You can use Taskwarrior from <a href="https://python.org">Python</a> using the mod...
natamacm
334,136
Forward arguments in shell
Optionally eating arguments, and passing the rest to the next process.
6,628
2020-05-13T14:16:00
https://derk-jan.com/2020/04/forward-in-shell
shell, bash, cli
--- title: Forward arguments in shell date: '2020-05-13T14:16:00Z' original_date: '2020-04-11T10:12:00Z' description: 'Optionally eating arguments, and passing the rest to the next process.' canonical_url: https://derk-jan.com/2020/04/forward-in-shell series: dj-weekly tags: shell, bash, cli published: true --- > Orig...
sleeplessbyte
334,139
Predicate (Programming logic)
A few words on boolean-valued functions
6,628
2020-06-03T12:38:46
https://derk-jan.com/2020/05/predicate/
tutorial, javascript, ruby, java
--- title: Predicate (Programming logic) original_date: '2020-05-07T02:47:00Z' description: 'A few words on boolean-valued functions' tags: tutorial, javascript, ruby, java series: dj-weekly canonical_url: https://derk-jan.com/2020/05/predicate/ published: true --- > Originally published at [derk-jan.com](https://derk...
sleeplessbyte
334,192
The Silver Hat on the Block
Fedora is a nice distro. It feels clean and snappy. I enjoyed using it before, but I have to give my...
6,631
2020-05-13T15:34:19
https://dev.to/redeving/the-silver-hat-on-the-block-4790
silverblue, podman, vscode, blockchain
Fedora is a nice distro. It feels clean and snappy. I enjoyed using it before, but I have to give my head a shake to remember the how. Things are quite different from the Ubuntu/Debian distros, at least as far as administration. DNF takes getting used to. And the Silverblue rpm-ostree is another aspect to think about. ...
redeving
335,651
Python type case demystified
Aren't you always bugged by review comments asking to rename a variable in the right casing? Or just...
0
2020-05-15T05:40:53
https://dev.to/varunvk/python-type-case-demystified-gl9
camel, pascal, snake, case
Aren't you always bugged by review comments asking to rename a variable in the right casing? Or just curious why all functions in python are in snake case? Well lets jot down all the cases we have and understand how and when we use it according to [PEP8 standard](https://www.python.org/dev/peps/pep-0008/). PEP8 standar...
varunvk
334,213
VS Code April 2020 Release Highlights Video
Highlights of some of the latest features found in the April 2020 release of Visual Studio Code.
5,455
2020-05-13T16:45:17
https://dev.to/azure/vs-code-april-2020-release-highlights-video-4e23
discuss, vscode, javascript, webdev
--- title: VS Code April 2020 Release Highlights Video published: true description: Highlights of some of the latest features found in the April 2020 release of Visual Studio Code. tags: discuss,vscode,javascript,webdev cover_image: https://dev-to-uploads.s3.amazonaws.com/i/wf7bbz2d32ybiunfebrd.png series: vscode-relea...
clarkio
334,225
CSS Annotations for Dynamic Styling
Consider this code: ... let css = ` content:"21:appGrid:columns";...
6,632
2020-05-13T16:24:13
https://dev.to/jwp/css-annotations-for-dynamic-styling-42d4
css, angular
Consider this code: ```typescript ... let css = ` content:"21:appGrid:columns"; display:grid; grid-template-columns: ${this.columns}; grid-column-gap: ${this.columnGap}; `; if(this.rows){ css = ` content: "28:appGrid:rows"; ...
jwp
334,245
Adding an RSS Feed To My Gatsby Site To Automatically Cross-share New Posts To DEV.to
Gatsby's plugin system makes adding and extending functionality SUPER easy. Today I set up an RSS f...
0
2020-05-13T17:15:05
https://mweeks.dev/blog/2020-05-13-adding-an-rss-feed-to-my-gatsby-site-to-automatically-cross-share-new-posts-to-dev-to/
--- title: Adding an RSS Feed To My Gatsby Site To Automatically Cross-share New Posts To DEV.to published: true date: 2020-05-13 12:51:19 UTC tags: canonical_url: https://mweeks.dev/blog/2020-05-13-adding-an-rss-feed-to-my-gatsby-site-to-automatically-cross-share-new-posts-to-dev-to/ cover_image: https://dev-to-uploa...
weeksling
334,260
Build a dashboard without a single line of code
With the astronomical amounts of data we have passing through the web and IoT devices at any given se...
0
2020-05-13T17:24:24
https://dev.to/poojamakes/build-a-dashboard-without-a-single-line-of-code-59me
javascript, node, opensource, ibmcloud
With the astronomical amounts of data we have passing through the web and IoT devices at any given second, it is critical now more than ever, that we have ways to visualize it. If you google how to do so, you will probably see more than 67 million results, however, from my perspective one of the easiest and intuitive w...
poojamakes
334,359
How to use Sass
When you get started in web development, like me, you look at other people's web projects and at some...
0
2020-05-13T20:31:06
https://dev.to/zenulabidin/how-to-use-sass-4cp6
css, webdev, codenewbie, tutorial
When you get started in web development, like me, you look at other people's web projects and at some point you must have noticed an `assets/` folder with a `sass/` subfolder in it. That folder contains all the Sass files. You must have also noticed a `css/` subfolder, containing one giant CSS file. And also like me, y...
zenulabidin
334,374
I created a website responsiveness tester
Hello Everyone, I created a tool to test website responsiveness. You can go to this link Click Here....
0
2020-05-14T06:37:42
https://dev.to/gkhan205/i-created-a-website-responsiveness-tester-1co8
showdev, html, react, codewithghazi
Hello Everyone, I created a tool to test website responsiveness. You can go to this link [Click Here](https://codewithghazi.com/tools). You will get multiple devices to select and check your website responsiveness.
gkhan205
334,405
Do you know what a virtual list is?
One of first learning segments I am working on is about virtual lists, what they are, why we use them...
0
2020-05-13T21:09:35
https://dev.to/rtorr/do-you-know-what-a-virtual-list-is-2e4e
javascript, typescript, programming, algorithms
--- title: Do you know what a virtual list is? published: true description: tags: javascript, typescript, programming, algorithms --- One of first learning segments I am working on is about virtual lists, what they are, why we use them, and how to create your own from scratch! Before we can get to building somethi...
rtorr
334,458
What is the best open source oauth platform?
I would prefer something I can run locally and in a docker container, but I will definitely consider...
0
2020-05-13T22:59:16
https://dev.to/fultonbrowne/what-is-the-best-open-source-oauth-platform-2ja7
discuss, help, healthydebate
I would prefer something I can run locally and in a docker container, but I will definitely consider cloud based provider. Just for background I have been using azure b2c so I do need something user facing. Any input would be awesome :]
fultonbrowne
334,471
Create your startup’s website on the Jamstack with Gatsby.js, TakeShape, and Netlify
Use TakeShape's starter projects to get up and running in minutes with a Gatsby.js site on Netlify
0
2020-05-14T14:02:40
https://www.takeshape.io/articles/create-your-startups-website-on-the-jamstack-with-gatsby-js-takeshape-and-netlify/
webdev, tutorial, jamstack, gatsby
--- title: Create your startup’s website on the Jamstack with Gatsby.js, TakeShape, and Netlify published: true description: Use TakeShape's starter projects to get up and running in minutes with a Gatsby.js site on Netlify tags: webdev, tutorial, jamstack, gatsby canonical_url: https://www.takeshape.io/articles/create...
colbyfayock
334,474
Deno 1.0 is out!
Deno @deno_land...
0
2020-05-14T00:13:56
https://dev.to/wobsoriano/deno-1-0-is-out-10p7
javascript, deno, news
{% twitter 1260701643311583234 %} ## Disclaimer **Don't panic**. Node isn't going anywhere. ## What is Deno? From [deno.land](https://deno.land/): Deno is a simple, modern and secure runtime for JavaScript and TypeScript that uses V8 and is built in Rust. - Secure by default. No file, network, or environment acce...
wobsoriano
334,520
How To Build A Drop-in Video Chat Application Using Android
Many cities and states have been under lockdown since the outbreak of the coronavirus epidemic. Durin...
0
2020-05-14T01:35:39
https://dev.to/ysc1995/how-to-build-a-drop-in-video-chat-application-using-android-1p5o
android, agoraio, videocall, java
Many cities and states have been under lockdown since the outbreak of the coronavirus epidemic. During this difficult time, we’re all looking for new ways to stay connected and support each other. This is when social networking applications such as [Houseparty](https://play.google.com/store/apps/details?id=com.herzick....
ysc1995
334,529
Launching the Big O Visualizer
Last month I launched the Big O(omicron) Visualizer on https://omi.cr. This tool provides a framework...
6,643
2020-05-14T02:15:54
https://omi.cr/its-a-launch
computerscience, react, typescript
Last month I launched the Big O(omicron) Visualizer on [https://omi.cr](https://omi.cr). This tool provides a framework for analyzing the performance of algorithms by making its run time complexity visual in an appealing graph. ![Time complexity of sorting algorithms on a random list of numbers](https://dev-to-uploads...
devillers
334,537
“RxJS Cheatsheet” VS Code extension
This post was originally published on my blog. So, I’m back with another VS Code extension! 🚀 I’...
0
2020-05-18T14:21:43
https://dzhavat.github.io/2020/05/18/rxjs-cheatsheet-vs-code-extension.html
rxjs, vscode, cheatsheet, showdev
This post was originally published on [my blog](https://dzhavat.github.io/2020/05/18/rxjs-cheatsheet-vs-code-extension.html). --- So, I’m back with another VS Code extension! 🚀 I’m really excited to share [“RxJS Cheatsheet”](https://marketplace.visualstudio.com/items?itemName=dzhavat.rxjs-cheatsheet). 🎉 Here’s a ...
dzhavat
334,675
Integrated Ruby GUI day two: I guess I'm doing this
This project keeps me up at night. I keep thinking of all the possibilities and how to proceed. A lit...
6,645
2020-05-14T08:14:14
https://dev.to/roryo/integrated-ruby-gui-day-two-i-guess-i-m-doing-this-2elk
ruby, computerscience, motivation, sideprojects
This project keeps me up at night. I keep thinking of all the possibilities and how to proceed. A little experiment turned into an obsession. I'll provide a view of the work log of an obsession. {% youtube yqx7z3frG88 %} Have a basic class and method browser up and going. It's live and here I play around with infamou...
roryo
334,676
Docker
Original Reference https://docs.docker.com/engine/reference/commandline/docker/ ...
20,681
2020-05-14T08:08:15
https://dev.to/ssmak/cheatsheet-of-docker-di2
cheatsheet, docker
#### *Original Reference* *https://docs.docker.com/engine/reference/commandline/docker/* # General Management ``` bash # show both docker client and server version docker version ``` ``` bash # show docker version docker -v ``` ``` bash # show currently running containers docker ps ``` <hr /> # Image Management ``` ba...
ssmak
335,971
Multi DRP Client .Net
Release Binaries are available in AppCenter https://install.appcenter.ms/users/jaysondraga...
0
2020-05-15T13:47:55
https://dev.to/jarafpv/multi-drp-client-net-20ii
rdp, csharp, winforms
# Release Binaries are available in AppCenter [https://install.appcenter.ms/users/jaysondragasa-outlook.com/apps/multirdpclient.net/distribution_groups/public](https://install.appcenter.ms/users/jaysondragasa-outlook.com/apps/multirdpclient.net/distribution_groups/public) # Source [https://github.com/jaysonragas...
jarafpv
334,703
Deno - why all the buzz?
If you follow the world of Web Development, you might have been recently hearing a lot about Deno -...
0
2020-05-14T09:02:35
https://areknawo.com/deno-why-all-the-buzz/
webdev, javascript, typescript, node
If you follow the world of Web Development, you might have been recently hearing a lot about [Deno](https://deno.land/) - a new **JavaScript runtime** that might as well be considered a spiritual successor to Node.js. But what does it even mean, do we need "the next Node.js" and what's all the buzz about? # What's...
areknawo
334,755
Popular Web Animations with PIXI.js
The trend Starting in 2018 and growing in popularity in 2019, the trend of “liquified” ima...
0
2020-05-18T16:17:31
https://dev.to/bornfightcompany/popular-web-animations-with-pixi-js-156p
engineeringmonday, pixijs, webgl, animations
--- title: Popular Web Animations with PIXI.js published: true description: cover_image: https://github.com/bornfight/pixi.js-playground/raw/master/static/ui/pixi-playground-cover.jpg tags: engineeringmonday, PIXI.js, webGl, animations --- ##The trend Starting in 2018 and growing in popularity in 2019, the trend of “...
karlovidek
334,792
A Complete Guide to Running a Full-Stack Angular Application in a Monorepo
In the current software development era, multiple teams work on numerous projects. We need to store t...
0
2020-05-15T13:20:39
https://www.syncfusion.com/blogs/post/a-complete-guide-to-running-a-full-stack-angular-application-in-a-monorepo.aspx
angular, webdev, productivity
--- title: A Complete Guide to Running a Full-Stack Angular Application in a Monorepo published: true date: 2020-05-14 10:00:01 UTC tags: angular, webdev, productivity canonical_url: https://www.syncfusion.com/blogs/post/a-complete-guide-to-running-a-full-stack-angular-application-in-a-monorepo.aspx cover_image: https:...
sureshmohan
334,819
4 Best Online Collaboration Tools For Remote-Teams
If you are looking to improve business processes and workflows, a great starting point is online docu...
0
2020-05-14T12:30:39
https://blog.bit.ai/best-online-collaboration-tools/
productivity, collaboration, webdev
If you are looking to improve business processes and workflows, a great starting point is online document collaboration! And, one way to boost the whole process is by using a collaboration tool. [Online collaboration tool](https://blog.bit.ai/best-online-collaboration-tools/) makes it easy for companies to simultaneou...
snigdhamathur97
334,833
Deploying Fast and Secure Web App on AWS — Part 2a
A story of a more efficient way to deploy web applications
0
2020-05-14T12:46:58
https://dev.to/nimboya/deploying-fast-and-secure-web-app-on-aws-part-2a-292n
serverless, aws, webhosting, cloudcomputing
--- title: Deploying Fast and Secure Web App on AWS — Part 2a published: true description: A story of a more efficient way to deploy web applications tags: serverless, aws, web hosting, cloudcomputing cover_image: https://dev-to-uploads.s3.amazonaws.com/i/2qiloo8v6t06l3jzpkwt.png --- We have spent the last two part of...
nimboya
334,843
Vertical Animated Cutout Navigation
A post by Brookes
0
2020-05-14T13:03:12
https://dev.to/brookesb91/vertical-animated-cutout-navigation-36mk
codepen, showdev, webdev, css
--- title: Vertical Animated Cutout Navigation published: true tags: codepen, showdev, webdev, css --- {% codepen https://codepen.io/brookesb91/pen/eYpLZJd %}
brookesb91
334,864
Announcing the ReactEurope Remote Hackathon 2020
We're super excited to announce the ReactEurope Remote Hackathon 2020. Because it is remote, we wi...
0
2020-05-14T13:25:50
https://dev.to/reacteurope/announcing-the-reacteurope-remote-hackathon-2020-50pk
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/d9gxkykv8mhhyep2cjmp.png) We're super excited to announce the ReactEurope Remote Hackathon 2020. Because it is remote, we will be able to run it for a few days to let you write quality projects. It will start on Sunday 17th May at 11am until Wednesday 20th 6pm Pa...
reacteurope
334,873
How about an AWS Lambda Spot with 70% savings?
Would you enjoy having a Spot version of Lambda serverless functions with 70% savings? Like and share this article to spark a discussion around it
0
2020-05-14T13:39:38
https://dev.to/byrro/how-about-an-aws-lambda-spot-with-70-savings-50ap
aws, awslambda, serverless
--- title: How about an AWS Lambda Spot with 70% savings? published: true description: Would you enjoy having a Spot version of Lambda serverless functions with 70% savings? Like and share this article to spark a discussion around it tags: aws, aws-lambda, serverless --- A couple of days ago I published this tweet: {...
byrro
334,911
Code is beautiful
Today's post will be a bit different. First of all because, at the end of the article, we will have t...
0
2020-05-15T06:58:14
https://dev.to/rafipanoyan/code-is-beautiful-105p
codequality, haskell, kotlin, clojure
Today's post will be a bit different. First of all because, at the end of the article, we will have the opportunity to share some code. Then because we won't talk about technical details of a specific programming language, instead we will take a step back and look at the *shape* of what we write everyday. ## Why do w...
rafipanoyan
334,980
Fork Me! FCC: Test Suite Template
A post by Mazi Iheanacho
0
2020-05-14T16:22:37
https://dev.to/iheanx/fork-me-fcc-test-suite-template-ae7
codepen
{% codepen https://codepen.io/Ihenx/pen/mdeKqzM %}
iheanx
335,019
Digging into a few callbacks and how you can obtain more information about an event
I list some callbacks, what can be done with them and how you can obtain more information about an event.
6,334
2020-05-15T08:29:25
https://dev.to/gabbersepp/digging-into-a-few-callbacks-and-how-you-can-obtain-more-information-about-an-event-2b3m
dotnet, debug, tutorial, cpp
--- published: true title: "Digging into a few callbacks and how you can obtain more information about an event" description: "I list some callbacks, what can be done with them and how you can obtain more information about an event." tags: dotnet, debug, tutorial, cpp series: Net-Profiler canonical_url: --- # A few ca...
gabbersepp
335,021
Fish Shell + Deno | Command Line
TLDR; This is a short tutorial on how to set up and use Deno with the Fish shell. NOTE: I am...
0
2020-05-14T17:35:15
https://dev.to/davidcreador/fish-shell-deno-command-line-28nk
deno, fish, Commandline, software
### TLDR; This is a short tutorial on how to set up and use Deno with the Fish shell. NOTE: I am using a Macbook, I am not sure how to fix it on other OS. Today, I wanted to try Deno for the first time, but I also use Fish as my main shell for the Command Line and I got this error after executing `deno` `fish: Unknow...
davidcreador
335,103
From Promise chains to Async/Await
When writing JavaScript, we often have to deal with tasks that rely on other tasks. Thus, we end up w...
0
2020-05-14T19:39:56
https://dev.to/carter/from-promise-chains-to-async-await-5f6h
javascript, webdev, codenewbie
When writing JavaScript, we often have to deal with tasks that rely on other tasks. Thus, we end up with many nested callback functions that are dependent on previous callback functions. This is often referred to as __callback hell__. Luckily, we now got something called **Promises** to help us out. ## What are Promi...
carter
335,168
📸 Kotlin Photo Contest - Thank you for your submissions! 🎉
Two weeks ago I kicked off the 📸 The Kotlin Royalty-free Photo Contest. Back then, if you wanted a Ko...
0
2020-05-15T10:01:41
https://dev.to/mreichelt/kotlin-photo-contest-thank-you-for-your-submissions-of3
kotlin, photos, unsplash
Two weeks ago I kicked off the [📸 The Kotlin Royalty-free Photo Contest](https://dev.to/mreichelt/the-kotlin-loyalty-free-photo-contest-4ec0). Back then, if you wanted a Kotlin photo for your Kotlin blog post or your new presentation, you were left on your own. Not any more! I want to give a huge applause to the 3 con...
mreichelt
335,523
Observables are promises on steroids
I am using observable-fns (which can also work with threads.js). Not sure how powerful RxJS and RxJav...
0
2020-05-15T01:35:46
https://dev.to/patarapolw/observables-are-promises-on-steroids-277k
javascript, observable, typescript, sqlite
I am using [observable-fns](https://github.com/andywer/observable-fns) (which can also work with [threads.js](https://threads.js.org/)). Not sure how powerful [RxJS](https://github.com/ReactiveX/rxjs) and [RxJava](https://github.com/ReactiveX/RxJava) can be... Still missing one important feature though, cancellability...
patarapolw
335,556
Getting started with a legacy Rails application
There's a good chance that your next Rails job will involve working with an existing application. Here's how I've recently gone about learning several new-to-me codebases.
0
2020-05-15T03:21:52
https://dev.to/ruralocity/getting-started-with-a-legacy-rails-application-1gfh
rails, railsrescue, legacy
--- title: "Getting started with a legacy Rails application" published: true description: "There's a good chance that your next Rails job will involve working with an existing application. Here's how I've recently gone about learning several new-to-me codebases." tags: rubyonrails,rails,rails-rescue,legacy --- ![Rusty...
ruralocity
335,694
Chrome Screenshot Specific Element
Did you know Chrome developer console comes with a whole hidden Command menu? Well, I didn't know ti...
0
2020-05-15T06:39:59
https://daily-dev-tips.com/posts/chrome-screenshot-specific-element/
chrome, screenshot, devtools
Did you know Chrome developer console comes with a whole hidden Command menu? Well, I didn't know till a while ago, and it comes packed with cool features. Today we are looking into making a screenshot of a specific element with it. ## How to Screenshot a specific element - Inspect the element you wish to screensho...
dailydevtips1
335,732
LeetCode: Implement Trie (Prefix Tree)
Day 14, 14.05.2020
6,459
2020-05-15T07:46:36
https://dev.to/aroup/leetcode-implement-trie-prefix-tree-426c
leetcode, datastructures, algorithms
--- title: LeetCode: Implement Trie (Prefix Tree) published: true description: Day 14, 14.05.2020 tags: leetcode, datastructures, algorithms, leetcode series: LeetCode May Challenge --- ### Problem statement Implement a trie with `insert`, `search`, and `startsWith` methods. **Example:** ``` Trie trie = new Trie();...
aroup
335,743
Low-code For Payroll Software Development
The payroll system is often the most complicated piece of software in a company. Its complexity is du...
0
2020-05-15T08:25:39
https://dev.to/1cdevteam/low-code-for-payroll-software-development-1c61
programming, lowcode, tutorial, 1c
The payroll system is often the most complicated piece of software in a company. Its complexity is due to the periodic calculations that distinguish payroll from other business application tasks. It is periodic calculations that make it challenging to build payroll software without low-level programming. Nevertheless, ...
1cdevteam
335,767
Would you translate technical terms in non-English interview?
This post is targeted mostly on people living outside English speaking countries, but everyone could...
0
2020-05-15T08:49:55
https://dev.to/madza/would-you-translate-technical-terms-in-non-english-interview-4p7k
discuss, webdev, career
--- title: Would you translate technical terms in non-English interview? published: true description: tags: discuss, webdev, career cover_image: https://dev-to-uploads.s3.amazonaws.com/i/29h0qdngegfzn9n9rnn4.jpg --- This post is targeted mostly on people living outside English speaking countries, but everyone could gi...
madza
335,786
Taming Puppetserver 6 Pt II: Garbage Collection
PuppetServer can be spending a lot of time doing gargage collection, which impacts its performance
6,697
2020-05-15T10:49:37
https://dev.to/camptocamp-ops/taming-puppetserver-6-pt-ii-garbage-collection-2oh2
puppet, observability, java, garbagecollection
--- title: Taming Puppetserver 6 Pt II: Garbage Collection published: true description: PuppetServer can be spending a lot of time doing gargage collection, which impacts its performance tags: puppet, observability, java, garbagecollection series: Puppet Infrastructure Performance cover_image: https://dev-to-uploads.s3...
raphink
335,884
Mastering the JavaScript Reduce method ✂️
JavaScript roughly has 30 built-in methods for manipulating arrays. Chances are that you are probably...
0
2020-05-15T12:05:33
https://dev.to/sanderdebr/mastering-the-javascript-reduce-method-2foj
javascript
JavaScript roughly has 30 built-in methods for manipulating arrays. Chances are that you are probably using `map()`, `filter()` or e.g. `forEach()` quite often. But how often do you use the `reduce()` method? The reduce method is, in my opinion, **the most powerful array method of JavaScript**. For me it was unclear ...
sanderdebr
335,897
ERP-Application Python example database integration with postgreSQL Open Source Project
Pandora Download link: https://github.com/DirkJanJansen/Pandora ERP Applicatio...
0
2020-05-15T11:40:35
https://dev.to/dirkjanjansen/erp-application-python-example-database-integration-with-postgresql-3l32
python, pyqt5, postgres, erp
# Pandora Download link: https://github.com/DirkJanJansen/Pandora ![Pandora Basket Screenshot](https://github.com/DirkJanJansen/Pandora/raw/master/Installation/Screenshots/Change-Basket.png "Pandora Basket Screenshot") # ERP Application in PyQt5 and PostgreSQL relational database system. Python3 powered. Interf...
dirkjanjansen
335,925
Fix QuickBooks Error Code 15215 with Easy Solutions
Different error codes occur in the accounting software when a user tries to update it to the latest e...
0
2020-05-15T12:32:34
https://dev.to/caddarim67/fix-quickbooks-error-code-15215-with-easy-solutions-2oln
quickbookspointofsale, quickbooksdesktopservice, quickbooksenterprisesolutions
Different error codes occur in the accounting software when a user tries to update it to the latest edition. The error code 15215 on QuickBooks is also related to the update of the accounting software. Possible causes behind the occurrence of error code 15215 includes partial installation of the software and issues in...
caddarim67
335,960
🍺 飲んでdenoいじってみた
nodejsの代わりになるのか?!deno(ディーノ) $ brew install deno $ deno -V deno 1.0.0 Enter fullscreen mode ...
0
2020-05-15T13:24:08
https://dev.to/dongri/deno-2gpj
deno, node
--- title: 🍺 飲んでdenoいじってみた published: true description: tags: deno, nodejs --- nodejsの代わりになるのか?!deno(ディーノ) ``` $ brew install deno $ deno -V deno 1.0.0 ``` ## Welcome ``` $ deno run https://deno.land/std/examples/welcome.ts Welcome to Deno 🦕 ``` url先見てみると `console.log("Welcome to Deno 🦕");` ## Web server ``` $ v...
dongri
335,965
What is so great about Golang?
Golang is great for creating network services or microservices. It lets you “get-stuff-done”. If yo...
0
2020-05-15T13:33:43
https://dev.to/threadspeed/what-is-so-great-about-golang-42ah
go
Golang is great for creating network services or microservices. It lets you “get-stuff-done”. If you’re already familiar with other C-derived languages (Java, Obj-C) then it's <a href="https://golangr.com/">easy to learn</a>. An experienced programmer can pick up the basics of Go in a short period of time. Concurre...
threadspeed
339,408
Things I found most exciting today for Microsoft Build 2020
I did my best to participate in Microsoft Build today. It was rough trying to work and pay attention....
0
2020-05-20T01:27:37
https://dev.to/heytimapple/things-i-found-most-exciting-today-for-microsoft-build-2020-33m0
microsoft, wsl, github
I did my best to participate in [Microsoft Build](https://mybuild.microsoft.com/home?t=%257B%2522from%2522%253A%25222020-05-19T08%253A30%253A00-05%253A00%2522%252C%2522to%2522%253A%25222020-05-21T19%253A00%253A00-05%253A00%2522%257D) today. It was rough trying to work and pay attention. But I picked up on a few really ...
heytimapple
339,440
Thay da ghế massage cần phải lưu ý những gì?
“Thay da ghế massage cần phải lưu ý những gì?” là câu hỏi được rất nhiều người quan tâm khi gặp phải...
0
2020-05-20T03:13:02
https://dev.to/maytapthethao/thay-da-gh-massage-c-n-ph-i-l-u-y-nh-ng-gi-2i6n
ghemassge, maytapthethao
<p dir="ltr"><em>&ldquo;Thay da </em><a href="https://maytapthethao.com.vn/ghe-massage.html" style="text-decoration-line: none;"><em>ghế massage</em></a><em> cần phải lưu ý những gì?&rdquo; là câu hỏi được rất nhiều người quan tâm khi gặp phải tình trạng da ghế massage hư hỏng và cần thay thế bằng các tấm da mới. Nếu b...
maytapthethao
339,464
What is hydration?
What is hydration?
0
2020-05-20T04:19:05
https://dev.to/limxingzhi/what-is-hydration-150i
discuss
--- title: What is hydration? published: true description: What is hydration? tags: discuss --- I came across the term "hydration" while reading up on redux. What is the difference between hydration and serialization + parsing?
limxingzhi
339,469
Amazoing
Amazoing https://github.com/APCS4/amazoing This was an APCS A project...
0
2020-05-20T04:26:23
https://dev.to/pdimagiba/amazoing-4lln
octograd2020
[Comment]: # (All of this is placeholder text. Use this format or any other format of your choosing to best describe your project and experience.) [Note]: # (If you used the GitHub Student Developer Pack on your project, add the "#githubsdp" tag above. We’d also love to know which services you used and how you used it...
pdimagiba