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
251,868
Our Experience at CES 2020
Earlier this month, we attended CES 2020 for our very first time. We had a booth set up with our part...
0
2020-01-30T20:14:14
https://www.headspin.io/blog/event/ces2020/
event, ces, conference
--- title: Our Experience at CES 2020 published: true date: 2020-01-21 11:00:36 UTC tags: Event,CES,Conference canonical_url: https://www.headspin.io/blog/event/ces2020/ --- <p>Earlier this month, we attended CES 2020 for our very first time. We had a booth set up with our partner Wipro in the Enterprise Solutions sec...
headspin_io
251,896
What's your most up-to-date opinion on "monolith vs microservices"?
This debate ebbs and flows. How do you feel about it right now?
0
2020-01-30T20:28:05
https://dev.to/ben/what-s-your-most-up-to-date-opinion-on-monolith-vs-microservices-11k7
discuss, architecture, microservices, healthydebate
This debate ebbs and flows. How do you feel about it right now?
ben
251,906
The challenges I face while working remotely and how I am overcoming them
Remote work is basically the way of working but out of the usual office. Therefore, as someone who h...
0
2020-01-30T20:57:58
https://dev.to/ishimwe5555/the-challenges-i-face-while-working-remotely-and-how-i-am-overcoming-them-3d2l
Remote work is basically the way of working but out of the usual office. Therefore, as someone who has not been engaged in a remote work experience before, especially in software development, I came to face many challenges, learnt many lessons and broke certain breakpoints of my old coding style to a new and more prof...
ishimwe5555
251,918
8 Tips i Would Recommend to any Beginner Frontend Web Developer
In my journey as a frontend web developer, I have come across some tools or techniques I would appreciate to have I known earlier.
0
2020-01-31T18:55:24
https://dev.to/ebereuzodufa/8-tips-i-would-recommend-to-any-young-frontend-web-developer-3a04
discuss, newbie, frontend, webdev
--- title: 8 Tips i Would Recommend to any Beginner Frontend Web Developer published: true description: In my journey as a frontend web developer, I have come across some tools or techniques I would appreciate to have I known earlier. tags: #discuss #newbie #frontend #web-development --- In my journey as a frontend we...
ebereuzodufa
258,830
Preview UIKit views in Xcode
Use the live preview with UIKit views
0
2020-02-10T08:52:19
https://dev.to/gualtierofr/preview-uikit-views-in-xcode-3543
ios, xcode, swift
--- title: Preview UIKit views in Xcode published: true description: Use the live preview with UIKit views tags: iOS, Xcode, Swift --- One of the new features of Xcode 11 is the ability to see a live preview of a SwiftUI view in what is called the Canvas. This is really convenient while working with a UI as you can mo...
gualtierofr
251,993
Send email in magento 2.3 and beyond
First you need inject class TransportBuilder default to your constructor \Magento\Framework\Mail\Te...
0
2020-01-31T02:00:16
https://dev.to/mrtuvn/send-email-in-magento-2-3-and-beyond-1oh
magento2, email, backend, webdev
First you need inject class TransportBuilder default to your constructor > \Magento\Framework\Mail\Template\TransportBuilder <div class="highlight codewrap"> <pre class="highlight php"> <code> $this->_transportBuilder->setTemplateIdentifier( $this->_scopeConfig->getValue( ...
mrtuvn
252,014
Typescript: Learning Through Doing The Basics
A quick tutorial on Typescript that I wrote as part of my learning process.
0
2020-01-31T02:58:28
https://dev.to/sarahscode/typescript-learning-through-doing-the-basics-4ga1
typescript, tutorial
--- title: Typescript: Learning Through Doing The Basics published: true description: "A quick tutorial on Typescript that I wrote as part of my learning process." tags: typescript, tutorial --- Starting a new job pretty much always means learning something new. With my current job, one of the first new things I had t...
sarahscode
252,088
HTML from first principles
TLDR HTML is a simple but powerful language. It allows you to package up and give a name t...
4,601
2020-01-31T07:20:58
https://webdevelopertraining.org/#/blog/html-from-first-principles
html, webdev, beginners
# TLDR HTML is a simple but powerful language. It allows you to package up and give a name to parts of your application. Master its fundamentals now, and save yourself a world of confusion later. HTML can be understood with the following major concepts: * Elements * Opening tags * Closing tags * Content * Attributes...
lastmjs
252,103
Connecting Atlassian SourceTree With Your Azure DevOps GIT Repo
In this short post, I will show you how you can setup Atlassian SourceTree so it will connect with...
0
2020-01-31T07:58:15
https://medium.com/@EeKayOnline/connecting-atlassian-sourcetree-with-your-azure-devops-git-repo-b88aeab91b00
git, howto, devops, microsoft
--- title: Connecting Atlassian SourceTree With Your Azure DevOps GIT Repo published: true description: tags: git, howto, devops, microsoft cover_image: https://dev-to-uploads.s3.amazonaws.com/i/pcb163ha21i18fj3iw1t.png canonical_url: https://medium.com/@EeKayOnline/connecting-atlassian-sourcetree-with-your-azure-devo...
eekayonline
252,189
GetWidget 1.0.3 version Released
Hey everyone, We released our new version of GetWidget on pub.dev. You can check out our new version...
0
2020-01-31T11:25:44
https://dev.to/getwidget/getflutter-1-0-3-version-released-on-pub-370f
flutter, opensource, github, getflutter
Hey everyone, We released our new version of GetWidget on pub.dev. You can check out our new version getwidget 1.0.3 of on pub https://pub.dev/packages/getwidget Now you can use our new features with below dependencies: dependencies: getwidget: ^ 1.0.3 You can check out Getting Start on our Docs: <a href="https:/...
getwidget
252,202
How to access micro-services (pods) in Kubernetes that are not publicly available
Imagine this scenario: You are developing an API on your machine and everything works well, then you...
0
2020-01-31T20:19:27
https://dev.to/martinsolev/how-to-access-micro-services-pods-in-kubernetes-that-are-not-publicly-available-2jjb
kubernetes, docker
Imagine this scenario: You are developing an API on your machine and everything works well, then you deploy it on a Kubernetes cluster. Now you want to test if the API works on Kubernetes, but without exposing it to the public. To demonstrate this, I have a fresh install of [Minikube](https://kubernetes.io/docs/tasks...
martinsolev
252,206
How do you make your old MacBook work?
Is it possible to resurrect a zombie?
0
2020-01-31T11:39:41
https://dev.to/fyodorio/how-do-you-make-your-old-macbook-work-1ie8
help
--- title: How do you make your old MacBook work? published: true description: Is it possible to resurrect a zombie? tags: help cover_image: https://dev-to-uploads.s3.amazonaws.com/i/yxgdcs8gfpelfy13jfhu.png --- I'm a web developer. My main working machine is `iMac` and it's fantastic. My portable device is `MacBook...
fyodorio
252,239
Big O Linear Time Complexity
Learn the fundamentals of Big O linear time complexity with examples in JavaScript.
0
2020-01-31T13:31:21
https://jarednielsen.com/big-o-linear-time-complexity/
career, computerscience, beginners, algorithms
--- title: Big O Linear Time Complexity published: true description: Learn the fundamentals of Big O linear time complexity with examples in JavaScript. tags: career, computerscience, beginners, algorithms canonical_url: https://jarednielsen.com/big-o-linear-time-complexity/ cover_image: https://dev-to-uploads.s3.amazo...
nielsenjared
252,312
DYK: Inspect and trigger media queries in chrome
Did you know you can trigger media queries right in chrome? Open the developer tools (F12 / Ctrl+Shi...
0
2020-01-31T14:53:29
https://dev.to/darksmile92/dyk-inspect-and-trigger-media-queries-in-chrome-1kh8
productivity, webdev, tooling
Did you know you can trigger media queries right in chrome? Open the developer tools (`F12` / `Ctrl+Shift+I`), select device mode ![devicemode](https://dev-to-uploads.s3.amazonaws.com/i/7qc0tvqg4ltg9grguptj.png) and then click on the top bar right below the preset screen sizes! ![media queries](https://dev-to-uploads...
darksmile92
252,537
How to Deploy Node.js and MongoDB easily?
This is a guide to deploy Node.js apps with MongoDB easily on the cloud
0
2020-01-31T22:02:09
https://dev.to/ahmedmgh67/how-to-deploy-node-js-and-mongodb-easily-4de7
node, mongodb, deploy, cloud
--- title: How to Deploy Node.js and MongoDB easily? published: true description: This is a guide to deploy Node.js apps with MongoDB easily on the cloud tags: node, mongodb, deploy, cloud --- Deploying web apps with database isn't an easy task at all specifically when you want your app to load smoothly and fast and a...
ahmedmgh67
252,564
DevDiary: 4 Reasons I Started My Tech Blog in January
Hello, Dev Community 👋 Today is the last day of January, which is a significant day of reflection. W...
0
2020-01-31T18:39:03
https://dev.to/mlimonczenko/devdiary-4-reasons-i-started-my-tech-blog-in-january-5980
devdiary, career, learning, beginners
Hello, Dev Community 👋 Today is the last day of January, which is a significant day of reflection. We started the year off with some intentions, and we may have already fallen off with some of them. When I form my goals for the New Year in December, I don't just lay out the goal and break them down into steps -- I d...
mlimonczenko
252,565
Black Swans
As former US Secretary of Defense Donald Rumsfeld famously noted there are known knowns, known unknow...
0
2020-02-01T10:28:46
https://dev.to/marcmacgonagle/black-swans-39k3
productivity, codequality, devops
As former US Secretary of Defense Donald Rumsfeld famously [noted](https://en.wikipedia.org/wiki/There_are_known_knowns) there are known knowns, known unknowns and unknown unknowns. It's an unfortunate part of human nature that we ignore unknown unknowns when we are planning a course of action. Developers, being huma...
marcmacgonagle
252,582
Laravel Pipeline Interpretation with Example
Hey Artisan, Today we learn about pipeline design pattern. Using laravel pipelines you can pass an o...
0
2020-01-31T19:27:00
https://dev.to/mahedih13542828/laravel-pipeline-interpretation-with-example-3c8d
laravel, pipeline, designpattern
Hey Artisan, Today we learn about pipeline design pattern. Using laravel pipelines you can pass an object between several classes in a fluid way to perform any type of task and finally return the resulting value once all the “tasks” have been executed. Larval uses the Pipeline Design Pattern in a couple of places thr...
mahedih13542828
252,622
How this self taught Software Engineer in India learned to code
In this interview Bilal shares his tips on learning to code, getting hired and dealing with issues...
0
2020-04-20T19:03:50
https://www.nocsdegree.com/how-this-self-taught-software-engineer-in-india-learned-to-code/
career, webdev, beginners
--- title: How this self taught Software Engineer in India learned to code published: true date: 2020-01-31 18:54:47 UTC tags: Career, Webdev, Beginners canonical_url: https://www.nocsdegree.com/how-this-self-taught-software-engineer-in-india-learned-to-code/ --- ![How this self taught Software Engineer in India lear...
petecodes
252,699
How to disable Nuxt's progress bar for specific pages?
Nuxtjs has a global progress bar that shows up while navigating between two routes. It is fully custo...
0
2020-01-31T23:42:48
https://dev.to/farnabaz/how-to-disable-nuxt-s-progress-bar-for-specific-pages-27a6
nuxt, vue
Nuxtjs has a global progress bar that shows up while navigating between two routes. It is fully customizable. Its color, height, size, and duration can be easily changed using Nuxt's config file. Take a look at Nuxt's [documentation](https://nuxtjs.org/api/configuration-loading/#customizing-the-progress-bar). If the pr...
farnabaz
252,844
Search and count value in multidimensional array and make new array based of search value
Search and count value in multidimens...
0
2020-02-01T10:53:55
https://dev.to/rigalpatel001/search-and-count-value-in-multidimensional-array-and-make-new-array-based-of-search-value-3fo8
--- title: Search and count value in multidimensional array and make new array based of search value published: true --- {% stackoverflow 60015991 %}
rigalpatel001
252,866
[VIDEO] Creating Model Relationships in a Swift API 🌚♥️🌝(Swift 5.1/Vapor 3)
In this video, @thetealpickle walks through creating relationships between models within a...
0
2020-02-01T12:58:13
https://dev.to/thetealpickle/creating-model-relationships-in-a-swift-api-swift-5-1-vapor-3-51g9
thetealpickle, backend, swift, vapor
--- title:[VIDEO] Creating Model Relationships in a Swift API 🌚♥️🌝(Swift 5.1/Vapor 3) published: true description: tags: #thetealpickle #backend #swift #vapor cover_image: https://dev-to-uploads.s3.amazonaws.com/i/bcjxcgj2dularn9fll98.png --- In this video, @THETEALPICKLE walks through creating relationships betwe...
thetealpickle
252,897
Onion architecture or How to NOT make spaghetti?
Is it a recipe? Sure. Is it advice on how to NOT make spaghetti? Also, yes. Does the article belong i...
0
2020-02-01T14:30:53
https://dev.to/danielrusnok/onion-architecture-or-how-to-not-make-spaghetti-244b
architecture, spaghetticode, onion, ddd
Is it a recipe? Sure. Is it advice on how to NOT make spaghetti? Also, yes. Does the article belong into __Software development category__? Of course, what is wrong with you? Are you interested? Great, then read more. Okay, now it is time to explain what the hell am I talking about. Onion architecture is an approach t...
danielrusnok
252,911
Naming matters
Naming your code correctly can save you and your colleagues a lot of time. here’s how… Whe...
0
2020-02-01T14:51:50
https://dev.to/mbarzeev/naming-matters-4pkl
### _Naming your code correctly can save you and your colleagues a lot of time. here’s how…_ Whether it is variables or functions, naming has a crucial part in debugging and understanding code, and since we spend more time reading code than writing it, it’s important that we pay attention to this (somewhat neglected) ...
mbarzeev
252,935
Basketball Player Height
This program takes a player's designated height and converts it to feet/inches.
0
2020-02-01T15:56:14
https://dev.to/shieldbreaker18/basketball-player-height-4h76
replit
This program takes a player's designated height and converts it to feet/inches.
shieldbreaker18
252,940
Stock Gain or Loss
Calculates stock gains or losses.
0
2020-02-01T16:07:34
https://dev.to/shieldbreaker18/stock-gain-or-loss-42f
replit
Calculates stock gains or losses. {% replit @JosephDeShields/Stock-Gain-or-Loss %}
shieldbreaker18
252,949
Building and Testing Webhooks with RequestBin
I'd like to share with you all an invaluable online tool I've used over the years for Webhook integra...
0
2020-02-01T16:22:23
https://dev.to/dalbirsingh/building-and-testing-webhooks-with-requestbin-ko
webdev, testing, api, web
I'd like to share with you all an invaluable online tool I've used over the years for Webhook integrations. It's called **RequestBin**. In this article I will discuss: * [How Webhooks work (short primer)](#how-webhooks-work) * [A typical Webhook example (using Paypal)](#webhook-paypal-example) * [Webhook Development ...
dalbirsingh
252,964
Terraform, Pulumi e Cloud Formation
Terraform, óbvio. No entanto, tenho arriscado há algum tempo a travar contato com as outras duas ferr...
0
2020-02-01T16:48:39
https://dev.to/jonorz/terraform-pulumi-e-cloud-formation-10n1
iac, devops, terraform, aws
Terraform, óbvio. No entanto, tenho arriscado há algum tempo a travar contato com as outras duas ferramentas que no fim das contas se propõe a fazer o mesmo, isto é, manipular recuros cloud. Pulumi O Pulumi foi criado no intuito de criar recursos na nuvem, mas com uma breve e crucial diferença, na camada das sintaxes...
jonorz
252,980
Change cursor animation in VSCODE
Introduction Today I want to share a very basic configuration to change the cursor animati...
0
2020-02-01T17:41:20
https://dev.to/susomejias/change-cursor-animation-in-vscode-4b93
webdev, vscode, settings
## Introduction Today I want to share a very basic configuration to change the cursor animation in the visual studio code editor. ## Steps 1. Click on the option ```code``` -> ```preferences``` -> ```setting```. 2. We look for the ```Cursor Blinking``` settings in the search bar. 3. We choose the animation that w...
susomejias
253,132
Uploading Audio to Cloudinary in Expo
Recently I worked on a project that utilized live recorded and uploaded audio as a core feature. Whil...
0
2020-02-10T00:05:23
https://dev.to/jillianntish/uploading-audio-to-cloudinary-in-expo-2hl6
reactnative, javascript, tutorial, codenewbie
Recently I worked on a project that utilized live recorded and uploaded audio as a core feature. While the Expo SDK made working with React Native a far more streamlined process, the secondary operation of uploading the audio to a cloud database proved more of a challenge. There is a wealth of information regarding pe...
jillianntish
253,158
Typed Properties In PHP Are Neato
Until recently, for a PHP and JavaScript developer, avoiding bugs caused by variables being the wrong...
0
2020-02-01T23:17:15
https://dev.to/shelob9/typed-properties-in-php-are-neato-2aoh
php
Until recently, for a PHP and JavaScript developer, avoiding bugs caused by variables being the wrong type was difficult, beacuse the langues are not strongly-typed. Thanks to PHP7 and TypeScript, we can opt-in to more type safety, which I like. PHP7 added scalar type hinting to function parameters, as well as return ...
shelob9
253,248
New ES2020 Features — Strings, Numbers, and This
Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twi...
0
2020-02-02T01:44:21
https://dev.to/aumayeung/new-es2020-features-strings-numbers-and-this-1ag8
webdev, javascript, codequality, tutorial
**Subscribe to my email list now at http://jauyeung.net/subscribe/** **Follow me on Twitter at https://twitter.com/AuMayeung** **Many more articles at https://medium.com/@hohanga** **Even more articles at http://thewebdev.info/** Since 2015, the JavaScript is evolving fast with lots of new features coming out in ea...
aumayeung
258,115
Top 5 websites that help you learn to code
So one of the greatest things about programming is that you can create so many things that solves so...
0
2020-02-11T19:09:10
https://dev.to/jtb6179/top-5-websites-that-help-you-learn-to-code-52g2
ruby, python, javascript, java
So one of the greatest things about programming is that you can create so many things that solves so many issues in your life and others. But the worst thing about programming is the learning curve and the tedious hours you have to go through to learn the programming language that makes you hate yourself for even think...
jtb6179
258,193
My best manager
My best manager Who’s the best manager you ever had? A job interview...
0
2020-02-10T00:00:22
http://jpie.nz/2020/02/09/the-best-manager.html
--- title: My best manager published: true date: 2020-02-09 00:00:00 UTC tags: canonical_url: http://jpie.nz/2020/02/09/the-best-manager.html cover_image: http://jpie.nz/assets/images/2020/02/2020-02-09-03.png --- # My best manager ## Who’s the best manager you ever had? #### A job interview I interviewed for a jo...
jamesespie
258,230
Replication in AEM(Adobe Experience Manager)-Part 2
In my previous post, I have explained Replication in detail. In this post, I will explain how to...
0
2020-07-07T16:09:26
https://dev.to/jerinraj55551/replication-api-in-aem-adobe-experience-manager-part-2-4jp9
aem, java
In my previous [post](https://dev.to/jerinraj55551/replication-api-in-aem-adobe-experience-manager-405n), I have explained Replication in detail. In this post, I will explain how to activate/deactivate the content(asset and web page) by reading the path from an excel file. * Once I get the path of the excel file from ...
jerinraj55551
258,247
Boost your HTML and CSS writing with Emmet
Emmet is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML...
0
2020-02-11T20:00:38
https://dev.to/zubayerhimel0/boost-your-html-and-css-writing-with-emmet-5406
html, productivity, codenewbie, vscode
Emmet is a set of plug-ins for text editors that allow for high-speed coding and editing in HTML, XML, XSL and other structured code formats via content assist. Emmet lets you write less code and do more. In VSCode you can use Emmet without installing it. If you want to get Emmet for other editors like Notepad++, Atom,...
zubayerhimel0
258,255
Imagine there's a whole new app like this
When I initiated my startup, it was not our original idea. Back then, without an office, we simply wo...
0
2020-02-09T12:09:27
https://dev.to/jake_kyung/imagine-there-s-a-whole-new-app-like-this-168n
When I initiated my startup, it was not our original idea. Back then, without an office, we simply worked at this or that cafe. Working remotely was a real challenge. Syncing our thoughts and communicating effectively was tough. We realized we needed something new: a platform that seamlessly integrated a virtual white...
jake_kyung
258,276
Daily Developer Jokes - Sunday, Feb 9, 2020
Check out today's daily developer joke! (a project by Fred Adams at xtrp.io)
4,070
2020-02-09T13:00:19
https://dev.to/dailydeveloperjokes/daily-developer-jokes-sunday-feb-9-2020-39aa
jokes, dailydeveloperjokes
--- title: "Daily Developer Jokes - Sunday, Feb 9, 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=Sunday%2C%20Feb%209%2C%202020" published: true...
dailydeveloperjokes
258,279
CSS filter
Css filter is super cool. I'm not aware of this css property earlier. It's fun playing with it....
0
2020-02-09T13:20:30
https://dev.to/pandiyancool/css-filter-2obb
css, html
Css filter is super cool. I'm not aware of this css property earlier. It's fun playing with it. {% youtube Kfz6sUZAnG4 %}
pandiyancool
258,318
Tips to Writing Tech Talks/Blog posts
Should You Do a Talk? Yes. An unreserved, no-background-needed, yes. Writing and Speaking...
0
2020-02-09T15:26:50
https://dev.to/aniketsmk/tips-to-writing-tech-talks-blog-posts-1jh9
technical, speaking, talks, howto
--- title: Tips to Writing Tech Talks/Blog posts published: true description: tags: technical, speaking, talks, how-to --- ## Should You Do a Talk? Yes. An unreserved, no-background-needed, yes. Writing and Speaking is how you show to other people *not only* that you know your stuff but that you can communicate it e...
aniketsmk
258,325
Take 'this' Quiz, Understand How 'this' Works in JavaScript
Among all the abstract ideas JavaScript has to offer, the 'this' keyword can be one of the most...
0
2020-02-09T21:28:29
https://dev.to/liaowow/take-this-quiz-understand-how-this-works-in-javascript-44dj
challenge, javascript, beginners
Among all the abstract ideas JavaScript has to offer, the <b>'this'</b> keyword can be one of the most challenging concepts to grasp. On the surface, <b>'this'</b> seems like an intuitive keyword that simply refers to the environment (or context) it resides in. As you look deeper into the JavaScript runtime, i.e. whe...
liaowow
258,399
How Much a Full Time Open Source Contributor Earn ?
To be honest I'm part time open source contributor from Pakistan with 1K+ Contributions in 2019 on gi...
0
2020-02-09T17:45:21
https://dev.to/viveksharmaui/how-full-time-open-source-contributor-earns-5ac
help, opensource, github, discuss
--- title: How Much a Full Time Open Source Contributor Earn ? published: true description: tags: help , open source , github , discuss --- To be honest I'm part time open source contributor from Pakistan with 1K+ Contributions in 2019 on github but i earned 0$ from open source and joined two organizations also. Can...
slimcoder
258,584
var, let, or const in Javascript ES6+??
In order to keep code clean and purposeful in Javascript, it is necessary to understand the differenc...
0
2020-02-10T00:31:13
https://dev.to/christinamcmahon/var-let-or-const-in-javascript-es6-2ahp
javascript, es6, beginners
In order to keep code clean and purposeful in Javascript, it is necessary to understand the differences between each of the identifiers. Being able to determine when a particular identifier is most appropriate can be a little tricky so here is a quick guide that should clear things up for you. ## Var (don't use it) ...
christinamcmahon
258,607
Search with Fuse.js
Fuse.js is a lightweight JavaScript search library that supports fuzzy search. The docs are great and...
0
2020-02-10T01:20:10
https://dev.to/addupe/search-with-fuse-js-2npj
Fuse.js is a lightweight JavaScript search library that supports fuzzy search. The docs are great and you can play around with searching a sample of your data in the live demo. And it's *open-source.* docs: https://fusejs.io/ github: https://github.com/krisk/fuse A few weeks ago, I built an application that found a...
addupe
258,619
[PT-BR] Instalando Elixir com ASDF
Se você quer desenvolver em Elixir e precisa instalar a linguagem, este artigo é para você.
0
2020-02-10T02:09:26
https://dev.to/guilherme44/pt-br-instalando-elixir-com-asdf-277h
elixir, myelixirstatus, beginners, erlang
--- title: [PT-BR] Instalando Elixir com ASDF published: true description: Se você quer desenvolver em Elixir e precisa instalar a linguagem, este artigo é para você. tags: elixir, myelixirstatus, beginners, erlang --- Estou me aventurando no [Elixir](https://elixir-lang.org/), mas antes de começar a fazer algo precis...
guilherme44
258,633
How can i catch exceptions in a few methods?
Hi everyone! I have a PHP class for file upload and methods for upload and resize, which return an ob...
0
2020-02-10T03:38:52
https://dev.to/evmusonov/how-can-i-catch-exceptions-in-a-few-methods-3odc
help, php, laravel
Hi everyone! I have a PHP class for file upload and methods for upload and resize, which return an object of the class. How i call methods in a controller: $imageUploader->upload(); or $imageUploader->upload()->resize(); Each method contains some exceptions. Right now i catch exceptions in each method, what is not cor...
evmusonov
258,810
Web server in pure Java
We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions.
0
2020-02-10T07:49:47
https://dev.to/kalaspuffar/web-server-in-pure-java-38kp
java
--- title: Web server in pure Java published: true description: We talk about how to create a simple web server using only native java code, no libraries and the simple interface used for these actions. tags: java cover_image: https://dev-to-uploads.s3.amazonaws.com/i/v9veigkh91cg66x6zf2u.jpg --- {% youtube KlKVxmeKAz...
kalaspuffar
258,897
The start of my journey!
01.08.2019 That was the day when my "development" journey started! I will clarify immediately that th...
0
2020-02-10T11:58:23
https://dev.to/visualcomposer/the-start-of-my-journey-6c4
beginners, codenewbie, javascript, todayilearned
01.08.2019 That was the day when my "development" journey started! I will clarify immediately that the only reason why I put "development" in quotation marks is because I still consider myself far from a decent developer. Being a frontend-dev my journey started with HTML, it was easy. I mean with HTML you don't need t...
mrmasolov
258,910
JavaScript Tip: whatis() — A better typeof
Correctly determining the type of a value in JavaScript is not very obvious, especially to beginners....
0
2020-02-10T13:04:36
https://dev.to/gladchinda/javascript-tip-whatis-a-better-typeof-3g0o
javascript, tip, webdev
Correctly determining the type of a value in JavaScript is not very obvious, especially to beginners. However, using `Object.prototype.toString` has always proven to yield a slightly better result for most values than the native `typeof` operator. Leveraging `Object.prototype.toString`, we can create a better `typeof`...
gladchinda
258,991
The complete gRPC course [Protobuf + Go + Java]
If you're building APIs for your microservices or mobile applications, you definitely want to try...
7,311
2020-02-10T14:51:59
https://dev.to/techschoolguru/the-complete-grpc-course-protobuf-go-java-2af6
grpc, go, java, microservices
If you're building APIs for your microservices or mobile applications, you definitely want to try gRPC. It is super-fast, strongly-typed, and you no longer need to write a lot of boilerplate codes for services communication. Thanks to awesome HTTP/2 and Protocol Buffer! Here's the link to the [full gRPC course playli...
techschoolguru
258,999
Searching for English Mentor
Hi community, I'm actually studying English. I want to improve my communication skills, mainly speaki...
0
2020-02-10T15:10:12
https://dev.to/equiman/searching-for-english-mentor-3kp
help, mentor, english
Hi community, I'm actually studying English. I want to improve my communication skills, mainly speaking. I'm searching for a native English speaker that can help me practicing conversations for 15 minutes. {% twitter 1226136773417414656 %} ¿Can you help me? ¿or know someone how can do it? Thanks in advance!
equiman
259,039
Hey.com / New front end paradigm / What is DHH cooking?
DHH announced last week a very promising new email service from Basecamp...
0
2020-02-10T16:23:00
https://dev.to/adrienpoly/hey-com-new-front-end-paradigm-what-is-dhh-cooking-1gkp
discuss, rails, turbolinks, stimulus
DHH announced last week a very promising new email service from Basecamp {% twitter 1225487645268160512 %} Earlier DHH mentioned some new technics for optimizing front end (simpler code/faster) {% twitter 1212930897357479937 %} Hey.com is built using this new approach and DHH will present it at Rails conf. {% tw...
adrienpoly
259,053
Setting up BDD RSpec Test Suite for Rails API
Setting up BDD RSpec Test Suite for Rails API RSpec although it does not come with built-i...
0
2020-02-10T16:45:49
https://sulmanweb.com/blog/setting-up-bdd-rspec-test-suite-for-rails-api/
rspec, rails, testing, tdd
# Setting up BDD RSpec Test Suite for Rails API RSpec although it does not come with built-in Rails Gem but is globally used to test Rails. MiniTest comes packaged with Ruby on Rails project creation. In this tutorial, I will be setting up a new Rails API with RSpec testing suite enabled and disabling the MiniTest suit...
sulmanweb
259,071
Become a MERN stack developer
This post was originally written for my website www.easyontheweb.com &lt;- Please check it out. The...
0
2020-02-10T17:11:48
https://dev.to/sahilthakur7/become-a-mern-stack-developer-2bdd
mongodb, react, node
This post was originally written for my website www.easyontheweb.com <- Please check it out. The goal of this website is to make learning web development easy for everyone. One of the hottest web development stacks these days is the MERN stack – MongoDB, Express , ReactJS and NodeJS. I myself work on the same stack pr...
sahilthakur7
259,116
How to estimate development times of a web page with ReactJS?
How can I make a good estimate of the time it will take to develop a web application with React JS? M...
0
2020-02-10T18:56:24
https://dev.to/vapaternina/how-to-estimate-development-times-of-a-web-page-with-reactjs-538k
react, javascript, devops, mongodb
How can I make a good estimate of the time it will take to develop a web application with React JS? Methodologies? Organization?
vapaternina
259,133
Do you aim for 80% code coverage? Let me guess which 80% you choose...
The only “sweet spot” for code coverage is 100%. Here’s one reason why.
0
2020-02-10T19:40:00
https://dev.to/d_ir/do-you-aim-for-80-code-coverage-let-me-guess-which-80-it-is-1fj9
javascript, webdev, testing, tdd
--- title: Do you aim for 80% code coverage? Let me guess which 80% you choose... published: true description: The only “sweet spot” for code coverage is 100%. Here’s one reason why. tags: javascript, webdev, testing, tdd cover_image: https://source.unsplash.com/DQKOFZ-vk3M/1000x620 --- _Cover image by [Joost Crop](ht...
d_ir
259,157
My Indie Hacker Year In Review
This past year was a big one for me. I got motivated about starting my own business, and making a...
0
2020-02-18T16:36:00
https://www.nadyaprimak.com/blog/game-development/2019-indie-hacker-year-in-review/
motivation, gamedev, blog, learning
--- title: My Indie Hacker Year In Review published: true date: 2020-01-11 16:50:54 UTC tags: motivation, gamedev, blog, learning canonical_url: https://www.nadyaprimak.com/blog/game-development/2019-indie-hacker-year-in-review/ --- This past year was a big one for me. I got motivated about starting my own business, a...
nprimak
259,158
Making Games to Learn Programming with Pico-8
There are a lot of reasons to start making games to learn programming. Games are fun. Unlike to-do...
0
2020-02-27T15:53:17
https://www.nadyaprimak.com/blog/game-development/learn-to-code-with-pico-8-games/
gamedev, beginners, codenewbie, learning
--- title: Making Games to Learn Programming with Pico-8 published: true date: 2020-01-17 18:15:55 UTC tags: gamedev, beginners, codenewbie, learning canonical_url: https://www.nadyaprimak.com/blog/game-development/learn-to-code-with-pico-8-games/ cover_image: https://www.nadyaprimak.com/blog/wp-content/uploads/2020/01...
nprimak
259,162
Do you always need the '-u' in git push -u origin master?
You have seen this command in many tutorials. Maybe you use it everyday, or every time you push: $...
0
2020-02-10T20:24:11
https://practicalgit.com/blog/do-you-always-need-u-in-push.html
git
You have seen this command in many tutorials. Maybe you use it everyday, or every time you push: ```bash $ git push -u origin master ``` This pushes changes in your local repository up to the `master` branch of the remote repository `origin`. But do you need to do this every time you push? The `-u` in this comman...
foadlind
259,222
Don’t forget to forget your code
How often do you find yourself coming back to the code you’ve written a few months ago? I am a very...
0
2020-02-10T21:23:14
https://dev.to/tomekbuszewski/don-t-forget-to-forget-your-code-3ldo
javascript, beginners
How often do you find yourself coming back to the code you’ve written a few months ago? I am a very forgetful person. I remember the basics, like David Bowie’s discography, _At Seventeen_ lyrics and my wife’s phone number…-ish. But apart from that – nothing. Forgetfulness is my second nature and, even though I strug...
tomekbuszewski
259,253
My Week With WordPress
My experiences creating a plugin for WordPress with very, very little knowledge of PHP or WordPress
0
2020-02-10T23:05:16
https://dev.to/lisacee/my-week-with-wordpress-331l
wordpress, plugin, interview, php
--- title: My Week With WordPress published: true description: My experiences creating a plugin for WordPress with very, very little knowledge of PHP or WordPress tags: WordPress, Plugin, Interview, PHP --- ## The Mess I've Created For a recent interview, I was given the challenge of creating a WordPress plugin. I h...
lisacee
259,262
Post Requests in Javascript
During the most recent code challenge at Flatiron School's Seattle Campus, it became clear that many...
0
2020-03-02T17:45:19
https://dev.to/eliastooloee/post-requests-in-javascript-8d8
During the most recent code challenge at Flatiron School's Seattle Campus, it became clear that many students lack a clear understanding of the format for POST and PATCH requests. Let's walk through a simple post request to find out exactly how it works, line by line and step by step. We'll be using an example from one...
eliastooloee
259,322
🤔🌐 React Native for web developers
In the world of web development, everything is streamlined. The concept of React Native is really app...
0
2020-02-19T19:21:22
https://dev.to/evanbacon/react-native-for-web-developers-1pi0
showdev, javascript, react, reactnative
In the world of web development, **everything** is streamlined. The concept of React Native is really appealing to a React developer on paper, but abandoning your existing knowledge of HTML and CSS in favor of primitives like View, Image, Text can be a lot to handle. But what if it didn't need to be? What if you could ...
evanbacon
259,323
Back of the Project Aurora napkin
Ever hear of a project being drawn up on the back of a napkin? Well, here's the basic starting 'napk...
4,762
2020-02-11T02:47:20
https://dev.to/valley_software/back-of-the-project-aurora-napkin-23j4
uwp, ux, xaml, npd
Ever hear of a project being drawn up on the back of a napkin? Well, here's the basic starting 'napkins' for Project Aurora showing what I am and am not interested in. ![Screenshot of GitHub with the bits I'm interested in indicated](https://i.pinimg.com/originals/7d/f4/aa/7df4aad5fd4fe9c2d27107098b389ee4.png) ![Iss...
valley_software
259,382
Override action method using plugin into nopCommerce3.8
This article learn you how to override the action method in nopcommerce 3.8 version. In this article...
0
2020-02-11T05:52:14
https://dev.to/sangeetshah/override-action-method-using-plugin-into-nopcommerce3-8-22b8
nopcommerce, nopcommerceplugin, csharp
This article learn you how to override the action method in nopcommerce 3.8 version. In this article i am going to overrride the contact us form to extend its funcationliy. but this action method override way is not worked over seo url(route value) like product url,category url etc. Now i am going to show how to ove...
sangeetshah
259,390
Promise/async関数でthrowとtry~catchはやめておこう
こんにちは。Twitterで完全に俺の意見ということが判明しましたが、残しておきます async関数の場合 const f1 = async () =&gt; { ret...
0
2020-02-11T06:32:16
https://dev.to/origamium/promise-async-throw-5g5l
javascript
こんにちは。Twitterで[完全に俺の意見ということが判明しました](https://twitter.com/mandel59/status/1227121199810957312?s=20)が、残しておきます ## async関数の場合 ```js const f1 = async () => { return await Promise.reject(new Error("e")); }; const f2 = async () => { throw new Error("e"); }; f1() .catch(e => console.log(e)); try { f2(); } catch (e)...
origamium
259,424
OAuth2 From Scratch
Learn how to set up an OAuth 2 workflow from scratch.
0
2020-02-11T08:08:52
https://dev.to/colehafner/oauth2-from-scratch-11ij
oauth, oauth2, pkce, react
--- title: OAuth2 From Scratch published: true description: Learn how to set up an OAuth 2 workflow from scratch. tags: oauth, oauth2, pkce, react cover_image: https://dev-to-uploads.s3.amazonaws.com/i/epawo771jxfwoblsxb5n.jpeg --- You see it everywhere: "login with < Google|Twitter|GitHub|Facebook|etc >". Personally ...
colehafner
259,440
HateItOrLoveIt: Traits?
What are traits? My Team Leader, the SALK once described it as a Horizontal Inheritance w...
4,828
2020-02-13T12:05:00
https://dev.to/trussdamola/hateitorloveit-traits-dpd
php, oop, traits, discuss
#**What are traits?** ![What are traits?](https://media.giphy.com/media/MBf9sZw727SJzsN9z5/giphy.gif) My Team Leader, the SALK once described it as a Horizontal Inheritance with this simple analogy, >All Birds have feathers, but not all birds can fly. In this analogy, flight is a trait. All birds inherit the characte...
trussdamola
259,448
WP Snippet #005 Simple custom Rest Api route
How to register a custom wordpress rest api end-point or your theme and use javascript to make a call for that custom data.
0
2020-02-13T19:29:25
https://since1979.dev/snippet-005-simple-custom-rest-api-route/
wordpress, webdev, javascript
--- title: WP Snippet #005 Simple custom Rest Api route published: true description: How to register a custom wordpress rest api end-point or your theme and use javascript to make a call for that custom data. canonical_url: https://since1979.dev/snippet-005-simple-custom-rest-api-route/ cover_image: https://since1979.d...
vanaf1979
259,476
How to manage and automate environments on Google Cloud Platform?
In my last article, I deployed a simple front end application on Google Cloud Platform. It was great...
0
2020-02-11T10:13:48
https://dev.to/rossanodan/how-to-manage-and-automate-environments-on-google-cloud-platform-5anl
google, gcp, terraform, devops
--- title: How to manage and automate environments on Google Cloud Platform? published: true description: tags: google, gcp, terraform, devops --- In my last article, I deployed a simple front end application on Google Cloud Platform. It was great learning how to use it. But what if the project growths? What if I nee...
rossanodan
259,509
Idea needed
Hi guys &amp; girls, I really need your help with an idea for a school project (I'm studying Digita...
0
2020-02-11T11:49:52
https://dev.to/apirvu/idea-needed-27ei
idea, sideprojects, javascript
Hi guys & girls, I really need your help with an idea for a school project (I'm studying Digital Marketing). So, the challenge is to build a digital element (app, platform, advertising campaign, short movie, basically anything as long as it involves a digital aspect) that solves a public problem concerning the whole ...
apirvu
259,523
Get Started Writing Scheme
TL;DR: Download Racket, run plt-r6rs my-file.scm. Bookmark this book and check it when you have ques...
0
2020-02-11T13:20:04
https://dev.to/deciduously/get-started-writing-scheme-3aj0
beginners, scheme, functional, tutorial
TL;DR: Download [Racket](https://racket-lang.org/), run `plt-r6rs my-file.scm`. Bookmark [this book](https://www.scheme.com/tspl4/) and check it when you have questions. [Scheme](https://en.wikipedia.org/wiki/Scheme_%28programming_language%29) is an old programming language, hailing from the mid-seventies. Its hallm...
deciduously
687,748
retrive data android recycle view
retrive data android recycle view...
0
2021-05-04T17:53:12
https://dev.to/hasan1609/retrive-data-android-recycle-view-52mb
{% stackoverflow 67389599 %}
hasan1609
259,625
How do you manage your various inboxes and messages?
Email, slack, GitHub, etc.... How do you keep the right amount in touch to communicate with colleagu...
0
2020-02-11T15:03:17
https://dev.to/ben/how-do-you-manage-your-various-inboxes-and-messages-4gml
productivity, discuss
Email, slack, GitHub, etc.... How do you keep the right amount in touch to communicate with colleagues, etc. without getting interrupted from your coding work?
ben
259,655
Ionic video call by peerjs
Hello, Before starting, this is ionic 5 angular 9 simple example of video call. At the end you can co...
0
2020-02-11T17:06:36
https://dev.to/timsar2/ionic-video-call-by-peerjs-4fli
ionic, video, webrtc, peerjs
Hello, Before starting, this is ionic 5 angular 9 simple example of video call. At the end you can connect two device in same network if the app is running on both of them. if you want to wake up the app first you have to use something like push notification, we don't implement it now. ####let do it fast :D ionic must...
timsar2
259,656
I made a Color Scheme for Programming Using Math
It's been almost 7 years since I launched Dracula as an open source project. Today I'm launching Dra...
0
2020-02-11T15:36:39
https://dev.to/zenorocha/i-made-a-color-scheme-for-programming-using-math-2ne6
darkmode, theme, dracula, vscode
It's been almost 7 years since I launched Dracula as an open source project. **Today I'm launching [Dracula PRO](https://draculatheme.com/pro).** ## 🤔 The problem In 2013, my laptop was stolen, so I had to re-configure everything. At that time, there were thousands of color schemes for programming out there, but no...
zenorocha
259,866
Design Patterns: Strategy
The strategy pattern is one of the first patterns I learned, and it leads into at least one other pat...
5,362
2020-02-19T16:39:46
https://blog.kritner.com/2020/02/11/design-patterns-strategy/
programming, designpatterns, strategy
--- title: Design Patterns: Strategy published: true date: 2020-01-30 00:17:12 UTC tags: programming,design-patterns,strategy canonical_url: https://blog.kritner.com/2020/02/11/design-patterns-strategy/ series: Design Patterns cover_image: https://blog.kritner.com/2020/02/11/design-patterns-strategy/cover.jpg --- The ...
kritner
259,871
Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3)
Dependency Injection is a difficult topic to grasp. Let's break it down into simple pieces by writing a basic, yet fully functional DI container from scratch!
4,796
2020-02-11T21:55:43
https://dev.to/martinhaeusler/understanding-dependency-injection-by-writing-a-di-container-from-scratch-part-3-1one
java, dependencyinjection, spring, jee
--- title: Understanding Dependency Injection by writing a DI Container - from scratch! (Part 3) published: true description: Dependency Injection is a difficult topic to grasp. Let's break it down into simple pieces by writing a basic, yet fully functional DI container from scratch! series: DI From Scratch tags: java,...
martinhaeusler
259,878
Free website monitoring with instant push notification alerts
In this article, I’ll help you set up a free and simple website monitoring tool which sends instant a...
0
2020-02-11T22:11:56
https://dev.to/arjunkomath/free-website-monitoring-with-instant-push-notification-alerts-374i
server, uptime, monitoring, notification
In this article, I’ll help you set up a free and simple website monitoring tool which sends instant alerts using push notification. Before we begin, let’s have a look a what we will need: * a website URL to test, obviously * a computer/server to run our bash script * a free account at [push.techulus.com](https://pus...
arjunkomath
259,983
ActiveRecord & Rake cheatsheet
software engineer bootcamp blog
4,836
2020-02-13T21:20:40
https://dev.to/jbshipman/activerecord-rake-cheatsheet-21l6
ruby, rails, productivity
--- title: ActiveRecord & Rake cheatsheet published: true description: software engineer bootcamp blog tags: ruby, rails, productivity series: Software Engineer Quick Reference Guides --- There is a lot to learn when first learning ActiveRecord and Rake. So much so that I created a cheatsheet for myself. This is a qui...
jbshipman
260,022
jquery events list example
These are some examples of jQuery events. A mouse click,hover etc. Selecting a radio button. An...
0
2020-02-12T04:44:27
https://dev.to/tutsmake/jquery-events-list-example-2b55
jquery, javascript
<!-- wp:heading {"level":3} --> <h3>These are some examples of jQuery events.</h3> <!-- /wp:heading --> <!-- wp:list --> <ul><li> A mouse click,hover etc.</li><li> Selecting a radio button.</li><li> An HTML form submission.</li><li> clicking on an element.</li><li> Scrolling of the web page etc.</li></ul> <!-- /wp:lis...
tutsmake
260,030
Laravel 7 Tutorial For Beginners Step by Step
Laravel tutorial for beginners (step by step). In this post, we would love to share with you all lara...
0
2020-02-12T05:03:55
https://dev.to/tutsmake/laravel-tutorial-step-by-step-4pn2
laravel, php
Laravel tutorial for beginners (step by step). In this post, we would love to share with you all laravel tutorial, With the help of these tutorial, you can learn Laravel from starting (scratch) In this post we have covered Maximum Tutorial of Laravel. #Laravel Tutorial <div class="gen-info-box"> <a href="https://www...
tutsmake
260,061
Compiling Trouble Shooting: Segmentation Fault and GCC Illegal Instruction
Compiling Trouble Shooting — Segmentation Fault and Illegal Instruction Recently I have been re-orga...
0
2020-02-12T07:57:57
https://nebula-graph.io/en/posts/segmentation-fault-gcc-illegal-instruction-trouble-shooting/
clanguage, cprogramming, graphdatabase, nebulagraph
--- title: Compiling Trouble Shooting: Segmentation Fault and GCC Illegal Instruction published: true date: 2020-02-05 04:17:27 UTC tags: c-language,c-programming,graph-database,nebula-graph canonical_url: https://nebula-graph.io/en/posts/segmentation-fault-gcc-illegal-instruction-trouble-shooting/ --- ![](https://cdn...
nebulagraph
260,089
The Ruby Enumerable <=> operator and #max vs. #max_by
One of my favorite things about learning to code is that any time you think, could this be shorter? Y...
0
2020-02-12T21:04:01
https://dev.to/sylviapap/the-ruby-enumerable-operator-and-max-vs-maxby-ac6
beginners, ruby, codenewbie, computerscience
One of my favorite things about learning to code is that any time you think, could this be shorter? You're probably right. A nice example of this that I encountered recently is the difference between `.max` and `.max_by` when finding the maximum value(s) in a Ruby array. ## Should I use `.max` or `.max_by`? ![Alt te...
sylviapap
260,107
Super Fast Prototyping with Grails Tutorial Available
One of the greatest benefits of the Grails framework is how it allows you to put together a Proof Of...
0
2020-02-12T08:39:54
https://dev.to/davebrown1975/super-fast-prototyping-with-grails-tutorial-available-1aij
grails, tutorial, groovy, webdev
One of the greatest benefits of the Grails framework is how it allows you to put together a Proof Of Concept(POC) or a web app prototype in such a short period time. In a current world where there is lots of focus on UI frameworks and microservice architectures, sometimes, you just need to build something quickly wit...
davebrown1975
260,132
Enseñando programación en C# con @yeswetech_org
Colaborando con la asociación YesWeTech para enseñar programación en C# desde 0
0
2020-02-12T09:41:56
https://geekstorming.wordpress.com/2020/02/04/ensenando-a-programar-en-c-con-yeswetech_org/
dotnet, csharp, beginners
--- title: Enseñando programación en C# con @yeswetech_org published: true description: Colaborando con la asociación YesWeTech para enseñar programación en C# desde 0 tags: dotnet, csharp, beginners canonical_url: https://geekstorming.wordpress.com/2020/02/04/ensenando-a-programar-en-c-con-yeswetech_org/ --- [YesWeTe...
elenadotnet
260,166
Upcoming webinar on Amazon SageMaker
If you’re curious about Amazon SageMaker and its latest Machine Learning capabilities (model...
0
2020-02-12T15:15:19
https://medium.com/@julsimon/upcoming-webinar-on-amazon-sagemaker-c72de5206a2c
aws, machinelearning, tutorial
--- title: Upcoming webinar on Amazon SageMaker published: true date: 2020-02-12 10:19:52 UTC tags: aws, machinelearning, tutorial canonical_url: https://medium.com/@julsimon/upcoming-webinar-on-amazon-sagemaker-c72de5206a2c --- If you’re curious about Amazon SageMaker and its latest Machine Learning capabilities (mod...
juliensimon
260,168
Database triggers not working
Here's the SQL query for the function which get the post_id whenever there is a new entry in the tabl...
0
2020-02-12T10:44:35
https://dev.to/mittalyashu/database-triggers-not-working-2o1p
database, postgres, help, question
Here's the SQL query for the function which get the `post_id` whenever there is a new entry in the table `voters` and based on that it count all the posts having same ID and set that value in the `post` table in a column. **Function** ```sql CREATE OR REPLACE FUNCTION update_vote_count() RETURNS trigger LANGUAGE 'plp...
mittalyashu
260,169
Top Engineering Schools in Canada
Engineering is one of those professions that are not in danger of disappearing any time soon. Technol...
0
2020-02-12T10:46:19
https://dev.to/vickimata/top-engineering-schools-in-canada-3pcd
Engineering is one of those professions that are not in danger of disappearing any time soon. Technology is rapidly developing as machines and robots become the core of nearly every industry. Companies worldwide are on the constant lookout for highly qualified engineers. It is only natural that a range of schools offer...
vickimata
260,207
The Complexity of Downloading Favicons, told in 15+ edge cases
Favicons in the browser tab tldr; Downloading that little icon you see in you browser tabs should be...
0
2020-02-12T13:42:11
https://www.simplecto.com/complexity-downloading-favicons-told-in-15-plus-edge-cases/
code, kiss, simplesolution, protip
--- title: The Complexity of Downloading Favicons, told in 15+ edge cases published: true date: 2020-02-12 09:45:38 UTC tags: Code,kiss,simple-solution,protip canonical_url: https://www.simplecto.com/complexity-downloading-favicons-told-in-15-plus-edge-cases/ --- ![](https://www.simplecto.com/content/images/2020/02/Sc...
heysamtexas
260,246
Tailwind Nord plugin!
Recently I've been using the Nord theme in more and more of my projects, and I noticed myself repeati...
0
2020-02-12T13:03:01
https://dev.to/crumb1e/tailwind-nord-plugin-2o4g
javascript, css, tailwindcss
Recently I've been using the Nord theme in more and more of my projects, and I noticed myself repeating the same procedure at the start of each one. Setting up my `tailwind.config.js` to use the Nord palette for the colours. Which can be a pretty lengthy process copying the values back and forth. To get around this, I...
crumb1e
260,274
Why React is a Sublime for Front end Development
After 2010, you must have experienced a dramatic change in terms of massive growth in modern web and...
0
2020-02-12T13:58:55
https://dev.to/hirendhaduk_/why-react-is-a-sublime-for-front-end-development-33na
react, webdev, javascript, codenewbie
After 2010, you must have experienced a dramatic change in terms of massive growth in modern web and mobile apps. This is due to lightweight and sophisticated JavaScript libraries. React is recognized as such a JavaScript library that has achieved massive popularity among web-based businesses. The reason for choosing R...
hirendhaduk_
260,275
Tour of Python Itertools
Note: This was originally posted at martinheinz.dev There are lots of great Python libraries, but mo...
0
2020-02-15T17:57:16
https://martinheinz.dev/blog/16
python, tutorial, datascience
_Note: This was originally posted at [martinheinz.dev](https://martinheinz.dev/blog/16)_ There are lots of great Python libraries, but most of them don't come close to what built-in `itertools` and also `more-itertools` provide. These two libraries are really the whole _kitchen sink_ when it comes to processing/itera...
martinheinz
260,312
What is your best quality as a programmer?
What do you have a knack for? Not that you have to be perfect at anything, but what part of our craft...
0
2020-02-12T15:00:43
https://dev.to/ben/what-is-your-best-quality-as-a-programmer-2791
discuss
What do you have a knack for? Not that you have to be perfect at anything, but what part of our craft are you particularly skilled at?
ben
260,315
How to measure deployment frequency for WordPress plugin
One year ago I read a very great book about DevOps science "Accelerate". There was a chapter about m...
0
2020-03-03T15:02:40
https://dev.to/visualcomposer/how-to-measure-deployment-frequency-for-wordpress-plugin-1j5
wordpress, github, codequality
One year ago I read a very great book about DevOps science ["Accelerate"](https://www.goodreads.com/book/show/35747076-accelerate). There was a chapter about measurements that can be used to answer the question: Does your company has High-performance team in the development? These measurements: * Deployment Frequenc...
famevashere
260,370
Focus of Coding
What is everyone thoughts on WHY we code? And the reasons to learn I have been learning web developm...
0
2020-02-12T16:01:00
https://dev.to/joshuawoodsdev/focus-of-coding-37p
tutorial, javascript
What is everyone thoughts on WHY we code? And the reasons to learn I have been learning web development for about a year yet I am very far from being able to gain a employment I have at least 1 to 2 years left. But that made me think why do we learn how to code and design? Is it only to gain a job with a FANG or is it...
joshuawoodsdev
260,420
On.NET Episode: Streaming and Batching with the Cosmos DB SDK for .NET
In this episode, Matías Quaranta returns to talk to us about some more features of the Cosmos DB SDK...
0
2020-02-18T20:43:06
https://dev.to/azure/on-net-episode-streaming-and-batching-with-the-cosmos-db-sdk-for-net-32ic
dotnet, azure, database, cosmosdb
In this episode, [Matías Quaranta](https://twitter.com/ealsur) returns to talk to us about some more features of the Cosmos DB SDK for .NET. This time, his covers some interesting features like the estimator API, the change feed processor, running bulk operations and also transactions. {% youtube zEscjbdGLZ4 %} If y...
cecilphillip
260,452
Netlify Preview Deploys on Self-Hosted Gitlab Instances
A simple approach on how you can link Netlify preview deploys to Gitlab merge requests on a self-hosted instance.
0
2020-02-14T10:05:40
https://dev.to/julianrubisch/netlify-preview-deploys-on-self-hosted-gitlab-instances-3phf
netlify, gitlab, gatsby
--- title: Netlify Preview Deploys on Self-Hosted Gitlab Instances published: true description: A simple approach on how you can link Netlify preview deploys to Gitlab merge requests on a self-hosted instance. tags: #netlify, #gitlab, #gatsby --- When creating static websites with your preferred generator, it’s someti...
julianrubisch
260,465
Learning TypeScript
Learning TypeScript
0
2020-02-12T19:00:30
https://dev.to/busypeoples/learning-typescript-50jj
discuss, typescript, types, learning
--- title: Learning TypeScript published: true description: Learning TypeScript tags: discuss, typescript, types, learning --- I have written a 16 part [__"Notes on TypeScript"__](https://dev.to/busypeoples/notes-on-typescript-pick-exclude-and-higher-order-components-40cp) series, which is an unstructured collection o...
busypeoples
260,478
Looping over array in JavaScript
Looping over arrays- There’s a few methods for looping over arrays in Javascript. We’ll start with th...
0
2020-02-12T19:45:30
https://dev.to/sonali_g_/looping-over-array-in-javascript-27oa
javascript, tutorial
Looping over arrays- There’s a few methods for looping over arrays in Javascript. We’ll start with the classical ones and move towards additions made to the standard. While - let index = 0; const array = [1,2,3,4,5,6]; while (index < array.length) { console.log(array[index]); index++; } for (classical)- const ar...
sonali_g_