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
363,819
5+ Best Free React Native UI Kits of 2020
At Instamobile, we offer functional free and premium React Native UI Kits, to help developers and...
0
2020-07-02T05:13:06
https://www.instamobile.io/mobile-design/react-native-ui-kits/
mobiledesign, mobiledevelopment
--- title: 5+ Best Free React Native UI Kits of 2020 published: true date: 2020-04-03 23:53:27 UTC tags: MobileDesign,MobileDevelopment canonical_url: https://www.instamobile.io/mobile-design/react-native-ui-kits/ cover_image: https://dev-to-uploads.s3.amazonaws.com/i/17d67qsg6elzp0cxydx7.jpeg --- At Instamobile, we o...
kris
364,005
build your own deno-dotenv module
Hello DEV, ​ In the last post we have seen how we can create a REST API using Deno with oak. Her...
0
2020-06-24T10:05:23
https://dev.to/am77/build-your-own-deno-dotenv-module-1bdl
deno, typescript, dotenv, module
**Hello DEV,** ​ In the last post we have seen how we can create a `REST API` using `Deno` with `oak`. --- Here is the post [Simple REST API with Deno](https://dev.to/am77/deno-v1-0-303j) if you want to take a look at it. --- ​ Today we are going to build a `deno-dotenv` module inspired from the node dotenv module...
am77
364,181
A Rabbit Hole of Decimal Formatting
This week I learned a little something about cleaning up decimals for html. The TL;DR of this post is...
5,633
2020-06-24T14:30:33
https://dev.to/noelworden/a-rabbit-hole-of-decimal-formatting-54n5
elixir, phoenix, learning, thisweekilearned
This week I learned a little something about cleaning up decimals for html. The TL;DR of this post is that the `Decimal.to_string/2` function has an option `:xsd` that converts the decimal to `canonical representation`, which in effect cleans the number of trailing zeros, without rounding. The situation was that for ...
noelworden
364,214
User-defined Webhooks in Puppet Relay with Knative and Ambassador API Gateway
User-defined Webhooks in Puppet Relay with Knative and Ambassador API Gateway This article...
0
2020-06-24T15:19:54
https://relay.sh/blog//user-defined-webhooks-with-knative-and-ambassador/
--- title: User-defined Webhooks in Puppet Relay with Knative and Ambassador API Gateway published: true date: 2020-06-23 00:00:00 UTC tags: canonical_url: https://relay.sh/blog//user-defined-webhooks-with-knative-and-ambassador/ --- ## User-defined Webhooks in Puppet Relay with Knative and Ambassador API Gateway _T...
impl
364,220
Outsourcing vs. Outstaffing
At times, every business needs resources that aren’t always available internally, this could include:...
0
2020-06-24T15:26:01
https://dev.to/procoders1/outsourcing-vs-outstaffing-4e9
outstaffing, outsorcing
At times, every business needs resources that aren’t always available internally, this could include: technology, expertise, and manpower. When managing a business it is important to focus on its core strengths, where efforts are most profitably spent and know when to outsource or outstaff to obtain the resources or ex...
procoders1
364,258
Building a GraphQL API in JavaScript
Over the last few years, GraphQL has emerged as a very popular API specification that focuses on...
0
2020-06-24T19:41:42
https://blog.heroku.com/building-graphql-api-javascript
graphql, api, javascript
--- title: Building a GraphQL API in JavaScript published: true date: 2020-06-24 15:30:00 UTC tags: graphql, api, javascript canonical_url: https://blog.heroku.com/building-graphql-api-javascript --- Over the last few years, [GraphQL](https://graphql.org/) has emerged as a very popular API specification that focuses o...
owenthereal
364,879
Add Strong PSD2 Authentication to Your Application
With more and more purchases made online, the dangers of fraud and unauthorized payments increase. I...
0
2020-07-10T13:15:14
https://www.nexmo.com/blog/2020/06/23/add-strong-psd2-authentication-to-your-application
developer, verify, authentication, curl
--- title: Add Strong PSD2 Authentication to Your Application published: true date: 2020-06-23 07:53:47 UTC tags: Developer,Verify,authentication,cURL canonical_url: https://www.nexmo.com/blog/2020/06/23/add-strong-psd2-authentication-to-your-application --- With more and more purchases made online, the dangers of fra...
lornajane
365,181
How to Find Which Process using a Networking Port
netstat Command netstat will show the most useful statistic data of networking. netst...
0
2020-08-21T07:09:27
https://coderscat.com/how-to-find-which-process-using-a-networking-port
networking
--- title: How to Find Which Process using a Networking Port published: true date: 2020-06-15 08:28:00 UTC tags: Networking canonical_url: https://coderscat.com/how-to-find-which-process-using-a-networking-port --- ![2020_06_08_how-to-find-which-process-used-a-networking-port.org_20200615_162735.png](https://coderscat...
snj
365,488
COVIDiary pt. 10 - Our First Component
Welcome to Part 10 of the COVIDiary project! If you’re just joining us or missed a post, here’s what...
0
2020-06-26T22:22:26
https://www.codewitch.dev/covidiary_pt_10_-_our_first_component
--- title: COVIDiary pt. 10 - Our First Component published: true date: 2020-06-11 21:37:41 UTC tags: canonical_url: https://www.codewitch.dev/covidiary_pt_10_-_our_first_component --- Welcome to Part 10 of the COVIDiary project! If you’re just joining us or missed a post, here’s what we’ve done so far: - [Part 1: P...
audthecodewitch
366,188
Data Types and Static vs Dynamic Typing
Quick and short explanation of Data Types and Static vs Dynamic Typing Data Types...
0
2020-06-24T21:49:45
https://dev.to/funwie/data-types-and-static-vs-dynamic-typing-5cn3
programming, types, statictype, dynamictype
#Quick and short explanation of Data Types and Static vs Dynamic Typing ##Data Types Types give data meaning. There exist many data types such as numbers, strings, files, arrays, objects, and user-defined for us to use in our programs. Types differentiate data for processing. The type of data determines the operations...
funwie
366,280
Dockerfile: main commands and instructions
The Dockerfile what we use to create an image. It works like a recipe, we pass an image as base, com...
0
2020-06-24T23:39:53
https://dev.to/soutoigor/dockerfile-main-commands-and-instructions-2l2h
docker, dockerfile, commands, infrastructure
The Dockerfile what we use to create an image. It works like a recipe, we pass an image as base, commands and all the step by step. When building this Dockerfile, we create an image, and from this image, we create a container. ## Useful Dockerfile commands ### FROM ```docker FROM debian ``` Must be the first comm...
soutoigor
366,382
Disable Brave Browser Auto Update on a Mac
Provided your Brave browser version is the same as mine at the time of writing (83.1.10.93) - if not,...
0
2020-06-25T00:09:01
https://dev.to/naryfa/disable-brave-browser-auto-update-on-a-mac-4jk3
Provided your Brave browser version is the same as mine at the time of writing (83.1.10.93) - if not, substitute the numbers - quit the browser and do the following: 1. Launch the Terminal 2. Type this as one line: cd /Applications/Brave\ Browser.app/Contents/Frameworks/Brave\ Browser\ Framework.framework/Versions/8...
naryfa
366,456
Diseño de formularios web con Bootstrap para DotVVM desde ASP.NET Core
Bootstrap, es un framework originalmente creado por Twitter, que permite crear interfaces web con CSS...
0
2020-07-20T12:44:28
https://dev.to/dotvvm/diseno-de-formularios-web-con-bootstrap-para-dotvvm-desde-asp-net-core-5ddc
Bootstrap, es un framework originalmente creado por Twitter, que permite crear interfaces web con CSS y JavaScript, cuya particularidad es la de adaptar la interfaz del sitio web al tamaño del dispositivo en que se visualice. Es decir, el sitio web se adapta automáticamente al tamaño de una PC, una Tablet u otro dispos...
esdanielgomez
366,508
Ruby Readability
Have you ever looked at someone else’s code and thought, “What on earth is this?”. We’ll you’re not t...
0
2020-06-25T02:17:06
https://dev.to/leamsii/ruby-readability-30an
beginners, ruby, readability, cleancode
Have you ever looked at someone else’s code and thought, “What on earth is this?”. We’ll you’re not the only one, you can have amazing projects but if your code is written poorly, it won’t matter. Take a look at this piece of code for example. ```ruby def happy_birthday name,age puts "Congrats "+name+" "+"You turned...
leamsii
366,584
Testing Vue+Apollo: 2020 edition
Almost two years ago I started my dev.to journey with the article about unit testing Vue + Apollo com...
0
2020-06-25T12:53:28
https://dev.to/n_tepluhina/testing-vue-apollo-2020-edition-2l2p
vue, graphql, testing
Almost two years ago I started my [dev.to](https://dev.to/) journey with the article about [unit testing Vue + Apollo combination](https://dev.to/n_tepluhina/testing-vue-apollo-components-with-jest-3gj3). During this time I had multiple requests about mocking an Apollo client and including it to the equation - just lik...
n_tepluhina
366,597
Serverless Orchestration in lambda
Service orchestration is an architectural design where a single centralised service is responsible fo...
0
2020-06-25T04:33:03
https://dev.to/kumologica-org/serverless-orchestration-in-lambda-4nkn
serverless, aws, kumologica, lowcode
Service orchestration is an architectural design where a single centralised service is responsible for coordinating and interacting among different services. They invoke different services and combine them together . The orchestration unit is abstracted and exposed as a single service. Orchestration is usually accompl...
ab73863
366,834
Building Stacked Area Charts in JavaScript (Shown on COVID-19 Data for Italy, January to June)
Stacked area charts are frequently used in data visualization, helping to show how several variables...
0
2020-06-25T07:05:51
https://www.anychart.com/blog/2020/06/10/stacked-area-chart-javascript-tutorial/
javascript, webdev, datascience, tutorial
Stacked area charts are frequently used in data visualization, helping to show how several variables along with the total are changing over time. Find out how to quickly make interactive JavaScript stacked area charts for web projects [in this new tutorial](https://www.anychart.com/blog/2020/06/10/stacked-area-chart-j...
andreykh
369,752
The Context API
The context API was introduced in React as a means to help us with state management without the need...
0
2020-06-26T17:56:49
https://dev.to/yahaya_hk/the-context-api-154l
The context API was introduced in React as a means to help us with state management without the need to use external dependencies or libraries. It is an inbuilt way in the React eco-system of managing state while avoiding prop drilling. Assuming we have the following code: An "index.js" file whose sole function is to ...
yahaya_hk
366,952
Control a Dialog Box Asynchronously using React Hooks
We often control dialog boxes by including the component in our JSX and controlling its visibility an...
0
2020-06-25T11:28:37
https://dev.to/metamodal/control-a-dialog-box-asynchronously-using-react-hooks-4ik7
react, javascript, tutorial
We often control dialog boxes by including the component in our JSX and controlling its visibility and behaviour with state variables and props. Most of the time however, these are pretty standard components that require very little data to render, like a confirmation dialog box, for example. With hooks, we should be ...
glocore
367,098
Windows Preloader using HTML & CSS
What is a preloader? Preloaders (also known as loaders) are what you see on the webpage screen while...
0
2020-06-25T08:54:12
https://dev.to/codingnepalweb/windows-preloader-using-html-css-2pkj
loader, loadinganimation, loadingscreen, loading
What is a preloader? Preloaders (also known as loaders) are what you see on the webpage screen while the rest of the page's content is still loading. Loader helps to entertain the visitors or content's viewers while the rest pages are still loading. And preloader help to maintain the bounce rate of the website. As you...
codingnepalweb
367,106
Consistent tests and builds by freezing npm registry states
Getting inconsistent and non-deterministic results across different environments is a problem that...
0
2020-06-25T10:25:16
https://bytesafe.dev/posts/freeze-registry-states/
javascript, npm, testing, devops
Getting inconsistent and non-deterministic results across different environments is a problem that needs to be addressed by any dev team using JavaScript. If left un-attended you run the risk of getting different results in different environments or worse - spend the whole QA process testing a different state than the ...
sumstrm
367,266
What I Ordered Vs What Was Delivered: Go And Other Languages
This article aims to look past what marketing sells us and understand the realities on ground.
0
2020-06-25T10:54:06
https://dev.to/herocod3r/what-i-ordered-vs-what-was-delivered-go-and-other-languages-1kj6
go, programming, performance, runtime
--- title: What I Ordered Vs What Was Delivered: Go And Other Languages published: true description: This article aims to look past what marketing sells us and understand the realities on ground. tags: Golang,programming,performance,runtime cover_image: https://dev-to-uploads.s3.amazonaws.com/i/u59zot93n7z5uznx7fcs.pn...
herocod3r
367,341
Go - The note on "omitempty"
json.Marshal outputs empty json strings if the struct has a Value-type struct marked "omitempty" So...
0
2020-06-25T12:40:36
https://dev.to/takakd/go-the-note-on-omitempty-1aeh
go
--- title: Go - The note on "omitempty" published: true description: tags: go //cover_image: https://direct_url_to_image.jpg --- `json.Marshal` outputs empty json strings if the struct has a Value-type struct marked "omitempty" So I usually use Ptr-type struct as a struct field. ```go package main import ( "encod...
takakd
367,390
What Happens When you Put Your SQL Database on the Internet
And then we posted it to Hacker News. If you listen to, well, pretty much anyone rational, they will...
0
2020-06-26T10:41:24
https://davidgs.com/2020/what-happens-when-you-put-your-sql-database-on-the-internet/?utm_source=rss&utm_medium=rss&utm_campaign=what-happens-when-you-put-your-sql-database-on-the-internet
database, questdb, sql
--- title: What Happens When you Put Your SQL Database on the Internet published: true date: 2020-06-25 12:35:32 UTC tags: database,Database,QuestDB,SQL canonical_url: https://davidgs.com/2020/what-happens-when-you-put-your-sql-database-on-the-internet/?utm_source=rss&utm_medium=rss&utm_campaign=what-happens-when-you-p...
davidgs
367,555
Using .NET 5 with VS Code on Linux.
A simple and quick approach to use .NET 5 Preview with VS Code on Linux. Before install, it's impor...
0
2020-06-25T15:21:57
https://dev.to/antoniofalcaojr/using-net-5-with-vs-code-on-linux-2ogk
dotnet, linux, tutorial, vscode
A simple and quick approach to use .NET 5 Preview with VS Code on Linux. > Before install, it's important to check .NET 5 - [Supported OS versions](https://github.com/dotnet/core/blob/master/release-notes/5.0/5.0-supported-os.md#net-5---supported-os-versions) #Installing 1 - Create a directory to use for the downlo...
antoniofalcaojr
367,607
Image recognition with NodeJS + AWS Lambda + Rekognition + Translator
Hey, guys! I wanted to share with you an implementation that I made using NodeJS, AWS-Lambda and Ser...
0
2020-06-25T16:25:52
https://dev.to/steniowagner/image-recognition-with-nodejs-aws-lambda-rekognition-translator-2dmk
Hey, guys! I wanted to share with you an implementation that I made using NodeJS, AWS-Lambda and Serverless-Framework for image recognition and classification. The objectives are: 1 - Download a certain image 2 - Extract classification labels related to this image using AWS-Rekognition 3 - Translate the labels from ...
steniowagner
367,737
My first endeavor with Django...
Hi, guys! So this is my first blog post, so I'll preface this with a little background before jumping...
0
2020-06-25T18:13:05
https://dev.to/shelbysoutter/my-first-endeavor-with-django-2if7
beginners, sql
Hi, guys! So this is my first blog post, so I'll preface this with a little background before jumping into Django. I'm currently in an accelerated program learning software development in 16 weeks. Quite an endeavor. We just finished a month of learning frontend programming (HTML, CSS, JavaScript), and now we're on bac...
shelbysoutter
367,780
Learning GitHub - setup
Kelly Kermode /kkermode...
7,482
2020-06-25T19:20:02
https://dev.to/lynnlangit/learning-github-setup-3c52
github, learning
{% user kkermode %} and I are remote pair programming to try out features of GitHub that interest us. For setup of a Github learning environment we recommend: 1. Create a dedicated Repo just for learning 2. Add collaborators to your Repo 3. Use Github desktop as a simple client tool 4. Add metadata to make your Repo f...
lynnlangit
368,168
Get to know the latest AI that can predict any kind of numerical data
Three years ago, I was staring at my screen, trying to analyse what seemed to be a complex problem. T...
0
2020-06-26T02:50:26
https://dev.to/aisaraenquiry/get-to-know-the-latest-ai-that-can-predict-any-kind-of-numerical-data-2o0j
Three years ago, I was staring at my screen, trying to analyse what seemed to be a complex problem. The details are not important, but I told myself there must be a solution to it. Apparently not! Fast forward to the present time we are proud to release [AiSara](https://www.aisara.ai/) to the market. In total, we prob...
aisaraenquiry
368,848
Post/Get request using axios [React and Firebase Tutorial]
Posting Data to Firebase. A nice guide to get started on react and firebase Realtime database 💥💥 You...
0
2020-06-26T08:22:32
https://dev.to/chaoocharles/post-get-request-using-axios-react-and-firebase-tutorial-48bi
react, javascript, beginners, codenewbie
Posting Data to Firebase. A nice guide to get started on react and firebase Realtime database 💥💥 You Enjoy the content? [Help me reach 1k subscribers on my YouTube Channel] (https://www.youtube.com/channel/UCe8uN9zoKksCb1hfw61myRw?sub_confirmation=10) {% youtube dDVicLcbOZ4%} Now it's time to fetch the data from F...
chaoocharles
368,999
Web Performance Trends in 2020 you should keep an eye on
The Web Performance area is improving and has some awesome stuff to explore, but at the end of 2020,...
0
2020-06-29T09:31:59
https://marcradziwill.com/blog/web-performance-trends-in-2020-you-should-keep-an-eye-on/
webperf, webdev, webassembly
The Web Performance area is improving and has some awesome stuff to explore, but at the end of 2020, not all of our sites will be fast. Many tech people talk about 5G and HTTP/3, but there are much more frameworks, tools and languages to explore. As always in web performance, you can not click the "deliver fast website...
marcradziwill
369,001
Have you tried using D programming language?
D programming language (https://dlang.org) is a general programming language with C-like syntax. Have...
0
2020-06-26T10:05:37
https://dev.to/aberba/how-to-tried-using-d-programming-language-27f2
dlang, d
D programming language (https://dlang.org) is a general programming language with C-like syntax. Have you heard about it? Have you tried it? What's was your experience with it like?
aberba
373,348
Hi everyone I am Eddie from south Africa, I am a js newbie
A post by Eddie
0
2020-06-29T03:20:59
https://dev.to/eddie_mateera/hi-everyone-i-am-eddie-from-south-africa-i-am-a-js-newbie-4id2
eddie_mateera
369,172
Django News #29 - Wagtail Sub Teams, Django Admin 2FA and TOTP, Learning Django in 2020, and more
News Announcing Wagtail sub teams New teams who will complement the existing...
0
2020-06-27T01:58:21
https://django-news.com/issues/29
django, python, wagtail
--- title: Django News #29 - Wagtail Sub Teams, Django Admin 2FA and TOTP, Learning Django in 2020, and more published: true date: 2020-06-26 11:00:00 UTC tags: django, python, wagtail canonical_url: https://django-news.com/issues/29 --- ## News ### [Announcing Wagtail sub teams](https://cur.at/JVg3ebs?m=rss) New te...
jefftriplett
369,519
Mojibake 文字化け
Mojibake - Wikipedia 文字化け - Wikipedia 主にエンコーディングシステムの食い違いにより、意図していたのとは異なる文字が出力されてしまうこと。 ASCII -...
0
2020-06-26T14:20:43
https://dev.to/suto3/mojibake-5708
japanese, mojibake, encoding, character
[Mojibake - Wikipedia](https://en.wikipedia.org/wiki/Mojibake) [文字化け - Wikipedia](https://ja.wikipedia.org/wiki/%E6%96%87%E5%AD%97%E5%8C%96%E3%81%91) 主にエンコーディングシステムの食い違いにより、意図していたのとは異なる文字が出力されてしまうこと。 ---- [ASCII - Wikipedia](https://en.wikipedia.org/wiki/ASCII) - 7bit の文字コード。文字化けの原因になる。 [ISO/IEC 8859-1 - Wikipedia](...
suto3
369,605
Create Easy to Use and Lightning Fast Web Sites
Every React component can have a different, custom-tailored style. This is important when developers...
0
2020-06-26T15:40:31
https://dev.to/quickfuneral/create-easy-to-use-and-lightning-fast-web-sites-5084
Every React component can have a different, custom-tailored style. This is important when developers have to meet complex design requirements in a limited time. In order to do so, you have to be able to use CSS. To do this, you can to use styled-components. These will enable you to style your React components. This pr...
quickfuneral
369,710
What is an HTML Attribute | How to use WebdriverIO getAttribute function
Attributes can be very useful in getting data that may be needed by a tester to verify specific secti...
0
2020-06-26T16:17:29
https://dev.to/ailuj876/what-is-an-html-attribute-how-to-use-webdriverio-getattribute-function-575a
testing, beginners, webdriverio, getattribute
Attributes can be very useful in getting data that may be needed by a tester to verify specific sections of a an application. You can get the attribute value and verify that it changes based on certain actions. In this tutorial I explain what are HTML Attributes as well as how to use the WebdriverIO getAttribute comma...
ailuj876
369,740
Reduce Engineering Problems with a Resiliency Mindset
Resiliency isn’t something that just happens; it’s a result of dedication and hard work. To reach you...
0
2020-06-26T16:53:48
https://dev.to/blameless/reduce-engineering-problems-with-a-resiliency-mindset-57hj
sre, devops
Resiliency isn’t something that just happens; it’s a result of dedication and hard work. To reach your optimal state of resilience, there are some crucial SRE best practices you should adopt to strengthen your processes. #Increase cognitive capacity with runbooks# As you know, failure is not an option… because actually...
kludyhannah
369,926
How to: embed a Svelte app within a PHP application, with Live Reload
Woah it's my first DEV article! Alright, so at my day job I inherited a system built on PHP. The DO...
0
2020-06-26T18:52:32
https://dev.to/anthonygushu/how-to-embed-a-svelte-app-within-a-php-application-with-live-reload-1knh
svelte, php, tutorial, javascript
Woah it's my first DEV article! Alright, so at my day job I inherited a system built on PHP. The DOM is almost completely rendered in PHP which annoys the hell out of me -- I've been dreaming sweet thoughts of Svelte. Wanting to make the switch, I often thought about redoing the whole system using ``fetch()`` reque...
anthonygushu
369,936
Ruby Arrays Part II - Iteration
What is Iteration? Iteration is the repetition of a process. We've covered one form of iteration in...
6,506
2020-07-03T19:09:06
https://dev.to/bmweygant/ruby-arrays-part-ii-iteration-53ac
ruby, tutorial
<h1>What is Iteration?</h1> Iteration is the repetition of a process. We've covered one form of iteration in an [earlier lesson](https://dev.to/bmweygant/ruby-loops-n27), but iteration also describes the manipulation of elements inside an array or hash. Fundamentally, there are 2 key differences between a `loop` and an...
bmweygant
370,016
Project in Python
I can’t tell you how many videos and books and articles I’ve consumed on Python. At first I was drivi...
0
2020-06-26T21:32:48
https://dev.to/eddiecoyote/project-in-python-5cj3
python, beginners
I can’t tell you how many videos and books and articles I’ve consumed on Python. At first I was driving myself even crazier because I was also doing the same for Swift code. But I stopped Swift and have been focusing on Python. Unsure if I’m making progress. Not really, no. 
I’ll follow along with a video, do the code ...
eddiecoyote
370,095
Jupyter to Medium Initial Post
Automate Publishing of Jupyter Notebooks as Medium Blog Posts with jupyter_to_medium I am...
0
2021-11-15T14:51:45
https://dev.to/tdpetrou/jupyter-to-medium-initial-post-2im0
notebook, jupyter, datascience, python
--- title: Jupyter to Medium Initial Post published: true date: 2020-06-02 12:50:36 UTC tags: notebook,jupyter,datascience,python canonical_url: --- ### Automate Publishing of Jupyter Notebooks as Medium Blog Posts with jupyter\_to\_medium I am very excited to announce the official release of [jupyter\_to\_medium](h...
tdpetrou
370,102
What has made me more efficient
Throughout my years of programming, I have gone through different phases, phases that have shaped me...
0
2020-06-26T23:31:39
https://dev.to/andreespirela/what-has-made-me-more-efficient-adm
efficiency, productivity, career, tips
Throughout my years of programming, I have gone through different phases, phases that have shaped me as a developer and the personal side of being a developer. At first, being efficient was a challenge: When you are just getting into programming you want to do everything at the same time, and your thoughts are just lik...
andreespirela
371,998
Array Instance Methods
Methods that exist on the prototype of Array Concat Returns and array joined (concatenate...
7,685
2020-06-28T04:59:07
https://dev.to/bhagatparwinder/array-instance-methods-59a2
javascript, beginners, arrays, methods
Methods that exist on the prototype of `Array` ### Concat Returns and array joined (concatenated) with another array or values. ```javascript const array1 = ["a", "b", "c"]; const array2 = ["d", "e", "f"]; const array3 = array1.concat(array2); console.log(array3); // ["a", "b", "c", "d", "e", "f"] ``` You can als...
bhagatparwinder
370,362
Your first Stripe Charge with Python + Flask in 5 minutes
In this short series, we are going to look at how to create a charge to Stripe in a number of their o...
0
2020-06-27T03:58:12
https://blog.dennisokeeffe.com/blog/content/blog/2020-06-27-stripe-with-flask-in-five-minutes/
python, flask, stripe, tutorial
In this short series, we are going to look at how to create a charge to Stripe in a number of their officially supported languages! Today, we are going to look at how to do so with Python and Flask. The expectations are that you have both Python 3 and `pip3` installed and have your [Stripe API keys](https://stripe.co...
okeeffed
370,523
Creating code screenshots using vscode extension
Hey Developers, I have found a nice extension to create code screenshots in vscode. Using this exten...
0
2020-06-27T07:37:35
https://dev.to/vuelancer/creating-code-screenshots-using-vscode-extension-boj
vscode, extension, code, screenshot
* Hey Developers, I have found a nice extension to create code screenshots in vscode. * Using this extension, you can generate (.png) screenshot that will make your blog more informative. ## Extension * Link - https://marketplace.visualstudio.com/items?itemName=adpyke.codesnap ----- ### Sample screenshots ![Alt Te...
vuelancer
370,762
import keyword with example in Python
Python import keyword: so you can know about the import keyword with example. Its used to get module...
0
2020-06-27T09:31:41
https://dev.to/importostar/import-keyword-with-example-in-python-j9i
python
Python **import** keyword: so you can know about the **import keyword with example**. Its used to get modules and a module is like a building block: it has many functions available. You can use <a href="https://pythonbasics.org/how-to-use-pip-and-pypi/">pip</a> to install modules. ## Python import keyword **import**...
importostar
370,769
Learn Flask for Webdev
Flask is a Python framework that you can use to make Web Apps with Python. Python doesn't have to be...
0
2020-06-27T09:49:10
https://dev.to/importostar/learn-flask-for-webdev-4533
python
Flask is a Python framework that you can use to make Web Apps with Python. Python doesn't have to be only in the terminal, you can create any web app with Python Flask. This is a collection of articles to help you get started with the Python Flask framework. ## What is Flask? * <a href="https://pypi.org/project/Fla...
importostar
370,966
Spring Boot Introduction
What is the Spring Boot? Spring is a powerful java-based open-source framework that is wid...
0
2020-06-27T10:54:27
https://dev.to/reytech-lesson/spring-boot-introduction-4o5g
java, springboot, springframework, html
#What is the Spring Boot? Spring is a powerful java-based open-source framework that is widely used for enterprise web applications. It is developed by Pivotal Team and is utilized to construct stand-alone and production prepared spring applications. Spring Boot may be a portion of the spring framework and contains all...
zarlihninn
371,000
Add Google Login to your React Apps in 10 mins
As a client developer, Creating apps with authentication might be a tedious process. As we need to...
0
2020-06-27T12:49:34
https://dev.to/sivaneshs/add-google-login-to-your-react-apps-in-10-mins-4del
react, security, webdev, googlecloud
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/u3e0jxnva6te9a3kx5ji.png) As a client developer, Creating apps with authentication might be a tedious process. As we need to handle authentication in the server and maintain the code. It does have some multiple cases to be maintained based on authentication mechani...
sivaneshs
371,140
Do you use blue light glasses?
Hi, friends. I'm a coder and using computer about 5-8 hours per day. I want to know are you using blu...
0
2020-06-27T13:30:47
https://dev.to/guoruix/do-you-use-blue-light-glasses-1a1h
help, discuss
Hi, friends. I'm a coder and using computer about 5-8 hours per day. I want to know are you using **blue light glasses**? And how much money do you cost for it?
guoruix
371,237
Backend Wrap Up
Last week, we covered the last missing pieces to complete the most basic version of our backend. Due...
6,878
2020-06-27T15:43:19
https://dev.to/speratus/backend-wrap-up-1lfd
webdev
Last week, we covered the last missing pieces to complete the most basic version of our backend. Due to the length of the series header, I am going to end this series here and start a new one covering frontend topics. # Topics in this series * Generating a basic rails backend with basic models. * Writing a *very* ru...
speratus
371,333
Node e conexão com banco de dados
Estava trabalhando num projeto em node com a dependência do koajs para montar uma API Rest. Esse proj...
0
2020-06-28T17:05:00
https://dev.to/guilima/node-e-conexao-com-banco-de-dados-4h8p
node, postgres, mongodb, knex
Estava trabalhando num projeto em node com a dependência do [koajs](https://koajs.com/) para montar uma _API Rest_. Esse projeto guardava informações em dois bancos de dados, Mongo e Postgres. A conexão era realizada pelas dependências [knex](http://knexjs.org/)(+ pg) e mongodb. Determinado dia fiquei testando repetid...
guilima
371,463
Newbies and Documentation
As a cybersecurity "student", I've discovered quickly that you are NEVER truly secure. You gain under...
0
2020-06-27T17:36:06
https://dev.to/enigmaticsoulrg/newbies-and-documentation-1f7a
cybersecurity, pentesting, infosec, beginners
<p>As a cybersecurity "student", I've discovered quickly that you are NEVER truly secure. You gain understanding and minimize the damage. There is no true prevention though. This is with anything in life actually. </p> <p>The amount of material, resources and tools can be dangerous to use. Your life and others may be...
enigmaticsoulrg
371,546
Every mistake I’ve made as a junior R&D team leader
https://medium.com/@hanan_rofe_haim/every-mistake-ive-made-as-a-junior-r-d-team-leader-b7b768f5adad...
0
2020-06-27T18:39:47
https://dev.to/hananrh/every-mistake-i-ve-made-as-a-junior-r-d-team-leader-4199
management
https://medium.com/@hanan_rofe_haim/every-mistake-ive-made-as-a-junior-r-d-team-leader-b7b768f5adad
hananrh
372,025
Building Stripe.com's Tabbed Preview Widget From Scratch in 30 Minutes
In this video I try to build a fully functional tabbed preview widget in HTML and CSS from scratc...
0
2020-06-29T12:58:22
https://mjswensen.com/blog/building-stripe-tabbed-preview-widget-from-scratch-in-30-min/
--- title: Building Stripe.com's Tabbed Preview Widget From Scratch in 30 Minutes published: true date: 2020-04-09 12:39:00 UTC tags: canonical_url: https://mjswensen.com/blog/building-stripe-tabbed-preview-widget-from-scratch-in-30-min/ --- {% youtube NFOidUvke0k %} In this video I try to build a fully functional t...
mjswensen
372,266
Polyfilling the Fetch API for Old Browsers and Node.js
First some definitions. A polyfill will try to emulate certain APIs, so can use them as if they wer...
0
2020-06-28T09:33:26
https://healeycodes.com/polyfilling-fetch/
javascript, webdev, beginners, tutorial
First some definitions. > A **polyfill** will try to emulate certain APIs, so can use them as if they were already implemented. > A **transpiler** on the other hand will transform your code and replace the respective code section by other code, which can already be executed. (Thanks [Sirko](https://stackoverflow.com...
healeycodes
372,472
Self-hosted Git Repositories with Gitea
GitHub is arguably the most popular git hosting service out there, and it's easy to see why: it's fre...
0
2020-06-28T12:44:56
https://msiedlaczek.com/til/gitea/
github, git
[GitHub] is arguably the most popular git hosting service out there, and it's easy to see why: it's free (for open source projects), it's powerful, and because it's already familiar, it's easy to get a new project up and running without much hustle. Moreover, ever since GitHub's acquisition by Microsoft, I have noticed...
elshize
372,476
OpenSource - The Guaranteed Funding Program – Now Accepting New Applicants
At xs:code, we’ve made it our mission to connect open source developers with the software companies t...
0
2020-06-28T13:04:47
https://dev.to/netanelmohoni/opensource-the-guaranteed-funding-program-now-accepting-new-applicants-33n5
At xs:code, we’ve made it our mission to connect open source developers with the software companies that use their projects. With more and more companies using xs:code to find paid solutions, support and licensing for the open source components they use – we aim to help as many open source developers discover the poten...
netanelmohoni
372,616
📝- Buffers en Node.JS
En el mundo de la internet y lo que mayor importancia se demuestra al navegar, es la información. En...
0
2020-06-28T14:47:50
https://clouby.vercel.app/posts/buffers-node-js
node, javascript
En el mundo de la internet y lo que mayor importancia se demuestra al navegar, es la información. En general, en la internet es muy comun aprovechar y proveer diferentes tipos de información, como son imágenes, videos, entre otros. A medida que el tiempo pasa, las aplicaciones son más concurrentes, relacionado a tonel...
clouby
373,158
How mindfulness has helped me solve problems
I looked away from my IDE to see the time on the top corner of my laptop screen. I’d been staring dee...
0
2020-06-29T00:06:58
https://dev.to/ianbush100/how-mindfulness-has-helped-me-solve-problems-4g07
programing, development
I looked away from my IDE to see the time on the top corner of my laptop screen. I’d been staring deep into my work for longer than I’d planned. Sometimes this is a good thing where all of the pieces are coming together and you enter a blissful state. When you are pleasantly reminded why you love what you do. This was ...
ianbush100
372,661
9 Steps to Get 100 Stars on GitHub
We should start off with proof that this works. Here's a screenshot of the recent viewer analytics fo...
0
2020-06-28T15:17:53
https://dev.to/nastyox1/8-concrete-steps-to-get-stars-on-github-355c
opensource, github, webdev, javascript
We should start off with proof that this works. Here's a screenshot of the recent viewer analytics for [my GitHub repo](https://github.com/nastyox/Rando.js), which has just started to take off: ![GitHub viewer analytics](https://dev-to-uploads.s3.amazonaws.com/i/p9t3qhrpf68acq5k255p.png) It's clear from this chart th...
nastyox1
372,670
Week 6: Projects, Projects, Projects
HAX Update In week 6, I continued my work with user research. I am now working on user int...
7,094
2020-06-28T19:17:11
https://dev.to/saracunn/week-6-projects-projects-projects-3n1h
career, beginners, internship
# **HAX Update** In week 6, I continued my work with user research. I am now working on user interviews to get a better perception of the users who use HAX. Some of the interviews will include students, teachers, developers, etc. I am trying to get a wide range of users so I can accommodate all of the different types o...
saracunn
372,852
Making Django App Publicly Accessible With Ngrok
Sometimes when developing our Django application, we need to make it publicly accessible or use https...
0
2020-06-28T18:14:22
https://www.janowski.dev/articles/making-django-app-publicly-accessible-with-ngrok/
python, django, testing, webdev
Sometimes when developing our Django application, we need to make it publicly accessible or use https, for example when testing OAuth authentication sometimes https is enforced, or when testing Shopify webhooks (where the request is executed on Shopify server, so we need to make it publicly available), or simply when w...
druidmaciek
372,969
30 Days of Python 👨‍💻 - Day 8 - OOP Basics
Python is a multi-paradigm language. That's a cool-sounding term! Coming from the JavaScript universe...
7,425
2020-06-28T19:20:57
https://tabandspace.com/posts/30-days-of-python-8
python, challenge
Python is a **multi-paradigm** language. That's a cool-sounding term! Coming from the JavaScript universe, I am aware of this as JavaScript is a multi-paradigm language as well. What it means is there is more than one explicit way of thinking about how we write our code in Python, structure our code. Now, why is this ...
arindamdawn
372,973
Multi-faced Flip Card with a Click (Part I: HTML)
More than just your average Flip Card tutorial. Don’t just flip your card on hover, use JavaScript to...
0
2020-06-28T19:28:32
https://dev.to/santiagocodes/multi-faced-flip-card-with-a-click-part-i-o6c
javascript, css, html, tutorial
_More than just your average **Flip Card** tutorial. Don’t just flip your card on hover, use JavaScript to flip it on command. Includes instructions on how to change the reverse face to show a different face each time and tricks to give the card a nice 3D effect while flipping._ This series will be divided into three ...
santiagocodes
373,033
Setup Prestashop CMS with Docker Compose
So basically I want to dockerize all my php based projects (Wordpress, Laravel, Symfony...) after...
0
2020-06-28T23:19:25
https://dev.to/moghwan/setup-prestashop-with-docker-compose-39mn
docker, prestashop
--- published: true title: "Setup Prestashop CMS with Docker Compose" cover_image: "https://raw.githubusercontent.com/moghwan/dev.to/master/blog-posts/1-prestashop-docker-compose/assets/header.png" description: tags: docker, prestashop series: canonical_url: --- So basically I want to dockerize all my php based projec...
moghwan
373,070
Setting Up Navigation for React Native App
After reading this tutorial, you will have basic understanding about react navigation stack. Prerequ...
7,446
2020-06-28T20:51:53
https://dev.to/mtateam1/setting-up-navigation-for-react-native-app-1doa
<section data-field="subtitle" class="p-summary"> </section> <section data-field="body" class="e-content"> <section name="268f" class="section section--body section--first section--last"><div class="section-divider"><hr class="section-divider"></div><div class="section-content"><div class="section-inner sectionLayout-...
mtateam1
373,073
Building my Personal Site using Gatsby and Github Pages
I just finished building my personal site two weeks ago in my free time in this quarantine. After a l...
0
2020-06-28T23:29:41
https://dev.to/ldiego73/building-my-personal-site-using-gatsby-and-github-pages-565g
gatsby, javascript, node, github
I just finished building my personal site two weeks ago in my free time in this quarantine. After a long time always thinking, I decided to take a few hours each day and start with this project. At first I went with a basic design using only HTML5 and CSS3. Where you could see my name, a brief description of me, some ...
ldiego73
373,078
My first post - thought of the day
So, backstory on myself, I've been in development for over 14 years professionally. During this COVID...
0
2020-06-28T21:13:03
https://dev.to/liukonen/my-first-post-thought-of-the-day-3c6k
design, career, security, healthydebate
So, backstory on myself, I've been in development for over 14 years professionally. During this COVID era, I did a lot of studying, and I feel I made myself more well rounded in both front and back end development. I've been full stack now for the last 8 years, but my main focus was always more backend work. That said,...
liukonen
373,080
Getting started with JavaScript - Atom autocomplete using ternjs
This is a beginner JavaScript Series from Scratch - step by step , The first few series we would be i...
0
2020-06-28T21:21:09
https://dev.to/abodmicheal/getting-started-with-javascript-atom-autocomplete-using-ternjs-13ek
beginners, techtalks, career, javascript
This is a beginner JavaScript Series from Scratch - step by step , The first few series we would be installing plugins needed for JS like ternjs which would give us auto-completion , in our next tutorial we would set up a package to help us console or run our JavaScript code on atom atom link: https://atom.io autocompl...
abodmicheal
373,448
Do you recommend quitting a 9-5 to learn web development full time?
Why or why not?
0
2020-06-29T04:02:22
https://dev.to/heroku/do-you-recommend-quitting-a-9-5-to-learn-web-development-full-time-26pb
career, discuss, watercooler, webdev
--- title: Do you recommend quitting a 9-5 to learn web development full time? published: true description: Why or why not? tags: career, discuss, watercooler, webdev cover_image: https://dev-to-uploads.s3.amazonaws.com/i/rt832jkgufpfw9f6f7i2.png --- There is a choice many of us can be confronted with, sticking to o...
nocnica
373,617
PoseNet - TensorFlow.js on GCP
TensorFlow.js is a JavaScript Library for training and deploying machine learning models in the brow...
0
2020-06-29T06:04:23
https://dev.to/alvardev/posenet-tensorflow-js-on-gcp-1934
machinelearning, tensorflow, googlecloud, serverless
[**TensorFlow.js**](https://www.tensorflow.org/js) is a JavaScript Library for training and deploying machine learning models in the browser and in Node.js. Fortunately, **TensorFlow.js** has [ready-to-use](https://www.tensorflow.org/js/models) models that can be used by anyone, especially for developers with no know...
alvardev
373,684
[Advanced HTML & CSS] Duomly coding challenge # 1: Dashboard
Hey guys, we created a coding challenge that you can complete to test your skills and build a coding...
7,562
2020-06-29T07:40:20
https://dev.to/duomly/advanced-html-css-duomly-coding-challenge-1-4mp0
challenge, beginners, codenewbie, css
Hey guys, we created a coding challenge that you can complete to test your skills and build a coding portfolio. Today's info: - Code the design into the HTML&CSS layout - You can use bootstrap or another framework that you know - Create git repository with name Duomly challenge #1 - Push the code to the GitHub and sha...
duomly
373,825
Top 10 Factors to Keep in Mind While Choosing an SEO Company
An affordable SEO company can help you expand your marketing reach, improve your site traffic, and in...
0
2020-06-29T08:54:53
https://dev.to/katieleslove19/top-10-factors-to-keep-in-mind-while-choosing-an-seo-company-29l4
seo
An [affordable SEO company](https://www.seotuners.com) can help you expand your marketing reach, improve your site traffic, and increase your revenue. Partner up with the right search engine optimization team to achieve those results. Here are ten factors to look for when you hire an SEO company. ####Your Needs#### W...
katieleslove19
373,983
Developing with a beginner's mind
If you can’t fly then run, if you can’t run then walk, if you can’t walk then crawl, but whatever you...
0
2020-06-29T11:40:07
https://dev.to/banked/developing-with-a-beginner-s-mind-gcf
webdev, beginners, software, learning
If you can’t fly then run, if you can’t run then walk, if you can’t walk then crawl, but whatever you do you have to keep moving forward.’ - Martin Luther King, Jr. I’ve been working at Banked as a software engineer for a few months now, and one of the most astonishing things I’ve learnt in that time is that the human...
wearebanked
374,045
Supporting creators through patreon
Hey people, We love many of the creators who makes us to gain the knowledge by sharing their work in...
0
2020-06-29T12:42:30
https://dev.to/vuelancer/supporting-developers-through-patreon-5004
patreon, monetization
Hey people, We love many of the creators who makes us to gain the knowledge by sharing their work in youtube, twitch, github, dev posts, medium, hackernoon, etc,. * There are many places where developers love to support the people who follow them. And their followers also supports them. * One of the best platform to ...
vuelancer
374,049
Bookmarklet: Stop AccessiBe Tampering with WAVE
When WAVE runs its tests, AccessiBe turns on settings that would not normally be turned on to enhance...
0
2020-06-29T12:46:44
https://dev.to/anevins12/bookmarklet-stop-accessibe-tampering-with-wave-fc8
codepen, wave, a11y, javascript
<p>When WAVE runs its tests, AccessiBe turns on settings that would not normally be turned on to enhance the WAVE test results.</p> <p>This bookmarklet prevents AccessiBe from tampering with the WAVE results.</p> {% codepen https://codepen.io/anevins12/pen/mdVOROb %}
anevins12
374,146
How to make a API Call to Heroku from Chrome Extension
Hi Dev, So, I am stuck here trying to make this API Call to a Heroku project from a Chrome Extension...
0
2020-06-29T14:35:19
https://dev.to/memahesh/how-to-make-a-api-call-to-heroku-from-chrome-extension-2bnk
help, heroku, chromeextension
Hi Dev, So, I am stuck here trying to make this API Call to a Heroku project from a Chrome Extension I am developing. ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/om6cbyj1dpmigfn7vb7i.PNG) I am familiar with Flask and NodeJs. I understand this has something to do with headers somewhere. I tried searching b...
memahesh
374,195
Revamping my personal site
Overview Initially, my website (https://www.nishantwrp.com) was a simple vue application w...
0
2020-06-29T15:20:56
https://dev.to/nishantwrp/revamping-my-personal-site-12d6
showdev, discuss, vue, webdev
## Overview Initially, my website (https://www.nishantwrp.com) was a simple vue application where almost everything was hardcoded. I didn't take advantage of Vue at all.<br> But recently I revamped my site and some of the major changes I made are - **Migrated To Gridsome** - I used Gridsome which is a static site ge...
nishantwrp
386,624
What are some rules you have for yourself working from home to maintain a healthy work environment?
A post by Scott
0
2020-07-07T17:29:06
https://dev.to/scottstern06/what-are-some-rules-you-have-for-yourself-working-from-home-to-maintain-a-healthy-work-environment-56g6
discuss, watercooler
scottstern06
374,316
YouTube Video Downloader (with just 2 lines of codes)
So, you are on the desert with no WiFi connection but you must continue watching your favorite series...
0
2020-06-29T16:50:15
https://dev.to/muhimen123/youtube-video-downloader-with-just-2-lines-of-codes-cea
python, webdev
--- title: YouTube Video Downloader (with just 2 lines of codes) published: true tags: python, webdev --- So, you are on the desert with no WiFi connection but you must continue watching your favorite series on youtube. A simple solution for this will be to download the videos beforehand. While there are many YouTube ...
muhimen123
384,584
Why is it Important to Have a Diverse Development Team?
Diversity always adds up the missing spark in a team by letting the creative minds work together. Do...
0
2020-07-06T13:58:07
https://www.yourteaminindia.com/blog/importance-to-have-diverse-development-team/?utm_medium=gmb&utm_source=microblogging&utm_campaign=diversedevelopmentteam&utm_term=6thjuly
devops
Diversity always adds up the missing spark in a team by letting the creative minds work together. Do you have diversity in your development team? If not, check out why it is important to work with a diverse team.
yourteaminindia
384,606
XmlAttributes.XmlIgnore Property
using System; using System.IO; using System.Xml.Serialization; // This is the class that will be ser...
0
2020-07-06T14:25:53
https://dev.to/freecoderzhaoshuai/xmlattributes-xmlignore-property-3hp6
using System; using System.IO; using System.Xml.Serialization; // This is the class that will be serialized. public class Group { // The GroupName value will be serialized--unless it's overridden. public string GroupName; /* This field will be ignored when serialized-- unless it's overridden. */ [Xm...
freecoderzhaoshuai
384,682
Strongly typed frontend code with Scala.js
Written by Ebenezer Don✏️ JavaScript, originally tailored for making user interactions possible on...
0
2020-07-17T20:01:43
https://blog.logrocket.com/strongly-typed-frontend-code-scala-js/
javascript, webdev
--- title: Strongly typed frontend code with Scala.js published: true date: 2020-07-06 13:00:00 UTC tags: javascript,webdev canonical_url: https://blog.logrocket.com/strongly-typed-frontend-code-scala-js/ cover_image: https://dev-to-uploads.s3.amazonaws.com/i/5hjw43v0kl2a9jzmh51k.png --- **Written by [Ebenezer Don](htt...
bnevilleoneill
386,658
Reagent 101 / Hiccup vs. JSX
Hiccup is a Clojure library that enables us to represent HTML using Clojure vectors. In HTML and JSX,...
0
2020-07-07T18:04:51
https://dev.to/icncsx/reagent-hiccup-vs-jsx-nj2
clojure, react, tutorial
Hiccup is a Clojure library that enables us to represent HTML using Clojure vectors. In HTML and JSX, you have tags `<>`. In Clojure, you have vectors `[]`. Herein, I will lay them side by side, to show how Hiccup coupled with Reagent (a Clojure interface for React) can emulate common patterns found in React. ### fra...
icncsx
384,822
How To Find Useful Content To Read On A Daily Basis
On the internet, I always had this struggle to find and read content daily. Read meaning not reading...
0
2020-07-06T17:14:34
https://dev.to/dinakaranonline/how-to-find-useful-content-to-read-on-a-daily-basis-2l5j
read
On the internet, I always had this struggle to find and read content daily. Read meaning not reading a book, but interesting content in the form of news articles, blogs, podcast or video content etc. Over the last decade, I tried a lot of different options but nothing seemed to work, partly because I did not have a lo...
dinakaranonline
384,889
Demand Entrapment
We can't know everything about everything, our experiences are unique and communication is limited,...
0
2020-07-06T19:44:57
https://dev.to/seanmgonzalez/demand-entrapment-3j2l
management
![Demand Entrapment](https://imgs.xkcd.com/comics/tasks.png) We can't know everything about everything, our experiences are unique and communication is limited, so we must work within those constraints. We also have our visions and our expectations of people and code to realize those visions. The question is: *Does ou...
seanmgonzalez
384,897
Writing a framework. PT I
Over the last few months of 2020, I have dedicated myself to writing MandarineTS Framework. It has be...
0
2020-07-07T16:53:31
https://dev.to/andreespirela/writing-a-framework-pt-i-5g19
mandarine, typescript, deno, framework
Over the last few months of 2020, I have dedicated myself to writing [MandarineTS Framework](https://github.com/mandarineorg/mandarinets). It has been an amazing journey where I have met really knowledgeable people & have participated in the [Deno](https://deno.land) community more actively. I never thought I would be...
andreespirela
384,924
I Recreated Timon and Pumbaa's Virtual Safari Jeep Tour for the Web
Introduction Link to project here As a disclaimer, I am still a student and by no means a...
0
2020-07-07T00:15:07
https://dev.to/gamedog9988/i-recreated-timon-and-pumbaa-s-virtual-safari-jeep-tour-for-the-web-3204
html, css, javascript, webdev
# Introduction Link to project [here](https://virtualsafari.netlify.app/) As a disclaimer, I am still a student and by no means a professional. This project was always something I wanted to do when I became introduced to user experience design and web development. However, rather than jumping in and starting this proj...
gamedog9988
384,929
Angular + RxJS: From Pull to Push Based Strategy
Today, we will try to explore the shift we can make from pull based strategy towards the push based...
0
2020-07-06T20:05:14
https://dev.to/imsabodetocode/angular-rxjs-from-pull-to-push-based-strategy-5005
angular, javascript, typescript, rxjs
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/r39gz2dei4b3rgmo2b3o.JPG) Today, we will try to explore the shift we can make from pull based strategy towards the push based strategy. In the nutshell, we will see how we can minimize the use of explicit subscription as much as possible. **The overhead of using ...
imsabodetocode
386,827
SameSite Cookies - Are you Ready?
Last year Google announced updates to Chrome that provide a way for developers to control how cross s...
0
2020-07-07T20:43:39
https://dev.to/httparchive/samesite-cookies-are-you-ready-5abd
webdev, httparchive, cookies, webtransparency
Last year Google[ announced](https://blog.chromium.org/2019/05/improving-privacy-and-security-on-web.html) updates to Chrome that provide a way for developers to control how cross site cookies should work on their sites. This is a good change - as it ultimately improves end user security and privacy by limiting which t...
paulcalvano
384,970
Architecting Frontend Projects To Scale
Scaling React apps with clean code structure and standards
0
2020-07-06T21:12:07
https://magitek.dev/articles/2020-07-06-architeting-frontend-projects-to-scale/
webdev, javascript, react, organization
--- title: Architecting Frontend Projects To Scale published: true description: Scaling React apps with clean code structure and standards tags: webdev, javascript, react, organization canonical_url: https://magitek.dev/articles/2020-07-06-architeting-frontend-projects-to-scale/ cover_image: https://cdn-images-1.medium...
mmcshinsky
385,420
Introducing: NEWTS
I recently found myself in the position of needing to spin up several small TypeScript projects all a...
0
2020-07-07T07:38:48
https://dev.to/fluffynuts/introducing-newts-1lgh
typescript, generator, quickstart, npm
I recently found myself in the position of needing to spin up several small TypeScript projects all at once, with the aim for at least two to publish to [NPM](npmjs.com). There are a bunch of steps to go through for this to work successfully, and I found myself remembering something and having to go back and apply it a...
fluffynuts
385,487
20+ Web Scraping Tools For Data Collection
Ver artículo original:Las 20 Mejores Herramientas de Web Scraping para Extracción de Datos Web Scrap...
0
2020-07-07T07:57:13
https://dev.to/octoparsehola/top-20-web-scraping-tools-for-extracting-web-data-3166
webdev, proxyserver, proxyservice, webscraping
Ver artículo original:[Las 20 Mejores Herramientas de Web Scraping para Extracción de Datos](https://www.octoparse.es/blog/las-20-mejores-herramientas-de-web-scraping) [Web Scraping](https://www.octoparse.es/) (también conocido como extracción de datos de la web, web crawling) se ha aplicado ampliamente en muchos camp...
octoparsehola
385,622
Encoding logic in AI using Theorem Proving
This article was originally posted on Medium and Asheux In my previous article on knowledge...
0
2020-07-07T10:12:31
https://dev.to/asheux/encoding-logic-in-ai-using-theorem-proving-980
machinelearning, python
_This article was originally posted on [Medium](https://medium.com/mindpload/encoding-logic-in-ai-using-theorem-proving-f20b3a980f67)_ and [Asheux](https://www.asheux.com/articles/4) ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/mqu79cw0klnmi96egxhp.jpg) In my previous article on [knowledge representation usi...
asheux
386,345
React Quiz tutorial | with Typescript
Create a React Quiz game from scratch
0
2020-07-07T13:27:41
https://dev.to/weibenfalk/react-quiz-tutorial-with-typescript-15pk
javascript, programming, beginners, webdev
--- title: React Quiz tutorial | with Typescript published: true description: Create a React Quiz game from scratch tags: #javascript #programming #beginners #webdev --- In this tutorial, I'll show you how to build a Quiz game in React with an open API for the questions. I'll use Typescript and Styled Components with ...
weibenfalk
386,838
What does "agile" mean these days?
It's one of these terms that seems to be used either as something specific, or by others as just a an...
0
2020-07-07T20:48:00
https://dev.to/ben/what-does-agile-mean-these-days-3obh
discuss, healthydebate, management, agile
It's one of these terms that seems to be used either as _something specific_, or by others as _just a an adjective_. When "agile" first came on the scene, I think there must have been a tighter line to its principles, but decades later, _who the hell knows_? I'd like to open the floor for input. ❤️
ben
386,880
Top 5 free HOSTING sites with Instructions
Getting your website deployed is probably the first thing you want to do and with these 5 sites, you...
0
2020-07-07T20:58:58
https://dev.to/nghiemthu/top-5-free-hosting-sites-with-instructions-10h
tutorial, beginners
Getting your website deployed is probably the first thing you want to do and with these 5 sites, you can do it in just minutes. # Table of Contents - The order is alphabetical 1. [Firebase](#firebase) 2. [Netlify](#netlify) 3. [Render](#render) 4. [Surge](#surge) 5. [Vercel](#vercel) # Firebase With [Firebase host...
nghiemthu
386,894
On distraction and developer productivity
Think about a normal day of work. You arrive at the office, take a coffee, start coding, do some code...
0
2020-07-07T21:51:38
https://scastiel.dev/posts/2020-07-07-on-distraction-and-developer-productivity/
productivity, books
Think about a normal day of work. You arrive at the office, take a coffee, start coding, do some code review, have lunch, some meetings, code again, and that’s it. But is it really? I could bet that looking more precisely at your day, it looks more like: start coding, answer a question on Slack, help a colleague, hav...
scastiel