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 |
|---|---|---|---|---|---|---|---|---|
240,929 | Do Cloud Engineers Code? | DevOps. Platform Engineer. Cloud Engineer. So many terms and roles! But they all seem to mean the... | 0 | 2020-01-18T15:32:39 | https://www.thedevcoach.co.uk/cloud-engineers-code/ | devops, cloud, aws | ---
title: Do Cloud Engineers Code?
published: true
date: 2020-01-18 15:28:17 UTC
tags: devops, cloud, aws
canonical_url: https://www.thedevcoach.co.uk/cloud-engineers-code/
---
DevOps. Platform Engineer. Cloud Engineer. So many terms and roles! But they all seem to mean the same thing. So when it comes to this new te... | loujaybee |
240,970 | CKAD - Security Notes | To perform any action in Kubernetes cluster we need to access the API and go through three main steps... | 3,989 | 2020-01-18T18:13:28 | https://dev.to/boncheff/ckad-security-notes-4g0a | kubernetes, devops, linux, docker | To perform any action in Kubernetes cluster we need to access the API and go through three main steps:
* Authentication
* Authorisation (RBAC or ABAC)
* Admission Control
See the [official documentation](https://kubernetes.io/docs/reference/access-authn-authz/controlling-access/#admission-control) for more details:
!... | boncheff |
241,068 | SQL Join Memento | As I'm a bit slow on JavaScript and also I need to revive my SQL knowledge, I take this opportunity t... | 0 | 2020-01-21T11:56:41 | https://blog.pagesd.info/2020/01/21/sql-join-memento/ | sql, snippet | As I'm a bit slow on JavaScript and also I need to revive my SQL knowledge, I take this opportunity to revisit and translate some of my old posts: [Mémento des jointures en SQL](https://blog.pagesd.info/2012/03/21/memento-jointures-sql/).
Recently (i.e. March 2012), I needed to make a rather complicated comparison bet... | michelc |
241,095 | Build Reinforcement Learning Tic-Tac-Toe Agent | Hi fellow Dev, In this article, I will walk you through the concept behind building a mach... | 4,235 | 2020-01-19T02:50:13 | https://jinglescode.github.io/datascience/2019/06/30/reinforcement-learning-value-function/ | javascript, beginners, tutorial, machinelearning |
# Hi fellow Dev,
In this article, I will walk you through the concept behind building a machine learning agent, which learns via reinforcement learning.
I have built an [online demo](https://jinglescode.github.io/demos/rl-value-function-tic-tac-toe), which you can tweak the agent's behaviour and training parameters... | jinglescode |
241,144 | Is reduce() bad? | A few months ago, I wrote this blog post on the wonders of the JavaScript .reduce() method. In that p... | 0 | 2020-01-20T21:41:37 | https://dev.to/jasterix/is-reduce-bad-2hhd | javascript, codenewbie, discuss, webdev | A few months ago, I wrote this [blog post](https://dev.to/jasterix/5-ways-to-get-started-with-javascript-reduce-18b0) on the wonders of the JavaScript .reduce() method. In that post, I celebrated my newfound love for the powerful method I once avoided.
But last week, I stumbled on a video by the Chrome Developers YouT... | jasterix |
241,238 | What you need to know before you include Python in your software stack in 2020 | It’s the year 2020 and as usual, you will see a lot of blogs and conversations around ‘top 20 program... | 0 | 2020-01-19T12:53:41 | https://dev.to/global_codess/what-you-need-to-know-before-you-include-python-in-your-software-stack-in-2020-55k9 | python, scripting, django, flask | It’s the year 2020 and as usual, you will see a lot of blogs and conversations around ‘top 20 programming languages to master in 2020, what a full stack software engineer needs to know in 2020… how to earn the 6-figure salary in 2020… etc., I am not bringing a different message too 😉 I am just here to share my piece o... | global_codess |
241,247 | Weekly update 39 | Hi, welcome to another weekly update. I have a couple of exciting announcements f... | 0 | 2020-01-20T00:58:35 | https://theburningmonk.com/2020/01/weekly-update-39/ | weeklyupdate, aws, serverless | ---
title: Weekly update 39
published: true
date: 2020-01-19 11:16:03 UTC
tags: Weekly Update, aws, serverless
canonical_url: https://theburningmonk.com/2020/01/weekly-update-39/
---
Hi, welcome to another weekly update. I have a couple of exciting announcements for you this week :-)
### Learn you some Lambda best pr... | theburningmonk |
249,104 | Java Lists: Basic Operations | Java’s Lists and other collection types can be very powerful objects, with methods for simplifying a... | 0 | 2020-01-27T01:40:04 | https://dev.to/zmbailey/java-lists-basic-operations-4pgm | ---
title: Java Lists: Basic Operations
published: true
description:
tags:
---
Java’s Lists and other collection types can be very powerful objects, with methods for simplifying a great deal of tasks. In order to use them properly and make the most out of Java collections, there are some basic methods common to most ... | zmbailey | |
241,262 | Answer: How to enable CORS on nodejs express redirect? | answer re: How to enable CORS on node... | 0 | 2020-01-19T13:49:01 | https://dev.to/boyukbas/answer-how-to-enable-cors-on-nodejs-express-redirect-4dj3 | {% stackoverflow 59717893 %}
CORS issue for Amazon-s3 resolved
Reference : https://docs.aws.amazon.com/AmazonS3/latest/user-guide/add-cors-configuration.html | boyukbas | |
241,286 | 5 great Questions for Junior Developers to ask | As a junior developer, you often know very little when starting at your new job. What is worse is tha... | 0 | 2020-01-19T14:57:27 | https://byteschool.io/post/5-great-questions-for-junior-developers-to-ask | beginners, productivity, career | <!-- wp:paragraph -->
<p>As a junior developer, you often know very little when starting at your new job. What is worse is that it can often be intimidating to ask questions, usually out of fear of embarrassment or annoying your fellow co-workers. This is normal and you shouldn't worry - asking questions is important a... | marcbeaujean |
241,330 | Set up a new React project with TypeScript, ESLint and Prettier | This is my workflow when I set up a new project, it should only take a few minutes to get everything... | 0 | 2020-01-19T17:28:41 | https://dev.to/cchanxzy/set-up-a-new-react-project-with-typescript-eslint-and-prettier-222b | react, typescript, tutorial, eslint | This is my workflow when I set up a new project, it should only take a few minutes to get everything up and running.
## Create React App
The easiest way to create a new React project is to use the [create react app](https://create-react-app.dev/docs/adding-typescript/), and you can easily have it set up with TypeScri... | cchanxzy |
241,353 | Need #help regarding MongoDB? #HELP | Can anyone help me out? How can i learn MongoDB? any effective suggestions? Any suggested tutorials o... | 0 | 2020-01-19T17:35:59 | https://dev.to/tejsinghrana/need-help-regarding-mongodb-48pm | database, mongodb, python, help | Can anyone help me out? How can i learn MongoDB? any effective suggestions? Any suggested tutorials or should i follow official documentation for that? Any kind of youtube channel should i follow? #HELP any kind of suggestions most welcome.
Dev's help me out?
thanks & regards, | tejsinghrana |
241,361 | Setting up for Statamic addon development | The Statamic 3 beta has been out since the middle of November if I can remember c... | 0 | 2020-01-19T17:55:56 | https://duncanm.devhttp://duncanm.dev/setting-up-for-statamic-addon-development | <p>The Statamic 3 beta has been out since the middle of November if I can remember correctly. V3 basically turns it into a package for Laravel rather than a pre-built Laravel app. This is the change which allows for Statamic add ons to finally become Laravel packages.</p>
<p>I’m gonna quickly give you a walk through of... | duncanmcclean | |
241,386 | Testing, Automation, Writing Articles | I am having a hard time creating a focused article related to testing and automation. Maybe by laying... | 4,374 | 2020-02-16T04:38:30 | https://dev.to/jessekphillips/testing-automation-writing-articles-n2d | testing | I am having a hard time creating a focused article related to testing and automation. Maybe by laying out this challenge I will have an easier time having a focus.
When discussing automation and testing, generally, this is in reference to building out a regression suite. However you can have the computer assist by cr... | jessekphillips |
241,420 | How to auto deploy a Vue application using GitLab CI/CD on Ubuntu 18.04 | Written by Michael Okoh✏️ Prerequisites Basic knowledge of the command line Basic... | 0 | 2020-01-22T15:13:25 | https://blog.logrocket.com/how-to-auto-deploy-a-vue-application-using-gitlab-ci-cd-on-ubuntu/ | vue, devops, tutorial, cicd | ---
title: How to auto deploy a Vue application using GitLab CI/CD on Ubuntu 18.04
published: true
date: 2020-01-19 21:00:04 UTC
tags: vue,devops,tutorial,cicd
canonical_url: https://blog.logrocket.com/how-to-auto-deploy-a-vue-application-using-gitlab-ci-cd-on-ubuntu/
cover_image: https://thepracticaldev.s3.amazonaws.c... | bnevilleoneill |
241,430 | it turns out that linuxlite isnt the pefect desktop distro for ex win 7ers :( | last week i posted https://dev.to/osde8info/what-is-the-perfect-dev-env-desktop-distro-for-web-devs-3... | 0 | 2020-01-19T21:46:55 | https://dev.to/osde8info/it-turns-out-that-linuxlite-isnt-the-pefect-desktop-distro-for-ex-win-7ers-474i | last week i posted https://dev.to/osde8info/what-is-the-perfect-dev-env-desktop-distro-for-web-devs-3gk3 but just remembered to check some of my old linuxliteos wordpress posts
old linuxlite problems
REDACTED
and found a new problem
* linuxlite installs/uses leafpad instead of mousepad
so i feel i should downgrade i... | osde8info | |
241,433 | Leveraging full ACID transaction in Cosmos DB using Transaction Batch support in .NET SQL SDK | Originally posted at msajid.cloud In this post you will learn What is TransactionBatch? Sample scen... | 0 | 2020-01-20T21:26:52 | https://dev.to/sajid_nazeer/leveraging-full-acid-transaction-in-cosmos-db-using-transactional-batch-support-in-net-sql-sdk-3o58 | transactionbatch, cosmosdb, azure | [Originally posted at msajid.cloud](https://www.msajid.cloud/2020/01/20/leveraging-full-acid-transaction-in-cosmos-db-using-transactionbatch-support-in-net-sql-sdk/)
In this post you will learn
* [What is TransactionBatch?](#part-1)
* [Sample scenario and demo](#part-2)
* [TransactionalBatch or Stored procedure?](#p... | sajid_nazeer |
241,461 | The Subtle Art of Decision Making - Take Your Decisions to the Next Level! | Last week I had the honor of speaking at the Impact Labs Fellowship Summit - "A 2-week technical fell... | 0 | 2020-01-20T12:20:08 | https://dev.to/avatarkaleb/the-subtle-art-of-decision-making-take-your-decisions-to-the-next-level-5e08 | career, life, leadership, webdev | ---
title: The Subtle Art of Decision Making - Take Your Decisions to the Next Level!
published: true
date: 2020-01-19 00:00:00 UTC
tags: career, life, leadership, webdev
cover_image: https://thepracticaldev.s3.amazonaws.com/i/axdnhn25kqaowbd5e19n.jpg
---
Last week I had the honor of speaking at the [Impact Labs Fello... | avatarkaleb |
249,159 | Python: Lambda and List Comprehension | Imagine in a parallel universe, video game Super Mario had a different ending - He wouldn't have to f... | 0 | 2020-01-27T10:44:08 | https://dev.to/suvhotta/python-lambda-and-list-comprehension-5128 | python, beginners, oop | Imagine in a parallel universe, video game Super Mario had a different ending - He wouldn't have to fight, rather he would have to code. To make it even further spicy, in the final level of the game, One line of correct code and Mario could take the princess back.
Of course Mario is up for the challenge with Python's ... | suvhotta |
241,480 | AWS DynamoDb in GoLang | After spending a lot of the week finalizing the team service with an in-memory data provider and feel... | 3,935 | 2020-01-20T01:14:19 | https://dev.to/jeastham1993/aws-dynamodb-in-golang-1m2j | After spending a lot of the week finalizing the team service with an in-memory data provider and feeling like I was reasonably feature-complete I made the decision to get down in the details.
The details in this case, being AWS DynamoDB.
A quick side note, if anybody is following along with the repo just switch over ... | jeastham1993 | |
241,493 | Oh, Give Me a Break! | I felt like doing a quick post about the importance of taking a break from some projects. My English... | 0 | 2020-01-20T02:10:21 | https://dev.to/scoutchorton/oh-give-me-a-break-3lf0 | javascript, break, issues | I felt like doing a quick post about the importance of taking a break from some projects. My English teachers would all like to slap me for that kind of intro, but I'm a computer science major, not writing.
As someone who's been learning programming on my own (except for one semester of college) for 6 years and counti... | scoutchorton |
241,523 | Day33:and_then,map_or,unwrap_or - 100DayOfRust | We can apply and_then, map_or, unwrap_or functions to an Option value: and_then: take the wrapped v... | 0 | 2020-01-20T03:50:10 | https://dev.to/bitecode/day33-andthen-mapor-unwrapor-100dayofrust-d0p | rust | We can apply `and_then`, `map_or`, `unwrap_or` functions to an Option value:
* and_then: take the wrapped value as parameter if `Some`, return another Option value; or return `None` if `None`
* map_or: return a fallback value if `None`, and run a mapping function for `Some`
* map_or_else: run a fallback function if `N... | bitecode |
241,546 | Merge Excel Files in Java | In this article, we will introduce how to merge Excel files in Java | 0 | 2020-01-20T06:14:03 | https://dev.to/eiceblue/merge-excel-files-in-java-2lo2 | java, mergeexcelfiles, mergeworksheets | ---
title: Merge Excel Files in Java
published: true
description: In this article, we will introduce how to merge Excel files in Java
tags: java, merge excel files, merge worksheets
---
In this article, we will introduce the following two possibilities to merge Excel files in Java:
1. Merge multiple Excel worksheets ... | eiceblue |
241,556 | Booting Up: Bootcamp Week 14 - Interview, Resumes, Projects | Juggling, Juggling, Juggling! With my career track progressing and and our final project... | 0 | 2020-01-20T06:47:26 | https://dev.to/shawnhuangfernandes/booting-up-bootcamp-week-14-interview-resumes-projects-16b6 | bootcamp, career, react, javascript | # Juggling, Juggling, Juggling!

With my career track progressing and and our final project in full swing, my life has been very, very busy. In synopsis, here's what happened:
## Career Coaching
I worked with my career coach to work on my online pres... | shawnhuangfernandes |
249,234 | Pushing an existing repository to Github. | What is Github? Github is a web-based Git repository hosting service that primarily offers... | 0 | 2020-01-27T09:40:12 | https://dev.to/ayomide_bajo/pushing-an-existing-repository-to-github-1f68 | git, github, beginners | ### **What is Github?**
Github is a web-based Git repository hosting service that primarily offers distributed version control and source code management functionality of git. It was developed by Chris and Tom, When they started working on GitHub in late 2007, Git was largely unknown as a version control system.
Ever... | ayomide_bajo |
241,576 | What are your favorite freelance sites to find work? | I've seen Upwork and freelancer, but wondering what are people's favorite freelance sites? | 0 | 2020-01-20T07:35:21 | https://dev.to/sagarjethi/what-are-your-favorite-freelance-sites-to-find-work-1cd9 | freelance, remotework, freelancesite, reactdevelope | ---
title: What are your favorite freelance sites to find work?
published: true
description: I've seen Upwork and freelancer, but wondering what are people's favorite freelance sites?
tags: #freelance #remotework #freelancesite #reactdevelope
---
I've seen Upwork and freelancer, but wondering what are people's favo... | sagarjethi |
241,612 | extreme desktop virtualisation example | how we used to containerise before docker was invented - heres a windows desktop running xubuntu and... | 0 | 2020-01-20T08:40:11 | https://dev.to/osde8info/extreme-desktop-virtualisation-example-4lag | virtualisatio, desktop | how we used to containerise before docker was invented - heres a windows desktop running [xubuntu](https://xubuntu.org/download/) and [linuxliteos](https://www.linux.org/pages/download/) [virtualbox](https://www.virtualbox.org/wiki/Downloads) vms

 | Today we're taking a behind-the-scenes look at the Become a Front-End Developer learning track on Educative.io | 0 | 2020-01-20T10:22:04 | https://dev.to/realtoughcandy/become-a-front-end-developer-course-review-educative-io-406d | education, webdev, frontend, beginners | ---
title: Become a Front-End Developer || course review (Educative.io)
published: true
description: Today we're taking a behind-the-scenes look at the Become a Front-End Developer learning track on Educative.io
tags: education, webdev, frontend, beginners
cover_image: https://thepracticaldev.s3.amazonaws.com/i/bb9ff5j... | realtoughcandy |
244,844 | Real time notification on Docker container status | Receive real time notification when your Docker container status is changed. | 0 | 2020-01-21T09:40:11 | https://dev.to/ykyuen/real-time-notification-on-docker-container-status-lbg | boatswain, docker | ---
title: "Real time notification on Docker container status"
published: true
description: "Receive real time notification when your Docker container status is changed."
tags: [Boatswain, Docker]
cover_image: https://thepracticaldev.s3.amazonaws.com/i/4ym29u7d44t3ppu7mrl8.jpg
---
_Originally posted on [Boatswain Blog... | ykyuen |
244,858 | 8 Ways to Prevent Cyber-Attacks for Applications in 2020 | "The progress in technology has brought tremendous benefits for both enterprises and consumers. Also,... | 0 | 2020-01-20T11:26:21 | https://dev.to/glentx/8-ways-to-prevent-cyber-attacks-for-applications-in-2020-3ke3 | testing, qa, qatest, cyberattacks | "The progress in technology has brought tremendous benefits for both enterprises and consumers. Also, the same progress is badly affecting cyber threats/attacks. Since most of the sensitive and personal data of a user are maintained online, enterprises need to follow a set of cyber security testing guidelines to preven... | glentx |
244,914 | 10 Array Methods You Should Know 👀 | The Basics 🕺 So what are arrays? 🤔 ar·ray /əˈrā/ noun 1. an ordered series or arrangement. In c... | 0 | 2020-01-28T18:39:31 | https://dev.to/rebeccauranga/10-array-methods-you-should-know-nn5 | javascript, beginners, codenewbie, webdev | <h1>The Basics 🕺</h1>
So what _are_ arrays? 🤔
<blockquote>
<b>ar·ray</b>
/əˈrā/
noun
1. an ordered series or arrangement.
</blockquote>
<blockquote>
In computer science, an array data structure, or simply an array, is a data structure consisting of a collection of elements, each identified by at least one array inde... | rebeccauranga |
244,993 | How to Beautify Lua Code? | Are you using Lua Code? If yes then this tutorial is must helpful for you because everyone likes good... | 0 | 2020-01-20T15:19:37 | https://dev.to/goonlinetools/how-to-beautify-lua-code-5co4 | lua | Are you using Lua Code? If yes then this tutorial is must helpful for you because everyone likes good looking code.
So you are manually beautifying Lua code, why not use automatic beautifier.
So today in this tutorial I will introduce [Lua Beautifier](https://goonlinetools.com/lua-beautifier/).
 | Replication is a process of activating/publishing a page and it's content from author to publish... | 0 | 2020-01-22T11:08:16 | https://dev.to/jerinraj55551/replication-api-in-aem-adobe-experience-manager-405n | aem, java | Replication is a process of activating/publishing a page and it's content from author to publish environment. AEM provide replication [API](https://helpx.adobe.com/experience-manager/6-3/sites/developing/using/reference-materials/diff-previous/changes/com.day.cq.replication.Replicator.html) to build a custom step that ... | jerinraj55551 |
249,306 | A Step-by-Step Guide to Java Garbage Collection Tuning | Working with Java applications has a lot of benefits. Especially when compared to languages like C/C+... | 4,524 | 2020-01-27T11:19:14 | https://dev.to/sematext/a-step-by-step-guide-to-java-garbage-collection-tuning-2m1g | java, gc, tuning, performance | Working with Java applications has a lot of benefits. Especially when compared to languages like C/C++. In the majority of cases, you get interoperability between operating systems and various environments. You can move your applications from server to server, from operating system to operating system, without major ef... | gr0 |
245,060 | Building A Business On Building Data Driven Businesses | In order for an organization to be data driven they need easy access to their dat... | 0 | 2020-01-20T16:03:24 | https://www.pythonpodcast.com/redash-data-driven-dashboards-episode-246/ | <p>In order for an organization to be data driven they need easy access to their data and a simple way of sharing it. Arik Fraimovich built Redash as a way to address that need by connecting to any data source and building attractive dashboards on top of them. In this episode he shares the origin story of the project, ... | blarghmatey | |
245,083 | What bash aliases can't you live without? | Here's some of mine: Change up 1, 2 or 3 directories: alias .....='cd ../../../..' alias ....='cd... | 0 | 2020-01-20T16:23:18 | https://dev.to/drmikecrowe/what-bash-aliases-can-t-you-live-without-2mf2 | bash, alias, discuss | Here's some of mine:
Change up 1, 2 or 3 directories:
```sh
alias .....='cd ../../../..'
alias ....='cd ../../..'
alias ...='cd ../..'
alias ..='cd ..
```
Example:
```sh
mcrowe in /tmp/level-1/level-2/level-3/level-4/level-5
$ ....
mcrowe in /tmp/level-1/level-2
$
```
Grep history:
```sh
alias gh='history | grep... | drmikecrowe |
245,098 | Reusable navbar, Animated headline | Module Monday 70 | Module Monday 70 | 0 | 2020-01-20T22:47:20 | https://guide.anymod.com/module-monday/70.html | showdev, githunt, webdev, javascript | ---
title: Reusable navbar, Animated headline | Module Monday 70
published: true
description: Module Monday 70
tags: showdev, githunt, webdev, javascript
cover_image: https://res.cloudinary.com/component/image/upload/b_rgb:ffffff,c_lpad,h_350,w_800/v1579463051/navbar_c6ezew.gif
canonical_url: https://guide.anymod.com/m... | tyrw |
245,137 | Why Should You Surround Yourself With Supportive People? | Ever shared your goals and aspirations with a family or friend, only for them to not understand or unable to relate? | 0 | 2020-01-20T16:59:41 | https://foundsiders.com/blog/why-should-you-surround-yourself-with-supportive-people/ | career, psychology, motivation, networking | ---
title: Why Should You Surround Yourself With Supportive People?
canonical_url: https://foundsiders.com/blog/why-should-you-surround-yourself-with-supportive-people/
cover_image: https://thepracticaldev.s3.amazonaws.com/i/gg08i7a1zh7d94n8co78.jpg
published: true
description: Ever shared your goals and aspirations wi... | ilonacodes |
248,748 | A Responsible Programmer | It's Sunday... so in an attempt to bring something meaningful out of it. I decided to watch something... | 0 | 2020-01-26T08:47:12 | https://dev.to/mechtech5/a-responsible-programmer-1m22 | codequality, career | It's Sunday... so in an attempt to bring something meaningful out of it. I decided to watch something about `Design Principles` as it's a current hot topic on my team and I came across this video of 'Uncle Bob' (Robert Cecil Martin) speaking at Laracon 2018.
It's a hour long talk but what grabbed my attention is at th... | mechtech5 |
248,768 | Light up LEDs when you start your Raspberry Pi and clear them on shutdown | Set up your Pimoroni Blinkt so it automatically turns on and off when you start-up or shut down your Raspberry Pi. | 0 | 2020-02-02T12:53:06 | https://khendrikse.netlify.app/blog/light-up-leds-when-you-start-your-raspberry-pi-and-clear-them-on-shutdown | linux, raspberrypi, beginners, python | ---
title: Light up LEDs when you start your Raspberry Pi and clear them on shutdown
published: true
description: Set up your Pimoroni Blinkt so it automatically turns on and off when you start-up or shut down your Raspberry Pi.
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/5o1drx3yby1z853rjm8d.JPG
tags: #lin... | khenhey |
248,789 | devto unicorn confusion ! | as a newbie to devto i had to look up what a unicorn post was on wikipedia and so initially assumed t... | 0 | 2020-01-26T10:59:16 | https://dev.to/osde8info/devto-unicorn-confusion-1m2i | discuss, smn, bmn, curating | as a newbie to devto i had to look up what a unicorn post was on wikipedia and so initially assumed they were auto generated by devto !
HOW wrong could i have been ! on devto they are NOT ! you can even "use it as a subtle dislike button" ! @ben
https://dev.to/search?q=unicorn%20button
and sometimes its called the ... | osde8info |
248,892 | An ADR Visual Studio Extension – Sub Projects | Here, I started writing about my efforts to create an extension for Visual Studio that would allow a... | 4,032 | 2020-01-26T15:26:19 | https://www.pmichaels.net/2020/01/25/an-adr-visual-studio-tool-part-5-sub-projects/ | extensions, visualstudio | <a href="https://www.pmichaels.net/2019/09/07/an-adr-visual-studio-tool-part-1-creating-a-visual-studio-extension-to-scrape-the-solution-and-list-all-items-including-solution-items-and-solution-folders/">Here</a>, I started writing about my efforts to create an extension for Visual Studio that would allow a user to see... | pcmichaels |
248,899 | Is software development seasonal? | Does your flow vary by time of year significantly? How do orgs' fiscal calendars affect your work? Wi... | 0 | 2020-01-26T15:55:25 | https://dev.to/ben/is-software-development-seasonal-49l7 | discuss | Does your flow vary by time of year significantly? How do orgs' fiscal calendars affect your work? Winter holidays, summer vacations?
Discuss | ben |
248,903 | How I learned from my mistakes - JavaScript Mobile App | So, in the last 4 days. I have been working on a project for a contest in Romania. My competition i... | 0 | 2020-01-26T18:14:18 | https://dev.to/gabrielleonte/how-i-learned-from-my-mistakes-m4e | discuss, javascript, todayilearned, vue | So, in the last 4 days. I have been working on a project for a contest in Romania.
My competition idea says something like that:
- I have to build a mobile application for a small town (~30K peoples), that will let a user, to temporarily hire another user, to do different kinds of jobs, like bringing you food, walk ... | gabrielleonte |
248,929 | What is the best CMS to feed API for a static site generator? | The content is not going to be all dev-related, so dev.to API is not an option. What about WordPress... | 0 | 2020-01-26T17:03:59 | https://dev.to/patarapolw/what-is-the-best-cms-to-feed-api-for-a-static-site-generator-ah0 | gatsby, javascript, discuss | The content is not going to be all dev-related, so `dev.to` API is not an option.
What about WordPress API? Is it a good choice? BTW, I hate WordPress, because the editor isn't Markdown-based.
When I google for `static site generator`, everyone seems to forget that the number of contents can get large, like so many p... | patarapolw |
248,998 | Neomorphism designs, UI components library | Every while a new design trend arise and became the dominator of the shape of the period. Recently,... | 0 | 2020-01-26T20:30:34 | https://ismail9k.com/blog/neomorphism-designs-ui-components-library/ | css, frontend, ui, neomorphism | Every while a new design trend arise and became the dominator of the shape of the period. Recently, the neomorphic design style becoming very [trending](https://dribbble.com/tags/neomorphism) and is gaining more and more popularity.
## The Neomorphism Design
You can form this effect, by adding two shadows to your fla... | ismail9k |
249,039 | How I gave my first tech meetup talk 🎤 | I've been speaking in tech for just over five years, and while I wouldn't call myself a regular on st... | 0 | 2020-01-27T04:29:30 | https://dev.to/andyhaskell/how-i-gave-my-first-tech-meetup-talk-5c50 | career, motivation, devrel, codenewbie | ---
title: How I gave my first tech meetup talk 🎤
published: true
description:
tags: #career, #motivation, #devrel, #codenewbie
---
I've been speaking in tech for just over five years, and while I wouldn't call myself a regular on stage yet, I've done a lot of different kinds of public speaking in tech, including me... | andyhaskell |
249,042 | Shedrack Akintayo went remote first... and other things I learned recording his DevJourney | Shedrack Akintayo is a remote web developer from Nigeria. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion. | 0 | 2020-01-28T13:45:00 | https://timbourguignon.fr/devjourney85 | devjourney, career, learning, remote | ---
title: Shedrack Akintayo went remote first... and other things I learned recording his DevJourney
published: true
description: Shedrack Akintayo is a remote web developer from Nigeria. After interviewing him for the DevJourney podcast, here are the key takeways I personally took out of the discussion.
tags: DevJour... | timothep |
249,056 | Linting in React | Recently I started experimenting with the idea of code linting via ESLint and Prettier. This article covers the configuration of ESLint, Prettier, and Husky in a React project. | 0 | 2020-01-26T22:41:04 | https://dev.to/eclecticcoding/linting-in-react-5c17 | react, productivity, eslint | ---
title: Linting in React
published: true
description: Recently I started experimenting with the idea of code linting via ESLint and Prettier. This article covers the configuration of ESLint, Prettier, and Husky in a React project.
tags: React, Productivity, Eslint
cover_image: https://thepracticaldev.s3.amazonaws.c... | eclecticcoding |
249,315 | Deploy Mean Stack Application on AWS Beanstalk | In this article I will share with you the steps I took after few failed attempts to deploy Mean Sta... | 0 | 2020-01-27T11:48:13 | https://sanjaysaini.tech/deploy-mean-stack-application-on-aws-beanstalk | aws, webdev, javascript, angular | 
In this article I will share with you the steps I took after few failed attempts to deploy Mean Stack application on AWS Beanstalk.
Some time... | sanjaysaini2000 |
249,326 | Variables y Constantes. | Esta es la segunda parte donde conocerás acerca de los valores de estado en Swift. | 0 | 2020-01-27T12:17:14 | https://dev.to/coolnerdcool/variables-y-constantes-306e | swift, tutorial | ---
title: Variables y Constantes.
published: true
description: Esta es la segunda parte donde conocerás acerca de los valores de estado en Swift.
tags: swift, tutorial
---
<p>En esta segunda parte conocerás acerca de los distintos valores de estado en Swift, constantes y variables. Comencemos !</p>
<h3>Variables.</h3>... | coolnerdcool |
249,362 | Using Mat-Icon Component – Part Two | Blog Post #002 Duncan Faulkner – January 2020 I hadn’t intended to write about... | 0 | 2020-01-27T13:27:00 | https://dev.to/duncanfaulkner/using-mat-icon-component-part-two-3fe8 | angular, angularmaterial, typescript |
## Blog Post #002
## Duncan Faulkner – January 2020
I hadn’t intended to write about this just yet, but I got a chance to investigate this sooner than I had thought. I was refactoring part of a project that was using the Mat-Icon component, with an icon.module.ts file as I’d discussed in the previous post.
I wanted ... | duncanfaulkner |
249,411 | Basic DB Using SQL Server (Part 2) - modify columns and learn some constraints | Hello! Part 2 is out now!! Part 2 will cover 3 things: 1) Modifying columns in existing table (like... | 4,820 | 2020-01-27T14:51:54 | https://dev.to/rinsama77/basic-db-using-sql-server-part-2-modify-columns-and-learn-some-constraints-5b12 | muict, dblab, sql, database | ---
title: Basic DB Using SQL Server (Part 2) - modify columns and learn some constraints
published: true
description:
tags: muict, dblab
series: Basic DB Using SQL Server
---
Hello! Part 2 is out now!! Part 2 will cover 3 things:
1) [Modifying columns in existing table](#modify) (like adding new columns)
2) [Creat... | rinsama77 |
249,466 | Chingu Cohorts Weekly 103 — Voyage-16 is coming soon! | News 🎉 Congratulations Voyage-14 teams and members who completed your project MVPs! 🚀 Voy... | 0 | 2020-01-27T16:43:55 | https://dev.to/tropicalchancer/chingu-cohorts-weekly-103-voyage-16-is-coming-soon-17mc | webdev, beginners, career | ---
title: Chingu Cohorts Weekly 103 — Voyage-16 is coming soon!
published: true
description:
tags: #webdev, #beginners, #career
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/suuc2cg1iwey39mxe4k6.jpeg
---
## News
🎉 Congratulations Voyage-14 teams and members who completed your project MVPs!
🚀 Voyage-16 is... | tropicalchancer |
249,500 | I wish I never regret these things in my life again | Check out this post here https://medium.com/@mohdraqif1/i-wish-i-never-regret-about-these-things-in-m... | 0 | 2020-01-27T17:26:25 | https://dev.to/mohdraqif1/i-wish-i-never-regret-these-things-in-my-life-again-2en7 | todayilearned, management, challenge | Check out this post here
https://medium.com/@mohdraqif1/i-wish-i-never-regret-about-these-things-in-my-life-again-3697ba705e18 | mohdraqif1 |
249,506 | The Path to Linux Wizardry: know the five flavors | the first in a series of articles about undertsanding Linux | 0 | 2020-01-27T17:48:06 | https://dev.to/heroku/the-path-to-linux-wizardry-know-the-five-flavors-238g | beginners, linux | ---
title: The Path to Linux Wizardry: know the five flavors
published: true
description: the first in a series of articles about undertsanding Linux
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/i1kbol2zvjvaen08zgzp.jpeg
tags: beginners, linux
---
_photo by [Acabashi](https://commons.wikimedia.org/wiki/User:A... | nocnica |
249,516 | Module 4 Discussion Question | The following code will create an unorderd list. <!DOCUTYPE html> <.html> <.header&g... | 0 | 2020-01-27T17:55:52 | https://dev.to/jocelyne1124/module-4-discussion-question-1b4c | 1. The following code will create an unorderd list.
<!DOCUTYPE html> <.html> <.header></header><.title></title><.body><.p><.ul><.li> Vikings<./li> <.li> Bears<./li> <.li> Lions<./li><./ul><./p><./body><./html>
2. The following code will create an order list, in decending order.
<!DOCUTYPE html> <.html> <.header><./he... | jocelyne1124 | |
249,574 | Why the JavaScript import Statement is So Confusing | If you're anything like me, you've occasionally (or frequently) been confused by the import statement... | 0 | 2020-01-29T17:13:15 | https://medium.com/thinkster-io/why-the-javascript-import-statement-is-so-confusing-22e10b8e38df | javascript, webdev, productivity | If you're anything like me, you've occasionally (or frequently) been confused by the import statement in JavaScript. This is a relatively new (in computer years it's older than I am) statement that was added to JavaScript to standardize and officially support importing items from other files.
But still today, I someti... | gothinkster |
249,650 | How to Reliably Install Node.js Using NVM on MacOS | Because JavaScript is an ever-growing programming language in terms of popularity and usability, so a... | 0 | 2020-01-27T22:06:19 | https://dev.to/carloswhite/how-to-reliably-install-node-js-using-nvm-on-macos-12j0 | node, nvm, macos | Because JavaScript is an ever-growing programming language in terms of popularity and usability, so are the different ways of using its toolings such as <i>Node.js</i>. Let’s say you’re working on a new ReactJS app. You are most likely to end up using Node.js for the backend. More specifically, its core functionalities... | carloswhite |
249,673 | Gatsby: how is it different from other site generators | Static website generators (SSG) are top-rated technologies to build websites. And the reasons are... | 0 | 2020-01-28T10:31:53 | https://www.noima.xyz/blog/gatsby-content-dx | dx, gatsby, ssg | ---
title: Gatsby: how is it different from other site generators
published: true
date: 2020-01-27 14:28:48 UTC
tags: dx,gatsby,ssg
canonical_url: https://www.noima.xyz/blog/gatsby-content-dx
cover_image: https://www.noima.xyz/static/77107b5704bcfef8639507e6c980e64f/48ee2/nick-fewings-7cLIUI6rVDc-unsplash.jpg
---
Stat... | bobylito |
249,748 | Implementando Dark Mode en Gatsby con Sass (2/2) | En esta segunda parte veremos cómo crear un custom hook que contenga nuestra lógica para que el body tome color oscuro partir de un click. | 0 | 2020-01-29T20:15:59 | https://dev.to/jpgallegos1/implementando-dark-mode-en-gatsby-con-sass-2-2-i4n | gatsby, react, sass, javascript | ---
title: Implementando Dark Mode en Gatsby con Sass (2/2)
published: true
description: En esta segunda parte veremos cómo crear un custom hook que contenga nuestra lógica para que el body tome color oscuro partir de un click.
tags: #gatsby #react #sass #javascript
cover_image: https://dev-to-uploads.s3.amazonaws.com/... | jpgallegos1 |
249,782 | How is software engineering different from programming? | TL;DR notes from articles I read today. Software engineering is different from programming... | 0 | 2020-01-29T13:00:14 | https://insnippets.com/tag/issue85/ | todayilearned, ruby, programming | *TL;DR notes from articles I read today.*
### [Software engineering is different from programming](http://bit.ly/2O0iJv6)
> “All software engineers can program, but not all programmers can engineer software.”
- As a software engineer, you must understand the problem fully, the limitations of the solutions offered as... | mohanarpit |
249,788 | Every JS Developer Should Know | Basics of JavaScript JavaScript Objects in Detail JavaScript Prototype in Plain, Detailed... | 0 | 2020-01-28T05:17:59 | https://dev.to/nitinreddy3/every-js-developer-should-know-1la | javascript, programming, coding, developer | # Basics of JavaScript
- JavaScript Objects in Detail
- JavaScript Prototype in Plain, Detailed Language
- JavaScript Variable Scope and Hoisting Explained
- Understand JavaScript Closures
- Understand JavaScript Callback (Higher-Order) Functions
- Understand JavaScript’s “this” With Clarity, and Master It
- Jav... | nitinreddy3 |
249,812 | How Mobile Apps In Tourism Industry Is Important for Travelers? | The importance of digital transformation is not hidden and making a big impact in all industries, and... | 0 | 2020-01-28T07:07:07 | https://dev.to/mobibiz/how-mobile-apps-in-tourism-industry-is-important-for-travelers-1k2a | The importance of digital transformation is not hidden and making a big impact in all industries, and the tourism industry is no exception. Travel brands are eliminating old techniques and reinventing the methods to provide unique travelling solutions.
Travel agencies and bookings shops are now almost replaced by onli... | mobibiz | |
250,069 | Make it Accessible: No More Walls of Text in Angular | In this article, we are going to cover text rendering using HTML, and how easy it is to create... | 0 | 2020-01-30T17:55:23 | https://labs.thisdot.co/make-it-accessible-no-more-walls-of-text-in-angular | a11y, angular, javascript, ux | ---
title: Make it Accessible: No More Walls of Text in Angular
published: true
date: 2020-01-27 21:40:34 UTC
tags: a11y, angular, javascript, ux
canonical_url: https://labs.thisdot.co/make-it-accessible-no-more-walls-of-text-in-angular
---
 in open source projects.
Please find the link below
https://twitter.com/094459/sta... | 094459 |
250,138 | How to deploy iOS apps to appstore automatically? | Wondering how to push your iOS app to appstore automatically? Originally written by my friend Vignesw... | 0 | 2020-01-28T16:49:59 | https://bluecast.tech/blog/ios-ci-cd-integration-using-gitlab-and-fastlane/ | devops, ios, tutorial, beginners |
Wondering how to push your iOS app to appstore automatically? Originally written by my friend [Vigneswaran](https://www.linkedin.com/in/vigneswaranav/) - the [step-by-step tutorial](https://bluecast.tech/blog/ios-ci-cd-integration-using-gitlab-and-fastlane/) detailing about the process of setting up CI/CD pipeline for... | irshadbluecast |
250,189 | Jess update: preparing a community. | As some of you may know, I have started a new job, and so my time with Jess has been limited to a cou... | 3,923 | 2020-01-28T18:06:06 | https://dev.to/adam_cyclones/jess-update-preparing-a-community-151a | javascript, css | As some of you may know, I have started a new job, and so my time with Jess has been limited to a couple of hours each evening.
My focus has been preparing the main repo so that Jess could be released once it's in alpha.
Jess comprises of 3 repositories:
### The main repo
For release artifacts and devtool chain. Yo... | adam_cyclones |
250,191 | Writing a custom Android launcher using Flutter | How to create an Android launcher using Flutter | 0 | 2020-01-30T17:50:38 | https://dev.to/smuschel/writing-a-custom-android-launcher-using-flutter-oca | flutter, android | ---
title: Writing a custom Android launcher using Flutter
published: true
description: How to create an Android launcher using Flutter
tags: flutter,Android
---
Have you ever wondered about how to create your own custom launcher for your Android device? Well, I haven't - BUT as I wanted to play around with Flutter an... | smuschel |
251,932 | Closures with the Code Witch | Once upon a time, a little code witch had her first mock technical interview. Her interviewer was... | 0 | 2020-02-21T20:51:45 | https://dev.to/audthecodewitch/closures-with-the-code-witch-58lo | ---
title: Closures with the Code Witch
published: true
date: 2020-01-17 22:13:56 UTC
tags:
canonical_url:
---
<center>
<img src="https://media.giphy.com/media/OPw0yKa8kVfsJdsXKH/giphy.gif" alt="Fresh Prince Intro">
</center>
Once upon a time, a little code witch had her first mock technical interview. Her intervie... | audthecodewitch | |
250,246 | Why Should You Use Streaming Data Platforms Like Kafka? | Back in my day, databases and applications used to only sync late at night while everyone was asleep.... | 0 | 2020-01-28T18:54:34 | https://dev.to/seattledataguy/why-should-you-use-streaming-data-platforms-like-kafka-55g9 | database, devops, codenewbie | Back in my day, databases and applications used to only sync late at night while everyone was asleep.
Now in the modern era, everyone expects their data the second it's updated (if not somehow magically before the data occurs).
Large corporations and Fortune 500 companies depend on this data to be able to predict con... | seattledataguy |
250,251 | Setup a complete workflow with React, Firebase, Gitlab and PWA support | At the end of this article, you will get the following: A PWA with support for install on your devi... | 0 | 2020-01-28T20:05:16 | https://dev.to/franciscojaviermartin/setup-a-complete-workflow-with-react-firebase-gitlab-and-pwa-support-376i | firebase, react, gitlab, pwa | At the end of this article, you will get the following:
- A PWA with support for install on your devices.
- A React app made with TypeScript.
- Two enviroments on Firebase. You can add more if you need.
- A enviroment for testing and development.
- A production enviroment.
- A testing setup with Jest and enzyme.
S... | franciscojaviermartin |
250,679 | The guide to implement Push Notifications with React Native, Expo and AWS Amplify | If you build an app you want to engage your customers so that they use your app as much as possible a... | 0 | 2020-01-28T19:58:55 | https://dev.to/aws-builders/the-guide-to-implement-push-notifications-with-react-native-expo-and-aws-amplify-4imn | aws, amplify, expo, reactnative | If you build an app you want to engage your customers so that they use your app as much as possible and also in a way that it brings value to them. Therefor you have to set up push notifications. In this Guide I will show you how that can be possible with some great tools. We are going to build a simple app that demons... | rpostulart |
250,718 | Dependency Injection, Architecture, and Testing | This blog was posted as part of the Third Annual C# Advent. Make sure to check out everyone else’s wo... | 0 | 2020-01-28T20:50:10 | https://chrislayers.com/2019/12/01/dependency-injection-architecture-and-testing/ | development, c, dependencyinjection, di | ---
title: Dependency Injection, Architecture, and Testing
published: true
date: 2019-12-02 04:27:53 UTC
tags: Development,c#,dependency injection,di
canonical_url: https://chrislayers.com/2019/12/01/dependency-injection-architecture-and-testing/
---
**This blog was posted as part of the [Third Annual C# Advent](https... | chris_ayers |
250,720 | WSL2, Docker, and Time | I’m running on a Windows Insider Slow build so that I can leverage WSL 2, the Windows Subsystem for... | 0 | 2020-01-28T20:50:44 | https://chrislayers.com/2020/01/23/wsl2-docker-and-time/ | tools, docker, linux, windows | ---
title: WSL2, Docker, and Time
published: true
date: 2020-01-23 16:42:30 UTC
tags: Tools,docker,linux,windows
canonical_url: https://chrislayers.com/2020/01/23/wsl2-docker-and-time/
---
I’m running on a Windows Insider Slow build so that I can leverage [WSL 2](https://docs.microsoft.com/en-us/windows/wsl/wsl2-index... | chris_ayers |
250,823 | Introduction to TypeScript Data Types (Part 2) | Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twi... | 0 | 2020-01-29T03:45:13 | https://dev.to/aumayeung/introduction-to-typescript-data-types-part-2-237j | typescript, javascript, tutorial, beginners | **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/**
JavaScript, like any other programming language, has its own data structures and types... | aumayeung |
250,944 | Azure DevOps Demo Generator - Signing In to Another Profile | Introduction When trying out new things in Azure DevOps I really like using the Azure DevO... | 0 | 2020-02-15T08:32:59 | https://dev.to/pjgeutjens/azure-devops-demo-generator-signing-in-to-another-profile-28kp | azure, devops, productivity | # Introduction
When trying out new things in Azure DevOps I really like using the [Azure DevOps Demo Generator][azure-devops-demo-gen] website to quickly spin up a sample environment to work with. I kept running into an issue though where I would see organisations showing up in the *Select Organization* dropdown box t... | pjgeutjens |
251,003 | Truth About Getting a Programming Job Without Degree | Give Me 10 Minutes, I’ll Give You The Truth About Getting A Job In Software Industry Without Degree. | 0 | 2020-01-29T12:13:57 | https://dev.to/imfarjad/truth-about-getting-a-programming-job-without-degree-2aln | programming, careeradvice, softwaredevelopment, coding | ---
title: Truth About Getting a Programming Job Without Degree
published: true
description: Give Me 10 Minutes, I’ll Give You The Truth About Getting A Job In Software Industry Without Degree.
tags: Programming, Career Advice, Software Development, Coding
---
“Can I get coding job without a Degree?”
“I don’t have Co... | imfarjad |
251,061 | Deploying a Node application to Heroku, part 2 | Defining a port for a Node application | 0 | 2020-01-29T13:25:53 | https://dev.to/cesareferrari/deploying-a-node-application-to-heroku-part-2-4d51 | node, express, backend, javascript | ---
title: Deploying a Node application to Heroku, part 2
published: true
description: Defining a port for a Node application
tags: node, express, backend, javascript
cover_image: https://ferrariwebdevelopment.s3.us-east-2.amazonaws.com/assets/20191203-heroku2.jpeg
---
## Defining a port for our application
In the pr... | cesareferrari |
251,156 | January Favourites. The Tech edition. 2020 | My findings in tech world I discovered throughout January 2020 | 0 | 2020-02-07T17:56:57 | https://dev.to/riittagirl/january-favourites-the-tech-edition-2020-33ch | simplexnoise, favorites, rust, tech | ---
title: January Favourites. The Tech edition. 2020
published: true
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/f2t7e3l9yaj6kekk0far.jpg
description: My findings in tech world I discovered throughout January 2020
tags: simplexnoise, favorites, rust, tech
---
<span>Photo by <a href="https://unsplash.com/@ma... | riittagirl |
252,729 | Word of the Year: Equipoise | When I started thinking about my word of the year, the image I kept returning to was an object at a... | 0 | 2020-02-06T21:03:40 | https://heidiwaterhouse.com/2020/01/31/word-of-the-year-equipoise/ | devadvocacy, life, 2020, fountainpen | ---
title: Word of the Year: Equipoise
published: true
date: 2020-02-01 01:39:55 UTC
tags: Dev Advocacy,Life,2020,fountain pen
canonical_url: https://heidiwaterhouse.com/2020/01/31/word-of-the-year-equipoise/
---
 in a container? | How to adjust the font size based on... | 0 | 2020-01-29T20:09:42 | https://dev.to/jmjjeena/how-to-adjust-the-font-size-based-on-the-content-which-is-a-number-and-string-in-a-container-4oa4 | react, javascript, css, beginners | {% stackoverflow 59974785 %} | jmjjeena |
251,316 | Product Landing Page | A post by Nakisha B. | 0 | 2020-01-29T22:10:37 | https://dev.to/nikkiangelcode/product-landing-page-4f10 | codepen | {% codepen https://codepen.io/Nikkiangel/pen/JjoVdyG %} | nikkiangelcode |
251,345 | Run Git Commands with Node.js | If you're building a blog with the Jamstack your content might be stored in a git repository. This... | 0 | 2020-05-03T00:58:24 | https://www.devextent.com/run-git-command-nodejs/ | node, git, typescript | If you're building a blog with the [Jamstack](https://jamstack.org/) your content might be stored in a git repository. This can help to reduce overhead, since a database is no longer required, but presents other interesting challenges like displaying post metadata. This may include the date the post was created or the ... | jdedwards3 |
251,373 | Tutorial: Flow External Services for Salesforce Admins | "Another GIF-filled magic trick" | 0 | 2020-01-30T14:21:51 | https://katiekodes.com/flow-external-services/ | salesforce, database, api, tutorial | ---
title: "Tutorial: Flow External Services for Salesforce Admins"
description: "Another GIF-filled magic trick"
published: true
tags: salesforce,databases,api,tutorial
cover_image: https://katiekodes.com/images/header-flowexternal-20200130.png
canonical_url: https://katiekodes.com/flow-external-services/
---
Who re... | katiekodes |
251,382 | TypeScript Advanced Types: Type Guards | Subscribe to my email list now at http://jauyeung.net/subscribe/ Follow me on Twitter at https://twi... | 0 | 2020-01-30T02:49:55 | https://dev.to/aumayeung/typescript-advanced-types-type-guards-5fbi | typescript, javascript, tutorial, beginners | **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/**
TypeScript has many advanced type capabilities that make writing dynamically typed cod... | aumayeung |
251,390 | Using HTTP proxy with Puppeteer | Routing Puppeteer requests through Node.js. | 0 | 2020-01-30T03:06:01 | https://dev.to/gajus/using-http-proxy-with-puppeteer-di1 | webdev, node | ---
title: Using HTTP proxy with Puppeteer
published: true
description: Routing Puppeteer requests through Node.js.
tags: webdev, node
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/r5xqpg9e38r33xmt11gk.png
---
I had requirement to evaluate remote JavaScript using [Headless Chrome](https://github.com/puppeteer... | gajus |
251,517 | Thank you Dr. Norman! | A post by Nakisha B. | 0 | 2020-01-30T10:48:23 | https://dev.to/nikkiangelcode/thank-you-dr-norman-3n7h | codepen | {% codepen https://codepen.io/Nikkiangel/pen/LYEawxa %} | nikkiangelcode |
258,464 | Task_3 | A post by korobkinos | 0 | 2020-02-09T20:06:37 | https://dev.to/korobkinos/task3-1mdk | codepen | {% codepen https://codepen.io/Megakex/pen/ExjaJEx %} | korobkinos |
251,552 | Ecommerce Web Development And SEO Company in Mahipalpur Delhi NCR | https://www.jbncreators.com/ | 0 | 2020-01-30T12:21:32 | https://dev.to/jbncreators/ecommerce-web-development-and-seo-company-in-mahipalpur-delhi-ncr-56ok | javascript | https://www.jbncreators.com/ | jbncreators |
251,585 | Painless YAML Templating | ❤️ YAML ? YAML is ubiquitous. Wether you love it or hate it, you have no choice but using... | 0 | 2020-01-30T13:00:52 | http://www.swisspush.org/tools/2020/01/29/painless-yaml-templating | yaml, templating, devops, kubernetes | ## ❤️ YAML ?
YAML is ubiquitous. Wether you love it or hate it, you have no choice but using it. It established itself as _the_ configuration format for all things cloud/devops/serverless (choose your buzzword).
The main characteristic of YAML is the role played by semantic indentation. It makes lazy humans save typi... | lbovet |
251,607 | Awesome .NET bloggers i enjoy reading as a developer | Originally posted in HariHaran Subramanian I have curated some list of people who write some amazin... | 0 | 2020-01-30T13:46:09 | https://dev.to/get_hariharan/awesome-net-bloggers-i-enjoy-reading-as-a-developer-1d3l | csharp, dotnet, webdev, productivity | Originally posted in [HariHaran Subramanian](https://hariharan-subramanian.netlify.com/posts/2020/01/awesome-.net-bloggers-i-enjoy-reading/)
* I have curated some list of people who write some amazing stuffs revolving around .NET and C#.
* If you are working on a .NET Environment or trying to learn .NET/C#, here are... | get_hariharan |
251,637 | 🔥 What's Hot in Web Development? — Weekly Picks #112 | List of most popular articles from Daily this week. | 0 | 2020-01-30T15:00:22 | https://dev.to/dailydotdev/what-s-hot-in-web-development-weekly-picks-112-5f84 | webdev, javascript, codenewbie, react | ---
title: 🔥 What's Hot in Web Development? — Weekly Picks #112
published: true
description: List of most popular articles from Daily this week.
tags: #webdev #javascript #codenewbie #react
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/0ioh3yd7etqobhgdww1t.jpg
---
I hope you all had a great week! The first m... | saqibameen |
251,709 | Consuming Webhooks with Node.js and Express | Learn to consume webhooks from your favorite APIs like Slack and Discord using Node.js and Express. | 0 | 2020-01-30T16:49:07 | https://www.bearer.sh/blog/consuming-webhooks-with-node-js-and-express | node, javascript, webdev, beginners | ---
title: Consuming Webhooks with Node.js and Express
published: true
description: Learn to consume webhooks from your favorite APIs like Slack and Discord using Node.js and Express.
tags: node, javascript, webdev, beginners
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/phqc4l2c6qhcg1tws5dm.png
canonical_url:... | markmichon |
588,105 | RXJS parte 1 - Observables | Introdução Esse é o primeiro de uma série de artigos sobre RXJS, onde aprenderemos os mais... | 0 | 2021-01-31T22:26:44 | https://dev.to/edwardteixeira/rxjs-parte-1-observables-50cp | ## Introdução
Esse é o primeiro de uma série de artigos sobre RXJS, onde aprenderemos os mais diversos operadores e suas aplicabilidades através de pequenos projetos que usaremos como exemplos.
Nesse primeiro post, vamos introduzir o conceito de **observables**, conhecimento indispensável para dominar tudo que a **pr... | edwardteixeira | |
251,767 | How to FaaS like a pro: 12 less common ways to invoke your serverless functions on Amazon Web Services [Part 3] | “I really like the peace of mind of building in the cloud” cit. myself [Photo by Kaushik Panchal on... | 0 | 2020-01-30T17:51:44 | https://medium.com/hackernoon/how-to-faas-like-a-pro-12-uncommon-ways-to-invoke-your-serverless-functions-on-aws-part-3-2ae2b8def4d7 | aws, serverless, node, python | ---
title: How to FaaS like a pro: 12 less common ways to invoke your serverless functions on Amazon Web Services [Part 3]
published: true
date: 2019-10-30 20:47:46 UTC
tags: aws,serverless,node,python
canonical_url: https://medium.com/hackernoon/how-to-faas-like-a-pro-12-uncommon-ways-to-invoke-your-serverless-functio... | alexcasalboni |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.