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
235,819
Remote network over WiFi
I wanted to be able to connect to a remote network by just connecting to a different wifi network on...
0
2020-01-11T00:04:40
https://dev.to/milolav/remote-network-over-wifi-1ehc
softethervpn, networking
I wanted to be able to connect to a remote network by just connecting to a different wifi network on my local router. Locally I have FreshTomato on Netgear R8000, and remotely I have OpenWrt 18.06 running on TP-LINK Archer C7 v4. I used SoftEther VPN is used for connection between them. ## Software installation Ins...
milolav
235,841
Modular Multi Step Form with NgRx in less than 20 minutes
Modular Multi Step Form with NgRx in less than 20 minutes This is the third part of the...
0
2020-01-10T18:39:51
https://labs.thisdot.co/modular-multi-step-form-with-ngrx-in-less-than-20-minutes
angular, a11y, ngrx, reactiveforms
--- title: Modular Multi Step Form with NgRx in less than 20 minutes published: true date: 2020-01-10 17:57:50 UTC tags: angular, a11y, ngrx, reactiveforms canonical_url: https://labs.thisdot.co/modular-multi-step-form-with-ngrx-in-less-than-20-minutes --- # Modular Multi Step Form with NgRx in less than 20 minutes T...
danmt
235,917
What are your tech survival skills for 2020?
Do you know with every new tech we accept some old and current tech jobs reduce in number. What are s...
0
2020-01-10T21:08:44
https://dev.to/baskarmib/what-are-your-survival-skills-for-2020-3km0
discuss, career
Do you know with every new tech we accept some old and current tech jobs reduce in number. What are some of your experiences? For example Cloud Computing reduced in house datacenter teams. SAAS products reduced in house development jobs. So how are you preparing yourself with the rise of #serverless #machinelearning ...
baskarmib
235,922
[Heroku] No app specified. 😅 how to omit -a, --a option
🤔 Situation $ heroku apps:info ▸ No app specified. ▸ USAGE: heroku info my-app...
0
2020-01-10T21:37:44
https://dev.to/n350071/heroku-no-app-specified-how-to-omit-a-a-option-2j94
heroku
## 🤔 Situation ```sh $ heroku apps:info ▸ No app specified. ▸ USAGE: heroku info my-app ``` ## 👍 Solution ### 1. Check your git remote ```sh $ git remote -v origin git@github.com:n350071/my-app.git (fetch) origin git@github.com:n350071/my-app.git (push) ``` ### 2. set the git remote to heroku Then, Heroku...
n350071
235,927
How to migrate all your Git repositores to a new computer?
This helps you create a super clone script from the old computer and run in the new, keeping all the folder structure.
0
2020-01-15T02:11:31
https://dev.to/douglaslise/how-to-migrate-all-your-git-repositores-to-a-new-computer-2c72
git, bash
--- title: How to migrate all your Git repositores to a new computer? published: true description: This helps you create a super clone script from the old computer and run in the new, keeping all the folder structure. tags: git, bash --- Have you ever needed to change from an old computer to a new one and needed to ma...
douglaslise
235,948
Go Notes: Omitting empty structs
How to ignore structs when marshaling them
0
2020-01-10T23:30:29
https://dev.to/uris77/go-notes-omitting-empty-structs-19d7
go
--- title: Go Notes: Omitting empty structs published: true description: How to ignore structs when marshaling them tags: golang,go --- Go provides a convenient way of marshaling and unmarshaling structs by using struct field tags. This gives us the benefit of not letting the Go naming convention to leak into the JSON...
uris77
235,994
12 Things every Software Developer should be doing in 2020.
Have you set any goals for 2020 professionally? While you should focus on personal goals (such as going to the gym more, eating healthy, etc.), you should plan to grow yourself professionally.
0
2020-01-13T16:27:37
https://dev.to/mbcrump/12-things-every-software-developer-should-be-doing-in-2020-5hbp
productivity, developer
--- title: 12 Things every Software Developer should be doing in 2020. published: true description: Have you set any goals for 2020 professionally? While you should focus on personal goals (such as going to the gym more, eating healthy, etc.), you should plan to grow yourself professionally. tags: productivity, develo...
mbcrump
236,114
Cross-site scripting Attack Tutorial
A post by Mayur Kadam
0
2020-01-11T10:09:02
https://dev.to/mayurkadampro/cross-site-scripting-attack-tutorial-di1
xss, scripting, vulnerability, javascript
{% youtube l4pVpsV7aQw %}
mayurkadampro
820,729
Alhamdulillah
God Is The Greatest
0
2021-09-11T12:25:28
https://dev.to/billyzyxx/alhamdulillah-5784
God Is The Greatest
billyzyxx
236,123
Reading Snippets [32 => CSS]
Custom properties contain specific values to be reused in a document. Custom property notation (e.g...
0
2020-01-11T10:38:30
https://dev.to/calvinoea/reading-snippets-32-css-2o48
css, beginners
Custom properties contain specific values to be reused in a document. Custom property notation (e.g., <code>--main-color:black;</code>) is used to set custom properties. Declaration of custom property on the <code>:root</code> pseudo-class allows for use where needed throughout a document. The <code>var()</code> f...
calvinoea
236,145
Makers - Week 2
I used this time to eat, catch up with family, and code! I found a fantastic course on udemy that wen...
0
2020-01-11T11:48:18
https://dev.to/davidpaps/makers-week-2-1jo8
ruby, beginners, bootcamp
I used this time to eat, catch up with family, and code! I found a fantastic course on udemy that went through the specifics of rspec (shout out to the coach Boris!) and spent some time reading the fantastic book 'Practical Object-Orientated Design in Ruby: An Agile Primer' by Sandi Metz. I really wish i could go ba...
davidpaps
236,207
How to Deploy with ZEIT NOW
ZEIT Now​ is a deployment tool by ZEIT. ​ZEIT Now​ is a cloud platform for static websites and server...
0
2020-01-11T14:13:13
https://dev.to/akshay2742/zeit-now-5f09
zeit, deploy, web, hackcbs
**ZEIT Now**​ is a deployment tool by ZEIT. ​**ZEIT Now**​ is a cloud platform for static websites and serverless functions. ​It launches web applications, docker containers or even static websites to the cloud platform. ​Getting started with Now is easy and takes just a few steps to get up and running with new project...
akshay2742
236,232
Some problems the software developer faces
Not understanding the user Debugging Keeping up with Technology Communication Time Estimation Sittin...
0
2020-01-11T15:07:06
https://dev.to/michong/some-problems-the-software-developer-faces-2pc3
1. Not understanding the user 2. Debugging 3. Keeping up with Technology 4. Communication 5. Time Estimation 6. Sitting for hiurs 7. Security threats 8. Working with another person's code
michong
236,300
How to Securely Set Laravel 5 Files Folders Permission and Ownership Setup
Files Folders Permission and Ownership: Deploying a Laravel application to a production en...
0
2020-01-11T19:11:07
https://anansewaa.com/how-to-securely-set-laravel-5-files-folders-permission-and-ownership-setup/
laravel, security
## Files Folders Permission and Ownership: Deploying a Laravel application to a production environment can be challenging at times. So, in this post, we will discuss how to deal with file folders' permission and ownership problems. Every developer wants his/her application to be setup in a secure environment when depl...
ayekpleclemence
236,352
Remove duplicates rows with SQL
Last week I made a small update error on my application and I ended up with duplicates values in a ta...
0
2020-01-14T11:23:41
https://blog.pagesd.info/2020/01/14/remove-duplicate-rows-sql/
sql, snippet
Last week I made a small update error on my application and I ended up with duplicates values in a table. Of course, this would not have happened if I had a unique key, but as I check before inserting, I thought I was safe. Unfortunately, as I couldn't delete everything and just start updating data again, I had to fig...
michelc
236,354
my first webpage
A post by Mita
0
2020-01-11T19:29:42
https://dev.to/thecoder203/my-first-webpage-k47
codepen
{% codepen https://codepen.io/thecoder203/pen/eYmrzaE %}
thecoder203
236,360
Adeus Medium. Olá DEV Community
Minha decisão sobre a liberdade e a gratuidade do meu conteúdo para a comunidade
0
2020-01-11T19:36:02
https://dev.to/rcrd/adeus-medium-ola-dev-community-4n4p
liberdade, conteúdo, compartilhamento, dev
--- title: Adeus Medium. Olá DEV Community published: true description: Minha decisão sobre a liberdade e a gratuidade do meu conteúdo para a comunidade cover_image: https://images.unsplash.com/photo-1578759009600-e6c4212e0887?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=900&q=60 tags: liberdade, con...
rcrd
236,374
Best Brainstorming Tool?
What are the best brainstorming or diagraming tool for use cases and flow diagrams?
0
2020-01-11T20:13:55
https://dev.to/hashimlokasher/best-brainstorming-tool-29kg
diagram, brainstorm
--- title: Best Brainstorming Tool? published: true description: What are the best brainstorming or diagraming tool for use cases and flow diagrams? tags: #diagram #brainstorm ---
hashimlokasher
236,414
5 Things That Will Make Your Dream Come True
We are so lucky we live in a time of opportunity. We have a multitude of options available to us. The question is, why so many of us are stressed and live unfulfilled in life?
0
2020-01-11T20:55:18
https://foundsiders.com/blog/5-things-that-will-make-your-dream-come-true/
productivity, motivation, psychology
--- title: 5 Things That Will Make Your Dream Come True published: true canonical_url: https://foundsiders.com/blog/5-things-that-will-make-your-dream-come-true/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/8vucjyp568iqlugh252h.jpg description: We are so lucky we live in a time of opportunity. We have a mult...
ilonacodes
236,441
Javascript: Printing Object in Console
If you're trying to print object in console and you're getting [object Object], then most probably yo...
0
2020-01-11T21:30:19
https://dev.to/victoromondi1997/javascript-printing-object-in-console-352n
If you're trying to print object in console and you're getting `[object Object]`, then most probably you're trying to print the object as a string value. Add comma(`,`), and not plus operator(`+`) Ex: > ```javascript console.log('The value of object is: ' + obj) ``` ❌❌ > ```javascript console.log('The value of obj...
victoromondi1997
236,541
Thoughts, Tips, and Observations about speaking at conferences: a thread from Corey Qinn
I just finished reading this 100+ long, entertaining, and amazing thread: ...
0
2020-01-12T03:24:26
https://dev.to/piannaf/thoughts-tips-and-observations-about-speaking-at-conferences-a-thread-from-corey-qinn-1dd0
speaking, motivation, beginners, techtalks
--- title: Thoughts, Tips, and Observations about speaking at conferences: a thread from Corey Qinn published: true description: tags: speaking, motivation, beginners, techtalks --- I just finished reading this 100+ long, entertaining, and **amazing** thread: {% twitter 1215710451343904768 %} Posting here in case y...
piannaf
236,546
Implementing View Types in Python
A pattern to implement view types that truly hide implementation details in Python
0
2020-01-12T03:54:50
https://dev.to/rvprasad/implementing-view-types-in-python-5ba2
python, coding, programming, patterns
--- title: Implementing View Types in Python published: true description: A pattern to implement view types that truly hide implementation details in Python tags: Python, Coding, Programming, Patterns cover_image: https://miro.medium.com/max/1920/0*fNBo-jVoO-eSl23r.jpg --- In object-oriented languages like Java, C#, ...
rvprasad
236,550
deciduously
I Can't Trace Time This is what you get when you try "deciduously" at Dictionary.com: de...
0
2020-01-12T13:19:25
https://dev.to/deciduously/deciduously-159g
watercooler, mentalhealth
# I Can't Trace Time This is what you get when you try [`"deciduously"`](https://www.dictionary.com/browse/deciduously) at [Dictionary.com](https://www.dictionary.com/): > deciduous [ dih-sij-oo-uh s ] / dɪˈsɪdʒ u əs / 1. shedding the leaves annually, as certain trees and shrubs. 1. falling off or shed at a particula...
deciduously
236,573
5 Free Python Courses & Tutorials to Start Today
1. Simple Blogging Analytics Dashboard in Python Build a small data pipeline in Python by...
0
2020-01-12T10:38:08
https://dev.to/coursesity/5-free-python-courses-tutorials-to-start-today-4dli
### 1. [Simple Blogging Analytics Dashboard in Python](https://click.linksynergy.com/deeplink?id=Fh5UMknfYAU&mid=39197&u1=quickcode&murl=https://www.udemy.com/course/simple-blogging-analytics-dashboard-in-python/) Build a small data pipeline in Python by scraping a blog. - Free Course ***Course Rating: 4.0 out of 5.0 ...
tushar16992
236,685
Who am I following?
Hello Dev team! Is there a way to check the people that I am following? The reason that I am asking i...
0
2020-01-12T14:06:37
https://dev.to/pristakos/who-am-i-following-46na
help
Hello Dev team! Is there a way to check the people that I am following? The reason that I am asking is that I receive notifications for posts from people that I have not selected to follow but who appear to be followed by me! Maybe there is a specific setting that I can toggle to stop that from happening? Thank you ver...
pristakos
236,708
Study Log: Reading Vue's RFCs
In the last post of "My Dev Journal of 2020" series, I decided to research and summarize RFCs of Vue....
4,014
2020-01-12T14:41:51
https://dev.to/nozomuikuta/study-log-reading-vue-s-rfcs-793
motivation, devjournal
In [the last post](https://dev.to/nozomuikuta/change-on-study-plan-5b8o) of "My Dev Journal of 2020" series, I decided to research and summarize [RFCs of Vue.js](https://github.com/vuejs/rfcs). I've read 9 of 18 [active RFCs](https://github.com/vuejs/rfcs/tree/master/active-rfcs) and am reading 10th, which is about [n...
nozomuikuta
236,729
Black Hat 2020 (20th anniversary edition)
Black Hat 2020 (20th anniversary edition) and this year you can go three times to learn the latest ab...
0
2020-01-12T15:46:49
https://dev.to/osde8info/black-hat-2020-20th-anniversary-edition-3km8
blackhat, whitehat, hacking, security
Black Hat 2020 (20th anniversary edition) and this year you can go three times to learn the latest about information security in ASIA in US in UK https://www.blackhat.com/ ``` #devops #devsecops #security #sysadmin ```
osde8info
236,745
Swimming in code
This post offers a little bit of background into my journey as a developer and how slow its been unti...
0
2020-01-12T16:27:33
https://dev.to/calliernie/swimming-in-code-4bc0
java, html, css, android
This post offers a little bit of background into my journey as a developer and how slow its been until I found refuge in Amalitech, a training academy for young developers in the disciplines of Software Development, Software Testing and Verification and Data Science. As you may know already in the introductory threads,...
calliernie
236,799
Can content authors be happy on the JAMstack?
A common JAMstack setup has the content of a site, live in a git repository alongside code and templa...
0
2020-01-12T17:53:54
https://dev.to/shortdiv/can-content-authors-be-happy-on-the-jamstack-38mb
jamstack, jamuary
A common JAMstack setup has the content of a site, live in a git repository alongside code and templates. This setup makes working with JAMstack sites easy since setting up, running and deploying sites is a matter of simply pulling a git repository and running a build command. Generally, a separate content database is ...
shortdiv
236,820
Ideas for portfolio site
I am trying to create a portfolio site to increase my online site, I am hoping this site would help me secure a job too.
0
2020-01-12T19:19:09
https://dev.to/ilozuluchris/ideas-for-portfolio-site-107l
discuss, career, hiring, help
--- title: Ideas for portfolio site published: true description: I am trying to create a portfolio site to increase my online site, I am hoping this site would help me secure a job too. tags: discuss, career, hiring, help --- Hi, guys. I have been working as a software engineer for three years now, I am trying to c...
ilozuluchris
236,848
Hello World with OCaml and ReasonML
ReasonML Hello World without Bucklescript
0
2020-01-12T19:53:57
https://dev.to/idkjs/hello-world-with-ocaml-and-reasonml-406b
reason, ocaml
--- title: Hello World with OCaml and ReasonML published: true description: ReasonML Hello World without Bucklescript tags: reasonml, ocaml --- A note to self on using `OCaml` with the `ReasonML` syntax without `Bucklescript`. ## Setup 1. Install [opam](https://opam.ocaml.org/) 2. Install `reason` language options w...
idkjs
236,963
How I Explained Commit and Pull Request
It was somewhere in November last year, I had a friend with little Git experience sitting beside me,...
0
2020-01-13T12:40:09
https://dev.to/marcelcruz/how-i-explained-commit-and-pull-request-2i5l
git, webdev
It was somewhere in November last year, I had a friend with little Git experience sitting beside me, and as the day was passing by he was accumulating files with changes and not being able to make a decision of when and how to commit them, and later on, to PR. It felt hard to give him any advice not knowing what he wa...
marcelcruz
236,970
PHP is still awesome (even though it's Awful!)
My thoughts on why PHP still has a prominent place in web development.
0
2020-01-13T03:54:01
https://dev.to/the3rdc/php-is-still-awesome-even-though-it-s-awful-5ga8
php
--- title: PHP is still awesome (even though it's Awful!) published: true description: My thoughts on why PHP still has a prominent place in web development. tags: php --- When I got into web development PHP was the default. It's what the web was built on. (To be fair - it seemed like half the web was WordPress). LAMP...
the3rdc
236,999
Fork Me! FCC: Test Suite Template
A post by sammysmart95
0
2020-01-12T23:00:31
https://dev.to/sammysmart95/fork-me-fcc-test-suite-template-ked
codepen
{% codepen https://codepen.io/SamSmart/pen/rNaKVNq %}
sammysmart95
237,017
Angular `ng serve`: importing SCSS files in the global styles.scss vs including them in angular.json
With this article I'd like to share a tip I've discovered to quicken the SCSS rebuild time when using...
0
2020-01-19T18:29:47
https://dev.to/lucanardelli/angular-ng-serve-importing-scss-files-in-the-global-styles-scss-vs-including-them-in-angular-json-1f5n
angular, webpack, webdev
With this article I'd like to share a tip I've discovered to quicken the SCSS rebuild time when using `ng serve` and several 3rd party SCSS files. By rebuild time, I mean the time it takes for webpack to parse the modifications in the project's SCSS files and update the web app whenever there's a modification in said S...
lucanardelli
237,036
Cloud: Multi-Tenant Architecture and it’s Issues
What is multi-tenant architecture? Virtualization + Recource Sharing = Multi-Tenancy Multitenancy...
0
2020-01-13T01:21:08
https://dev.to/sciencebae/multi-tenant-architecture-and-it-s-issues-h06
cloud, azure, cloudcomputing, newbie
**What is multi-tenant architecture?** `Virtualization + Recource Sharing = Multi-Tenancy` Multitenancy is a type of computer architecture in which one or more software instances are created and executed on top of primary software. Multitenancy allows multiple users (tenants) to work in the same software environmen...
sciencebae
237,051
Web APIs in Node.js Core: Past, Present, and Future
Web APIs developed and standardized by the browsers have been serving client-side JavaScript applicat...
0
2020-01-13T02:32:46
https://dev.to/i_am_adeveloper/web-apis-in-node-js-core-past-present-and-future-459b
node, webdev, javascript, tutorial
Web APIs developed and standardized by the browsers have been serving client-side JavaScript applications with a wide selection of features out of the box, while Node.js have been developing another set of APIs that are today the de-facto standards for server-side JavaScript runtimes. There is now a conscious effort to...
i_am_adeveloper
237,073
Building a Pokedex with Next.js
Next.js is a React framework for JavaScript created by Zeit which allows you to build server-side ren...
0
2020-01-13T05:29:53
https://dev.to/marcdwest32/building-a-pokedex-with-next-js-4jjj
javascript, react, nextjs, codenewbie
Next.js is a React framework for JavaScript created by Zeit which allows you to build server-side rendered single-page web applications. We're going to be using Next.js to create a Pokedex application. All you need to get started making an application with Next.js is npm version 5.2 or higher, and you can simply run th...
marcdwest32
237,132
Does Expo Support React Native Web?
Short answer: yes, expo supports react NATIVE web since SDK version 33. Expo SDK v33 is the first SD...
0
2020-01-13T07:22:06
https://dev.to/evenmik/does-expo-support-react-native-web-6po
reactnative
<b>Short answer: yes, <a href="https://codersera.com/blog/does-expo-support-react-native-web/">expo supports react NATIVE web</a> since SDK version 33.</b> Expo SDK v33 is the first SDK which supports the web. It also comes with TypeScript which is based on React Native, which includes hooks. It is the combination of ...
evenmik
237,137
Time tracking software - SkyTime Review
In this review we'll tell you about Skytime — our own time tracking software. It provides information...
0
2020-01-13T07:55:58
https://dev.to/artemkobilinskiy/time-tracking-software-skytime-review-m8k
startup, productivity, functional
In this review we'll tell you about Skytime — our own time tracking software. It provides information on the productivity and efficiency of each employee. Also, it allows them to work from any corner of the globe and still contribute. It supports all major operating systems and has integration with platforms such as Gi...
artemkobilinskiy
237,163
Debug Kubernetes Operator-sdk locally in Goland
how to setup the debug for the operator-sdk in Goland
0
2020-01-14T08:18:18
https://dev.to/austincunningham/debug-kubernetes-operator-sdk-locally-in-goland-kl6
kubernetes, debug, operatorsdk, goland
--- title: Debug Kubernetes Operator-sdk locally in Goland published: true description: how to setup the debug for the operator-sdk in Goland tags: Kubernetes, Debug, Operator-sdk, Goland cover_image: https://thepracticaldev.s3.amazonaws.com/i/4n0nt3dyb3k20u8h7d7x.png --- This is a follow on from this [article](https...
austincunningham
237,164
Do you think remote mentoring could work?
I am considering creating an online mentoring program for everybody who would like to start to code o...
0
2020-01-13T08:26:00
https://dev.to/starbist/do-you-think-remote-mentoring-could-work-2p2e
discuss, beginners
I am considering creating an online mentoring program for everybody who would like to start to code or improve coding skills, especially in the UI field. I would like to know do you know of such sites or programs already. What do you think of the idea?
starbist
237,247
A Rubyist's guide to Javascript
To start this post of, I feel it fitting to put one popular misconception to rest: Javascript is not,...
0
2020-02-17T15:04:48
https://dev.to/cpatercodes/a-rubyist-s-guide-to-javascript-5ank
javascript
To start this post of, I feel it fitting to put one popular misconception to rest: Javascript is not, in fact, related to Java. Mine, at least, is beginning to seem like a distant cousin of working script (and sometimes, of the kind that does things!) I've come to learn a couple of things about the language along the w...
cpatercodes
237,265
How I Teach: Version Control *with G Sheets*
Hello and (a very late) happy new year! For the first blog post of the decade I thought I'd talk a l...
0
2020-01-13T12:03:15
https://dev.to/miameroi/how-i-teach-version-control-with-g-sheets-4135
javascript, techlead, mentor, training
Hello and (a very late) happy new year! For the first blog post of the decade I thought I'd talk a little bit about how I like to introduce students to version control ✨. I was first taught version control through a GitHub Desktop demo, I got there in the end but let me tell you ... it took months before I finally u...
miameroi
237,283
Hacktoberfest goodies are here!
So, after 3-4 months, my Hacktoberfest goodies arrived! I am very happy since this was my first part...
0
2020-01-13T12:28:37
https://dev.to/maenad/hacktoberfest-goodies-are-here-4npb
hacktoberfest, hackathon, goodies, merchandise
So, after 3-4 months, my Hacktoberfest goodies arrived! I am very happy since this was my first participation in this type of events and even if it seems cliche, it's very motivating and inspiring!
maenad
237,352
while
learning kotlin at hack station from facebook
0
2020-01-13T14:30:17
https://dev.to/grandpa44997/while-4bal
replit, kotlinbeta
learning kotlin at hack station from facebook {% replit @Grandpa/aula-01-while %}
grandpa44997
237,394
Blazor Full-Stack Web Dev in ASP .NET Core 3.1
This is the second of a new series of posts on ASP .NET Core 3.1 for 2020. In this series, we’ll co...
0
2020-01-13T15:40:33
https://wakeupandcode.com/blazor-full-stack-web-dev-in-asp-net-core-3-1/
csharp, dotnet, webdev
--- title: Blazor Full-Stack Web Dev in ASP .NET Core 3.1 published: true date: 2020-01-13 15:00:00 UTC tags: csharp, dotnet, webdev canonical_url: https://wakeupandcode.com/blazor-full-stack-web-dev-in-asp-net-core-3-1/ --- ![ASP .NET Core A-Z Series](https://wakeupandcode.com/wp-content/uploads/2020/01/aspnetcore-a...
shahedc
237,455
Error: Actions Not Showing Up As Buttons On Lightning Pages
Resolving object-specific actions not showing up on Lightning Pages after creation, when Chatter/Feed Tracking is enabled.
4,258
2020-02-03T15:31:36
https://dev.to/rachelsoderberg/error-actions-not-showing-up-as-buttons-on-lightning-pages-4n1e
salesforce, lightning, quickaction
--- title: Error: Actions Not Showing Up As Buttons On Lightning Pages published: true description: Resolving object-specific actions not showing up on Lightning Pages after creation, when Chatter/Feed Tracking is enabled. tags: Salesforce, Lightning, Quick Action series: Salesforce Lightning --- Imagine a scenario: Y...
rachelsoderberg
237,546
Module 2 Discussion
Read Session 1.2 (pp. 22 - 45) and then answer the following questions and post them in "https://dev....
0
2020-01-13T20:48:18
https://dev.to/antonioprican/module-2-discussion-33bm
Read Session 1.2 (pp. 22 - 45) and then answer the following questions and post them in "https://dev.to/": 1. Write code to mark the text Gourmet Thai Cooking as a heading with the second level of importance. <!DOCTYPE html> <html> <head> <title>Gourmet Thai Cooking</title> </head> <body> <h1>Main heading</h1> <p>Para...
antonioprican
237,577
5 Myths about WordPress Backups
Everyone agrees that backups are essential. Not only for websites but also for desktops, laptops, pho...
0
2020-01-13T21:35:42
https://scaledynamix.com/blog/scaling-wordpress-5-myths-about-backups/
linux, webdev, aws, wordpress
Everyone agrees that backups are essential. Not only for websites but also for desktops, laptops, phones, and even git repositories. Yet, when it comes to protecting mission-critical WordPress sites, the backup solutions in place are often inadequate. More often than not, these backup shortcomings are a result of myth...
nginxreload
237,585
Does JAMstack mean having to pre-render all the things?
As the JAMstack ecosystem matures, the debate over what counts as “truly JAMstack”™ continues. Given...
0
2020-01-13T22:11:29
https://dev.to/shortdiv/does-jamstack-mean-having-to-pre-render-all-the-things-4381
jamstack, jamuary
As the JAMstack ecosystem matures, the debate over what counts as “truly JAMstack”™ continues. Given the elusive nature of the term and its [recent-most evolution](https://github.com/jamstack/jamstack.org/commit/41c0b767694c1f8c7e3fabcb1e0d770b154c00d7), its unsurprising that there remains some confusion over this. The...
shortdiv
237,615
bizarre devto bug
just got jammed in a SAVE DRAFT and PUBLISH loop that i couldnt get out of hopefully this post posts...
0
2020-01-13T22:31:09
https://dev.to/osde8info/bizarre-devto-bug-pop
devto, blog, bug
just got jammed in a SAVE DRAFT and PUBLISH loop that i couldnt get out of hopefully this post posts with no problem
osde8info
237,617
Dynamic view with STI in Rails
🤔 Situation I have a STI model named Media which has two chirdren models which are Photo a...
0
2020-01-20T22:16:34
https://dev.to/n350071/dynamic-view-with-sti-in-rails-e94
rails
## 🤔 Situation I have a STI model named `Media` which has two chirdren models which are `Photo` and `Video`. And I've wanted to not change the view logic by each class. Example ```erb <% @album.media.each do |medium| %> <div> <%= file_content(medium) %> </div> <% end %> ``` ## 😅 But I didn't want to write l...
n350071
237,633
Using Markdown for Notes
I recently found myself with four different files opened long term in Notepad++ that all centered...
4,263
2020-01-13T23:38:04
https://coreydmccarty.dev/posts/2020_01_02_markdown_for_notes/
productivity, markdown, vscode, css
--- title: Using Markdown for Notes published: true date: 2020-01-02 00:00:00 UTC tags: - PRODUCTIVITY - MARKDOWN - VSCODE - CSS series: productivity with markdown canonical_url: https://coreydmccarty.dev/posts/2020_01_02_markdown_for_notes/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/p2jnamlo05dpwmgeih...
xanderyzwich
237,677
lib3to6 - python compatability library
In light of the recent blog article "Mercurial's Journey to and Reflections on Python 3" by Gregory S...
0
2020-01-14T00:50:39
https://dev.to/mbarkhau/lib3to6-python-compatability-library-2oac
python
In light of the recent blog article ["Mercurial's Journey to and Reflections on Python 3" by Gregory Szorc](https://gregoryszorc.com/blog/2020/01/13/mercurial%27s-journey-to-and-reflections-on-python-3/) I thought I'd try to pimp my work in this area again. In short, if you have a project that needs to be compatible w...
mbarkhau
237,809
7 Best Use Case of JavaScript Array Method map(), filter() and reduce()
If you are starting in the web development, maybe you haven’t heard about the functional programming....
0
2020-02-05T07:41:03
https://codesquery.com/javascript-array-method-map-filter-and-reduce/
javascript, tutorials
--- title: 7 Best Use Case of JavaScript Array Method map(), filter() and reduce() published: true date: 2019-10-17 17:31:31 UTC tags: Javascript,javascript,tutorials canonical_url: https://codesquery.com/javascript-array-method-map-filter-and-reduce/ --- If you are starting in the web development, maybe you haven’t h...
hisachin
237,812
Javascript Date Object Explained In Detail
For any web developer, working with the date in the application is always a tricky part. While...
0
2020-02-05T07:43:01
https://codesquery.com/javascript-date-object/
javascript, tutorials
--- title: Javascript Date Object Explained In Detail published: true date: 2019-11-05 18:11:52 UTC tags: Javascript,javascript,tutorials canonical_url: https://codesquery.com/javascript-date-object/ --- For any web developer, working with the date in the application is always a tricky part. While working with the dat...
hisachin
237,813
Github Login Implementation In Node.js Using Passport.js
In this article, we are going to learn how to implement the Github Login in Node.js Application. We a...
0
2020-02-05T07:42:48
https://codesquery.com/github-login-implementation-in-node-js-using-passport-js/
node, sociallogin, tutorials
--- title: Github Login Implementation In Node.js Using Passport.js published: true date: 2019-11-15 09:31:43 UTC tags: Node.js,node.js,social-login,tutorials canonical_url: https://codesquery.com/github-login-implementation-in-node-js-using-passport-js/ --- In this article, we are going to learn how to implement the ...
hisachin
237,842
The Future of Writing CSS - OOCSS
Object oriented CSS was proposed by web developer Nicole Sullivan in 2008. Her goal was to make dynam...
0
2020-01-14T09:27:08
https://dev.to/amjadkamboh/the-future-of-writing-css-oocss-2f6k
Object oriented CSS was proposed by web developer Nicole Sullivan in 2008. Her goal was to make dynamic CSS more manageable by applying the principles of object oriented design popularized by programming languages such as Java and Ruby. Using the OOCSS framework results in CSS that is reusable, scalable and easier to m...
amjadkamboh
237,848
Multi Step Form Submit in Laravel with Validation
In this tutorial we will go over Example of Multi Page / Step Form in Laravel with Validation. This t...
3,690
2020-01-14T09:37:20
https://www.codechief.org/article/multi-step-form-submit-in-laravel-with-validation
laravel, multistep, formsubmit
In this tutorial we will go over Example of Multi Page / Step Form in Laravel with Validation. This tutorial does not use any javascript component to create multi step form. Instead we will create multiple form pages and will use Laravel session to save the intermediate data. https://www.codechief.org/article/multi-s...
techmahedy
237,861
Goal setting and the year in review
So it’s officially 2020, and a new year brings with it all kinds of things. Retro...
0
2020-01-17T16:49:31
https://dev.to/documentednerd/goal-setting-and-the-year-in-review-48do
softskills, discuss, goals, growth
--- title: Goal setting and the year in review published: true date: 2020-01-14 09:00:00 UTC tags: Soft Skills,discussion,Goals,Growth canonical_url: --- So it’s officially 2020, and a new year brings with it all kinds of things. Retrospective, hope, dreams, and a variety of other feelings. I’m not a big party-er and...
documentednerd
237,868
Object Destructuring Javascript ES6
// Example 1 // bind variables to different "car1" object properties const car1 = { name: "fiat",...
0
2020-01-14T10:20:29
https://dev.to/alhiane/object-destructuring-javascript-es6-4g68
javascript, object, destructuring, es6
// Example 1 // bind variables to different "car1" object properties ```javascript const car1 = { name: "fiat", model: 500, weight: 850, color: "red" }; const { name, color, weight } = car1; ``` // Example 2 // destruct an object property from a variable // Rename a variable // set a value to a variable `...
alhiane
237,885
Who is Speaking On Your Behalf?
Who is Speaking On Your Behalf? forloop Summit 2019 (L-R), Remy, Mohammed, Mustapha, Pros...
0
2020-01-14T11:00:26
https://dev.to/unicodeveloper/who-is-speaking-on-your-behalf-2c5e
devrel, opensource, growth
# Who is Speaking On Your Behalf? ![](https://miro.medium.com/max/8000/1*TyjNXvDsdlv1lhas7r8Oeg.jpeg) <em>forloop Summit 2019 (L-R), Remy, Mohammed, Mustapha, Prosper, and Funsho</em> Prowling around Twitter like a roaring lion looking for an article to devour, a technical blog post to consume, a funny video to laug...
unicodeveloper
237,897
Must have command line tools!
It's been a while since my last post, and I thought it would be a nice new year start sharing my favo...
0
2020-01-14T11:36:19
https://dev.to/flrnd/must-have-command-line-tools-109f
productivity, beginners, linux, macos
It's been a while since my last post, and I thought it would be a nice new year start sharing my favourite command-line tools. Here we go: * [bat](https://github.com/sharkdp/bat), A cat(1) clone with syntax highlighting and Git integration. ![bat screenshot](https://camo.githubusercontent.com/9d3d89364f2cc83ace8f296...
flrnd
237,915
4 PHP Tricks to Boost Script Performance
Normally I write code by using the conventional, obvious PHP functions to solve corresponding problem...
0
2020-04-14T12:07:57
https://dev.to/devmount/4-php-tricks-to-boost-script-performance-ol1
php, webdev, programming, performance
Normally I write code by using the conventional, obvious PHP functions to solve corresponding problems. But for some of these problems I came across alternative solutions that especially increase performance. In this article I want to present some of these alternatives. This is useful, if you're searching for possibil...
devmount
237,939
Microsoft's Web Template Studio walkthrough 🌐
A walkthrough of Microsoft's WebTS extension for Visual Studio
0
2020-01-29T14:20:48
https://dev.to/vaibhavkhulbe/microsoft-s-web-template-studio-walkthrough-1122
web, react, node, fullstack
--- title: Microsoft's Web Template Studio walkthrough 🌐 published: true description: A walkthrough of Microsoft's WebTS extension for Visual Studio tags: web, react, node, fullstack cover_image: https://i.imgur.com/ErrjIif.png --- Okay, so recently I discovered a new extension for VS Code called **[Web Template Stud...
vaibhavkhulbe
237,952
Tutorial: Fuzzy Text Search In MongoDB The Easy Way!
if you've ever worked with mongodb, you may already know that mongodb server does not have a built-in...
0
2020-01-14T15:26:02
https://dev.to/djnitehawk/mongodb-fuzzy-text-search-with-c-the-easy-way-3l8j
mongodb, csharp, dotnet, tutorial
if you've ever worked with mongodb, you may already know that mongodb server does not have a built-in mechanism to search for documents based on fuzzy matching. say for example you have a couple of people saved in your database with the following names: ``` - Katheryne Markus - Catherine Marcus - Marcus Katerin Thompso...
djnitehawk
237,975
Application-Level Rate Limiting in Facebook APIs
Facebook Graph APIs have rate limits. It is the number of Graph API calls that you can make to Facebo...
0
2020-01-14T14:17:24
https://dev.to/lek890/application-level-rate-limiting-in-facebook-apis-4168
facebook, facebookapi
Facebook Graph APIs have rate limits. It is the number of Graph API calls that you can make to Facebook in a specific period of time. All API calls from the FB app will fail if you exceed the rate limit. Application-level rate limits apply to calls made using any access token other than a Page access token and ads APIs...
lek890
238,029
Read data from a database with a data model
Calling a database from an Express API
0
2020-01-14T16:12:30
https://dev.to/cesareferrari/read-data-from-a-database-with-a-data-model-4enf
node, express, backend, javascript
--- title: Read data from a database with a data model published: true description: Calling a database from an Express API tags: node, express, backend, javascript cover_image: https://ferrariwebdevelopment.s3.us-east-2.amazonaws.com/assets/20191118-read-data.jpeg --- ## Calling a database from an Express API In the ...
cesareferrari
238,072
What is KNN Algorithm?
What is KNN Algorithm? Equally known as K-Nearest Neighbour, is one of the most common algorithms in...
0
2020-01-14T17:52:37
https://dev.to/akuks/what-is-knn-algorithm-1ph7
machinelearning, python, knn
**What is KNN Algorithm?** Equally known as **K-Nearest Neighbour**, is one of the most common algorithms in Machine Learning and is broadly used in regression and classification problems. This article assumes you have some familiarity with **supervised learning,** if not then please visit [here](https://ashutosh....
akuks
246,033
No BART terminals were hacked in the making of this ad
Originally posted by my colleague Bonnie Pecevich on mux.com/blog In the process of creating a BART...
0
2020-01-21T22:55:36
https://mux.com/blog/no-bart-terminals-were-hacked-in-the-making-of-this-ad/
devrel
Originally posted by my colleague Bonnie Pecevich on [mux.com/blog](https://mux.com/blog/no-bart-terminals-were-hacked-in-the-making-of-this-ad) In the process of creating a BART ad for the first time, we had some learnings that we thought we would share that could hopefully help someone else on their out-of-home ad b...
dylanjha
248,255
What are the Best 404 pages examples you have ever found?
We have surfed the internet and hand-picked a few best 49 most creative 404 page designs: https://h...
0
2020-01-25T05:09:41
https://dev.to/hostingpill/what-are-the-best-404-pages-examples-you-have-ever-found-2844
showdev, webdev, design, productivity
We have surfed the internet and hand-picked a few best 49 most creative 404 page designs: https://hostingpill.com/best-404-page-examples Please share your findings if you have any.
hostingpill
248,274
Charity Website Design
NGO has always been a helping hand to the needy. However, they have not come under huge limelight bec...
0
2020-01-25T07:01:08
https://dev.to/helenstevens32/charity-website-design-2hcn
websitedesign
NGO has always been a helping hand to the needy. However, they have not come under huge limelight because of the absence of proper promotion. One of the reasons for this is because they did not have a good website. At a time when people get information Only from the internet, not having a website is a very poor idea. s...
helenstevens32
248,320
Publishing my blog using HTTP upload in PHP
After a hard struggle with travis and my FTP server, I decided to use a HTTP upload
4,114
2020-01-25T10:09:37
https://dev.to/gabbersepp/publishing-my-blog-using-http-upload-in-php-3aj7
php, javascript, website, deployment
--- published: true title: "Publishing my blog using HTTP upload in PHP" cover_image: "https://raw.githubusercontent.com/gabbersepp/dev.to-posts/master/blog-posts/private-page/travis-http-php/assets/header.jpg" description: "After a hard struggle with travis and my FTP server, I decided to use a HTTP upload" tags: php,...
gabbersepp
248,454
Can you make a countdown timer in pure CSS?
I must first apologise for the somewhat rhetorical question as the title. About 3 minutes after I...
0
2020-01-26T00:55:35
https://www.chenhuijing.com/blog/can-you-make-a-countdown-timer-in-pure-css/
html, css, javascript, webdev
--- title: Can you make a countdown timer in pure CSS? published: true date: 2020-01-25 00:00:00 UTC tags: html, css, javascript, webdev canonical_url: https://www.chenhuijing.com/blog/can-you-make-a-countdown-timer-in-pure-css/ cover_image: https://thepracticaldev.s3.amazonaws.com/i/i0fdcpj38qggzt3rf69x.jpg --- I mus...
huijing
248,462
Best approach for filter data, fetch again, array.filter?
Hi everyone, I'm thinking about it. We have a API like https://rickandmortyapi.com/ that return a...
0
2020-01-25T15:13:09
https://dev.to/joseluisrnp/best-approach-for-filter-data-fetch-again-array-filter-10kl
help
--- title: Best approach for filter data, fetch again, array.filter? published: true tags: help --- Hi everyone, I'm thinking about it. We have a API like https://rickandmortyapi.com/ that return a array's character like ```javascript { "info": { "count": 394, "pages": 20, "next": "https://rickandmort...
joseluisrnp
248,472
Step Up Your CSS Game With SASS - SASS for Beginners
So, recently I was experimenting with SASS and it is awesome. Once you get a hang of it, it is really...
0
2020-01-25T16:08:50
https://www.ayushmanbthakur.com/posts/step-up-css-with-sass
scss, sass, css
--- title: Step Up Your CSS Game With SASS - SASS for Beginners published: true date: 2020-01-25 15:54:27 UTC tags: SCSS, SASS, CSS canonical_url: https://www.ayushmanbthakur.com/posts/step-up-css-with-sass --- So, recently I was experimenting with SASS and it is awesome. Once you get a hang of it, it is really diffic...
abthakur
248,481
Iterating with recursion
Cover photo by Ludde Lorentz on Unsplash How many stairs are in a staircase? You're walki...
4,356
2020-01-25T20:25:37
https://dev.to/daniel13rady/iterating-with-recursion-3i5e
beginners, thinkdeep, programming
<small>Cover photo by Ludde Lorentz on [Unsplash](https://unsplash.com/photos/YfCVCPMNd38)</small> # How many stairs are in a staircase? You're walking along, thinking about dinner. _Should I have [ramen](https://www.instagram.com/tsurumendavis/) or [udon](https://www.instagram.com/yumegaarukara/)?_ you ask yourself...
daniel13rady
248,507
Create an API service using nestframework
Original Post In this post, I want to show you how easy is to create a backend API using the nestf...
0
2020-01-26T09:56:32
https://dev.to/yggdrasilts/create-an-api-service-using-nestframework-2kop
nestjs, swagger, typescript, echarts
> [Original Post](https://blog.yggdrasilts.com/create-an-api-service-using-nestframework/) In this post, I want to show you how easy is to create a backend API using the nestframework and also, create the [swagger](https://swagger.io/) documentation. # Table Of Contents * [Introduction](#introduction) * [Part 1 - Pro...
telco2011
248,517
You Are Being Tracked
I have never been a big fan of online tracking. I believe that online tracking fundamentally breaks m...
0
2020-01-25T17:51:22
https://timothymiller.dev/posts/2020/you-are-being-tracked/
tracking, analytics, privacy
I have never been a big fan of online tracking. I believe that online tracking fundamentally breaks many of the precepts the web was built on, _however_ as of today, for the first time ever, I am tracking the traffic on [my own personal website](https://timothymiller.dev/). To explain how I got here, let me tell you s...
webinspectinc
248,528
Python configs for Humans. Part #2
Hello, dev.to! Today, I want to tell you about my library for configs (betterconf). I have already a...
0
2020-01-25T18:21:37
https://dev.to/prostomarkeloff/python-configs-for-humans-part-2-4269
python, configs
Hello, dev.to! Today, I want to tell you about my library for configs ([betterconf](https://github.com/prostomarkeloff/betterconf)). I have already article about it but I have implemented some features which weren't. Okay, let's start! At first, now you can get values not only from env vars. By default it's so but y...
prostomarkeloff
248,564
Technology and the environmental challenges in this decade
Recently came to an end the World Economic Forum 2020, in Davos, Switzerland. Its theme was about the...
0
2020-01-25T20:59:59
https://dev.to/asf89/technology-and-the-environmental-challenges-in-this-decade-5dg6
technology, environment, engineering, discuss
Recently came to an end the World Economic Forum 2020, in Davos, Switzerland. Its theme was about the climatic change around the globe, with several leaders and activists speaking about the need to take energic action to avoid a catastrophic future. As a human and a scientist, I think it should be interesting to share ...
asf89
248,596
Infinite Jest: toBe or not.toBe
What is Jest? Jest is an open source JavaScript testing framework and is used by lots of d...
0
2020-01-26T02:49:53
https://dev.to/iris/infinite-jest-tobe-or-not-tobe-1nk9
testing, javascript, beginners
## What is Jest? Jest is an open source JavaScript testing framework and is used by lots of different companies including Facebook, Twitter, Spotify, and more. Jest is fast and intuitive to learn and set up. To install using npm, navigate to the directory you want to add tests for (`mkdir david-foster-wallace` and th...
iris
248,696
React/Vue components are just server side template components with worse performance. Change my mind.
To this day, even after going through react tutorials, I still feel like it so much more overhead tha...
0
2020-01-26T06:12:40
https://dev.to/spacerockmedia/react-vue-components-are-just-server-side-template-components-with-worse-performance-change-my-mind-59ge
discuss, react, vue, jinja
To this day, even after going through react tutorials, I still feel like it so much more overhead than what is needed compared to using a good templating engine like jinja. I can easily make components and in one file inject css and js that is only used on that component. Plus, most times the templates are cached. So...
autoferrit
249,166
Start today with Surface Duo development on preview emulator and SDK
Surface Neo and Surface Duo are new devices by Microsoft, planned to launch for holidays season this...
0
2020-01-27T05:54:12
https://gunnarpeipman.com/surface-duo-development-preview/
mobile, surface, android, xamarin
--- title: Start today with Surface Duo development on preview emulator and SDK published: true date: 2020-01-27 05:10:57 UTC tags: mobile,surface,android,xamarin canonical_url: https://gunnarpeipman.com/surface-duo-development-preview/ --- [Surface Neo](https://www.microsoft.com/en-us/surface/devices/surface-neo "Su...
gpeipman
250,855
Benefit of 'key' prop in React
If you are a beginner in a react js you may have encountered the key warning in the console while lis...
0
2020-01-29T04:47:34
https://dev.to/pratham0182/benefit-of-key-prop-in-react-4l33
react, javascript
If you are a beginner in a react js you may have encountered the key warning in the console while listing elements on the page in a loop. KEY is a very important and useful concept in react js in improving user experience Now the question is how?? -- Refer the image below ![Alt Text](https://dev-to-uploads.s3.ama...
pratham0182
251,684
Random number generation in Python
In Python you can generate random numbers with the random module. To load this module use the line...
0
2020-01-30T15:53:41
https://dev.to/bluepaperbirds/random-number-generation-in-python-f8e
python, beginners
In <a href="https://python.org">Python</a> you can generate random numbers with the random module. To load this module use the line ```python import random ``` To generate 10 numbers between 1 and 10 you can use: ```python import random for x in range(10): print(random.randint(1,11)) ``` *These are pseudo-...
bluepaperbirds
253,252
Secure AWS Environments by deploying apps in Private/Public Subnets
This is a series of posts to introduce the importance of using public and private subnets to keep you...
0
2020-02-02T06:01:19
https://dev.to/raphael_jambalos/secure-aws-environments-with-private-public-subnets-2ei9
aws, security
This is a series of posts to introduce the importance of using public and private subnets to keep your infrastructure secure in AWS. In this post, we would: (i) create an EC2 instance, (ii) install NGINX there, and (iii) see the simple NGINX homepage in our browser. This would be a straightforward task if we made the...
raphael_jambalos
253,305
Creating a custom menu bar in Electron
Tutorial about how to create custom menu bar in Electron apps.
0
2020-02-02T00:00:00
https://dev.to/saisandeepvaddi/creating-a-custom-menu-bar-in-electron-1pi3
tutorial, electron, javascript
--- title: Creating a custom menu bar in Electron date: "2020-02-02" description: "Tutorial about how to create custom menu bar in Electron apps." --- (Originally published at [my blog](https://saisandeepvaddi.com/how-to-create-custom-menu-bar-in-electron/)) Do you want to replace your electron app's menu bar to look ...
saisandeepvaddi
253,309
Serverless and the Dreaded CORS
While venturing farther in the Serverless world, I started making a list of things I encountered on m...
0
2020-02-02T06:42:39
https://dev.to/divyamohan0209/serverless-and-the-dreaded-cors-7l0
serverless, webdev, cors, design
While venturing farther in the Serverless world, I started making a list of things I encountered on my journey that I would like to delve deeper into; plainly because, I figured learning just enough to make something work was never going to satisfy my voracious appetite. Towards cementing my understanding, I started ma...
divyamohan0209
253,380
Old school developer vs new school developer
Every language has its quirks. PHP has been know to be a language where it is very easy to do things...
0
2020-02-02T10:24:16
https://dev.to/mafx/old-school-developer-vs-new-school-developer-3m8b
php, growth, learning, agency
Every language has its quirks. PHP has been know to be a language where it is very easy to do things badly. In reality it is not the languages fault but how we as developers treat it. Being a lead developer and seeing new employees (and candidates) in action has shown me that there are two types of PHP developers - new...
mafx
253,758
While Loop – JavaScript Series – Part 13
Suppose we are going to print 1 to 10 on the console. But how we can do it ? We can do it easily co...
4,305
2020-02-02T17:29:57
https://blog.nerdjfpb.com/javascript-part-13/
javascript, codenewbie, tutorial, beginners
Suppose we are going to print 1 to 10 on the console. But how we can do it ? We can do it easily ``` console.log(1) console.log(2) ... console.log(9) console.log(10) ``` But this is not a good way to do it. Currently we can do it because it's only ten times. But suppose we need to print 1 - 100. How to do it ? This is...
nerdjfpb
253,393
How would you want the rich text editor for your end users to be?
Should it be WYSIWYG or some kind of markup language, like Markdown? How do I make it powerful witho...
0
2020-02-02T11:08:32
https://dev.to/patarapolw/how-would-you-want-the-rich-text-editor-for-your-end-users-to-be-23m8
javascript, typescript, discuss
Should it be WYSIWYG or some kind of markup language, like Markdown? How do I make it powerful without compromising security? I have just created [Showdown-Extra](https://github.com/patarapolw/showdown-extra) with [Showdown.js](https://github.com/showdownjs/showdown) and [DOMPurify](https://github.com/cure53/DOMPurif...
patarapolw
253,482
Quick tip: NTLM / Windows pass-through authentication with Selenium and ChromeDriver
Challenge I was on a project for a web application that used Windows Active Directory...
0
2020-02-02T15:42:27
https://seankilleen.com/2020/02/ntlm-pass-through-authentication-with-chromedriver/
chromedriver, selenium, testing, registry
--- title: Quick tip: NTLM / Windows pass-through authentication with Selenium and ChromeDriver published: true date: 2020-02-02 14:58:00 UTC tags: chromedriver,selenium,testing,registry canonical_url: https://seankilleen.com/2020/02/ntlm-pass-through-authentication-with-chromedriver/ --- ## Challenge I was on a proj...
seankilleen
253,489
crafting a workday
Originally posted on josephchekanoff.com. Running a development agency is really difficult. I (curre...
0
2020-02-02T15:43:36
https://josephchekanoff.com/blog/crafting-a-workday/
productivity
Originally posted on [josephchekanoff.com](https://josephchekanoff.com/blog/crafting-a-workday/). Running a development agency is really difficult. I (currently) don't have a workday "structure" that invokes creativity **and** growth. [@dhh](http://twitter.com/dhh) shared a great workday schedule on Twitter: {% twi...
jchekanoff
253,500
Workout your tasks with WorkManager — Advanced Topics
Workout your tasks with WorkManager — Advanced Topics “WorkManager is a library for managi...
0
2020-06-27T13:57:44
https://proandroiddev.com/workout-your-tasks-with-workmanager-advanced-topics-c469581c235b
androiddev, androidjetpack, workmanager, androidarchitecture
--- title: Workout your tasks with WorkManager — Advanced Topics published: true date: 2019-09-15 17:09:04 UTC tags: androiddev,androidjetpack,workmanager,androidarchitecture canonical_url: https://proandroiddev.com/workout-your-tasks-with-workmanager-advanced-topics-c469581c235b --- ### Workout your tasks with WorkMa...
magdamiu
253,518
Hello Kotlin
At this moment, in the world, there are more than 5000 programming languages available. Now, the fi...
0
2019-11-10T10:35:58
https://medium.com/@magdamiu/hello-kotlin-774b44cd9df0
learnkotlinfromgde, android, gde, learnkotlin
--- title: Hello Kotlin published: true date: 2019-11-10 10:35:58 UTC tags: learnkotlinfromgde,android,gde,learnkotlin canonical_url: https://medium.com/@magdamiu/hello-kotlin-774b44cd9df0 --- ![](https://cdn-images-1.medium.com/max/960/1*QYcjJgoaFzLg1QjMQtQgAA.png) At this moment, in the world, there are more than 5...
magdamiu
253,749
Kafka Connect: How it let us down?
About a year ago me and @minutis had a chance to try out Kafka Connect. We used it as the backbone of...
0
2020-02-03T06:18:55
https://dev.to/pdambrauskas/kafka-connect-how-it-let-us-down-2nnc
kafka, kafkaconnect, etl
--- title: Kafka Connect: How it let us down? published: true description: tags: kafka,kafkaconnect,etl --- About a year ago me and [@minutis](https://github.com/minutis) had a chance to try out [Kafka Connect](https://docs.confluent.io/3.0.0/connect/). We used it as the backbone of one of our [ETL](https://www.webop...
pdambrauskas
253,808
The benefits of the "drink water and pee" routine
This text is also available in Portuguese. The beginning of the year is a great time to start new ha...
0
2020-02-02T19:13:17
https://dev.to/arthurmde/the-benefits-of-the-drink-water-and-pee-routine-4m7m
productivity, health, career, habit
[This text is also available in Portuguese.](https://arthurmde.me/pt-br/hacking/productivity/2020/02/02/habit-drink-water.html) The beginning of the year is a great time to start new habits that can help you to achieve your personal and professional goals. That's why I decided to share one of the most important habits...
arthurmde
253,830
A simple implementation of Circuit Breaker Pattern in Spring Boot
This article assumes that you already know basics of Spring Boot :) Circuit Breaker pattern is a way...
0
2020-02-02T20:21:48
https://dev.to/mannik01/a-simple-implementation-of-circuit-breaker-pattern-in-spring-boot-140c
springboot, hystrix, java
This article assumes that you already know basics of Spring Boot :) Circuit Breaker pattern is a way of preventing failures in a software system caused due to failed remote calls to another service. In this article, we are going to see how to implement **Spring Cloud Netflix Hystrix** library in Spring Boot to demonst...
mannik01