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
285,337
Top Five Highest Paying Bitcoin Faucets 2020
If you are into crypto, then you must be aware of many ways to earn Bitcoins and Altcoins. While buyi...
0
2020-03-21T06:38:06
https://dev.to/cryptoknowmics/top-five-highest-paying-bitcoin-faucets-2020-4201
If you are into crypto, then you must be aware of many ways to earn Bitcoins and Altcoins. While buying cryptocurrencies directly from an exchange or the seller through the Exchange is the best-known way to get Bitcoins, there are alternatives that are not only cheap but easy too. As you already know that earning profi...
cryptoknowmics
285,384
What I did not steal from Perl 6
I’m curious about programming languages. Not because I’m creating one right now. I always was. This p...
0
2020-03-29T07:16:37
https://ilya-sher.org/2018/09/10/what-i-did-not-steal-from-perl-6/
ngs, programming, perl, perl6
--- title: What I did not steal from Perl 6 published: true date: 2018-09-10 06:50:53 UTC tags: NGS,Programming,perl,perl6 canonical_url: https://ilya-sher.org/2018/09/10/what-i-did-not-steal-from-perl-6/ --- I’m curious about programming languages. Not because I’m creating one right now. I always was. This post is ab...
ilya_sher_prog
285,511
Binary Encoding of Integer
Warning: I don't want to fix those LaTeX formulae anymore, go to...
0
2020-03-21T16:31:24
https://dannypsnl.github.io/docs/cs/binary-encoding-of-interger/
fundamental
--- title: Binary Encoding of Integer published: true date: 2020-03-21 00:00:00 UTC tags: fundamental canonical_url: https://dannypsnl.github.io/docs/cs/binary-encoding-of-interger/ --- Warning: I don't want to fix those LaTeX formulae anymore, go to https://dannypsnl.github.io/docs/cs/binary-encoding-of-interger/ if ...
dannypsnl
285,522
Introduction to gossip/epidemic protocol and memberlist
Introduction At the time of writing this article, we have an ongoing pandemic in the world...
0
2020-03-21T16:39:19
https://dev.to/satrobit/introduction-to-gossip-epidemic-protocol-and-memberlist-59f1
decentralization, clustering, computerscience
--- title: Introduction to gossip/epidemic protocol and memberlist published: true date: 2020-03-21 16:24:27 UTC tags: decentralization,clustering,computerscience canonical_url: --- ### Introduction At the time of writing this article, we have an ongoing pandemic in the world called COVID-19. We’ve seen how pandemic...
satrobit
285,527
Using Descriptors and Decorators to Create class-only Methods in Python
I ran across a post asking how you can create class-only methods in Python. A class-only method...
0
2020-03-28T11:01:02
https://fronkan.hashnode.dev/using-descriptors-and-decorators-to-create-class-only-methods-in-python
python, tutorial, programming, problemsolving
I ran across a post asking how you can create class-only methods in Python. A class-only method should only be callable as a static method and not work from an instance of the class. I think this is quite a niche feature, but it is a neat example of how to implement a simple descriptor. Spoiler, the cover-image is the ...
fronkan
285,559
What are github actions
I have been diving deep into Github actions for about a month now and they are wicked good! They all...
5,681
2020-03-23T05:00:17
https://waylonwalker.com/blog/what-are-github-actions/
productivity, devops, github
I have been diving deep into Github actions for about a month now and they are wicked good! They allow you to run any sort of arbitrary code based on events in your repo, webhooks, or schedules. They are very reasonably priced. The interface that GitHub hs developed for them is top-notch! It's so good I have done ...
waylonwalker
285,606
A Guide To Magento 2 Theme Development
The theme is a component of Magento 2 which gives a consistent look and feel to your whole store. It...
0
2020-03-21T20:14:15
https://dev.to/stephanieboldt/a-guide-to-magento-2-theme-development-1f92
magento, theme
The theme is a component of Magento 2 which gives a consistent look and feel to your whole store. It provides an improved look to areas like Magento 2 Admin and Storefront by utilizing a combination of custom templates, designs, styles or images development. In Magento 2, there are no restrictions on using the Luma th...
stephanieboldt
285,618
Primeiros passos com o editor Vi parte: 1
Recentemente, eu vi que tinha que aprender a usar o editor vi, pois estava editando arquivos grandes...
0
2020-03-21T21:11:20
https://dev.to/renato_zero6/primeiros-passos-com-o-editor-vi-parte-1-5fa7
Recentemente, eu vi que tinha que aprender a usar o editor vi, pois estava editando arquivos grandes com o nano e como só tinha o bom e velho terminal para editar esses arquivos e estava com muitas dificuldades porque editar arquivos grandes ou o nano se torna mais difícil , entre outros problemas. Vamos começar com a...
renato_zero6
285,659
Introducing the SolidJS UI Library
SolidJS is a declarative UI library for building web applications, much like React, Angular, or Vue....
0
2020-03-26T02:22:49
https://dev.to/ryansolid/introducing-the-solidjs-ui-library-4mck
webdev, javascript, solidjs, reactive
[SolidJS](https://github.com/solidjs/solid) is a declarative UI library for building web applications, much like React, Angular, or Vue. It is built using brutally efficient fine-grained reactivity(No Virtual DOM), an ephemeral component model, and the full expressiveness of JavaScript(TypeScript) and JSX. While unders...
ryansolid
285,661
Gaming Survey
This is a survey form, and it is considered my second project and challenge in freeCodeCamp.
0
2020-03-21T22:19:39
https://dev.to/momenahmedarabi/momen-survey-form-2p4k
codepen
<p>This is a survey form, and it is considered my second project and challenge in freeCodeCamp.</p> {% codepen https://codepen.io/momenarabi/pen/PoqBMvj %}
momenahmedarabi
285,667
Suppressing Ruby 2.7.0 warnings in RubyMine and zsh/bash
Hi all. If you've already decided to use Ruby 2.7.0 you may struggle with warnings like this one: /...
0
2020-03-21T22:56:43
https://dev.to/woto/suppressing-ruby-2-7-0-warnings-in-rubymine-and-zsh-4kod
ruby, rubymine, zsh, rails
Hi all. If you've already decided to use Ruby 2.7.0 you may struggle with warnings like this one: ``` /Users/r.kornev/.rbenv/versions/2.7.0/lib/ruby/gems/2.7.0/gems/actionpack-6.0.2.2/lib/action_dispatch/middleware/stack.rb:37: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be ad...
woto
285,672
My One-Man Hackathon Session
Last week I got an email for a telephone interview for my first full-time software engineering job. T...
0
2020-03-21T23:20:15
https://dev.to/pokgak/my-one-man-hackathon-session-f84
vue, javascript
Last week I got an email for a telephone interview for my first full-time software engineering job. The shop uses mainly Vue.js and Laravel. I only had brief contact with Frontend programming using Angular 4 and Typescript during one of my internships before. Being overprepared that I am, this weekend, I wrote a simple...
pokgak
285,676
Code like a Fullstack girl updates #1
Hi, everyone! I came back with a new post just to talk to you about my new hobby in quarantine: lear...
0
2020-03-21T23:39:52
https://dev.to/linasdias/code-like-a-fullstack-girl-updates-1-mh0
codenewbie, codequality, node, javascript
Hi, everyone! I came back with a new post just to talk to you about my new hobby in quarantine: learning! By the moment I posted this on my Portuguese blog, I had 7 certificates, and I wanted 10. At first, I thought I was going to do 7 a day and end it in 3 days, but as I saw that it looked humanly impossible, I deci...
linasdias
293,356
Intro to TypeScript
Introduction to TypeScript The Basics TypeScript is a superset of JavaScript. T...
0
2020-03-29T19:44:49
https://dev.to/racheladaw/intro-to-typescript-4d8k
typescript, javascript, beginners
# Introduction to TypeScript ### The Basics TypeScript is a superset of JavaScript. This open-source language builds upon JavaScript and adds new features which are advantageous to developers. It was developed by Microsoft and first released to the public in 2012. TypeScript can't be executed by browsers or other Jav...
racheladaw
293,367
My COVID-proof /etc/hosts file
Dusting off the OG site blocking app: /etc/hosts
0
2020-03-27T18:20:13
https://dev.to/brettimus/my-covid-proof-etc-hosts-file-5c6k
focus, coronavirus
--- title: My COVID-proof /etc/hosts file published: true description: Dusting off the OG site blocking app: /etc/hosts tags: focus, coronavirus --- There's a point at which the news ceases to serve you, and only feeds the part of your brain that wants to reduce uncertainty. I have reached that point. Unfortunately...
brettimus
293,451
Know more about function in JavaScript
Hello everyone, I met a problem in this case. I try to execute the "call" function by involving anoth...
0
2020-03-27T22:28:56
https://dev.to/codingtheworld777/know-more-about-function-in-javascript-1blp
javascript, help
Hello everyone, I met a problem in this case. I try to execute the "call" function by involving another function (in this case "question". In "question", I want to call the "call" function inside "question" to get the finally result that is "Hello" + name, but it didn't work and when I add "return" before the line "ca...
codingtheworld777
293,461
Rust WebAssembly and AppRun
This post describes how to create a WebAssembly package using Rust and use it in the applications
0
2020-03-30T15:32:10
https://dev.to/yysun/rust-webassembly-and-apprun-3bei
apprun, rust, webassembly, javascript
--- title: Rust WebAssembly and AppRun published: true description: This post describes how to create a WebAssembly package using Rust and use it in the applications tags: #apprun #rust #webassembly #javascript --- ## Introduction [WebAssembly](https://webassembly.org/) has many different definitions on the Internet. ...
yysun
293,477
Reverse Proxy MS SQL with Nginx
Used Nginx reverse proxy to access remote database over VPN
0
2020-03-28T00:27:58
https://dev.to/jordonr/reverse-proxy-ms-sql-with-nginx-3e90
mssql, nginx, linux
--- title: Reverse Proxy MS SQL with Nginx published: true description: Used Nginx reverse proxy to access remote database over VPN tags: #MSSQL #nginx #linux --- Hey it's my first post! Did something nifty today to work around a technical issue I ran into while trying to do my job. With the COVID-19 thing, I am wor...
jordonr
293,532
Heroku: Go with MySQL Notes
Deploying a Go web application backed with a MySQL data store
0
2020-03-28T03:12:51
https://johnalcher.me/2020/heroku-go-mysql-notes/
go, heroku, mysql
--- layout: post title: "Heroku: Go with MySQL Notes" comments: false slug: heroku-go-mysql-notes description: "Deploying a Go web application backed with a MySQL data store" categories: [heroku, go, mysql] keywords: "heroku, go, mysql, cleardb" author: John Alcher tags: Go, Heroku, MySQL cover: https://www1.assets.her...
alchermd
293,537
The Ember Times - Issue No. 141
👋 Emberistas! 🐹 Yehuda's Octane Tutorial 🔥, a quick tip for refactoring your templates 📑, dive into...
2,173
2020-03-28T03:44:42
https://blog.emberjs.com/2020/03/27/the-ember-times-issue-141.html
ember, javascript, webdev
👋 Emberistas! 🐹 Yehuda's Octane Tutorial 🔥, a quick tip for refactoring your templates 📑, dive into angle and curly bracket invocations 🔍, easier porting of websites with Percy ✨, Feeder Corona Dashboard 📰, track JavaScript's built-in classes 💯, Ember autostash modifier 💾, read about how to use a ember-templat...
embertimes
304,240
XPath Tool Introduction
To help you get started working with XPath, this section will help you to build a basic understanding...
0
2020-04-10T06:16:20
https://dev.to/fooooopng/xpath-tool-introduction-151j
webscraping, xpath, html
To help you get started working with XPath, this section will help you to build a basic understanding of XPath quickly and introduce its application in the web scraping tool, Octoparse. **Table of content:** 1. What is XPath? 2. How to write an XPath? 3. What is Octoparse XPath Tool? **1. What is XPath?** XPath(XM...
fooooopng
293,623
How to Easily use GRPC and Protocol Buffers with NodeJS
How to Easily use GRPC and Protocol Buffers with NodeJS
5,706
2020-03-28T14:35:51
https://adityasridhar.com/posts/how-to-easily-use-grpc-and-protocol-buffers-with-nodejs
beginners, javascript, node, grpc
--- title: "How to Easily use GRPC and Protocol Buffers with NodeJS" description: "How to Easily use GRPC and Protocol Buffers with NodeJS" published : true tags : beginner, javascript, nodejs, grpc cover_image: https://dev-to-uploads.s3.amazonaws.com/i/kbckeo70rre4urj87zq4.jpg canonical_url: https://adityasridhar.com/...
adityasridhar
293,632
Convert String to Int and Int to String in Golang
Golang standard library has provided 2 functions Atoi and Itoa to convert string to int and int to st...
0
2020-03-28T07:11:01
https://dev.to/schadokar/convert-string-to-int-and-int-to-string-in-golang-dmb
go, tutorial
Golang standard library has provided 2 functions [Atoi](https://golang.org/pkg/strconv/#Atoi) and [Itoa](https://golang.org/pkg/strconv/#Itoa) to convert string to int and int to string respectively. > Originally published on [schadokar.dev](https://schadokar.dev/to-the-point/convert-string-to-int-and-int-to-string-in...
schadokar
293,637
How to install PostgreSQL from binaries on Mac OS X Catalina
Evening people. There are millions ways of installing RDBMS like PostgreSQL on your laptop in 2k20....
0
2020-03-28T13:40:15
https://dev.to/lovenic/how-to-install-postgresql-from-binaries-on-mac-os-x-catalina-o39
rails, postgres, database
_Evening people._ There are millions ways of installing RDBMS like *PostgreSQL* on your laptop in 2k20. Some of them require just a few hits on your keyboard while others ask you to have solid extent of courage and enthusiasm. Let's quickly sketch out a list of possible techniques that modern world offers us to make ...
lovenic
293,654
Dart 104: การสืบทอดคลาส Inheritance และ Mixin
จากบทที่แล้วเราพูดถึงการสร้างคลาสในภาษา Dart ไปแล้ว แต่ยังไม่ได้พูดถึงหลักการสำคัญหนึ่งของ OOP...
4,092
2020-03-28T08:53:43
https://www.tamemo.com/post/175/dart-104-inheritance-and-mixin/
beginners, programming, dart, flutter
--- canonical_url: https://www.tamemo.com/post/175/dart-104-inheritance-and-mixin/ --- จากบทที่แล้วเราพูดถึงการสร้างคลาสในภาษา Dart ไปแล้ว แต่ยังไม่ได้พูดถึงหลักการสำคัญหนึ่งของ OOP นั่นคือการทำ Inheritance เลย ซึ่งจะมาต่อกันในบทนี้ > ในบทความนี้จะเน้นพูดถึงความแตกต่างหลังๆ ของการทำ inheritance ในภาษา Dart เป็นหลัก ไ...
nartra
293,718
🤖 Create your Discord bot by using TypeScript and decorators!
Some time ago, I posted an article about a module allowing the creation of Discord bots using the...
0
2020-03-28T11:33:30
https://dev.to/owen/create-your-discord-bot-by-using-typescript-and-decorators-2mel
typescript, javascript, discord, bot
Some time ago, I posted an article about a module allowing the creation of Discord bots using the TypeScript decorators. Well today, I'm pleased to announce the version 2.0 of this module! This version includes two new very useful decorators which are `@Command` and `@Guard`. # @Command 📟 First of all, `@Command` a...
owen
303,418
Angular Child Routing
Angular's documentation on Routing seems to require a master's degree to get through the whole thing....
0
2020-04-09T14:18:41
https://dev.to/jwp/please-help-me-understand-child-routing-in-angular-3agb
angular
Angular's [documentation on Routing seems to require a master's degree](https://angular.io/guide/router) to get through the whole thing. Blurred vision, random thoughts, repeated readings, and a real implementation of [Too Long, Didn't Read](https://www.google.com/search?q=tldr) are all symptoms of diving in to Angular...
jwp
293,819
100daysofcode Flutter
day 18-19/100 of #100daysofcode #Flutter Learning Flutter , courses Udemy from @maxedapps Learning a...
0
2020-03-28T15:31:52
https://dev.to/triyono777/100daysofcode-flutter-285o
100daysofcode, flutter
day 18-19/100 of #100daysofcode #Flutter Learning Flutter , courses Udemy from @maxedapps Learning about Tab,tabScreen, bottombar, and some property bottombar, excercise Mapping https://github.com/triyono777/100-days-of-code/blob/master/log.md
triyono777
293,825
A Note to All on Dev.to! I'm Thankful To Be Part of This Community!
In our current situation across the world, and for the growing intensity of the situation here in NYC...
0
2020-03-28T16:00:01
https://dev.to/avatarkaleb/a-note-to-all-on-dev-to-i-m-thankful-to-be-part-of-this-community-57n
--- title: A Note to All on Dev.to! I'm Thankful To Be Part of This Community! published: true description: tags: --- In our current situation across the world, and for the growing intensity of the situation here in NYC, technology continues to be a passion for me as I use it to help unwind, release stress, and conne...
avatarkaleb
293,851
เราไม่ทิ้งกัน.com ผมให้ผ่านครับ
ระบบลงทะเบียน เราไม่ทิ้งกัน.com เพื่อรับเงินช่วยเหลือที่มีข่าวก่อนหน้านั้นว่าระบบได้ทำการทดสอบมาอย่าง...
0
2020-03-28T16:24:29
https://dev.to/dome/com-4j42
ระบบลงทะเบียน **เราไม่ทิ้งกัน.com** เพื่อรับเงินช่วยเหลือที่มีข่าวก่อนหน้านั้นว่าระบบได้ทำการทดสอบมาอย่างดีรองรับคนได้ 58,000 คนต่อ วินาที (ตัวเลขออกมายังสับสับว่าเป็น Con current หรืออะไรแน่) เมื่อเริ่มเปิดบริการก็พบว่าระบบให้บริการล่มไม่สามารถให้บริการได้ เมื่อเช็คดูพบว่าเป็นปัญหาที่ระบบการสร้าง Captcha  ดังรูป ![Alt...
dome
293,886
Gérer un projet agile avec Gitlab
Définir les types de spécification fonctionnelle L’ Issue est la notion centrale pour définir une sp...
0
2020-03-28T17:03:18
https://dev.to/pathus90/p-4plf
gitlab
Définir les types de spécification fonctionnelle L’ Issue est la notion centrale pour définir une spécification. J’ai choisi de les catégoriser en plusieurs types avec des Labels : Epic: C’est une macro-fonctionnalité discutée et qualifiée avec les parties prenantes. L’Epic a un format libre et peut être accompagné ...
pathus90
294,023
JS Delivery Best Practices?
At my current company we build our js with rollup, package it, and then publish it as a versioned pac...
0
2020-03-28T21:58:23
https://dev.to/jsalinas11/js-delivery-best-practices-559p
javascript, discuss
At my current company we build our js with rollup, package it, and then publish it as a versioned package to a self-hosted repo. No built files are committed to git. We use lerna to publish canary builds during dev. For prod we manually run a build process to publish the full prod version. Recently some coworkers at m...
jsalinas11
294,028
Use Pipes in your next Angular Application! (Part 1)
Let's say that you're looking for a way to transform the way data is displayed without actually chang...
9,428
2020-03-28T23:57:44
https://dev.to/qarunqb/use-pipes-in-your-next-angular-application-part-1-39mk
angular, javascript
Let's say that you're looking for a way to transform the way data is displayed without actually changing the data. But you're tired of writing the same parsing functions over and over again. Don't worry, Angular Pipes have got you covered! They provide a clean, lightweight method to transform your data straight from th...
qarunqb
294,072
Reusable Angular forms in no time
Imagine this situation: Your team lead assigns you the task to create a list view (e.g. a list of...
0
2020-06-07T12:30:55
https://dev.to/devtronic/reusable-angular-forms-in-no-time-1m7o
angular, typescript, form, tutorial
Imagine this situation: >Your team lead assigns you the task to create a list view (e.g. a list of orders) and a form view to edit the list entries. You find out, that the product area which is also part of the software provides the same logic. You start with copying the code of the list view (which is fortunately ju...
devtronic
294,156
Mi nuevo proyecto: Codalot Podcast
Desarrollo móvil y tecnología en un solo podcast Desde octubre del año pasado (2019) dejé...
0
2020-03-29T04:38:33
https://dev.to/devpicon/mi-nuevo-proyecto-codalot-podcast-1lnj
podcast, kotlin, techtalks, android
### Desarrollo móvil y tecnología en un solo podcast > Desde octubre del año pasado (2019) dejé de participar como co-host de Android Dev Podcast en español. Estoy agradecido por el tiempo porque me brindó muy buenas lecciones. Tras mi salida del programa de podcast en el que participé durante un año, andaba dándole ...
devpicon
294,173
Linux Test Session with $top [unedited]
$top -Shows live processes currently running -Only shows processes for a certain period of...
0
2020-03-29T06:21:06
https://dev.to/bijaykumarpun/linux-test-session-with-top-unedited-2ag7
###$top -Shows live processes currently running -Only shows processes for a certain period of time (Like a drawback) -The **$ps** command fails to show trend of processes that are being swapped in and out of memory; thus **$top** command ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/1do502zst62sz6onwiin.png) #...
bijaykumarpun
294,192
Contribute your skills at these COVID-19 hackathons
If you, like me, feel restless about the pandemic we are facing, why not contribute your skills at th...
5,422
2020-03-29T07:43:42
https://dev.to/elishatan/contribute-your-skills-at-these-covid-19-hackathons-3ip6
community, hackathon, devrel, covid19
If you, like me, feel restless about the pandemic we are facing, why not contribute your skills at these hackathons to build something useful? ![CODEVID-19](https://dev-to-uploads.s3.amazonaws.com/i/c5zqnlp91mjy1v4uqaog.png) ### [Mar 16 - Apr 30, 2020: CODEVID-19](https://codevid19.com/) The world’s first pandemic hac...
elishatan
294,262
Top 10 Free Spring Boot Courses to Learn Online for Beginners
These are the best free online courses to learn Spring Boot, Spring Cloud, and Spring Framework in general for Java developers
0
2020-03-30T10:22:12
https://dev.to/javinpaul/10-free-courses-to-learn-spring-boot-m6h
java, spring, springboot, webdev
--- title: Top 10 Free Spring Boot Courses to Learn Online for Beginners published: true description: These are the best free online courses to learn Spring Boot, Spring Cloud, and Spring Framework in general for Java developers tags: java, spring, springboot, webdev cover_image: https://dev-to-uploads.s3.amazonaws.com...
javinpaul
295,086
Consume Activity result directly in the ViewModel
Transfer responsibility of parsing result using delegation pattern and receive activity result directly in the View.
0
2020-03-31T09:35:24
https://dev.to/nikoladespotoski/consume-activity-result-directly-in-the-viewmodel-2eji
android, kotlin
--- title: Consume Activity result directly in the ViewModel published: true description: Transfer responsibility of parsing result using delegation pattern and receive activity result directly in the View. tags: android, kotlin --- Most common implementation of Delegation Pattern is when the responsibility of the cl...
nikoladespotoski
294,384
Quarantine Days Of A Developer Without PC
This is the story about stucking in my mom’s house without my own computer. It’s a sad story but I ca...
5,657
2020-03-29T13:56:11
https://dev.to/cansu_tech/quarantine-days-of-a-developer-without-pc-4dnk
python, datascience, writing, womenintech
This is the story about stucking in my mom’s house without my own computer. It’s a sad story but I can handle it , right now. At the beginning of the March ,I was in Istanbul and my mom’s voice was not okay on the phone. My elder brother and I was worried about her . Because she has chronic heart disease. So , suddenly...
cansu_tech
294,399
Improving a snippet of code
I show ways in which I believe one method in a class could be improved.
0
2020-03-29T14:39:25
https://dev.to/rossholloway94/improving-a-snippet-of-code-nd9
java
--- title: Improving a snippet of code published: true description: I show ways in which I believe one method in a class could be improved. tags: java --- While working on an Open Source project, I came across this piece of code: ```java public void clear() { Object[] items = this.items; for (int i = ...
rossholloway94
294,443
What are the small things you've automated?
Sometimes I feel like a magician because as a developer, I get to build whatever comes to my mind - w...
0
2020-03-29T16:19:49
https://dev.to/kethmars/what-are-the-small-things-you-ve-automated-kli
discuss, automation, coding, devhabits
Sometimes I feel like a magician because as a developer, I get to build whatever comes to my mind - whether it's a new product or a small script to automate tedious activities. The latter is what I'd like to ask you, awesome peeps, about. But first... ## My story I've been working on my new [developerHabits Youtube c...
kethmars
294,466
Send, Read and Delete SMS in React Native
In this tutorial, we are going to implement send, read and delete SMS actions from your mobile devic...
0
2020-03-29T17:06:38
https://enappd.com/blog/send-read-and-delete-sms-in-react-native/107/
reactnative, sms
<main role="main"><article class=" u-minHeight100vhOffset65 u-overflowHidden postArticle postArticle--full is-supplementalPostContentLoaded is-withAccentColors" lang="en"><div class="postArticle-content js-postField js-notesSource editable" id="editor_6" g_editable="true" role="textbox" contenteditable="true" data-defa...
shadman45503145
294,473
Python: Pros and Cons of Lambda
Figure 1: Photo by Z S on Unsplash Basics for lambda lambda is a keyword in Python, we...
0
2020-03-31T15:33:40
https://coderscat.com/python-pros-and-cons-of-lambda
python
--- title: Python: Pros and Cons of Lambda published: true date: 2020-03-29 15:36:00 UTC tags: Python canonical_url: https://coderscat.com/python-pros-and-cons-of-lambda --- ![2020_03_29_python-cons-and-pros-of-lambda.org_20200330_002955.png](https://coderscat.com/wp-content/uploads/2020_03_29_python-cons-and-pros-of-...
snj
295,083
Natty Theme
It's like snazzy but natty I'm a big fan of the iterm2-snazzy colours, but I never found a...
0
2020-03-30T14:07:39
https://dev.to/fifo/natty-theme-2pa
vscode, design, theme, extension
### It's like snazzy but natty I'm a big fan of the [iterm2-snazzy](https://github.com/sindresorhus/iterm2-snazzy) colours, but I never found a nice port to vscode that I could stick with in the long run so I decided to make my own Natty has a darker background for higher contrast and doesn't make much use of red — a...
fifo
294,474
Suggestion for developing web pages with HTML
The process for designing a web page is much more complex than simply knowing and writing code in thi...
0
2020-03-29T17:29:42
https://dev.to/vplentinax/suggestion-for-developing-web-pages-with-html-3fam
html, productivity, devlive, webdev
The process for designing a web page is much more complex than simply knowing and writing code in this language. Actually, many web developers write it without having yet understood its **philosophy** and its true utility in the web creation process. Why do i say this? Well, when I started designing web pages and lear...
vplentinax
294,577
How to do the User Registration in Mojolicious
Hello Mojo Learners, in this article we learn, how to create a user registration process, in the Mojo...
0
2020-03-29T19:19:54
https://dev.to/akuks/how-to-do-the-user-registration-in-mojolicious-5enp
perl, mojolicious
Hello Mojo Learners, in this article we learn, how to create a user registration process, in the Mojolicious Framework. ## PreRequisites Before proceeding, there are some prerequisites: 1. Perl elementary knowledge required. 2. Understanding of Mojolicious 3. Familiarity with the DBIx. 4. dbicdump must be installe...
akuks
294,598
How to create a Coronavirus (COVID-19) Dashboard & Map App with Gatsby and Leaflet
The Coronavirus (COVID-19) pandemic has swiftly changed how all of us interact day to day. How can we...
5,665
2020-04-06T12:15:06
https://www.colbyfayock.com/2020/03/how-to-create-a-coronavirus-covid-19-dashboard-map-app-with-gatsby-and-leaflet/
gatsby, leaflet, mapping, react
The Coronavirus (COVID-19) pandemic has swiftly changed how all of us interact day to day. How can we use available APIs to build a mapping app that shows the impact it has had on the world? **Update:** The original NovelCOVID API v1 endpoint has been deprecated. Please update and use the following instead: https://co...
colbyfayock
294,626
QBasic INKEY in Javascript - an exploration of old and new
Original post at : https://siderite.dev/blog/qbasic-inkey-in-javascript Intro When I was...
0
2020-03-29T20:56:25
https://siderite.dev/blog/qbasic-inkey-in-javascript/
programming, javascript, picture
--- title: QBasic INKEY in Javascript - an exploration of old and new published: true date: 2020-03-29 20:35:09 UTC tags: programming,javascript,picture canonical_url: https://siderite.dev/blog/qbasic-inkey-in-javascript/ --- Original post at : https://siderite.dev/blog/qbasic-inkey-in-javascript ## ![Screen capture ...
costinmanda
294,657
Google Cloud Run Grpc Authenticated Communication
Nestjs microservices(grpc) on cloud run chatting with grpc unary calls while being super authenticated
0
2020-03-29T23:19:35
https://dev.to/amammay/cloud-run-rest-grpc-authenticated-cloud-run-grpc-communication-nm2
nestjs, typescript, googlecloud, cloudrun
--- title: Google Cloud Run Grpc Authenticated Communication published: true description: Nestjs microservices(grpc) on cloud run chatting with grpc unary calls while being super authenticated tags: nestjs,typescript,googlecloud,cloudrun --- # Cloud Run (Rest) <- Grpc Authenticated -> Cloud Run (Grpc) communication ...
amammay
294,689
Interview Prep: Converting Plain-text to Markup
Introduction In this post I'll go over a question I received in a tech interview. It's a g...
0
2020-03-30T00:11:11
https://dev.to/gortron/interview-prep-converting-plain-text-to-markup-dk3
# Introduction In this post I'll go over a question I received in a tech interview. It's a great question that ties together some trends I've uncovered going through prep on LeetCode, InterviewCake, and other practice sites. The goal is to write a function, which takes in a string of characters, such as 'ABCDE', and...
gortron
294,763
Setting up Spring STS 4 with Eclipse
Just sharing a video on how to setup Spring STS 4 with Eclipse and bootstrapping your first Spring ba...
0
2020-03-30T02:55:07
https://dev.to/ralampay/setting-up-spring-sts-4-with-eclipse-3m23
spring, java, ide, springboot
Just sharing a video on how to setup Spring STS 4 with Eclipse and bootstrapping your first Spring based application using SpringBoot. https://www.youtube.com/watch?v=wXzxDI_EKmw
ralampay
294,768
Have you donated for covid-19?
Donate today at https://payforabill.com today or submit a bill you may have. Feature requests? Submit...
0
2020-03-30T03:46:41
https://dev.to/newcontentai/have-you-donated-for-covid-19-2pfe
showdev, react, functional, webdev
Donate today at https://payforabill.com today or submit a bill you may have. Feature requests? Submit below in comments! Also, checkout our other projects https://netcastly.com and submit your podcast!
newcontentai
294,836
【WordPress】同じカテゴリ内でランダムに関連記事生成
&lt;div class="newcontentarea"&gt; &lt;?php $categories = get_the_category($post-&gt;ID); $category_I...
0
2020-03-30T06:12:20
https://dev.to/kumamon/wordpress-1blp
wordpress
``` <div class="newcontentarea"> <?php $categories = get_the_category($post->ID); $category_ID = array(); foreach($categories as $category): array_push( $category_ID, $category -> cat_ID); endforeach ; $args = array( 'post__not_in' => array($post -> ID), // 今読んでいる記事を除く 'posts_per_page'=> 6, 'category__in' => $c...
kumamon
294,840
Pony Farm
Attention coders, readers, and other enthusiasts I've returned for yet another blog on my latest code...
0
2020-03-30T08:04:28
https://dev.to/naseerhines/pony-farm-342p
javascript, challenge, beginners
Attention coders, readers, and other enthusiasts I've returned for yet another blog on my latest code challenge. So I thought I would make today's entry a little interesting by talking about, you guessed it ponies. Yep, that's right we together shall embark on a journey of ponies and what their allergies are. Well, I'm...
naseerhines
294,897
Experience on React project with hooks
I was building a small project with my friends on shopping cart scenarios. Initially it was quite si...
0
2020-03-31T17:25:41
https://dev.to/linebreaker/experience-on-react-project-with-hooks-4d93
react, reacthooks, beginners
I was building a small project with my friends on shopping cart scenarios. Initially it was quite simple. Using create-react-app command the app got created. Later on, components design happened. Components were created using class syntax. And for styling we used bootstrap4, but one of the collaborator wanted to try ...
linebreaker
294,900
Better Coding: JavaScript Conditionals
For my latest coding side project, Dice Game (adapted from my Jonas S. JS course on Udemy), one piece...
0
2020-03-30T08:49:32
https://dev.to/alexlsalt/better-coding-javascript-conditionals-pbn
codenewbie, javascript
For my latest coding side project, [Dice Game](https://alexlsalt.github.io/dice-game/) (adapted from my Jonas S. JS course on Udemy), one piece of the program's logic requires that rolling the die results in a variable holding a random number between 1 and 6. Depending on which number the variable logs, one of six imag...
alexlsalt
294,922
Authentication in 2020
Evolution of authentication through the ages
0
2020-03-30T09:53:21
https://dev.to/urriel/authentication-in-2020-3joa
authentication, security, webdev
--- title: Authentication in 2020 published: true description: Evolution of authentication through the ages tags: Authentication, security, webdev --- <img src="https://cdn.pixabay.com/photo/2017/02/19/23/10/finger-2081169_1280.jpg" width=600 /> # Authentication in 2020 First of all, in light of the different leaks ...
urriel
294,988
Always remember that you have more time.
The world is in a situation that no one ever predicted. The majority of countries are on some form of...
0
2020-03-30T11:52:41
https://dev.to/cal_woolgar/always-remember-that-you-have-more-time-234e
productivity, relax
--- title: Always remember that you have more time. published: true description: tags: productivity, relax cover_image: https://thecsrjournal.in/wp-content/uploads/2019/02/Time-zone.jpg --- The world is in a situation that no one ever predicted. The majority of countries are on some form of lockdown, job security is ...
cal_woolgar
294,995
Daily Developer Jokes - Monday, Mar 30, 2020
Check out today's daily developer joke! (a project by Fred Adams at xtrp.io)
4,070
2020-03-30T12:00:22
https://dev.to/dailydeveloperjokes/daily-developer-jokes-monday-mar-30-2020-3j82
jokes, dailydeveloperjokes
--- title: "Daily Developer Jokes - Monday, Mar 30, 2020" description: "Check out today's daily developer joke! (a project by Fred Adams at xtrp.io)" series: "Daily Developer Jokes" cover_image: "https://private.xtrp.io/projects/DailyDeveloperJokes/thumbnail_generator/?date=Monday%2C%20Mar%2030%2C%202020" published: tr...
dailydeveloperjokes
295,031
Creating Image from dataURL base64 with Pyhton Django
2023 Update! I just rewrite this article in my website. See how to do with only Python 3.11 and also...
0
2020-03-30T13:28:05
https://dev.to/uhttred/creating-image-from-dataurl-base64-with-pyhton-django-454g
python, django, webdev, tutorial
**2023 Update**! I just rewrite this article in my [website](https://uhtred.dev/insights/creating-image-from-dataurl-base64-with-python-and-django). See how to do with only `Python 3.11` and also with `Django 4.2`. Access the article [here](https://uhtred.dev/insights/creating-image-from-dataurl-base64-with-python-and...
uhttred
295,134
How to use SpringFox 2.9.2 with Spring HATEOAS 2+ on a Gradle Project
Simple guide to use both Spring projects
0
2020-03-30T15:07:55
https://dev.to/otaviotarelhodb/how-to-use-springfox-2-9-2-with-spring-hateoas-2-on-gradle-project-6mn
springfox, springhateoas, java, gradle
--- title: How to use SpringFox 2.9.2 with Spring HATEOAS 2+ on a Gradle Project published: true description: Simple guide to use both Spring projects tags: SpringFox, SpringHATEOAS, Java, Gradle --- A few weeks ago, I started a new project where I was challenged to use Spring HATEOAS. Well, I thought that would be re...
otaviotarelhodb
295,221
Capture Refactoring Ideas With Annotated TODOs
TODO comments! They're a weird thing to write about maybe, but I've been thinking about them a lot la...
0
2020-03-31T16:42:47
https://dev.to/dotxlem/capture-refactoring-ideas-with-annotated-todos-1736
productivity, organization, refactorit, architecture
TODO comments! They're a weird thing to write about maybe, but I've been thinking about them a lot lately. A "TODO comment" is a comment left in your code intended to (you guessed it!) remind you or someone else of something to do later. Often these comments start with "TODO" or "FIXME", and sometimes they will be hig...
dotxlem
295,225
How to setup gatsby with TypeScript and ESLint + prettier
Gatsbyjs starters are perfect for jumpstarting a new project. As all boilerplates, it lacks some tool...
0
2020-03-30T17:29:37
https://decodenatura.com/how-to-set-up-gatsby-typescript-eslint-prettier/
typescript, gatsby, vscode, javascript
Gatsbyjs starters are perfect for jumpstarting a new project. As all boilerplates, it lacks some tools to optimize our development experience. Fortunately for us, Gatsbyjs is highly customizable. ## TypeScript Typescript is the easiest of them and the most impactful. [Install the TS package](https://www.gatsbyjs.org/...
kornil
295,229
How do I get a 2 nodes Aerospike cluster running quickly in Docker without editing a single file?
2 nodes Aerospike cluster running quickly in Docker
0
2020-03-30T17:35:00
https://dev.to/aerospike/how-do-i-get-a-2-nodes-aerospike-cluster-running-quickly-in-docker-without-editing-a-single-file-2bnj
--- title: How do I get a 2 nodes Aerospike cluster running quickly in Docker without editing a single file? published: true description: 2 nodes Aerospike cluster running quickly in Docker tags: --- Often we need to bring up a small Aerospike cluster for either functional testing or for development purposes. There a...
volmarl
295,264
[PT-BR] O que é o Oh My Zsh e como ele pode melhorar a sua experiência com o Windows Terminal
Se você quer ter um terminal mais bonito e personalizado no seu Windows, este guia é para você....
0
2020-03-30T22:06:36
https://dev.to/erickrock/pt-br-instalando-oh-my-zsh-no-windows-terminal-3a8l
linux, windowsterminal, opensource, wsl
![Windows terminal](https://dev-to-uploads.s3.amazonaws.com/i/jz2w66zikeoaaovcdtxh.gif) Se você quer ter um terminal mais bonito e personalizado no seu Windows, este guia é para você. Neste guia, você vai aprender a: 1. Instalar o Windows Terminal, um aplicativo que permite usar vários terminais em uma única janela 2...
erickrock
295,280
Features Selection by using Voting Approach
Feature Selection is the process where you automatically or manually select those features which cont...
0
2020-03-30T18:46:58
https://dev.to/davisy/features-selection-by-using-voting-approach-3kj8
python, datascience, machinelearning
Feature Selection is the process where you automatically or manually select those features which contribute most to your prediction variable or output in which you are interested. One major reason is that machine learning follows the rule of **“garbage in garbage out”** and that is why you need to be very concerned ab...
davisy
295,294
Checking for mobile in your template files
I am currently working on a site that makes heavy use of ACF Flexible COntent fields and it's great....
0
2020-03-30T19:20:06
https://dev.to/nickyoung/checking-for-mobile-in-your-template-files-h76
wordpress, php
I am currently working on a site that makes heavy use of ACF Flexible COntent fields and it's great. We load a lot of things conditionally though and one of the sections is a hero section with a video background that auto-plays. This is great except for on mobile, which I received a request to have it use a background ...
nickyoung
295,322
My name is Storage, Local Storage 😎
All kidding aside 😅, sometimes you need a place to save your website's data. A place where user choic...
0
2020-03-30T20:20:09
https://dev.to/garysiladi/my-name-is-storage-local-storage-19o1
html, javascript, beginners, basics
All kidding aside 😅, sometimes you need a place to save your website's data. A place where user choices, website configurations can sit, even if you refresh your page, or reopen your browser. `.localStorage` is a good place for this use-case. `.localStorage` is a storage of key-value pairs linked to a site through it...
garysiladi
295,361
Step Functions with Localstack
AWS State Machines are a great tool to co-ordinate the components of a distributed applications and m...
0
2020-03-30T21:27:21
https://dev.to/vikasgarghb/step-functions-with-localstack-42
localstack, stepfunctions, aws
AWS State Machines are a great tool to co-ordinate the components of a distributed applications and microservices using visual workflows. Using the aws console to build and deploy step functions is great and easy. But it makes local development somewhat slow. So, as usual, I invested some time in trying to make this wh...
vikasgarghb
295,427
Stream.concat vs. new ArrayList Performance within a Stream
During a code review I suggested a code improvement related to JDK8+ streams. The original code...
0
2020-03-30T23:18:03
https://dev.to/khmarbaise/stream-concat-vs-new-arraylist-performance-within-a-stream-4ial
java, jdk8, programming, performance
--- title: "Stream.concat vs. new ArrayList Performance within a Stream" published: true description: tags: java,jdk8,programming,performance --- During a code review I suggested a code improvement related to JDK8+ streams. The original code looked very similar like the following: ```java List<Element> result = conten...
khmarbaise
295,451
3 Strange Exceptions: HTTPRequestException, IOException, SocketException
Hi guys, Hope you're all well during these times. I'm currently working from home and have run into...
0
2020-03-31T00:25:50
https://dev.to/alexjavad/3-strange-exceptions-httprequestexception-ioexception-socketexception-mog
csharp, aspnetcore
Hi guys, Hope you're all well during these times. I'm currently working from home and have run into an issue that I've been pulling my hair out over. Not sure how to solve this one, any help is appreciated. Please see my post on StackOverflow if you could, thanks in advance! https://stackoverflow.com/questions/609222...
alexjavad
295,520
A free dummy data generator and API mocking tool — mockaroo
A free dummy data generator and API mocking tool — mockaroo Get dummy data for yo...
0
2021-05-24T12:56:25
https://medium.com/tech-epic/a-free-dummy-data-generator-and-api-mocking-tool-mockaroo-aab842805613
dummydata, mocking, database, testing
--- title: A free dummy data generator and API mocking tool — mockaroo published: true date: 2019-11-06 08:13:11 UTC tags: dummydata,mocking,database,testing canonical_url: https://medium.com/tech-epic/a-free-dummy-data-generator-and-api-mocking-tool-mockaroo-aab842805613 --- ### **A** free dummy **data** generator an...
cheav_sovannarith
295,540
My first post
Hello guys. This is my first post =)
0
2020-03-31T04:08:30
https://dev.to/kainar92/my-first-post-3kd2
Hello guys. This is my first post =)
kainar92
295,575
¿Qué son Spring framework y Spring Boot? Tu primer programa Java con este framework - VIDEO
El autor de este artículo es Rubén Pahíno y fue originalmente publicado en el blog de campusMVP. S...
0
2020-10-08T09:39:25
https://www.campusmvp.es/recursos/post/que-son-spring-framework-y-spring-boot-tu-primer-programa-java-con-este-framework.aspx
java, spring, spanish, video
--- title: ¿Qué son Spring framework y Spring Boot? Tu primer programa Java con este framework - VIDEO published: true date: 2020-03-31 08:00:00 UTC tags: Java,Spring,Spanish,Video canonical_url: https://www.campusmvp.es/recursos/post/que-son-spring-framework-y-spring-boot-tu-primer-programa-java-con-este-framework.asp...
campusmvp_es
295,655
Rust: Deserialize JSON with Serde
JSON can be a complicated format to manipulate, even though it's well structured text. When using sta...
0
2020-03-31T09:52:21
https://juliano-alves.com/2020/01/06/rust-deserialize-json-with-serde/
rust, serde, json, howto
JSON can be a complicated format to manipulate, even though it's well structured text. When using static type languages - like Rust - we want the almighty compiler on our side, no one wants to work with pure text... but it happens :) The following JSON has a list of profiles: ```json [ { "id": 1, "type": "p...
juliano
295,674
UX design company in Mohali, India
When it comes to professional affairs, reliability is one of the major contributors to a healthy and...
0
2020-03-31T10:21:53
https://dev.to/uiux_studio/ux-design-company-in-mohali-india-3f27
ux, uxdesign, uiweekly, design
When it comes to professional affairs, reliability is one of the major contributors to a healthy and prosperous relationship. To create that healthy space, it is your absolute right to be aware of all the solid reasons why you should approach us. UIUX Studio has years of experience in the field of designing that we kee...
uiux_studio
295,704
CosmosDb internal functioning
Hi Guys, I was looking for an understanding how cosmosdb internally works? What is the significance o...
0
2020-03-31T11:13:38
https://dev.to/swtalera/cosmosdb-internal-functioning-49em
Hi Guys, I was looking for an understanding how cosmosdb internally works? What is the significance of id in each document? Is it indexed? What should the id field be valued as? (guid, int, compositeKey) When the query is executed, how does cosmos work internally to resolve the query? Thanks.
swtalera
295,732
An Open Source Toolchain For Natural Language Processing From Explosion AI
The state of the art in natural language processing is a constantly moving target. With the rise of d...
0
2020-03-31T11:56:19
https://www.pythonpodcast.com/explosion-ai-natural-language-processing-episode-256/
<p>The state of the art in natural language processing is a constantly moving target. With the rise of deep learning, previously cutting edge techniques have given way to robust language models. Through it all the team at Explosion AI have built a strong presence with the trifecta of SpaCy, Thinc, and Prodigy to suppor...
blarghmatey
295,740
Cuprite: headless Chrome Ruby driver for Capybara
Ferrum + Capybara = Cuprite Cuprite is a driver for Capybara that uses Ferrum — a minimal-dependency...
0
2020-03-31T12:12:32
https://dev.to/evtauri/cuprite-headless-chrome-ruby-driver-for-capybara-2gjo
ruby, rails
Ferrum + Capybara = Cuprite Cuprite is a driver for Capybara that uses Ferrum — a minimal-dependency pure-Ruby driver for running headless Google Chrome instances. If you’re already using Capybara, Cuprite gives you all the benefits of Ferrum, but without the overheads of having to switch APIs. Because Ferrum employs ...
evtauri
295,762
The 1st program and the magnificent print statement (Python programming language)
In most of the programming languages, the 1st program a student learns to write is the so-called “Hel...
0
2020-03-31T12:54:22
https://boredinlyon.com/python-tutorial-the-1st-program-and-the-magnificent-print-statement/
python, tutorial
In most of the programming languages, the 1st program a student learns to write is the so-called “Hello World!” program. **print(“Hello World!”)** This one-line program will give an output (print on the screen) the message **Hello World!**. The things that this simple program is showing us, are the following...
edaw003
296,093
Custom Fonts in iOS & macOS apps
As a rule, I prefer to use fonts that come pre-installed with the system. That means that your interf...
0
2020-04-04T23:37:55
https://troz.net/post/2020/custom-fonts/
fonts, macos, ios
--- title: Custom Fonts in iOS & macOS apps published: true date: 2020-04-01 00:27:59 UTC tags: fonts, macOS, iOS canonical_url: https://troz.net/post/2020/custom-fonts/ --- As a rule, I prefer to use fonts that come pre-installed with the system. That means that your interface is already familiar to users, you get dy...
trozware
295,796
Run Your Drupal Website with this Checklist before the Launch
Well, you are all set with your posh new Drupalwebsite, worked for days even weeks, and now, it’s the...
0
2020-03-31T13:53:48
https://dev.to/tolambiasapna/run-your-drupal-website-with-this-checklist-before-the-launch-3c9p
codepen, webdev, codenewbie, productivity
Well, you are all set with your posh new <a href="https://addwebsolution.com/Drupal-Development-Services">Drupal</a>website, worked for days even weeks, and now, it’s the time to reap the fruit that you sowed i.e., launch your website for business. But then, suddenly doubts hit you that whether you have done everything...
tolambiasapna
295,870
PostgreSQL – pg_upgrade from 10 to 12
I have some PostgreSQL databases running pretty well but we need to keep our software updated. This...
0
2020-03-31T23:27:09
https://dev.to/rafaelbernard/postgresql-pgupgrade-from-10-to-12-566i
postgres, database, infrastructure
--- title: PostgreSQL – pg_upgrade from 10 to 12 published: true date: 2020-03-31 14:20:19 UTC tags: PostGreSQL,database,infrastructure canonical_url: --- I have some PostgreSQL databases running pretty well but we need to keep our software updated. This is a mandatory practice for a high-quality service. Those serve...
rafaelbernard
295,887
Simple Login Page
https://codepen.io/uiswarup/full/KKpEPzz
0
2020-03-31T16:19:21
https://dev.to/uiswarup/simple-login-page-26jp
html, css, beginners, design
https://codepen.io/uiswarup/full/KKpEPzz
uiswarup
295,931
How to use Chainlink with Truffle
When working with Chainlink, a powerful development environment is essential to ensure your smart con...
0
2020-03-31T17:41:23
https://dev.to/keeno12/how-to-use-chainlink-with-truffle-347c
When working with [Chainlink](https://chain.link/), a powerful development environment is essential to ensure your smart contracts are deployed successfully and securely on-chain. [Truffle](https://www.trufflesuite.com/) aims to be exactly that, offering an easy to use dApp framework to help make your developer's lif...
keeno12
295,933
Whack-a-Mole meets Coronavirus
Whack-a-Corona This is a stressful time. Coronavirus is everywhere, and a very serious thr...
0
2020-03-31T20:28:33
https://dev.to/sylviapap/kill-coronavirus-with-this-simple-game-3l5
beginners, javascript, codenewbie, gamedev
#Whack-a-Corona This is a stressful time. Coronavirus is everywhere, and a very serious threat, but if you're looking for a fun semi-distraction, check out this cool game my partner and I made for a coding bootcamp JavaScript project! ![Alt text](https://media.giphy.com/media/YRiEbNTEEXKPBPo4ly/giphy.gif) It is bas...
sylviapap
763,017
Selenium Driver Service
Introduction In this post, I would like to introduce the different ways to initialize...
0
2021-07-19T02:00:38
https://dev.to/tandt53/selenium-driver-service-1ffc
selenium
## Introduction In this post, I would like to introduce the different ways to initialize instance of WebDriver. It will help you understand more clearly about [Selenium Architecture](https://www.selenium.dev/documentation/en/webdriver/understanding_the_components/). This post focuses on ChromeDriver constructors: -...
tandt53
295,935
Linked Lists - Data Structures in JavaScript: Part #1
Today I’ll be covering Linked List data structure in JavaScript. Even though it’s not native to JS, k...
0
2020-04-01T18:37:45
https://dev.to/urfan/linked-lists-a-data-structure-in-javascript-fg7
javascript
Today I’ll be covering Linked List data structure in JavaScript. Even though it’s not native to JS, knowing it is essential to being a good engineer. A linked list is a sequential collection of elements. Each element is called a node. Every node has a pointer to the following node and/or the previous node. The first e...
urfan
295,989
Feed of posts for tags I'm following
How can I see a feed of posts that include the tags Im following?
0
2020-03-31T19:32:33
https://dev.to/nicolasini/feed-of-posts-for-tags-i-m-following-2683
help
--- title: Feed of posts for tags I'm following published: true description: How can I see a feed of posts that include the tags Im following? tags: help --- Hi DEV. I haven't been able to figure this out yet. How can I see a feed of posts that include the tags Im following? Sometimes I wan't to see posts that have at...
nicolasini
296,041
General approach to cloud computing
Lately, the term cloud computing has become popular in the computing community, especially when it co...
0
2020-03-31T22:10:47
https://dev.to/juanmoyano100/general-approach-to-cloud-computing-104h
computerscience, cloud
Lately, the term cloud computing has become popular in the computing community, especially when it comes to distributed systems. It can generally be defined as a paradigm that provides the ability to offer computational services (usually on demand) over a network. Providers and analysts have defined cloud computing as ...
juanmoyano100
296,061
Is just me or Gatsby is slow?
gatsby develop takes times to run than jekyll serve or I'm just tripping?🌝
0
2020-03-31T23:05:13
https://dev.to/rnrnshn/is-just-me-or-gatsby-is-slow-5fmi
jamstack, discuss, ssg
`gatsby develop` takes times to run than `jekyll serve` or I'm just tripping?🌝
rnrnshn
296,070
Behavioral Interviews: how to prepare and ace interview questions
As a software engineer, when you think of interviewing, you probably only conjure up images of solvin...
0
2020-03-31T23:20:42
https://www.educative.io/blog/behavioral-interviews-how-to-prepare-and-ace-interview-questions
career, codinginterview, interview
As a software engineer, when you think of interviewing, you probably only conjure up images of solving technical coding problems on a whiteboard. Turns out, there’s a lot more to interviewing than your technical skills alone. Behavioral and cultural interviews are now an essential part of your hireability as a candidat...
amandaeducative
296,103
Improve Your Javascript Codebase With Low Friction Typing Annotations
For this trick, you will need VS Code as your IDE, and a mix of JSDoc/Typescript declaration file kno...
0
2020-04-01T02:24:02
https://dev.to/wichopy/improve-your-javascript-codebase-with-this-simple-trick-2ch
javascript, productivity, typescript
For this trick, you will need VS Code as your IDE, and a mix of JSDoc/Typescript declaration file knowledge. ## Background I was recently working on a very large React codebase made by developers who made their own framework inside the app to manage displaying of widgets and visualizations in a dashboard. ![Connect ...
wichopy
296,138
Declaratie proprie raspundere COVID 19 Romania Oficiala
Declaratie proprie raspundere coronavirus romania https://www.declaratie-covid19.net/...
0
2020-04-01T02:53:55
https://dev.to/secrets_coin/title-cen
romania, covid19, declaratie
# Declaratie proprie raspundere coronavirus romania https://www.declaratie-covid19.net/ # Declaratie proprie raspundere coronavirus romania https://www.declaratie-covid19.net/ # Declaratie proprie raspundere coronavirus romania https://www.declaratie-covid19.net/ # Declaratie propr...
secrets_coin
296,250
GQLess - a GraphQL client without queries
gqless is a new approach to a GraphQL client which makes using your API more enjoyable!
0
2020-04-06T11:34:20
https://dev.to/graphqleditor/gqless-a-graphql-client-without-queries-2bnj
webdev, showdev, beginners, productivity
--- title: GQLess - a GraphQL client without queries published: true description: gqless is a new approach to a GraphQL client which makes using your API more enjoyable! tags: webdev,showdev,beginners,productivity cover_image: https://dev-to-uploads.s3.amazonaws.com/i/g37yulgy5ki0ojcl73tm.png --- GraphQL was publicly ...
tomekponiat
296,278
Guess number: 1-line C# & qbasic learning algorithm. Priority of Russia
Guess number: 1-line C# &amp; qbasic learning algorithm. Priority of Russia A few months ago readin...
0
2020-04-01T06:38:30
https://dev.to/andreydanilin/guess-number-1-line-c-qbasic-learning-algorithm-priority-of-russia-1h4g
integral, logarithm, qbasic, probability
Guess number: 1-line C# & qbasic learning algorithm. Priority of Russia A few months ago reading a USA forum and seeing a competition: create a program "guess number" shorter and I overtook americans 1-m by inventing a 1-line algorithm implemented in 2 languages 1 IF Russia = 0 THEN Russia = 2222: RANDOMIZE TIMER:...
andreydanilin
296,285
Stay ahead of your Friends, with all the Latest Technology Trends
If I ask you what do you do on your smartphone for the majority of time, what would your answer be? S...
0
2020-04-01T09:40:07
https://dev.to/anujgupta/stay-ahead-of-your-friends-with-all-the-latest-technology-trends-43k3
datascience, machinelearning, python, productivity
<p>If I ask you what do you do on your smartphone for the majority of time, what would your answer be? Social media, the answer for almost all of us. But is it really helping us? <strong>NO.</strong>&nbsp;</p> <p>Imagine a scenario where you&rsquo;re able to <strong>learn all the latest cutting edge technologies on you...
anujgupta
296,390
Manipulating DOM in JavaScript for beginners!
Hey! 👋 ~Introduction JavaScript has many abilities, one of the most useful o...
0
2020-04-02T17:27:20
https://dev.to/giorgosilias/manipulating-dom-in-javascript-for-beginners-4kac
dom, javascript, tutorial, beginners
#Hey! 👋 <code><br></code> #~Introduction <p> JavaScript has many abilities, one of the most useful of them is its ability to manipulate the DOM. Although what exactly is DOM and how we can change it? </p> #~What is the relation between DOM and webpage? <p> DOM stands for Document Object Model and it's a tree-like rep...
giorgosilias
296,397
Unlocking Business Insights By Analyzing API Payloads
How can teams outside of infrastructure engineering unlock insights from their APIs
0
2020-04-01T11:24:21
https://www.moesif.com/blog/business/analytics/Unlocking-Business-Insights-By-Analyzing-API-Payloads/
api
--- title: "Unlocking Business Insights By Analyzing API Payloads" published: true description: "How can teams outside of infrastructure engineering unlock insights from their APIs" tags: api canonical_url: https://www.moesif.com/blog/business/analytics/Unlocking-Business-Insights-By-Analyzing-API-Payloads/ cover_image...
kayis