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 |
|---|---|---|---|---|---|---|---|---|
307,552 | Weekly – 4/13 | So here was are, another week in quarantine, and really we had Easter and my family was able to still... | 0 | 2020-04-13T12:42:18 | https://dev.to/documentednerd/weekly-4-13-2594 | links, ai, azuregovernment, datascience | ---
title: Weekly – 4/13
published: true
date: 2020-04-13 12:28:25 UTC
tags: Links, AI, AzureGovernment, DataScience
canonical_url:
---
So here was are, another week in quarantine, and really we had Easter and my family was able to still make it special without seeing family as much as we’d like. The one thing we did... | documentednerd |
307,724 | Intro to A11y: What, Who, and Why | This is the first article in a 2-part series. The second half will be published next week! If you're... | 5,932 | 2020-04-13T14:06:37 | https://kattow.dev/blog/intro-to-a11y-what-who-why | a11y, beginners, webdev, ux | _This is the first article in a 2-part series. The second half will be published next week!_
If you're reading this article, you're already passed the first hurdle to web accessibility: recognizing the need for a more accessible web. But no matter if you're a code newbie or a professional developer, just knowing acces... | akattow |
307,744 | Switching my email to Purelymail | Email is a very crucial part of my workflow, and I enjoy using it (and also why I'm beyond excited... | 0 | 2020-04-14T14:19:45 | https://msfjarvis.dev/posts/switching-my-email-to-purelymail/ | email, purelymail | ---
title: Switching my email to Purelymail
date: 2020-04-13 11:42:27 UTC
published: true
tags: email, purelymail
canonical_url: https://msfjarvis.dev/posts/switching-my-email-to-purelymail/
cover_image: https://www.projectmanager.com/wp-content/uploads/2019/01/190114_Blog_Feature_Be_Better_at_Email.jpg
---
Email is a... | msfjarvis |
312,873 | Laravel file driven cache on steroids | Photo by toine G on Unsplash As of Laravel 7, there are 6 available cache drivers, with APC giving... | 0 | 2020-04-18T14:31:20 | https://www.medium.com | php, laravel, linux, cache | ---
title: Laravel file driven cache on steroids
published: true
date: 2020-04-18 14:26:37 UTC
tags: php,laravel,linux,cache
canonical_url: https://www.medium.com
---
<figcaption>Photo by <a href="https://unsplash.com/@toineprojects?utm_source=medium&... | eddymens |
312,882 | Better Passwords With Angular and Django | Even though I describe myself as a Pythonista today I have realized that I have always been writing... | 0 | 2020-04-18T15:06:32 | https://dev.to/klementomeri/better-passwords-with-angular-and-django-1g1c | python, javascript, angular, django |  on [Unsplash](https://unsplash.com/s/photos/security?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)](https://cdn-images-1.medium.com/max/12000/1*l05_KIL40_5tcPcHcv... | klementomeri |
312,970 | CSS Box Model - Newbie’s Perspective | It can be comfortably said that if you don't understand the Box Model, then you cannot write proper... | 0 | 2020-04-20T09:15:33 | https://dev.to/ebereplenty/css-box-model-newbie-s-perspective-i6l | codenewbie, css, beginners, tutorial | It can be comfortably said that if you don't understand the **Box Model**, then you cannot write proper CSS.
[Definition](#1)
[Code](#2)
[Final Code](#3)
[Conclusion](#4)
Have you ever seen yourself writing styles for **margin** and **padding** even though you are sure you don't need both styles?
I have done so to... | ebereplenty |
313,023 | But what is Null and Undefined? | I think you'll have a clear understanding of null and Undefined in JavaScript after reading this blog! | 6,054 | 2020-04-19T11:00:15 | https://dev.to/procode/but-what-is-null-and-undefined-4e9 | null, undefined, javascript, codenewbie | ---
title: But what is Null and Undefined?
published: true
description: I think you'll have a clear understanding of null and Undefined in JavaScript after reading this blog!
tags: null, undefined, JavaScript, CodeNewbies
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/zv1kuilkb4tg2050t8r7.jpg
series: Concept Bl... | procode |
313,027 | Writing a Custom useWindowSize React Hook | One of the coolest parts about React Hooks is that you can create your own! In this post, we'll quickly roll our own useWindowSize hook. | 0 | 2020-04-18T19:48:03 | https://dev.to/nas5w/writing-a-custom-usewindowsize-react-hook-4b2a | react, hooks, javascript, webdev | ---
title: Writing a Custom useWindowSize React Hook
published: true
description: One of the coolest parts about React Hooks is that you can create your own! In this post, we'll quickly roll our own useWindowSize hook.
tags: react, hooks, javascript, webdev
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/uo1vdw7... | nas5w |
313,053 | Django (DRF) 12 Factor App with examples | I've been working with Django (especially with DRF) for a while now. Deploying Django apps is the one... | 0 | 2020-04-18T19:36:56 | https://alexandremjacques.github.io/12-factor-apps-django-with-examples.html | django, rest | I've been working with Django (especially with DRF) for a while now. Deploying Django apps is the one thing
that bothers me the most. It's hard and does not have a pattern. So I decided to build a guide here to keep notes for
myself and may help anyone that is struggling with the lack of patterns out there.
### What i... | ale_jacques |
313,081 | Answer: Unable to resolve module 'react-native-screen' | answer re: Unable to resolve module '... | 0 | 2020-04-18T20:33:49 | https://dev.to/guhenrique007/answer-unable-to-resolve-module-react-native-screen-28ko | {% stackoverflow 59986882 %} | guhenrique007 | |
314,200 | Why I'm using Heroku over GitHub Pages | I've been hard at work building an app I've been excited for a long time. Nintendo Switch owners know... | 0 | 2020-04-19T22:48:27 | https://dev.to/harlessmark/why-i-m-using-heroku-over-github-pages-1bnk | react, beginners | I've been hard at work building an app I've been excited for a long time. Nintendo Switch owners know that sharing Friend Codes isn't the easiest thing to do. You're given a 12 digit number associated with your account. You cannot change it and you *have* to send it to a friend via real life because there is no messagi... | harlessmark |
313,145 | Day 2: hover, underline, list-disc, and px-* | I like it when links hovered over are underlined. I learned how to do this in Tailwind CSS today by a... | 6,057 | 2020-04-18T23:38:36 | https://dev.to/feldroy/day-2-hover-underline-list-disc-and-px-3apn | css, todayilearned, 100daysofcode, html | I like it when links hovered over are underlined. I learned how to do this in Tailwind CSS today by adding `hover:underline` to `a` tags. Here's an example:
``` html
<a
class="text-blue-600 hover:underline"
href="https://dev.to/feldroy/day-2-hover-underline-list-disc-and-px-3apn">
Day 2: hover, underline, list... | danielfeldroy |
313,152 | Solution to Leetcode's Contiguous Array | This is a medium Leetcode problem 525. See below image for description: ALGORITHM Create a map t... | 0 | 2020-04-18T23:20:20 | https://dev.to/codechunker/solution-to-leetcode-s-contiguous-array-3800 | This is a medium [Leetcode problem 525](https://leetcode.com/problems/contiguous-array/). See below image for description:
![problem description]
(https://res.cloudinary.com/chunks/image/upload/v1587251961/Chunks%20Blog/Images/contiguous-array_ou9pyc.png)
<h1>ALGORITHM</h1>
1. Create a map that stores the current cou... | codechunker | |
313,494 | Do Software Developers Hate Marketing? | Having spent years on marketing teams at B2B startups, I heard the following phrase a lot: "Developer... | 0 | 2020-04-19T13:03:44 | https://dev.to/radiomorillo/do-software-developers-hate-marketing-166b | marketing, webdev, beginners, devrel | Having spent years on marketing teams at B2B startups, I heard the following phrase a lot: "Developers don't like marketing." It was used to explain away many of our decisions. If we did or didn't do something, it was “because developers don’t like marketing.” But is it true?
The answer is no. Developers don't dislike... | radiomorillo |
313,556 | Earth Struggling From Covid-19 | A post by Kaustubh Saxena | 0 | 2020-04-19T04:45:49 | https://dev.to/kaustubh03/earth-struggling-from-covid-19-k26 | codepen | {% codepen https://codepen.io/kaustubh-saxena/pen/OJyXZqx %} | kaustubh03 |
313,606 | Introduction to Sassy CSS – CSS with super powers | Sass is a stylesheet language that gives your CSS lots of power and flexibility. CSS can be fun, but... | 0 | 2020-04-20T08:08:11 | https://tolustar.com/css-sass-css-with-super-powers/?utm_source=rss&utm_medium=rss&utm_campaign=css-sass-css-with-super-powers | css, sass | ---
title: Introduction to Sassy CSS – CSS with super powers
published: true
date: 2020-04-18 14:19:12 UTC
tags: CSS,Css,Sass
canonical_url: https://tolustar.com/css-sass-css-with-super-powers/?utm_source=rss&utm_medium=rss&utm_campaign=css-sass-css-with-super-powers
---
Sass is a stylesheet language that gives your C... | tolustar |
313,643 | Spring Boot : Setup non-web app | If you have spring-boot-starter-web in pom.xml @Slf4j @SpringBootApplication public class App imple... | 0 | 2020-04-19T07:30:45 | https://dev.to/mackittipat/setup-non-web-spring-boot-app-2gho | java, springboot | If you have `spring-boot-starter-web` in pom.xml
```java
@Slf4j
@SpringBootApplication
public class App implements CommandLineRunner {
public static void main( String[] args ) {
SpringApplication springApplication = new SpringApplication(App.class);
springApplication.setWebApplicationType(WebAppli... | mackittipat |
313,655 | มาตรวจดูกันว่า iOS Project เราใช้ dependencies อะไรที่เป็นอันรายหรือไม่ด้วย OWASP Dependency-Check | OWASP Dependency-Chek td;lr ไปดูตัวอย่าง repo ได้ที่นี่ https://github.com/PH9/MadeForScan... | 0 | 2020-04-19T08:18:17 | https://dev.to/ph9/ios-project-dependencies-owasp-dependency-check-54lj | ios, security | # OWASP Dependency-Chek
td;lr ไปดูตัวอย่าง repo ได้ที่นี่ https://github.com/PH9/MadeForScan
## ทำความรู้จัก OWASP [Dependency-Check](https://owasp.org/www-project-dependency-check/)
เป็นเครื่องมือตรวจสอบว่าเราใช้ dependencies ที่มีช่องโหว่ที่รู้แล้ว (Common Vulnerabilities and Exposures: CVE) หรือไม่ เมื่อตรวจสอบแ... | ph9 |
313,709 | 🌍Countdown Timer/Pomodoro (JS + CSS) [YouTube LIVE] | ⬇️ In this video we will code a countdown timer, similar to Pomodoro clocks. You can schedule your ow... | 0 | 2020-04-19T13:06:12 | https://dev.to/eleftheriabatsou/countdown-timer-pomodoro-js-css-youtube-live-45e2 | javascript, tutorial, console, coding |
⬇️ In this video we will code a countdown timer, similar to Pomodoro clocks. You can schedule your own break, watch the countdown and also the time you have to return, or you can choose time/break by the predefined buttons.
Codepen: https://codepen.io/EleftheriaBatsou
Working project: https://codepen.io/EleftheriaBat... | eleftheriabatsou |
313,754 | How to monitor remote JVM applications with `logback-webhook-appender`. | Overview This tutorial is for anyone who is actively using logback in their JVM applicatio... | 0 | 2020-04-20T09:50:20 | https://dev.to/sip3/how-to-monitor-remote-jvm-applications-with-logback-webhook-appender-2oc5 | sip3, java, kotlin, logging | # Overview
This tutorial is for anyone who is actively using logback in their JVM applications. For those who are not familiar with the framework, I strongly recommend checking out its [documentation](http://logback.qos.ch).
Out-of-the-box logback can send `WARNING` and `ERROR` logging events via [email](https://logg... | agafox |
313,916 | How do packets find their way back? | In one of my previous posts, I studied how traffic flows when using Kubernetes Services. While drawing the last diagram, I did not clearly see how traffic could make its way back to the user. In this post, I focus on how packets find their way back and what makes stateless rewriting interesting. | 0 | 2021-02-15T12:01:51 | https://maelvls.dev/how-do-packets-come-back/ | ---
title: "How do packets find their way back?"
description: "In one of my previous posts, I studied how traffic flows when using Kubernetes Services. While drawing the last diagram, I did not clearly see how traffic could make its way back to the user. In this post, I focus on how packets find their way back and what... | maelvls | |
313,918 | Pause function execution for a certain time in javascript | Photo by NESA by Makers on Unsplash Pausing function till one process ends is can be archive in vari... | 0 | 2020-04-19T15:06:33 | https://dev.to/rajnishkatharotiya/pause-function-execution-for-a-certain-time-in-javascript-9lj | javascript, react, node, productivity | *Photo by [NESA by Makers](https://unsplash.com/@nesabymakers?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/code?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText)*
Pausing function till one process ends is can be archive in various way... | rajnishkatharotiya |
313,968 | Adding Gradient to Image using ::after | A post by micodev | 0 | 2020-04-19T16:30:24 | https://dev.to/micodev/adding-gradient-to-image-using-after-58go | codepen | {% codepen https://codepen.io/peterramsing/pen/jAxVBB %} | micodev |
314,022 | How to build a No-Code backend for a Link Sharing app with GraphQL and Rest API support | In this post I want to show how to build a production ready-backend for a Link Sharing application in... | 0 | 2020-04-21T17:13:30 | https://dev.to/marian2js/how-to-build-a-no-code-backend-for-a-link-sharing-app-with-graphql-and-rest-api-support-1d67 | graphql, restapi, nocode, backend | In this post I want to show how to build a production ready-backend for a Link Sharing application in just minutes, without writing a single line of code.
## Functional requirements
- Users can create accounts using email and password or using social networks (Google, Facebook or GitHub).
- Authenticated users ... | marian2js |
314,113 | MODERN METHODS TO REMOVE ITEMS FROM ARRAYS IN JAVASCRIPT | This explains the different ways to remove items in JavaScript beyond the built-in array methods | 0 | 2020-04-20T22:41:41 | https://dev.to/lawrence_eagles/modern-methods-to-remove-items-from-arrays-in-javascript-3eed | javascript, tutorial, beginners, webdev | ---
title: MODERN METHODS TO REMOVE ITEMS FROM ARRAYS IN JAVASCRIPT
published: true
description: This explains the different ways to remove items in JavaScript beyond the built-in array methods
tags: JavaScript, tutorial, beginners, webdev
cover_image: https://res.cloudinary.com/drquzbncy/image/upload/v1587318828/javas... | lawrence_eagles |
314,131 | Linear Search | When we want to filter data to a subset of that data, we can use something like a filter function. W... | 4,401 | 2020-04-19T21:54:45 | https://dev.to/jamesrweb/linear-search-5494 | computerscience, algorithms, data, python | When we want to filter data to a subset of that data, we can use something like a [filter function](https://dev.to/jamesrweb/array-filter-3ij5).
What happens though if you just want to search a collection see if a value exists in the first place?
To this end, today we will be implementing the most basic search algori... | jamesrweb |
314,202 | Build and Deploy your Machine Learning Application with Docker | Ever deployed a Machine Learning model that works perfectly fine on your computer locally, but then t... | 0 | 2020-04-22T08:04:49 | https://dev.to/aminu_israel/build-and-deploy-your-machine-learning-application-with-docker-5322 | machinelearning, docker, python | Ever deployed a Machine Learning model that works perfectly fine on your computer locally, but then the code breaks on another machine or worse when it's been deployed into production? Well, in this article I will walk you through how you can use a popular tool named 'Docker' to run and also deploy your Machine Learnin... | aminu_israel |
314,261 | Javascript Fundamental: Variables | All applications work with data. We need to store this data somewhere, for example, eCommerce applica... | 0 | 2020-04-20T04:36:36 | https://dev.to/ajitsinghkaler/javascript-fundamental-variables-o35 | javascript, beginners, tutorial | All applications work with data. We need to store this data somewhere, for example, eCommerce application has data regarding products, users, cart, etc. Variables are used to store this information. Let us study variables in detail.
## JavaScript Variables
According to [w3schools](https://www.w3schools.com/js/js_var... | ajitsinghkaler |
314,270 | Working with Atlas Copco Open Protocol | Open protocol is a communication protocol created by Atlas Copco which defines the way we ha... | 0 | 2020-04-20T02:25:39 | https://dev.to/rickedb/working-with-atlas-copco-open-protocol-1jj2 | csharp, protocol, atlas, copco | ### Open protocol is a communication protocol created by Atlas Copco which defines the way we have to communicate with Atlas Copco tightening controllers
---
Years ago I had the opportunity to work with Atlas Copco Open Protocol and it was cool and funny to create and manipulate the controllers with it.
I could create ... | rickedb |
314,559 | _pulse | A post by Deepak Bhardwaj | 0 | 2020-04-20T04:54:48 | https://dev.to/kapeed07/pulse-3g6j | codepen | {% codepen https://codepen.io/kapeed07/pen/gOpNpBB %} | kapeed07 |
314,618 | [Webinar] Building CRM tools on No-Code platform DronaHQ | Watch it here. Get ready to take your business applications to the next level! To counter the dyna... | 0 | 2020-04-20T06:16:07 | https://dev.to/gayatrisachdev1/webinar-building-crm-tools-on-no-code-platform-dronahq-41mf | nocode, webinar, crm, cio | [**Watch it here.**] (https://attendee.gotowebinar.com/register/2532254849886575119?source=community)
**Get ready to take your business applications to the next level!**
To counter the dynamic workplace demands, IT leaders will have to trail alternative approaches for application development that allows them to la... | gayatrisachdev1 |
1,300,740 | WHAT IS YOUR ACIVMENT THIS WEEK?? | A post by RFLeShop | 0 | 2022-12-17T11:36:33 | https://dev.to/rfleshop/what-is-your-acivment-this-week-2n47 | beginners, productivity | rfleshop | |
314,633 | To separate or not to separate frontend and backend? | Discuss whether to separate frontend and backend of an application in different projects, github repositories etc. | 0 | 2020-04-28T05:09:28 | https://dev.to/ama/to-separate-or-not-to-separate-frontend-and-backend-3nk9 | webdev, git, productivity | ---
title: To separate or not to separate frontend and backend?
published: true
description: Discuss whether to separate frontend and backend of an application in different projects, github repositories etc.
tags: discuss, webdev, git, productivity
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/9jc2ly2ydjoy37yc... | ama |
314,653 | Concurrency Won’t solve Your CPU problem, but it can help with your IO Problem | Moving articles from Medium to dev.to Concurrency won’t solve your CPU bound problems, but it can he... | 0 | 2020-04-20T07:30:05 | https://dev.to/kayslaycode/concurrency-won-t-solve-your-cpu-problem-but-it-can-help-with-your-io-problem-3fbd | go, concurrency, multithreading, tutorial | ---
title: Concurrency Won’t solve Your CPU problem, but it can help with your IO Problem
published: true
description:
tags: go,concurrency,multithreading,tutorial
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/e5rjlrrw07udznh97jex.png
---
**Moving articles from Medium to dev.to**
Concurrency won’t solve you... | kayslaycode |
314,847 | Complete Guide To Selenium Locators In Protractor (Examples) | Selenium locators in protractor are important for running your test automation scripts. Read now to know more about these locators. | 0 | 2020-04-20T12:15:37 | https://www.lambdatest.com/blog/selenium-locators-in-protractor/ | java, testing, opensource | ---
title: Complete Guide To Selenium Locators In Protractor (Examples)
published: true
description: Selenium locators in protractor are important for running your test automation scripts. Read now to know more about these locators.
tags: java, testing, opensource
canonical_url: https://www.lambdatest.com/blog/selenium... | ad |
314,890 | Simply explained : predict_proba() | I have been following a course on udemy on Machine Learning. Here is a quick explanation of how predi... | 0 | 2020-06-13T08:27:49 | https://dev.to/rajat_naegi/simply-explained-predictproba-263i | machinelearning, sklearn, datascience, prediction | I have been following a course on udemy on Machine Learning. Here is a quick explanation of how `predict_proba()` works and how it can be useful to us.
`predict_proba()` basically returns probabilities of a classification label
## How does it work?
Official Documentation: The predicted class probabilities of an inp... | rajat_naegi |
314,929 | Vrede | Hey! I am a student developer and am glad to be here | 0 | 2020-04-20T14:13:24 | https://dev.to/dokakodes/vrede-3jbe | Hey! I am a student developer and am glad to be here | dokakodes | |
314,961 | TwilioQuest 3, the RPG for Developers and New Programmers | More and more of our lives are lived inside the virtual worlds of computers. This universe, which we... | 0 | 2020-04-20T16:51:24 | https://dev.to/cmassironi/twilioquest-3-the-rpg-for-developers-and-new-programmers-3n6o | twilio, twilioquest | More and more of our lives are lived inside the virtual worlds of computers. This universe, which we refer to as The Cloud, expands every second of every day. The ability to write code - the laws of these virtual worlds - has become a precious resource.
There are those who would use the power of code to steal, deceive... | cmassironi |
314,977 | PowerShell snippet: Get optionset value/labels from Dynamics CRM Entity/Attribute | Instead of having to use the CRM interface to copy all the labels and values manually, you can save... | 0 | 2020-09-09T18:59:52 | https://swimburger.net/blog/dynamics/powershell-snippet-get-optionset-value-labels-from-dynamics-crm-entity-attribute | dynamicscrm, powershell, dynamics365 | ---
title: PowerShell snippet: Get optionset value/labels from Dynamics CRM Entity/Attribute
published: true
date: 2020-04-20 00:00:00 UTC
tags: dynamicscrm, powershell, dynamics365
canonical_url: https://swimburger.net/blog/dynamics/powershell-snippet-get-optionset-value-labels-from-dynamics-crm-entity-attribute
cover... | swimburger |
315,154 | Flask Dashboard - Simple Open-Source Starters | A curated list with admin panel coded in Flask on top of beautiful UI Kits, released under the MIT license on Github. | 0 | 2020-04-20T17:51:47 | https://dev.to/sm0ke/flask-dashboard-simple-open-source-starters-4noc | flask, dashboards, opensource | ---
title: Flask Dashboard - Simple Open-Source Starters
published: true
description: A curated list with admin panel coded in Flask on top of beautiful UI Kits, released under the MIT license on Github.
cover_image: https://raw.githubusercontent.com/app-generator/static/master/products/flask-dashboard-black-screen.png... | sm0ke |
315,176 | Recent thoughts on coding and inspiration | Some days I feel like there is not enough time to build things or learning the coding skills I want.... | 0 | 2020-04-20T18:20:49 | https://dev.to/michaelcurrin/recent-thoughts-on-coding-and-inspiration-457o | community, inspiration, learning, attitude | ---
title: Recent thoughts on coding and inspiration
published: true
description:
tags: community,inspiration,learning,attitude
---
Some days I feel like there is not enough time to build things or learning the coding skills I want. Or I worry about choosing the wrong option so I keep researching but never commit to m... | michaelcurrin |
315,354 | Convert Video to text in Ruby | Setup on Google Cloud Console Create a Project e.g My-Project Start your free trial on Go... | 0 | 2020-04-20T23:05:43 | https://dev.to/m_ahmad/convert-video-to-text-in-ruby-5145 | ruby, webdev, rails, opensource | # **Setup on [Google Cloud Console](https://console.cloud.google.com)**
* Create a Project e.g My-Project
* Start your free trial on Google Cloud Platform by adding credit card because the credit card is required for a free trial
* Create or select a project
* Enable the Cloud [Speech-to-Text](https://cloud.google.com/... | m_ahmad |
315,239 | Managing permission to edit user profiles & The downsides of not separating frontend from backend | Hi there, I am using React to build a website and have the following questions: How can I only all... | 0 | 2020-04-20T19:45:53 | https://dev.to/liu550/managing-permission-to-edit-user-profiles-the-downsides-of-not-separating-frontend-from-backend-1ngd | react | Hi there,
I am using React to build a website and have the following questions:
1. How can I only allow the owner of a profile to edit it and make it read-only for other users (e.g. LinkedIn profile)?
2. What are the downsides of directly calling firebase's methods in my frontend to (1) store data into my firebase d... | liu550 |
315,271 | Windows10 WSL ssh Permission denied public key on new session | Problem - When trying to connect using ssh, the existing key isn't recognized by the WSL shell. I h... | 0 | 2020-04-21T17:34:43 | https://www.jskap.com/blog/Windows10-wsl-ssh-permission-denied-new-session/ | windows10, wsl, linux | ---
title: Windows10 WSL ssh Permission denied public key on new session
published: true
date: 2019-07-22 00:00:00 UTC
tags: Windows10,WSL,Linux
canonical_url: https://www.jskap.com/blog/Windows10-wsl-ssh-permission-denied-new-session/
---

This is a JSON database of airports which contains about... | epranka |
315,753 | 6 Cloud Security Challenges and How to Address Them | Cloud computing can provide significant benefits to organizations of all sizes. According to the CIO... | 0 | 2020-04-21T08:33:52 | https://cypressdatadefense.com/blog/cloud-security-challenges/ | security, database, testing, challenge | Cloud computing can provide significant benefits to organizations of all sizes. According to the [CIO Agenda Survey](https://www.gartner.com/en/newsroom/press-releases/2018-01-23-gartner-survey-finds-government-cios-will-increase-spending-on-cloud-cybersecurity-and-analytics-in-2018.html) by Gartner, expanding into the... | joywinter90 |
316,784 | Answer: Is there a way to lock a branch in GIT | Lock a git branch answer re: Is ther... | 0 | 2020-04-22T15:20:56 | https://dev.to/boyukbas/answer-is-there-a-way-to-lock-a-branch-in-git-1n24 | Lock a git branch
{% stackoverflow 6827045 %} | boyukbas | |
315,942 | Hacker101 CTF - Photo Gallery | CTF Name: Photo Gallery Resource: Hacker101 CTF Difficulty: Moderate Number of Flags: 3 Note::: NO... | 10,223 | 2020-04-24T23:34:50 | https://dev.to/caffiendkitten/hacker101-ctf-photo-gallery-4foi | security, codenewbie, ctf, hackerone | - CTF Name: Photo Gallery
- Resource: Hacker101 CTF
- Difficulty: Moderate
- Number of Flags: 3
Note::: NO, I won't be posting my found FLAGS, but I will be posting the methods I used.
<hr>
### Flag0
- Hint:
1. Consider how you might build this system yourself. What would the query for fetch look like?
2. Take... | caffiendkitten |
315,944 | New in OpenNMS: BGP Monitoring Protocol (BMP) Functionality | With the release of version 26.0 (Balaclava), OpenNMS now offers support for the BGP Monitoring... | 0 | 2020-05-04T19:20:00 | https://www.opennms.com/en/blog/2020-04-21-new-in-opennms-bgp-monitoring-protocol-bmp-functionality/ | bgp, bmp, monitoring | ---
title: New in OpenNMS: BGP Monitoring Protocol (BMP) Functionality
published: true
date: 2020-04-21 14:33:18 UTC
tags: bgp,bmp,monitoring
canonical_url: https://www.opennms.com/en/blog/2020-04-21-new-in-opennms-bgp-monitoring-protocol-bmp-functionality/
cover_image: https://i.imgur.com/74fmzvG.png
---
With the rel... | rangerrick |
315,946 | COVID19 Test Result 2-way SMS | Background Our regional public health unit in Ontario Canada has had a hard time keeping u... | 0 | 2020-04-28T20:35:47 | https://dev.to/codewilliamson/covid19-test-result-2-way-sms-5hei | twiliohackathon, node, microsoft | [Comment]: # (All of this is placeholder text. Use this format or any other format of your choosing to best describe your project.)
[Reminder]: # (Make sure you've submitted the Twilio CodeExchange agreement: https://ahoy.twilio.com/code-exchange-community)
[Important]: # (By making a submission, you agree to the com... | codewilliamson |
315,949 | What are you monitoring | In this article, you will understand the importance of monitoring and how you can take advantage of silence monitoring feature of grafana | 0 | 2020-04-21T15:58:33 | https://dev.to/dapseen/what-are-you-monitoring-6o9 | kubernetes, k8s, devops, sre | ---
title: What are you monitoring
published: true
description: In this article, you will understand the importance of monitoring and how you can take advantage of silence monitoring feature of grafana
tags: kubernetes, k8s, DevOps, SRE
cover_image: https://miro.medium.com/max/1400/1*-SCTnBJ6vt_6DcepKZ0StQ.png
---
_... | dapseen |
316,024 | How to make unique Instagram fonts for your bio? | If you want to make stand out yourself from a large number of accounts on Instagram, you need to have... | 0 | 2020-04-21T15:36:36 | https://dev.to/mp3wallets/how-to-make-unique-instagram-fonts-for-your-bio-oph | instagramfonts, instagram, fancyfonts | If you want to make stand out yourself from a large number of accounts on Instagram, you need to have a unique Instagram bio. You don’t want to miss out on the opportunity to have that good impression on visitors at first glance.
How to Change The Instagram bio?
Instagram bio has a character limit of 150 words, you s... | mp3wallets |
316,087 | How to Manage AWS S3 Bucket with AWS CLI (Command Line) | In this article, we are going to see how we can manage the s3 bucket with AWS s3 CLI commands. AWS s3... | 6,118 | 2020-04-21T16:27:53 | https://thedbadmin.com/how-to-manage-aws-s3-bucket-with-aws-cli/ | aws, command, s3, management | In this article, we are going to see how we can manage the s3 bucket with AWS s3 CLI commands. AWS s3 CLI command is easy really useful in the case of automation. Using AWS s3 cli you can mange S3 bucket effectively without login to AWS console.
Prerequisites
See full article here : https://thedbadmin.com/how-to-mana... | abhishekjaindba |
316,111 | How to Set Up Jenkins on Kubernetes | This guide will walk you through the process of setting up Jenkins on Kubernetes. Jenkins is a widely... | 0 | 2020-04-23T09:19:48 | https://appfleet.com/blog/how-to-set-up-jenkins-on-kubernetes/ | kubernetes, devops, docker | This guide will walk you through the process of setting up Jenkins on Kubernetes. Jenkins is a widely-used open source CI server that provides hundreds of plugins to support building, deploying and automating your projects.
In the next sections, you will:
1. Create a Kubernetes cluster with minikube (*This is an opti... | jimaek |
316,125 | Unions and Intersection Types en TypeScript | Soy una nota nice A veces debemos de admitir parámetros en una funcion donde el tipo de parametro... | 0 | 2020-04-21T18:41:23 | https://dev.to/juandelgado06/unions-and-intersection-types-en-typescript-17jm | typescript, guia | > Soy una nota nice
A veces debemos de admitir parámetros en una funcion donde el tipo de parametro puede ser por ejemplo **String** o **Number** :
~~~
function padLef(value: string, padding: any) {
if (typeof padding === "number") {
return Array(padding + 1).join(" ") + value;
}
if (typeof paddi... | juandelgado06 |
316,272 | Software engineer vs Programmer, which one are you? | Hi guys, today I want to share my opinions and thoughts with you about a kind of controversial topic:... | 0 | 2020-04-21T19:35:17 | https://dev.to/kdev291/software-engineer-vs-programmer-which-one-are-you-4kk9 | software, development, programming, engineering | Hi guys, today I want to share my opinions and thoughts with you about a kind of controversial topic: **"Software engineer vs Programmer, is there any difference? Is one better than the other?"**
It all started with a [tweet](https://twitter.com/manekinekko/status/1251802196783570944?s=20) I found in my timeline:
 to build forms inside React applications belowthere a... | krzysztofzuraw |
316,326 | Self-publishing a technical book | In this article I go over the steps to self-publish a technical book. | 0 | 2020-04-21T20:25:35 | https://getaclue.me/self-publishing-technical-book | showdev, beginners, writing, productivity | ---
title: Self-publishing a technical book
published: true
description: In this article I go over the steps to self-publish a technical book.
tags: showdev,beginners,writing,productivity
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/vcrtw3b1da8hnd94s1l6.png
canonical_url: https://getaclue.me/self-publishing-t... | getaclue |
316,338 | Layman's Guide to Higher-Order Functions | The single most important topic in functional programming is to understand what a function is. Inhere... | 0 | 2020-04-22T07:56:12 | https://nikoheikkila.fi/blog/layman-s-guide-to-higher-order-functions/ | beginners, functional, javascript, react | The single most important topic in functional programming is to understand what a **function** is. Inherently, a function is a way to map the input value of some type to output value of another type. To put it in other words, you give your function a problem, and it returns a solution.
In mathematics, you may have stu... | nikoheikkila |
316,353 | Using Pick<T,K> in TypeScript | I used Pick<T,K> for the first time today in TypeScript. I had been using Partial<T> for... | 0 | 2020-04-22T00:34:26 | https://www.gilcreque.blog/2020/04/21/using-picktk-in.html | typescript, angular | ---
title: Using Pick<T,K> in TypeScript
cover_image: https://www.gilcreque.blog/uploads/2020/67f6bb8830.png
published: true
date: 2020-04-21 20:54:00 UTC
tags: typescript, angular
canonical_url: https://www.gilcreque.blog/2020/04/21/using-picktk-in.html
---
I used `Pick<T,K>` for the first time today in TypeScript. I... | gildotdev |
316,423 | Web Development Journey | This is my first post about learning web development in April 2020. I will use both Colt Steele The... | 0 | 2020-04-22T01:15:39 | https://dev.to/code_regina/web-development-journey-4m46 | This is my first post about learning web development in April 2020.
I will use both Colt Steele The Web Developer Bootcamp and The Advanced Web Developer Bootcamp to understand core web technologies. Then I will utilize Steele JavaScript Algorithms and Data Structures to develop a deeper understanding of computer scie... | code_regina | |
316,523 | Python gotchas to look out for | 1. Changes in yield in Python 3.8 With the release of Python 3.8, there were some major ad... | 0 | 2020-04-22T07:21:25 | http://deepsource.io/ | python, antipattern, codequality | ## 1. Changes in `yield` in Python 3.8
With the release of Python 3.8, there were some major additions and breaking changes made to the language. There is a change in behavior while using `yield` within generator expressions and comprehensions.
Take this example:
```python
MAGIC_NUMBERS = {(yield num) for num in SE... | sauravsrijan |
316,886 | Covid19 tests and Thomas Bayes | Bayes theorem Created by reverent Thomas Bayes, who created this famous rule to infere the... | 0 | 2020-04-22T16:53:41 | https://dev.to/artikblue/covid19-tests-and-thomas-bayes-3i95 | datascience, beginners |
### Bayes theorem
Created by reverent Thomas Bayes, who created this famous rule to infere the existence of God... needless to say that the existence of God is still in the realm of faith but his famous rule has became the very fundamentals of inference probability
The bayes theorem can be written as the following:... | artikblue |
316,603 | Microsoft Teams: Remote Work Made Productive & Smooth | Almost a month of social distancing, lockdowns and work-from-home due to the COVID-19 outbreak has th... | 0 | 2020-04-22T10:38:31 | https://dev.to/star_knowledge/microsoft-teams-remote-work-made-productive-smooth-n3i |
Almost a month of social distancing, lockdowns and work-from-home due to the COVID-19 outbreak has thrown all of us into what everybody is calling ‘the new normal’. But the former 2 of these 3 things will not last long while the latter – ‘remote work (WFH)’ is here to stay.
Companies, small to large, across different... | star_knowledge | |
316,646 | Build simple Express Js application in 1 minutes with create-express-app | Express.js is one of the most popular back-end frameworks nowadays, which lots of people find useful... | 0 | 2020-04-22T12:07:41 | https://dev.to/getspooky/build-simple-express-js-application-in-1-minutes-with-create-express-app-nb2 | javascript, webdev, node, tutorial | Express.js is one of the most popular back-end frameworks nowadays, which lots of people find useful to learn. After mastering the theory, it comes the time to start the practice, and then it may seem a little bit difficult, how to start. But creating your first Express.js application doesn’t have to be so complicated.... | getspooky |
316,652 | Migrating from Oracle DB pipe messaging to Kafka | In this post, I would like to share with you my experience migrating high-load database-centric application to Kafka. | 0 | 2020-04-22T12:35:49 | https://dev.to/rapasoft/migrating-from-oracle-db-pipe-messaging-to-kafka-1ee3 | kafka, oracle, database, java | ---
title: Migrating from Oracle DB pipe messaging to Kafka
published: true
description: In this post, I would like to share with you my experience migrating high-load database-centric application to Kafka.
tags: kafka, oracle, database, java
---
## Introduction
First of all, I would like to state that I am not an Or... | rapasoft |
316,662 | Starting an Automation Testing NewsLetter, Join and Get FREEBIE | Do you want to learn Automation Testing, I am starting out my Automation Testing email Newsletter:... | 0 | 2020-04-22T12:50:56 | https://dev.to/promode/starting-an-automation-testing-newsletter-join-and-get-freebie-3kp1 | testing, tutorial, beginners, webdev | Do you want to learn Automation Testing, I am starting out my Automation Testing email Newsletter:
👉 https://sendfox.com/thetestingacademy
TheTestingAcademy Note includes.
We will discuss the following :
1. Automation Testing.
2.Selenium, API Testing, and Question to Crack SDET interviews and many more for FREE F... | promode |
316,713 | How to get rid of the Flash Of Unstyled Content | This week I spent some time working on my website's loading performance. I started by switching from... | 0 | 2020-04-22T13:58:26 | https://dev.to/fbnlsr/how-to-get-rid-of-the-flash-of-unstyled-content-5e7 | html, css, javascript, performance | This week I spent some time working on [my website](https://www.primative.net)'s loading performance. I started by switching from [Slick](https://kenwheeler.github.io/slick/) to [Glide.js](https://glidejs.com/) in order to remove jQuery as a dependency altogether. This helped me reduce the amount of JavaScript and CSS ... | fbnlsr |
316,921 | The Absolute Worst Times To Ask For A Raise | It’s a common question, “When’s the best time to ask for a raise?” But when most employees think of this question, they are thinking, “When’s the best time for me to ask for a raise?” | 0 | 2020-04-22T17:44:45 | https://dev.to/patrickalgrim/the-absolute-worst-times-to-ask-for-a-raise-3fdh | career, humanresources | ---
title: The Absolute Worst Times To Ask For A Raise
published: true
description: It’s a common question, “When’s the best time to ask for a raise?” But when most employees think of this question, they are thinking, “When’s the best time for me to ask for a raise?”
tags: careers, career, human resources
---
It’s a c... | patrickdavid |
316,976 | Step by Step web application firewall (WAF) development by using multinomial native bayes algorithm | A web application firewall (WAF) is a firewall that monitors, filters and blocks web parameter as the... | 0 | 2020-04-22T19:53:15 | https://dev.to/sapnilcsecu/step-by-step-web-application-firewall-waf-development-by-using-multinomial-native-bayes-algorithm-fdd | WAF, python, machinelearning | A web application firewall (WAF) is a firewall that monitors, filters and blocks web parameter as they travel to and from a website or web application. It typically protects web applications from attacks such as cross-site forgery, cross-site-scripting (XSS), file inclusion, and SQL injection, among others.A WAF is dif... | sapnilcsecu |
316,993 | Job Hunting: Impressionable Company Rejections | So if you've ever applied for a job, you've probably experienced quite a few rejections. Most of thes... | 0 | 2020-04-22T20:28:11 | https://dev.to/bmweygant/job-hunting-impressionable-company-rejections-1120 | career | So if you've ever applied for a job, you've probably experienced quite a few rejections. Most of these rejections are not memorable in the least and quickly fade away. Others stick out and can actually shape the perception of your entire job hunt and whether it was a good or bad experience. So let's talk about a few (a... | bmweygant |
317,073 | Getting started with Sass: nesting and parent selectors | Notes and reference on Sass | 6,230 | 2020-05-04T00:21:53 | https://dev.to/mikkel250/getting-started-with-sass-nesting-and-parent-selectors-4617 | sass, beginners, css, stylesheets | ---
title: Getting started with Sass: nesting and parent selectors
published: true
description: Notes and reference on Sass
tags: sass, beginner, css, stylesheets
series: SASS basics
---
What is Sass? It is a preprocesser that adds some extra syntax options and functionality on top of CSS, and then it compiles the `.sc... | mikkel250 |
317,119 | 07: Vanilla JavaScript and Result | Being curious is a good thing, Asking questions are also good, But… It is meaningless unless I solve... | 0 | 2020-04-23T01:31:29 | https://dev.to/blanchloe/07-vanilla-javascript-and-result-2mm2 | Being curious is a good thing, Asking questions are also good, But… It is meaningless unless I solve the problems, I am like a baby, who is reborn, This is a whole new world. Indescribable feelings.
I think it would be good for me to motivate myself and achieve my idealism ‘Solving my JavaScript Quests’ after all I ca... | blanchloe | |
309,749 | Java | how to calculating sha256 ex: a = sha256(request) + sha256(marchant + "/" +pass) ? | 0 | 2020-04-15T08:22:39 | https://dev.to/mrrkha/java-2249 | how to calculating sha256 ex: a = sha256(request) + sha256(marchant + "/" +pass) ? | mrrkha | |
317,125 | 11 : From Math to Functional Programming | Think I became JavaScript Geek, I just don’t want to think of learning React.js, so wanted to give up... | 0 | 2020-04-23T01:36:35 | https://dev.to/blanchloe/11-from-math-to-functional-programming-5e5l | Think I became JavaScript Geek, I just don’t want to think of learning React.js, so wanted to give up, but…. I am so curious about functional programming, can’t wait….to see on my program… I am not even motivated to make my project. I have no idea of UIUX… Whatever… Functional programming is the only thing I want to ta... | blanchloe | |
317,332 | Some TypeScript tricks | This might not be something so special, but I bet not everyone knows. Running *.ts files di... | 0 | 2020-04-23T07:57:12 | https://dev.to/patarapolw/some-typescript-tricks-4nlm | typescript, webdev, node, beginners | This might not be something so special, but I bet not everyone knows.
## Running `*.ts` files directly
Use [ts-node](https://www.npmjs.com/package/ts-node) instead of `node`, and [ts-node-dev](https://www.npmjs.com/package/ts-node-dev) instead of `nodemon`.
Cannot run `ts-node` due to `import` syntaxes? No problemo,... | patarapolw |
317,401 | Emmet Simplified 😍 | How to make use of Emmet Abbreviations | 0 | 2020-04-23T10:03:50 | https://dev.to/rishiabee/emmet-abbreviations-7ao | emmet, html, simple, learn | ---
title: Emmet Simplified 😍
published: true
description: How to make use of Emmet Abbreviations
tags: emmet, HTML, simple, learn
---
### Emmet is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow
Type | Syntax | Example[^1]
-|:-:|-
Child | <kbd>></kbd> | `nav>ul>li`
Sibling |<kbd>+</kbd... | rishiabee |
317,411 | An attempt to convert Blazor WebAssembly Project to Blazor Server App | This is an attempt to convert a Blazor WebAssembly app (preview) that I wrote earlier to Blazor Server app with just setup and hosting changes | 7,195 | 2020-04-25T02:02:19 | https://dev.to/gopkumr/an-attempt-to-convert-blazor-webassembly-project-to-blazor-server-app-276i | blazor, webassembly, blazorserverapp | ---
title: An attempt to convert Blazor WebAssembly Project to Blazor Server App
published: true
description: This is an attempt to convert a Blazor WebAssembly app (preview) that I wrote earlier to Blazor Server app with just setup and hosting changes
tags: Blazor, WebAssembly, BlazorServerApp
series: Microsoft Blazor... | gopkumr |
317,414 | Flutter: Custom Painter | PART-1 | You might have seen a lot of apps having highly customized designs and amazing animations. It is real... | 6,159 | 2020-04-23T10:30:07 | https://dev.to/sbis04/flutter-custom-painter-part-1-j4m | flutter, painter, dart, beginners | You might have seen a lot of apps having highly customized designs and amazing animations. It is really time-consuming and painful to achieve that level of customization on a native **Android** and **iOS** apps.
**Flutter** has got your back. With the help of `CustomPainter` combined with the legendary **Hot Reload** ... | sbis04 |
317,435 | Elegant set of objects | Once, at the same time, I needed to do the same thing in two different languages: javascript and pyth... | 0 | 2020-04-23T11:01:06 | https://dev.to/persononomo/elegant-set-of-objects-2ahe | javascript, python | Once, at the same time, I needed to do the same thing in two different languages: javascript and python. I needed to do a set of unique objects from an array of non-unique objects.
Of course, I could create the extra array and fill it by looping for input array with some if statement with some extra logic. But JSON hel... | persononomo |
317,725 | 100daysofcode Flutter | day 45/100 of #100daysofcode #Flutter Learning Flutter , courses Udemy from @maxedapps Today prepare... | 0 | 2020-04-23T15:12:06 | https://dev.to/triyono777/100daysofcode-flutter-2aco | 100daysofcode, flutter | day 45/100 of #100daysofcode #Flutter
Learning Flutter , courses Udemy from
@maxedapps
Today prepare for new section HTTP request, with firebase,
https://github.com/triyono777/100-days-of-code/blob/master/log.md | triyono777 |
317,754 | Java VS JavaScript | It's not a surprise that when we begin to learn programming we confused these two languages, since th... | 0 | 2020-04-24T04:05:58 | https://dev.to/vplentinax/java-vs-javascript-4hbd | programming, javascript, codenewbie, webdev | It's not a surprise that when we begin to learn programming we confused these two languages, since they both have similarities in their names. But today we are going to understand what differentiates them and why we must learn not to confuse them. Let's start.
<table width = "100%">
<tr>
<th><center>Java</center... | vplentinax |
317,782 | What is a container? A Kernel Introduction | Welcome to this tutorial series, where we will evolve from the anatomy of a container inside the Linu... | 0 | 2020-04-25T13:23:30 | https://appfleet.com/blog/what-is-a-container-a-kernel-introduction/ | docker, appfleet | Welcome to this tutorial series, where we will evolve from the anatomy of a container inside the Linux Kernel, and will keep building pieces and evolving till the publication of a service into an Orchestration Platform. The general idea is to detail as much as possible (without being massive) how is things working unde... | jimaek |
317,839 | Creating offline web apps with AWS Amplify DataStore | Written by Kay Plößer✏️ In today’s world, it seems like everyone is always connected. You carry... | 0 | 2020-05-15T17:14:44 | https://blog.logrocket.com/creating-offline-web-apps-with-aws-amplify-datastore/ | aws | ---
title: Creating offline web apps with AWS Amplify DataStore
published: true
date: 2020-04-23 17:30:22 UTC
tags: aws
canonical_url: https://blog.logrocket.com/creating-offline-web-apps-with-aws-amplify-datastore/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/8lgdk33u7yek9ms1nfmf.png
---
**Written by [Kay Pl... | bnevilleoneill |
317,840 | How to get playlist followers on Spotify | Many music lovers are looking for ways to get more followers on Spotify. We are facing the uncertaint... | 0 | 2020-04-23T18:02:32 | https://dev.to/laura41162/how-to-get-playlist-followers-on-spotify-4hi6 | spotify, music, productivity | Many music lovers are looking for ways to get more followers on Spotify. We are facing the uncertainty between the different applications to enjoy music anywhere: Spotify, Amazon Music, YouTube Music, etc. I will explain how to get your profile and your lists to reach more people.
https://techrusty.com/how-to-change-s... | laura41162 |
317,897 | The Framework For Perfectionists With Deadlines | This is an article on Django. | 0 | 2020-04-24T09:45:17 | https://dev.to/veldakiara/the-framework-for-perfectionists-with-deadlines-4n6c | python, django, webdev | ---
title: The Framework For Perfectionists With Deadlines
published: true
description: This is an article on Django.
tags: #python #django #webdevelopment
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/0w0crcfn8tdsrgewl2r3.png
---
There are so many programming languages, but one that has caught my eye for a p... | veldakiara |
317,903 | Quarantine work is not remote work | I’ve worked remotely for nearly a decade: Either self-employed or at a job, it was always completely... | 0 | 2020-04-29T21:28:31 | https://glennstovall.com/quarantine-work-is-not-remote-work/ | remote | ---
title: Quarantine work is not remote work
published: true
date: 2020-04-23 20:07:30 UTC
tags: remote
cover_image: https://glennstovall.com/wp-content/uploads/2020/04/OE2HNGA39iTeE5aJPcwL8RjBn0yJwQs6DszHtgrKFf0.jpg
canonical_url: https://glennstovall.com/quarantine-work-is-not-remote-work/
---
I’ve worked remotely ... | gsto |
317,914 | TerminusDB Webinar - Chat with Female Terminators | In this Webinar, rather than focus on just tech, we want to know more about the core team behind TerminusDB. Currently, we have 2 female developers in the dev team (out of 6, not bad), and I have some questions to ask them. We want to be inspired not just by technological knowledge, but also by their experience as a de... | 0 | 2020-04-23T22:38:44 | https://dev.to/terminusdb/terminusdb-webinar-chat-with-female-terminators-2ib | webinar, developer, chat, diversity | ---
title: TerminusDB Webinar - Chat with Female Terminators
published: true
description: In this Webinar, rather than focus on just tech, we want to know more about the core team behind TerminusDB. Currently, we have 2 female developers in the dev team (out of 6, not bad), and I have some questions to ask them. We wan... | cheukting_ho |
317,921 | Regex in Go | One day i was developing a project in Django and I was using the User model which is used for authent... | 0 | 2020-04-23T21:34:07 | https://dev.to/12mohaned/regex-in-go-doh | go, regex, computerscience, django | One day i was developing a project in Django and I was using the User model which is used for authenticating the user's to check if they have account or not, it's really an interesting model and the User model can create an object User it's an instance from class User which have attributes like username, password, firs... | 12mohaned |
318,006 | Productivity wings for Python Project | Python - Template Project (Part - 1) | 0 | 2020-04-24T01:08:12 | https://dev.to/hassanfarid/productivity-wings-for-python-project-4alg | template, python, gettingstarted | ---
title: Productivity wings for Python Project
published: true
description: Python - Template Project (Part - 1)
tags: template, python, getting-started
---
## Python - Template Project (Part - 1)
Source:
https://github.com/hassanfarid/python-template
---
Different studies suggest that code (a piece of functional... | hassanfarid |
374,026 | HTTP version evolution | The HTTP protocol is the communication language between the browser and the server, the latest... | 0 | 2020-06-29T12:28:01 | https://dev.to/ihavecoke/http-version-evolution-2cef | http, network | ---
title: HTTP version evolution
published: true
description:
tags: HTTP, network
---

The **HTTP** protocol is the communication language between the browser and the server, the latest version has reached **HTTP 3.0**.
I have read some... | ihavecoke |
318,017 | Binary Search | Binary search is a blazingly-fast search algorithm that has a worst case Big O of Ο(log n), the avera... | 4,401 | 2020-04-26T18:59:28 | https://dev.to/jamesrweb/binary-search-1m4g | computerscience, algorithms, data, python | Binary search is a blazingly-fast search algorithm that has a worst case [Big O](https://en.wikipedia.org/wiki/Big_O_notation) of `Ο(log n)`, the average case is `O(log n)` and the best case is `O(1)`. In short it's a search algorithm that is about as fast as you can get.
Binary Search utilises divide and conquer to r... | jamesrweb |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.