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 |
|---|---|---|---|---|---|---|---|---|
712,116 | Brief Introduction to ORM | ORM (Object-Relational Model) in 50 words Relational databases like MySQL are not object o... | 0 | 2021-05-29T14:11:29 | https://dev.to/il3ven/brief-introduction-to-orm-5b3h | database, sql | #### ORM (Object-Relational Model) in 50 words
Relational databases like MySQL are not object oriented. An ORM solves this problem. It provides an abstraction layer over relational databases.
In other words, ORM is an library using which you can create objects for your entities. For example, the entities for an ecomme... | il3ven |
734,133 | On bookmarklets and how to make them | Bookmarklets are bookmarks which execute javascript instead of opening a new page. They are... | 0 | 2021-06-24T09:37:51 | https://dev.to/siddharthshyniben/on-bookmarklets-and-how-to-make-them-45cd | javascript, tutorial | ### Bookmarklets are bookmarks which execute javascript instead of opening a new page. They are available in almost every browser, including Chrome, Firefox and most Chromium based browsers
They are pretty easy to make, and can do almost everything, including injecting other scripts, interacting with the DOM, and abso... | siddharthshyniben |
735,142 | Javascript Event Handling - Deep Dive | An unopinionated research (white) paper on front end event handling under the hood. Table... | 0 | 2021-06-22T14:00:26 | https://dev.to/nasidulislam/javascript-event-handling-deep-dive-112m | javascript, react, webpack, babel | *An unopinionated research (white) paper on front end event handling under the hood.*
## Table of Contents
- Introduction
- Overview
- Deep Dive
- [React](#react)
- [Vue](#vue)
- [Angular JS](#angular)
- [Svelte](#svelte)
- [jQuery - 1.6.4](#jquery)
- Resources
### Introduction
**Objectiv... | nasidulislam |
735,154 | String Prototype Capitalize | Note: This article is intended for Indonesians Perkenalan Javascript mempunyai banyak... | 0 | 2021-06-22T02:40:15 | https://dev.to/dimasandhk/string-prototype-capitalize-5dhn | javascript | **Note: This article is intended for Indonesians**
# Perkenalan
Javascript mempunyai banyak built in function pada prototype. Ada di array, string, object, dan lain2. Salah satu contohnya adalah `String.prototype.toUpperCase()` yang memungkinkan kita membuat string menjadi huruf besar.
## String.prototype.toUpperCase(... | dimasandhk |
736,129 | Full Stack Kubernetes with Kong Ingress Controller | Kubernetes has become the name of the game when it comes to container orchestration. It allows teams... | 0 | 2021-06-28T17:19:02 | https://dev.to/mbogan/full-stack-kubernetes-with-kong-ingress-controller-hm3 | kubernetes, devops, docker | Kubernetes has become the name of the game when it comes to container orchestration. It allows teams to deploy and scale applications to meet changes in demand while providing a great developer experience.
The key to handling modern dynamic, scalable workloads in Kubernetes is a networking stack that can deliver API m... | mbogan |
736,142 | The one about TDD & the Ukulele - WEEK 2 | WEEK 2 JEST was my new best friend and TDD my new enemy. It was natural to write code, THEN test... | 0 | 2021-06-22T22:49:06 | https://dev.to/iqraraza/the-one-about-tdd-week-2-1j9j | beginners, javascript, testing, codenewbie | WEEK 2
JEST was my new best friend and TDD my new enemy. It was natural to write code, THEN test it. Suddenly, I had to do it the other way round. There is method to the madness though.
Red, green refactor...red, green, refactor... was all that was running through my hippocampus whilst washing dishes.
Mock function... | iqraraza |
736,371 | Looking for a coding buddy | Hello everyone, my name is Programer171(which is not real) and I am 13 years old I love to code in... | 0 | 2021-06-23T06:12:23 | https://dev.to/programer171/looking-for-a-coding-buddy-1ndb | java, html, css, python | Hello everyone, my name is Programer171(which is not real) and I am 13 years old I love to code in java and html and css and I am currently learning python, I am looking for someone around my age to code with me on projects if you would like to be my coding buddy please contact me: Programer171@gmail.com
Peace | programer171 |
736,451 | Using Bottom Tab Bars on Safari iOS 15 | Apple recently announced the latest version of Safari on iOS 15 with a completely new design... | 0 | 2021-06-23T08:51:39 | https://samuelkraft.com/blog/safari-15-bottom-tab-bars-web | tabbar, safari, ios, css | **Apple recently announced the latest version of Safari on iOS 15 with a completely new design featuring a bottom floating tab bar. What does this mean for web developers and designers?**
Safari on iOS has had a problem for a long time when it comes to building websites and web apps with bottom-aligned navigation due ... | samuelkraft |
736,496 | 6 ways to configure Webpack | Webpack is a build tool to make code, which was not primarily written for execution in browsers,... | 0 | 2021-06-23T15:04:47 | https://dev.to/typescripttv/6-ways-to-configure-webpack-5a33 | javascript, typescript, webdev, beginners | ---
title: 6 ways to configure Webpack
published: true
description:
tags: javascript, typescript, webdev, beginners
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/9njibnh4d0ii8crbq08m.png
---
[Webpack](https://webpack.js.org/) is a build tool to make code, which was not primarily written for e... | bennycode |
736,515 | Say Hello to the Kyma Update Twitter Bot via Azure Durable Functions | Motivation As I would call me a fan of serverless and especially of Azure Functions and... | 0 | 2021-06-27T08:07:38 | https://dev.to/lechnerc77/say-hello-to-the-kyma-update-twitter-bot-by-azure-durable-functions-4e1a | serverless, azure, kyma, durablefunctions | ## Motivation
As I would call me a fan of _serverless_ and especially of _Azure Functions_ and their Durable extension, I am always looking for use-cases on applying them and getting some learning out of it.
Of course I follow the usual suspects in that area like [Marc Duiker](https://dev.to/marcduiker) and the [blog... | lechnerc77 |
736,519 | P42 for Visual Studio Code | 💡 This blog post is about P42 JavaScript Assistant v0.0.3 P42 for Visual Studio Code is now... | 13,408 | 2021-06-23T09:09:49 | https://p42.ai/blog/2021-06-23/p42-for-visual-studio-code | vscode, javascript, typescript | > 💡 This blog post is about P42 JavaScript Assistant v0.0.3
[P42 for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=p42ai.refactor) is now available in the Visual Studio Marketplace.
The **free extension includes all refactorings and code modernizations** that are available in P42... | lgrammel |
736,549 | cute owl using css and html | A post by Saba Alikhani | 0 | 2021-06-23T09:45:25 | https://dev.to/fydsa/cute-owl-using-css-and-html-1jge | codepen, css, html | {% codepen https://codepen.io/fydsa/pen/qBrzqor %} | fydsa |
736,565 | BEM For Beginners | Naming things in programming is not easy,not only in programming but also in css.Some programmers... | 0 | 2021-06-23T10:08:55 | https://dev.to/cglikpo/css-bem-made-easy-40i3 | css, codenewbie, methodologies, bem | Naming things in programming is not easy,not only in programming but also in css.Some programmers don't give naming much thought. They say that there isn't enough time to choose the name each class should have. That may be true, but low-quality code takes significantly longer to develop in the long term.So there are se... | cglikpo |
736,607 | How to Debug Php code | Writing code is hard enough, and having to debug any problems that occur in your code just makes it... | 0 | 2021-06-23T11:22:25 | https://dev.to/cglikpo/how-to-debug-php-code-21gd | php, codenewbie, tutorial, programming | Writing code is hard enough, and having to debug any problems that occur in your code just makes it even harder. Debugging is also much less enjoyable than writing code. Debugging is as old as programming itself. As software engineers,you will always be faced with bugs. To debug well,you need to know how to debug your ... | cglikpo |
736,639 | Securing the connectivity between a GKE application and a Cloud SQL database | In the previous part we created our Cloud SQL instance. In this part, we'll put them all together and... | 13,254 | 2021-06-24T12:51:42 | https://dev.to/stack-labs/securing-the-connectivity-between-a-gke-application-and-a-cloud-sql-database-4d6b | googlecloud, kubernetes, terraform, mysql | In the [previous part][part-4] we created our Cloud SQL instance. In this part, we'll put them all together and deploy Wordpress to Kubernetes and connect it to the Cloud SQL database. Our objectives are to:
* Create the IAM Service Account to connect to the Cloud SQL instance. It will be associated to the Wordpress K... | chabane |
737,322 | Testes são formas de organizar pensamentos e não apenas usar ferramentas | Criar teste é mais sobre uma forma de pensar do que apenas saber usar as ferramentas. Eu tenho... | 0 | 2021-06-24T00:34:05 | https://dev.to/biosbug/testes-sao-formas-de-organizar-pensamentos-e-nao-apenas-usar-ferramentas-n3e | Criar teste é mais sobre uma forma de pensar do que apenas saber usar as ferramentas.
Eu tenho tentado buscar uma forma de pensar sobre testes, mas ainda não tenho um raciocínio lógico que possa definir alguma forma para iniciar meus testes.
O jeito está sendo conversar com as pessoas que admiro as suas maneiras de f... | biosbug | |
737,651 | Excel Formulas to Calculate the Payment for an Annuity ~ Quickly!! | Sometimes you need to calculate the payment for an annuity in Excel. This article will show you some... | 0 | 2021-06-30T10:47:03 | https://geekexcel.com/excel-formulas-to-calculate-the-payment-for-an-annuity/ | excelformula, excelformulas | ---
title: Excel Formulas to Calculate the Payment for an Annuity ~ Quickly!!
published: true
date: 2021-06-24 08:26:21 UTC
tags: ExcelFormula,Excelformulas
canonical_url: https://geekexcel.com/excel-formulas-to-calculate-the-payment-for-an-annuity/
---
Sometimes you need to **calculate the payment for an annuity in E... | excelgeek |
737,692 | Top 5 Behavioral Emails Every Developer Tool Should Use | Double your open rate by using behavioral emails. | 0 | 2021-06-24T11:02:53 | https://www.moesif.com/blog/developer-marketing/behavioral-emails/Top-Five-Behavioral-Emails-Every-Developer-Tool-Should-Have/ | tools, email | ---
title: Top 5 Behavioral Emails Every Developer Tool Should Use
published: true
description: Double your open rate by using behavioral emails.
tags: tools, email
canonical_url: https://www.moesif.com/blog/developer-marketing/behavioral-emails/Top-Five-Behavioral-Emails-Every-Developer-Tool-Should-Have/
cover_image: ... | kayis |
737,749 | Pseudo-classes and pseudo-elements | CSS provide useful selector types that focus on specific platform state, like when the element is... | 13,217 | 2021-06-24T12:27:32 | https://dev.to/garimasharma/pseudo-classes-and-pseudo-elements-npp | css, codenewbie, beginners, html | CSS provide useful selector types that focus on specific platform state, like when the element is hovered, active etc.
## Pseudo-Classes
HTML here find themselves in various stages either because they are interacted with user or one of their child element is in a certain state.
For example, an HTML element could be ... | garimasharma |
737,828 | Build a Java Application in Visual Studio Code | For years, Java development has been dominated by three leading IDEs: Eclipse, IntelliJ IDEA and... | 0 | 2021-06-24T13:26:18 | https://dev.to/priyanshi_sharma/build-a-java-application-in-visual-studio-code-545p | java, programming, webdev, productivity | For years, [Java](https://www.java.com/) development has been dominated by three leading IDEs: Eclipse, IntelliJ IDEA and NetBeans. But we have other suitable opportunities. Among many talented multilingual code editors, Visual Studio Code has proven to be an outstanding product with exceptional Java support. VS Code a... | priyanshi_sharma |
737,998 | Como ler e escrever arquivos de texto com Java | Neste artigo eu apresento alguns casos de usos simples de leitura e escrita de arquivos de texto com... | 0 | 2021-06-24T16:50:08 | https://wldomiciano.com/como-ler-e-escrever-arquivos-de-texto-em-java/ | java, braziliandevs | Neste artigo eu apresento alguns casos de usos simples de leitura e escrita de arquivos de texto com Java.
## Leitura
O código abaixo mostra como retornar todo o conteúdo de um arquivo de texto como uma `String`.
```java
import static java.nio.charset.StandardCharsets.UTF_16;
import java.io.IOException;
import java... | wldomiciano |
738,567 | Start Learning Cloud Skills! | A screenshot of one of my personal cloud projects. Introduction In my previous... | 0 | 2021-06-26T10:07:07 | http://www.karimarttila.fi/cloud/2021/06/24/start-learning-cloud-skills.html | cloud, aws, azure | ---
title: Start Learning Cloud Skills!
published: true
date: 2021-06-24 00:00:00 UTC
tags: cloud,cloud,aws,azure
canonical_url: http://www.karimarttila.fi/cloud/2021/06/24/start-learning-cloud-skills.html
---

+ [Auto Close Tag](#2)
+ [Auto Rename Tag](#3)
+ [Materia... | gdcodev |
738,695 | Methods vs Computed in Vue | Hello 👋🏼, Lately I've been learning Vue. So today I learned about computed property. In my... | 0 | 2021-06-25T01:47:08 | https://dev.to/adiatiayu/methods-vs-computed-in-vue-21mj | help, discuss, vue, codenewbie | Hello 👋🏼,
Lately I've been learning Vue.
So today I learned about computed property.
In my understanding (please correct me if I'm wrong), `computed` is the same as `methods` property, only it will be re-executed if data that are used within the property are changed.
While `methods` property will be re-executed fo... | adiatiayu |
738,701 | #100DaysOfSwift: Day 8 | Hey ! Today, I learned about structures but for short struct. They are given their own variables,... | 0 | 2021-06-25T02:09:00 | https://dev.to/keeyboardkeda/100daysofswift-day-8-3pe | beginners, ios, swift | Hey !
Today, I learned about structures but for short struct. They are given their own variables, constants, and their own functions and are used in any way. Variables inside of struct are called stored properties and computed properties. You can use a struct when you have fixed data that you want to send or receive m... | keeyboardkeda |
738,721 | Pentingnya Sebuah Desain Sebelum Memulai Mengetik Program | Sebagai seorang yang masih belajar dalam pemrograman khususnya Website, saya ingin berbagi sedikit... | 0 | 2021-06-25T02:51:24 | https://dev.to/0wx/pentingnya-sebuah-desain-sebelum-memulai-mengetik-program-21gm | design, architecture, indonesia | Sebagai seorang yang masih belajar dalam pemrograman khususnya Website, saya ingin berbagi sedikit pengalaman dimana saya mampu meningkatkan produktifitas dengan hal yang sederhana.
## Kesalahan
Kesalahan fatal dari kebanyakan Programmer yang juga saya alami adalah mulai mengetik tanpa menggambarkan apa yang dia ingin... | 0wx |
738,835 | Summarize Zoom Meetings with Assembly AI | Introduction If you've ever wanted to quickly and accurately get your zoom meeting, or any... | 0 | 2021-07-23T23:20:02 | https://dev.to/guilleeh/summarize-zoom-meetings-with-assembly-ai-m3i | assemblyai, node, express | ## Introduction
If you've ever wanted to quickly and accurately get your zoom meeting, or any kind of speech turned into text, then Assembly AI is the API you need. Today I will be covering how to create a simple backend API to handle mp3 file uploads and converting them to PDF files with the transcript included. I wil... | guilleeh |
738,904 | Leetcode Array Problem Solutions (Remove Duplicates From Sorted Array) | In today's article, we are going to solve another leetcode problem and the statement for today's... | 0 | 2021-06-25T08:11:06 | https://dev.to/saurabhnative/leetcode-array-problem-solutions-remove-duplicates-from-sorted-array-236f | leetcode, javascript, interviewquestions, competitiveprogramming | In today's article, we are going to solve another leetcode problem and the statement for today's problem is to remove duplicate from a sorted array.
Link to the problem:-
https://leetcode.com/explore/learn/card/fun-with-arrays/511/in-place-operations/3258/
Agenda:-
- We are going to remove duplicate elements from a so... | saurabhnative |
738,963 | Creating a group | Hey there pls help me. Can anybody tell me that how to create a group at dev.to/connect because I... | 0 | 2021-06-25T09:25:00 | https://dev.to/darshkul24/creating-a-group-1bbi | help, discuss, dev, group | Hey there pls help me. Can anybody tell me that how to create a group at dev.to/connect because I don't know pls your help will be greate
Thanks for reading my post please press the like and the unicorn button while going.
Thank you
Darsh kulthia | darshkul24 |
739,051 | 😍 Earn 40% For Every Customer ( ≈ $23 / Sale ) | Hello👋, We are very happy to announce Frontendor affiliate program. Frontendor lets developers... | 0 | 2021-06-25T10:30:51 | https://dev.to/frontendor/earn-40-for-every-customer-23-sale-190o | Hello👋,
We are very happy to announce Frontendor affiliate program.
Frontendor lets developers construct gorgeous landing pages quickly and easily by using a simple copy-paste method. This current deal is Frontendor 2.0!
Your efforts are valuable to us and that is why we offer a high commission percentage.
✅ 30 da... | frontendor | |
739,156 | Tools for Web Developers To Work Smarter and not Harder | "A man is only as good as his tools" -Emmert Wolf In the software development... | 0 | 2021-06-25T13:30:23 | https://vickyikechukwu.hashnode.dev/tools-for-web-developers-to-work-smarter-and-not-harder | webdev, frontend, productivity, tutorial | <blockquote>
"A man is only as good as his tools" <br>
<span> -Emmert Wolf</span>
</blockquote>
In the software development industry. This would closely mean `A Developer is only as good as his tools`. As the difference in the productivity levels of two developers with the same technical knowledge is sometimes bas... | iamvictor |
740,895 | UI Dev Newsletter #63 | content-visibility Idorenyin Udoh explains all about the content-visibility property in... | 0 | 2021-07-02T05:55:49 | https://mentor.silvestar.codes/reads/2021-06-28/ | html, css, javascript, a11y | - [content-visibility](https://bit.ly/3dkHgrr)
Idorenyin Udoh explains all about the content-visibility property in CSS.
- [Organize your CSS declarations alphabetically](https://bit.ly/2TarvN0)
Eric Bailey explains why organizing CSS declarations are essential and why using alphabetical order might be the best solut... | starbist |
739,170 | Nextjs CI/CD on Vercel with Github actions | In this post we'll learn how to set up CI/CD with Nextjs on vercel Prerequisite Github... | 0 | 2021-06-25T13:48:26 | https://dev.to/chuddyjoachim/nextjs-ci-cd-on-vercel-with-github-actions-7g7 | nextjs, react, github, vercel | In this post we'll learn how to set up **CI/CD** with **Nextjs** on **vercel**
#Prerequisite
* Github Account
* Vercel Account
#Getting Started
1. Create a new github repository
if you don't have a [**Github Account**](https://github.com/signup) 👈click here.
If so then proceed to creating a new repository
 function and insert the parameters `x`and `y`.
### Example1
What is the correlation between X and Y if y = (100,94,150,160,180), and x = (23,21,32,40,45).
### Soluti... | maxwizard01 |
739,705 | Notes on Kafka: Topics, Partitions, and Offset | In the previous section, we have installed the Kafka and all the required pre-requisites in our... | 13,252 | 2021-06-26T00:59:41 | https://dev.to/jeden/notes-on-kafka-topics-partitions-and-offset-3fgg | kafka, microservices, devops, 100daysofcode | In the previous section, we have installed the Kafka and all the required pre-requisites in our machine. You can skip some part of this section that you're already familiar with, but basically we'll be going over:
- [Brief walkthrough of the directories](#brief-walkthrough-of-the-directories)
- [Now, onto the main to... | jeden |
739,771 | Technician Pabx Jakarta | Service Pabx – Teknisi Service Pabx menyediakan Jasa Layanan Pemeliharaan dan perbaikan Pabx, untuk... | 0 | 2021-06-26T04:44:07 | https://dev.to/jono76/technician-pabx-jakarta-492f |
Service Pabx – Teknisi Service Pabx menyediakan Jasa Layanan Pemeliharaan dan perbaikan Pabx, untuk memantau kesehatan Pabx dan untuk mencegah kemungkinan mati total. Pemeliharaan diperlukan memberikan kenyamanan kepada pelanggan karena PABX atau sistem telepon berfungsi dengan maksimal. Ini sangat membantu dalam ber... | jono76 | |
739,866 | Stackoverflow scraping with rust | It will extract the title, question link, answers count, view count, and votes from StackOverflow... | 0 | 2021-06-26T07:12:00 | https://dev.to/chaudharypraveen98/stackoverflow-scraping-with-rust-4624 | rust, scraping, cli, selectrs | It will extract the title, question link, answers count, view count, and votes from StackOverflow depending on the tag parameter and count. This scraper is inspired by [Kadekillary Scarper](https://github.com/kadekillary/scraping-with-rust) with updated libraries and some more features added.
#### Libraries Used
* [Re... | chaudharypraveen98 |
740,082 | Sveltekit Authentication | 🎓Tutorial: What you will learn * How to create an OAuth Application using Github * How to... | 0 | 2021-07-03T11:56:52 | https://hyper-io.medium.com/sveltekit-authentication-3363e086e72c | javascript, authentication, svelte, tutorial | ---
title: Sveltekit Authentication
published: true
date: 2021-06-02 20:50:07 UTC
tags: javascript,authentication,svelte,tutorial
canonical_url: https://hyper-io.medium.com/sveltekit-authentication-3363e086e72c
---
> 🎓Tutorial: What you will learn
>
> \* How to create an OAuth Application using Github
> \* How... | hyper |
740,314 | Breaking Production | Recently, an intern at HBO Max mistakenly sent a test email to thousands of users in production.... | 0 | 2021-06-26T19:36:01 | https://davidtruxall.com/breaking-production/ | career | ---
title: Breaking Production
published: true
date: 2021-06-24 15:00:03 UTC
tags: Career
canonical_url: https://davidtruxall.com/breaking-production/
---
Recently, an intern at HBO Max [mistakenly sent a test email to thousands of users in production](https://www.newsweek.com/hbo-max-sparks-jokes-memes-integration-te... | davetrux |
740,414 | WordPress in 2021: new concepts | WordPress evolves. Let's see new features you might not know yet. The old new editor A... | 6,359 | 2021-06-26T23:02:00 | https://dev.to/spo0q/wordpress-in-2021-new-concepts-pfg | wordpress | WordPress evolves. Let's see new features you might not know yet.
## The _old new_ editor
A total revamp of the WordPress editor called "Gutenberg" has been released in 2018 with the 5.0 version. It has replaced the classic TinyMCE editor you may have seen for years in the WordPress admin.
Core developers wanted to ... | spo0q |
740,526 | Building WSL2 Environment for Web Development | This article will not cover all details about every bit. I just want to give what steps needs to be... | 0 | 2021-06-27T04:07:28 | https://dev.to/mefaba/building-wsl2-environment-for-web-development-3ggc | This article will not cover all details about every bit. I just want to give what steps needs to be done for building a wsl2 environment. Therefore I can also come back to this article and do things again.
1)Install WSL2(windows subsystem linux) on your windows.
google>> install wsl2
2)Install Ubuntu on top of WSL2 en... | mefaba | |
740,550 | Build Sports Team API with GraphQL - Hasura - Part 4 | This post is part of a series of post and so if you haven't read the previous one, please read that... | 13,301 | 2021-06-27T05:39:08 | https://www.eternaldev.com/blog/build-sport-team-api-with-graphql-hasura-part-4/ | graphql, postgres | This post is part of a series of post and so if you haven't read the previous one, please read that and come back and we will wait :)
## Objectives of this post
1. Introduction
2. What is many-to-many relationship
3. Creating the players table
4. How to create many-to-many relationship
5. Creating the table in Hasur... | eternal_dev |
751,714 | DZone Contributor of the Month award | The DZone tech publishing site selected me as their Editors’ Pick Contributor of the Month for June... | 0 | 2021-07-06T21:09:44 | https://phoenixtrap.com/2021/07/06/dzone-contributor-of-the-month-award/ | award, dzone, perl | ---
title: DZone Contributor of the Month award
published: true
date: 2021-07-06 18:00:43 UTC
tags: award,DZone,Perl
canonical_url: https://phoenixtrap.com/2021/07/06/dzone-contributor-of-the-month-award/
---
The [DZone](https://dzone.com/) tech publishing site selected me as their Editors’ Pick Contributor of the Mon... | mjgardner |
752,132 | Creating Favicons for Light and Dark Mode UIs | Dark mode UIs are becoming increasingly popular. Often the legibility of a favicon is not great in... | 0 | 2021-07-07T06:29:24 | https://dev.to/wrux/creating-favicons-for-light-and-dark-mode-uis-3o74 | webdev, css | Dark mode UIs are becoming increasingly popular. Often the legibility of a favicon is not great in light or dark mode, so a dynamic solution is needed to display correctly in both modes.
Luckily, SVG favicons provide the functionality we need. If you are not using SVG favicons on your site yet, then go and change the... | wrux |
752,374 | Excel Formulas to Add Row Numbers and Skip Blanks ~ Simple Guide!! | In Excel, we can drag the fill handle to fill the sequence numbers in a column quickly and easily,... | 0 | 2021-07-12T03:22:26 | https://geekexcel.com/excel-formulas-to-add-row-numbers-and-skip-blanks-simple-guide/ | excelformula, excelformulas | ---
title: Excel Formulas to Add Row Numbers and Skip Blanks ~ Simple Guide!!
published: true
date: 2021-07-07 10:19:46 UTC
tags: ExcelFormula,Excelformulas
canonical_url: https://geekexcel.com/excel-formulas-to-add-row-numbers-and-skip-blanks-simple-guide/
---
In Excel, we can drag the fill handle to fill the sequenc... | excelgeek |
752,445 | The Difference Between Offshore Software Outsourcing and Onshore Outsourcing | Nowadays, many leading businesses and companies opt for software outsourcing services to increase... | 0 | 2021-07-07T12:11:35 | https://testfort.com/blog/the-difference-between-onshore-and-offshore-software-outsourcing | testing, apptesting, qatesting, qaoutsourcing | Nowadays, many leading businesses and companies opt for software outsourcing services to increase productivity, reduce costs on hiring an in-house team of remote developers, and get effective results. Generally, you can choose between onshore and offshore software outsourcing depending on your project objectives and pe... | testfort_inc |
752,485 | Build a blog with Bridgetown | Table of Contents Setup Ruby component and plugin Deployment and... | 0 | 2021-07-07T13:43:04 | https://fpsvogel.com/posts/2021/build-a-blog-with-bridgetown | webdev, jamstack, ruby, tutorial | ---
title: Build a blog with Bridgetown
subtitle: templates, components, and plugins all in Ruby
---
{% collapsible **Table of Contents** %}
1. [Setup](#1-setup)
2. [Ruby component and plugin](#2-ruby-component-and-plugin)
3. [Deployment and beyond](#3-deployment-and-beyond)
4. [Conclusion](#conclusion)
{% endcollapsi... | fpsvogel |
752,584 | QA and testing of e-commerce | Is it necessary to run detailed testing of e-commerce products? Let's just imagine how many issues... | 0 | 2021-07-07T14:54:55 | https://dev.to/hiretesterteam/qa-and-testing-of-e-commerce-ak9 | testing, ecommerce | Is it necessary to run detailed testing of e-commerce products? Let's just imagine how many issues can happen, for example, in a payment system, orders arrangement and management, delivery monitoring and so on.
To prevent possible bottlenecks, the following types of testing can be run:
- Functional testing
- UI/UX... | hiretesterteam |
752,778 | Scrape Google Shopping Product Results with Python | Contents: intro, imports, what will be scraped, process, code, links, outro. Intro This... | 12,790 | 2021-07-16T09:44:58 | https://serpapi.com/blog/scrape-google-shopping-product-results-with-python/ | python, webscraping, tutorial, datascience | Contents: intro, imports, what will be scraped, process, code, links, outro.
### Intro
This blog post is a continuation of Google's web scraping series. Here you'll see how to scrape Product Results using Python using `beautifulsoup`, `requests`, `lxml` libraries. An alternative API solution will be shown.
### Impor... | dmitryzub |
752,837 | Rendering HTML code in Vue | Let us suppose that we want to pass to the page as an attribute, a variable containing html code.... | 13,492 | 2021-07-07T20:08:30 | https://dev.to/mattiatoselli/rendering-html-code-in-vue-dan | vue, html, javascript, webdev | Let us suppose that we want to pass to the page as an attribute, a variable containing html code.
Like a clickable link. Following the previous tutorials one could think this is the right way.
```HTML
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- importing vue js dev library -->
<!-- development versio... | mattiatoselli |
753,012 | Knowledge curation and sharing made easy through Weavr Boards and RSS Feeds | Don't want to sign up for a million email newsletters? Here's an easy way to stay up to date on content from all your favorite blogs. | 0 | 2021-07-12T06:19:45 | https://dev.to/weavr/knowledge-curation-and-sharing-made-easy-through-weavr-boards-and-rss-feeds-29m1 | rssfeed, contentcuration, weavr, newsaggregator | ---
title: Knowledge curation and sharing made easy through Weavr Boards and RSS Feeds
published: true
description: Don't want to sign up for a million email newsletters? Here's an easy way to stay up to date on content from all your favorite blogs.
tags: rssfeed, contentcuration, weavr, newsaggregator
//cover_image: h... | onzalis |
753,157 | Hacks Are Fine | There's a slight problem with the standard definition of a hack. It says more about why you wouldn't want to use one than why you might. What if—now hear me out—hacks are fine? | 0 | 2021-07-09T01:40:47 | https://matthogg.fyi/hacks-are-fine/ | webdev, career, motivation, watercooler | ---
title: Hacks Are Fine
published: true
date: 2021-07-08 00:00:00 UTC
tags: webdev,career,motivation,watercooler
canonical_url: https://matthogg.fyi/hacks-are-fine/
description: There's a slight problem with the standard definition of a hack. It says more about why you wouldn't want to use one than why you might. Wha... | mrmatthogg |
753,528 | Game Development Course Announcement - Become a Game Developer Without a Degree | Farhan Aqeel
| https://www.youtube.com/watch?v=4_92hSf0dJY&list=PLBh8phtAyHPUY9fqgs1w6aHJALJ3_fMSc How to... | 0 | 2021-07-08T10:18:37 | https://dev.to/geeksread/game-development-course-announcement-become-a-game-developer-without-a-degree-farhan-aqeel-2jl2 | gamedev, unity3d, csharp | https://www.youtube.com/watch?v=4_92hSf0dJY&list=PLBh8phtAyHPUY9fqgs1w6aHJALJ3_fMSc
How to Become a Game Developer Without a degree? in this video, I have some things to say about my upcoming series that will help you to become a game developer without a degree. In this game development course, I will start from the v... | geeksread |
753,533 | Understand Hoisting in JavaScript once and for all | What is Hoisting? Hoisting is a JavaScript behavior in which a function or variable can be... | 0 | 2021-07-08T11:10:29 | https://dev.to/amarjits/understand-hoisting-in-javascript-once-and-for-all-31o6 | javascript, webdev, tutorial, codenewbie | #What is Hoisting?
Hoisting is a JavaScript behavior in which a function or variable can be used before declaring it. JavaScript moves the function and variable declarations to the top of their scope just before executing it, Due to which we can access them even before its declarations.
Let's understand it by going thr... | amarjits |
753,599 | Self hosting Forem(Dev) on your VPS; using t2d! | Now you can have your own [dev.to like] community. In this installation process, I use t2d(Talk to... | 8,399 | 2021-07-08T12:23:16 | https://app.leewardslope.com/morty/self-hosting-forem-on-your-vps-1d21 | selfhosting, t2d, webdev, tutorial | Now you can have your own [dev.to like] community. In this installation process, I use t2d(Talk to Dokku) a bash script which is powered by whiptail and dokku.
### Forem
Forem is open source software for building communities. It is the open source software that powers DEV and other inclusive communities; including [my... | akhilnaidu |
754,008 | Introducing Milkdown: A plugin driven WYSIWYG markdown editor | Overview Milkdown is a lightweight but powerful WYSIWYG markdown editor. It's made up by... | 0 | 2021-07-08T18:46:29 | https://dev.to/saulmirone/introducing-milkdown-a-plugin-driven-wysiwyg-markdown-editor-17n7 | showdev, javascript, typescript, markdown | ## Overview
Milkdown is a lightweight but powerful WYSIWYG markdown editor. It's made up by two parts:
- A tiny core which provide markdown parser, serializer and kinds of plugin loader.
- Lots of plugins provide syntax, commands and components.
With this pattern you can enable or disable any custom syntax you l... | saulmirone |
754,058 | Using SMS as a Fallback Option for Push Notifications | Using SMS as a fallback communication channel for users who are not subscribed to push... | 0 | 2021-07-12T18:53:54 | https://onesignal.com/blog/using-sms-as-a-fallback-option-for-unsubscribed-push-users/ | javascript, react, nextjs, webdev | ---
title: Using SMS as a Fallback Option for Push Notifications
published: true
date: 2021-07-08 18:24:07 UTC
tags: javascript, react, nextjs, webdev
canonical_url: https://onesignal.com/blog/using-sms-as-a-fallback-option-for-unsubscribed-push-users/
---
 function in JS | As per MDN, The repeat() method constructs and returns a new string which contains the specified... | 13,507 | 2021-07-09T06:00:08 | https://blog.lakbychance.com/implementing-string-repeat-function-in-js | javascript, algorithms, computerscience | As per [MDN](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/repeat),
> The `repeat()` method constructs and returns a new string which contains the specified number of copies of the string on which it was called, concatenated together.
Now one might think that there is a really... | lakbychance |
754,449 | Design Patterns: Singleton | This week on design patterns, we have the Singleton. It's the last creational design pattern that... | 12,869 | 2021-07-29T07:13:56 | https://dev.to/tamerlang/design-patterns-singleton-36di | computerscience, beginners, programming, architecture | This week on design patterns, we have the Singleton.
It's the last creational design pattern that we will cover.
Today you will learn:
- Understand the core concepts of the Singleton pattern.
- Understand why the Singleton pattern is considered an anti-pattern.
- Recognize opportunities to use the Singleton patter... | tamerlang |
754,558 | Excel Formulas to Find the First Column Number in a Range ~ Easily!! | So far we have learned the formulas to find the address of the first cell in Excel. Likewise, here we... | 0 | 2021-07-13T03:22:29 | https://geekexcel.com/excel-formulas-to-find-the-first-column-number-in-a-range/ | excelformula, excelformulas | ---
title: Excel Formulas to Find the First Column Number in a Range ~ Easily!!
published: true
date: 2021-07-09 08:19:25 UTC
tags: ExcelFormula,Excelformulas
canonical_url: https://geekexcel.com/excel-formulas-to-find-the-first-column-number-in-a-range/
---
So far we have learned the formulas to find the **[address o... | excelgeek |
754,585 | Starting a YouTube Channel for Programming Tutorials! | I have created a YouTube Channel in Which I will be Uploading Tutorials Related to the Programming... | 0 | 2021-07-09T10:16:31 | https://dev.to/abdurrkhalid333/starting-a-youtube-channel-for-programming-tutorials-5gmf | webdev, productivity, html, showdev | I have created a YouTube Channel in Which I will be Uploading Tutorials Related to the Programming and Web Development.
YouTube Channel Link:
[Learn To Code](https://www.youtube.com/channel/UChtr70R5H_ziehe_YjtOJtw 'Learn To Code')
If You Use Facebook then it will be a good option to like the Page so that you can get ... | abdurrkhalid333 |
754,607 | Making notarization work on macOS for Electron apps built with Electron Builder | I ❤️ building things and, when it comes to software, I’ve done that for quite a few platforms and in... | 0 | 2021-07-09T12:45:12 | https://christarnowski.com/making-notarization-work-on-macos-for-electron-apps-built-with-electron-builder | development, electron, node | I ❤️ building things and, when it comes to software, I’ve done that for quite a few platforms and in various programming languages over the years. Recently I’ve been developing a desktop app built with Electron and I must say the whole first-timer experience has been rather pleasing. One thing that required “a bit” of ... | christarnowski |
754,624 | Oracle Cloud, Free (Almost) Forever. | Have you heard? Oracle has a Cloud service like AWS, Azure, or GCP. I certainly didn't know about... | 0 | 2021-07-10T14:24:45 | https://dev.to/muckitymuck/oracle-cloud-free-almost-forever-2odo | cloudskills, cloud, cloudnative | Have you heard? Oracle has a Cloud service like AWS, Azure, or GCP. I certainly didn't know about this. IBM apparently has an offering. The field is getting crowded.(Clouded?, Clowded?)
Why should you care? A quick job search for remote Oracle Cloud jobs brings in 2000+ results in Dice. That's more than any of ... | muckitymuck |
754,663 | Developing Next-gen WordPress Solutions That Drive Growth & Generate Revenue | Hire our developers today to build an intuitive and scalable solution that will automate and simplify... | 0 | 2021-07-09T12:36:20 | https://dev.to/vmjsoftware/developing-next-gen-wordpress-solutions-that-drive-growth-generate-revenue-2m13 | wordpress, wordpressdevelopment, wordpressagency, wordpressservices | Hire our developers today to build an intuitive and scalable solution that will automate and simplify your mundane tasks. Share with us your vision and we will be happy to help. | vmjsoftware |
754,704 | Nuxt.js 2 And Express.js Authentication with Auth Module and JWT | Hi, today we want to build an authentication app with Nuxt.js and Express.js, we'll focus on the... | 0 | 2021-07-09T14:17:06 | https://dev.to/mohammadali0120/nuxt-js-and-express-js-authentication-with-auth-module-and-jwt-26gp | nuxt, express, authmodule, jwt | Hi, today we want to build an authentication app with Nuxt.js and Express.js, we'll focus on the front-end, and nuxt auth module and we will make a `local` authentication.
I remember myself when i wanted to add authentication in the app and how I was stuck in it because I couldn't find a good resource for it.
so I deci... | mohammadali0120 |
754,929 | Anyone on polywork out here? | Is anyone out here on @polywork ? Polywork is an alternative to LinkedIn and honestly their... | 0 | 2021-07-09T18:13:18 | https://dev.to/mediocredevops/anyone-on-polywork-out-here-5hem | Is anyone out here on @Polywork?
Polywork is an alternative to LinkedIn and honestly their interface and UI/UX is pretty good!
My Profile is at https://www.polywork.com/afrocoder
I want to connect with new people and network and I have 10 Invite codes if anyone wants to join!
Happy weekend! | mediocredevops | |
755,393 | CRUD operation with knex & mysql in node.js | In this post I will teach you how to use mysql with knex.js 😊 Knex.js is a SQL query... | 0 | 2021-07-10T09:16:48 | https://dev.to/moniruzzamansaikat/crud-operation-with-knex-mysql-in-node-js-2c29 | node, mysql, knex, crud | ### In this post I will teach you how to use mysql with knex.js 😊###
Knex.js is a SQL query builder for Postgres, MSSQL, MySQL, MariaDB, SQLite3, Oracle, and Amazon Redshift designed to be flexible, portable, and fun to use. It features both traditional node style callbacks as well as a promise interface for cleaner ... | moniruzzamansaikat |
755,507 | React Hooks Dependencies and Stale Closures | After we got the confidence on the flow of hooks in React, it's important to understand about it's... | 0 | 2021-07-10T13:10:19 | https://www.bharathikannan.com/blog/react-hooks-dependencies-and-stale-closures | react, beginners, javascript, hooks | After we got the confidence on the [flow of hooks](https://dev.to/payapula/react-useeffect-hook-flow-2f7p) in React, it's important to understand about it's dependencies as well.
In this post we will dive a bit deeper into the dependency array of hooks.
As always, let's start with a Javascript example. Before lookin... | payapula |
755,522 | Reflections on my portfolio | I was recently tasked with the project of making a personal webpage out of HTML and CSS. This is what... | 0 | 2021-07-10T12:52:26 | https://dev.to/elloo/reflections-on-my-portfolio-2gji | beginners, showdev, devjournal, codenewbie | ---
title: Reflections on my portfolio
published: true
description:
tags: beginners, showdev, devjournal, codenewbie
//cover_image: https://direct_url_to_image.jpg
---
I was recently tasked with the project of making a personal webpage out of HTML and CSS. [This](https://elloo.github.io/portfolio-2021/) is what I end... | elloo |
755,587 | Moderating Actions on Stream's Activity Feeds service | (headline image by Claudio Schwarz) This is for Stream, or getstream.io's Activity... | 0 | 2021-07-11T07:04:26 | https://dev.to/scampiuk/moderating-actions-on-getstream-io-s-activity-feed-1m4 | getstreamio, aws, lambda, compliance |
######(headline image by [Claudio Schwarz](https://unsplash.com/@purzlbaum))
---
> This is for [Stream](https://getstream.io/activity-feeds/), or getstream.io's Activity Feeds service. This block is here so people who are searching for getstream.io can find it! I'm never sure how to referr to the company, as just ca... | scampiuk |
755,659 | Importance of Ds and its purpose | In this article, we will go through the title role that a Data Scientist plays. There is a covering... | 0 | 2021-07-10T16:29:47 | https://dev.to/antony51777843/importance-of-ds-and-its-purpose-3o50 | <p>In this article, we will go through the title role that a Data Scientist plays. There is a covering of mystery surrounding Data Science. While the saying of Data Science has been be sociable for a while, very few people know about the real purpose of being a Data Scientist. </p>
<p>We will go through the various tas... | antony51777843 | |
755,957 | User-defined Ternary Operator | Discussion about user-defined ternary operator | 0 | 2021-07-11T04:38:21 | https://dev.to/wongjiahau/user-defined-ternary-operator-453e | programminglanguage, notation, syntax | ---
title: User-defined Ternary Operator
published: true
description: Discussion about user-defined ternary operator
tags: programminglanguage,notation,syntax
//cover_image: https://direct_url_to_image.jpg
---
## Introduction
Ternary operator is a very useful syntactical notation
for condensing meaning. Basically it t... | wongjiahau |
756,044 | Git Learning Materials | Thanks, Everyone For being part of the series From Git to GitHub. This is the 4th and the last Blog... | 13,451 | 2021-07-11T08:11:04 | https://dev.to/vanshsh/git-learning-materials-1ho2 | github | Thanks, Everyone
For being part of the series ***From Git to GitHub***. This is the 4th and the last **Blog of the series**.
In this blog, I will give you various resources to learn, apply, read about Git and GitHub.
## Install Git
- [Git](https://git-scm.com/).
## Youtube Playlists to Learn Git
- [The Net Ninj... | vanshsh |
756,160 | Toward solving interruption in Programming | Recently there are developers and creative vocal about how interruption ruin their work. There are... | 0 | 2021-07-11T10:44:07 | https://chrisza.me/interruption-attitude/ | Recently there are developers and creative vocal about how interruption ruin their work.
There are many articles about [flow state](https://www.bbc.com/worklife/article/20190204-how-to-find-your-flow-state-to-be-peak-creative) and [funny cartoon](https://heeris.id.au/2013/this-is-why-you-shouldnt-interrupt-a-programme... | chrisza4 | |
756,172 | Master Git in 7 minutes | Essentially, Git keeps tabs on text changes, but the definition is a version control system. Chances... | 0 | 2021-07-11T12:27:30 | https://valeriavg.dev/master-git-in-7-minutes/ | beginners, git, tutorial, webdev | Essentially, Git keeps tabs on text changes, but the definition is a version control system. Chances are you've already used git one way or another: it is a de-facto standard for code versioning due to it's distributed nature, as opposed to centralised Apache Subversion (SVN).
## Installing Git
To check if you have Gi... | valeriavg |
756,348 | Docker On AWS | AWS Whitepaper Summary | This content is the summary of the AWS whitepaper entitled “ Docker on AWS “ written by Brandon... | 0 | 2021-07-11T15:54:16 | https://dev.to/awsmenacommunity/docker-on-aws-nji | docker, aws, containers, cloudskills | This content is the summary of the AWS whitepaper entitled “ Docker on AWS “ written by Brandon Chavis and Thomas Jones. It discusses the exploitation of the container’s benefits in AWS. I tried to simplify and to gather the most interesting points from each paragraph, in order to give the readers very brief and effect... | dorraelboukari |
756,648 | Connecting RaaS, REvil, Kaseya and your security posture | Ransomware is an epidemic that adversely affects the lives of both individuals and large companies,... | 0 | 2021-07-12T14:40:36 | https://blog.shiftleft.io/connecting-raas-revil-kaseya-and-your-security-posture-3ca854cd4646 | vulnerability, cybersecurity, ransomware | ---
title: Connecting RaaS, REvil, Kaseya and your security posture
published: true
date: 2021-07-11 21:25:04 UTC
tags: vulnerability,cybersecurity,ransomware
canonical_url: https://blog.shiftleft.io/connecting-raas-revil-kaseya-and-your-security-posture-3ca854cd4646
---
Ransomware is an epidemic that adversely affect... | vickieli7 |
756,674 | Custom Snippets in VS Code | Tired of writing the same code over and over again? or Want to save time in a... | 13,494 | 2021-07-12T04:48:39 | https://dev.to/cenacr007_harsh/custom-snippets-in-vs-code-23e8 | productivity, vscode, codenewbie, beginners | ## Tired of writing the same code over and over again?
or
## Want to save time in a Competitive Programming contest?
Rest Assured as VS Code allows you to create your very own code snippets to save time while programming.
What is a Snippet?
A prefix is what is used to trigger the snippet and the body will be expanded... | cenacr007_harsh |
756,827 | Gitlab CI/CD for npm packages | A couple of weeks ago the IT team in my company talked about having repositories for the packages we... | 0 | 2021-07-21T14:56:37 | https://dev.to/kristijankanalas/gitlab-ci-cd-for-npm-packages-4ncj | devops, npm, git, gitlab | A couple of weeks ago the IT team in my company talked about having repositories for the packages we make for our PHP applications so we can switch to a more natural use of composer. We left the meeting with ideas but not with a concrete solution nor a promise to research this topic.
Few days ago I needed to make a jav... | kristijankanalas |
756,832 | Why you might not want to use TDD? | Test Driven Development is a technique that changes the way we think about tests and programming. It doesn’t mean it’s seamless or easy to start with. There are plenty of challenges on your way when you start. That is why I want to address some of them and share a few tips that will make your programmer’s life easier. | 0 | 2021-07-12T09:09:55 | https://dev.to/olaqnysz/why-you-might-not-want-to-use-tdd-26jf | programming, tdd, tests, challenges | ---
title: Why you might not want to use TDD?
published: true
description: Test Driven Development is a technique that changes the way we think about tests and programming. It doesn’t mean it’s seamless or easy to start with. There are plenty of challenges on your way when you start. That is why I want to address some ... | olaqnysz |
757,089 | Kubernetes: Deployment Strategies types, and Argo Rollouts | One of the goals of the ArgoCD implementation in our project is to use new Deployment Strategies... | 0 | 2021-07-13T05:54:38 | https://rtfm.co.ua/en/kubernetes-deployment-strategies-types-and-argo-rollouts/ | kubernetes, devops, todayilearned | ---
title: Kubernetes: Deployment Strategies types, and Argo Rollouts
published: true
date: 2021-07-12 07:31:40 UTC
tags: kubernetes,devops,todayilearned
canonical_url: https://rtfm.co.ua/en/kubernetes-deployment-strategies-types-and-argo-rollouts/
---
, [Moom](https://manytricks.com/moom/), [Spectacle](https://www.spectacleapp.com) were amongst the few tha... | flee2free | |
757,379 | How to copy a software protection dongle | The most efficient method of sharing a USB dongle over the Internet or a local network is with the... | 13,609 | 2021-07-12T19:14:51 | https://dev.to/a_lernin/how-to-copy-a-software-protection-dongle-3kc6 | dongle, security, usbkey | The most efficient method of sharing a USB dongle over the Internet or a local network is with the dedicated functionality of the dongle copying software solution **Donglify.**
**Donglify** is a sophisticated software application that enables users to create a virtual copy of a USB license dongle so it can be access... | a_lernin |
779,107 | Storing content in a structured way for later reuse - Content as a Service platforms | Publishing your content as an API If you are producing content as part of your everyday... | 0 | 2021-08-02T10:41:53 | https://dev.to/flotiq/storing-content-in-a-structured-way-for-later-reuse-content-as-a-service-platforms-36mc | cms, headlesscms, content, flotiq | 
### Publishing your content as an API
If you are producing content as part of your everyday business - it’s likely that your teams would like to repurpose the content for many different occasions and in different channels. Co... | likayeltsova |
757,496 | Card on File with React Native | Safely store and process credit cards with In-App Payments SDK on React Native | 0 | 2021-07-12T21:11:54 | https://developer.squareup.com/blog/card-on-file-with-react-native | reactnative, react, payments, mobile | ---
title: Card on File with React Native
published: true
description: Safely store and process credit cards with In-App Payments SDK on React Native
tags: reactnative, react, payments, mobile
canonical_url: https://developer.squareup.com/blog/card-on-file-with-react-native
cover_image: https://images.ctfassets.net/1wr... | mootrichard |
757,537 | Magic Link Authentication and Route Controls with Supabase and Next.js | In this post, we'll build out a Next.js app that enables navigation, authentication, authorization, redirects (client and server-side), and a profile view. | 0 | 2021-07-13T13:15:36 | https://dev.to/dabit3/magic-link-authentication-and-route-controls-with-supabase-and-next-js-leo | webdev, javascript, react, nextjs | ---
title: Magic Link Authentication and Route Controls with Supabase and Next.js
published: true
description: In this post, we'll build out a Next.js app that enables navigation, authentication, authorization, redirects (client and server-side), and a profile view.
tags: webdev, javascript, react, nextjs
cover_image: ... | dabit3 |
757,644 | Moving fast, it’s more than breaking things | I’ve been thinking about the saying “move fast and break things” lately. First, Armory’s CEO, DROdio,... | 0 | 2021-07-13T01:40:41 | https://dev.to/justjenu/moving-fast-it-s-more-than-breaking-things-kh9 | movefast | ---
title: Moving fast, it’s more than breaking things
published: true
description:
tags: movefast,
//cover_image: https://direct_url_to_image.jpg
---
I’ve been thinking about the saying “move fast and break things” lately. First, [Armory](https://www.armory.io/)’s CEO, DROdio, did a tech talk with [Launch Darkly](h... | justjenu |
757,779 | Helm: Kubernetes package manager | What is Helm ?? Helm is the first application package manager running atop Kubernetes. It... | 0 | 2021-09-25T06:29:29 | https://dev.to/piyushbagani15/helm-kubernetes-package-manager-4ocb | kubernetes, helm, charts, devops | ## What is Helm ??
Helm is the first application package manager running atop Kubernetes. It allows describing the application structure through convenient helm-charts and managing it with simple commands.
Helm provides the same basic feature set as many of the package managers you may already be familiar with, suc... | piyushbagani15 |
757,786 | Adding Social Media icons in HTML | If you are new to web development, you might have wondered how to add social media icons to your... | 0 | 2021-07-13T05:42:38 | https://dev.to/anjalijha22/adding-social-media-icons-in-html-o9 | beginners, html, webdev | If you are new to web development, you might have wondered how to add social media icons to your website to help expand its reach and connectivity. I figured out just few days ago-
There are various options, but I used a popular toolkit called Font Awesome.
####Step 1:
To get started, open the link below-
https://fon... | anjalijha22 |
778,686 | Deploy to Azure Kubernetes (AKS) from Azure DevOps with Azure Pipelines | Do you want to Deploy to Azure Kubernetes (AKS) from Azure DevOps, but you don't know where to start?... | 0 | 2021-08-02T01:24:32 | https://dev.to/n3wt0n/deploy-to-azure-kubernetes-aks-from-azure-devops-with-azure-pipelines-37b2 | azure, azuredevops, aks, kubernetes | Do you want to __Deploy to Azure Kubernetes (AKS) from Azure DevOps__, but you don't know where to start? This is for you!
In this live streaming, part of the "_Build Live with Me_" series, I'm going to deploy an application to Azure Kubernetes Service (AKS) via Azure DevOps using Azure Pipelines from scratch, live!
... | n3wt0n |
778,817 | Deploying NestJS API to Cloud Run using Cloud Build | NestJS is a NodeJS framework and deploying NodeJS API sometimes can be so challenging. Let's say for... | 0 | 2021-08-02T04:34:23 | https://dev.to/ajipandean/deploy-nestjs-api-to-cloud-run-using-cloud-build-66a | node, nestjs, cloudrun, api | NestJS is a NodeJS framework and deploying NodeJS API sometimes can be so challenging. Let's say for example you have VPS ready to be the place for your API to live. When you want to deploy your API to that VPS there are a lot of works to do. Starts from setting up environment for developing the API, then developing th... | ajipandean |
778,864 | Generic bubble sort in C# .NET | Early this year, I decided to brush up on my algorithms and data structure knowledge. I took these... | 0 | 2021-08-02T15:51:24 | https://swimburger.net/blog/dotnet/generic-bubble-sort-in-csharp-dotnet | dotnet, csharp | ---
title: Generic bubble sort in C# .NET
published: true
date: 2021-08-01 00:00:00 UTC
tags: dotnet, csharp
canonical_url: https://swimburger.net/blog/dotnet/generic-bubble-sort-in-csharp-dotnet
---
Early this year, I decided to brush up on my algorithms and data structure knowledge. I took these great two courses ([... | swimburger |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.