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 |
|---|---|---|---|---|---|---|---|---|
401,680 | Another stupid idea - another mini tool | UI Component Playground | 0 | 2020-07-17T09:52:49 | https://dev.to/barelyhuman/another-stupid-idea-another-mini-tool-5fh3 | showdev, javascript, webdev, react | ---
title: Another stupid idea - another mini tool
published: true
description: UI Component Playground
tags: #showdev, #javascript, #webdev, #react
---
People who've been reading for a while already know what I build and when I build them and they also already know where this post is headed. (For them: the link is a... | barelyhuman |
401,855 | Hacky Friday Stuff #17.07.2020 | Links about web development, product engineering, tools and services from all over the internet. Don... | 0 | 2020-07-17T12:50:02 | https://dev.to/sunnymagadan/hacky-friday-stuff-17-07-2020-4mkp | ruby, rails, javascript, hackyfriday | *Links about web development, product engineering, tools and services from all over the internet.*
[Don’t (guess)timate your projects, forecast with confidence](https://www.reaktor.com/blog/forecasting-method/)
How many projects have you worked on where a major frustration was coming up with a prediction for how long ... | sunnymagadan |
403,468 | JavaScript Best Practices — Semicolons, Spacing, and Sorting | JavaScript is a very forgiving language. It’s easy to write code that runs but has mistakes in it. I... | 0 | 2020-07-18T21:07:46 | https://thewebdev.info/2020/07/18/javascript-best-practices%e2%80%8a-%e2%80%8asemicolons-spacing-and-sorting/?utm_source=rss&utm_medium=rss&utm_campaign=javascript-best-practices%25e2%2580%258a-%25e2%2580%258asemicolons-spacing-and-sorting | javascript, codenewbie, codequality, webdev | ---
title: JavaScript Best Practices — Semicolons, Spacing, and Sorting
published: true
date: 2020-07-18 20:06:11 UTC
tags: javascript,codenewbie,codequality,webdev
canonical_url: https://thewebdev.info/2020/07/18/javascript-best-practices%e2%80%8a-%e2%80%8asemicolons-spacing-and-sorting/?utm_source=rss&utm_medium=rss&... | aumayeung |
402,762 | Shifting left on the SDLC, .NET 5 improvements, and the Slack sequel | Hi folks, Welcome back to another edition of Performance Matters. If you're a Ruby dev, you'll be h... | 0 | 2020-07-19T21:30:52 | https://dev.to/raygun/shifting-left-on-the-sdlc-net-5-improvements-and-the-slack-sequel-2jog | performancematters, performance, monitoring, dotnet | Hi folks,
Welcome back to another edition of Performance Matters. If you're a Ruby dev, you'll be happy to hear that our [Ruby APM beta is now LIVE!](https://twitter.com/raygunio/status/1283554835980185600) We're always looking for more beta testers and would love to hear your valuable feedback.
This week, hear fro... | raygun_staff |
402,771 | 10 extension ยอดนิยมสำหรับผู้ ใช้ vscode ประจำปี 2019 | วิธีการติดตั้ง Extension บน VSCode ให้กดปุ่ม Ctrl+Shift+X หรือกดปุ่ม Extension ในช่องค้นห... | 0 | 2020-07-18T06:14:31 | https://dev.to/manalabpsu/10-extension-5d5j | vscode, extension | ###**วิธีการติดตั้ง Extension บน VSCode**###
1. ให้กดปุ่ม Ctrl+Shift+X หรือกดปุ่ม Extension
2. ในช่องค้นหาด้านบน ให้พิมพ์ชื่อ Extension ที่ต้องการ
3. คลิกที่ปุ่ม Install เมื่อทำการติดตั้งเสร็จเรียบร้อยก็ให้คลิกที่ปุ่ม Reload
###**1.VS Color Picker, Color Highlight**###

* Type `edge://flags/#enable-force-dark` into the URL bar.
* Enable *Force Dark Mode for Web Contents*
* Restart
> M... | sakshatshinde |
403,191 | 🤖E1 | Which Framework is the best😉? | 2020 | In this series, I am going to be answering your coding/designing questions. I don't claim I have a lo... | 0 | 2020-07-19T11:14:33 | https://dev.to/eleftheriabatsou/e1-which-framework-is-the-best-2020-1bn1 | qna, framework, motivation, coding | In this series, I am going to be answering your coding/designing questions. I don't claim I have a lot of experience or that I know everything, I am just going to give you examples that have worked for me and I hope they will work for you as well.
In this video, I answer:
👣GENERAL QUESTIONS
1. How old are you? 1:11
... | eleftheriabatsou |
403,224 | Setting up Cypress | Cypress is a great way of testing your frontend application with end to end tests and it is so nice t... | 0 | 2020-07-18T15:15:55 | https://debbie.codes/blog/cypress-setup | cypress, nuxt, ci |
[Cypress](https://www.cypress.io/) is a great way of testing your frontend application with end to end tests and it is so nice to work with. Writing the tests and making sure they get ran on each build is really important too. Let's take a look at how you setup Cypress in your Nuxt.js project, setup a github action fo... | debs_obrien |
403,315 | Jinja - Short introduction and Sample Apps | A short introduction in Jinja2 plus two open-source apps to play with | 0 | 2020-07-18T17:51:32 | https://dev.to/sm0ke/jinja2-short-introduction-and-sample-apps-nb | jinja, python, webdev, appseed | ---
title: Jinja - Short introduction and Sample Apps
published: true
description: A short introduction in Jinja2 plus two open-source apps to play with
tags: Jinja, python, webdev, appseed
cover_image: https://raw.githubusercontent.com/app-generator/theme-jinja2-quick-uikit/master/media/theme-jinja2-quick-uikit-screen... | sm0ke |
403,386 | JEST (HOW TO MOCK) | What is Mock? According to Jest documentation:- Mock functions make it easy to test the... | 0 | 2020-07-18T19:34:14 | https://dev.to/shandilyaprasanna/jest-how-to-mock-p11 | react, javascript, testing |
###What is Mock?
According to Jest documentation:-
>Mock functions make it easy to test the links between code by erasing the actual implementation of a function, capturing calls to the function (and the parameters passed in those calls).
###Lets Mock now:-
####1.) Mock Functions
```javascript
const mockFn = jest.f... | shandilyaprasanna |
403,410 | Codebytes: How to mock upload files in the test cases | Mock file uploads with file input elements | 0 | 2020-07-19T06:27:42 | https://dev.to/prakash_chokalingam/codebytes-how-to-mock-upload-files-in-the-test-cases-1g87 | mockfileupload, fillinfile, javascript, codebytes | ---
title: Codebytes: How to mock upload files in the test cases
published: true
description: Mock file uploads with file input elements
tags: mockfileupload,fillInFile, javascript,codebytes
//cover_image: https://direct_url_to_image.jpg
---
Mocking file uploads with file input elements is not straight forward as moc... | prakash_chokalingam |
403,413 | Javascript var, let and const | using var to declare variables developers had to fight in many fields… | 0 | 2020-07-18T20:15:59 | https://dev.to/smileycode/var-let-and-const-in-js-597n | javascript, learning, beginners | ---
title: Javascript var, let and const
published: true
description: using var to declare variables developers had to fight in many fields…
tags: #javaScript #learning #beginners
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uyf30vn5q6582d6uffcu.jpeg
---
I hate intros but we must have one 🤷
... | nagwan |
403,419 | Como Compartilhar o Mouse e Teclado Entre Computadores – Windows, Linux e MacOS | Você tem dois computadores e apenas um teclado e mouse? Ou apenas quer otimizar seu tempo e usar um c... | 0 | 2020-08-03T19:27:21 | https://marquesfernandes.com/como-compartilhar-o-mouse-e-teclado-entre-computadores-windows-linux-e-macos/ | tech, barrier, linux, macos | ---
title: Como Compartilhar o Mouse e Teclado Entre Computadores – Windows, Linux e MacOS
published: true
date: 2020-07-17 23:18:04 UTC
tags: Tech,barrier,linux,macos
canonical_url: https://marquesfernandes.com/como-compartilhar-o-mouse-e-teclado-entre-computadores-windows-linux-e-macos/
---
Você tem dois computadore... | shadowlik |
403,589 | Hi, we’re ErgoSesh and we are thrilled to be at CodeLand! | ErgoSesh is a team of ergonomic specialists revolutionizing the standard ergonomic assessment. | 0 | 2020-07-23T11:51:23 | https://dev.to/ergosesh/hi-we-re-ergosesh-and-we-are-thrilled-to-be-at-codeland-3lbk | codeland | ---
title: Hi, we’re ErgoSesh and we are thrilled to be at CodeLand!
published: true
description: ErgoSesh is a team of ergonomic specialists revolutionizing the standard ergonomic assessment.
tags: codeland
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/gd64gb6ws9lk1xd2lxn0.png
---
[ErgoSesh](http://ergosesh... | brett_ergosesh |
403,686 | Adding Mutations with Express GraphQL | We can create a simple GraphQL server with Express. To do this, we need the express-graphql and graph... | 0 | 2020-07-20T23:49:09 | https://thewebdev.info/2020/07/19/adding-mutations-with-express-graphql-2/?utm_source=rss&utm_medium=rss&utm_campaign=adding-mutations-with-express-graphql-2 | graphql, javascript, webdev | ---
title: Adding Mutations with Express GraphQL
published: true
date: 2020-07-19 01:27:09 UTC
tags: GraphQL,javascript,webdev
canonical_url: https://thewebdev.info/2020/07/19/adding-mutations-with-express-graphql-2/?utm_source=rss&utm_medium=rss&utm_campaign=adding-mutations-with-express-graphql-2
---
We can create a... | aumayeung |
404,805 | Accessibility best practices, device testing and SEO | CSS and JavaScript accessibility best practices CSS and JavaScript accessibility best prac... | 0 | 2020-07-20T10:43:51 | https://dev.to/andrewbaisden/accessibility-best-practices-device-testing-and-seo-1fjc | javascript, tutorial, webdev, beginners | ## CSS and JavaScript accessibility best practices
[CSS and JavaScript accessibility best practices - Learn web development | MDN](https://developer.mozilla.org/en-US/docs/Learn/Accessibility/CSS_and_JavaScript)
[An introduction to Web Accessibility - YouTube](https://www.youtube.com/watch?v=9I-DCEa1WhM)
[Web Fundame... | andrewbaisden |
419,481 | Day 20: Code Refactoring | I refactored the code in consuming API's to two functions as a way to separate concerns. One function... | 0 | 2020-08-05T18:10:04 | https://dev.to/mtee/day-20-code-refactoring-1m59 | 100daysofcode, javascript | I refactored the code in [consuming API's](https://dev.to/mtee/consuming-api-s-part-2-1b51) to two functions as a way to separate concerns. One function gets the habits from the database while the other displays the habits on a webpage.
```javascript
let getHabits = async function () {
try {
const response = awai... | mtee |
422,684 | I created the Android logo using CSS and only 1 DIV. What do you think? | The following image was drawn in CSS using only 1 DIV: I created the logo when I was bored and want... | 0 | 2020-08-09T09:09:30 | https://dev.to/pandaquests/i-created-the-android-logo-using-css-and-only-1-div-what-do-you-think-5ged | discuss, codenewbie, css, codepen | The following image was drawn in CSS using only 1 DIV:

I created the logo when I was bored and wanted to challenge myself drawing something with CSS but using only 1 DIV - the minimal amount of HTML element. The source code can be inspecte... | pandaquests |
424,883 | Ruby on AWS Lambda: Planning & Architecting | This article is part of our Ruby on AWS Lambda blog series. A recent project had us migrating an exis... | 0 | 2020-08-11T17:58:39 | https://hint.io/blog/lambda-planning-and-architecture | ruby, aws, serverless, architecture | _This article is part of our Ruby on AWS Lambda blog series. A recent project had us migrating an existing pdf document processing system from Rails Sidekiq to AWS Lambda. The processing includes OCR, creating preview images, splicing the pdf, and more. Moving to Lambda reduced processing time by 300% in some cases; pa... | nshoes |
425,472 | SSIS Integration with existing Kafka Server | We try to Integrate our existing Kafka server to our SSIS services, due we do complex transformation... | 0 | 2020-08-12T11:24:43 | https://dev.to/yosafat1997/ssis-integration-with-existing-kafka-server-3p4 | help, ssis, kafka | We try to Integrate our existing Kafka server to our SSIS services, due we do complex transformation process to our Kafka messages which cannot meet our expectation for low latency when we use manual Python programming.

The job is to trigg... | yosafat1997 |
425,745 | Simplifying DevOps: Live Stream Happening Now | There's a live premiere happening now about simplifying your DevOps with Chuka Ofili, a Google Develo... | 0 | 2020-08-12T17:43:12 | https://dev.to/pollock/simplifying-devops-live-stream-happening-now-14b | devops, kubernetes, googlecloud, github | There's a live premiere happening now about simplifying your DevOps with Chuka Ofili, a Google Developer Expert + Gigster Full Stack Engineer + Cloud Architect, who is discussing how to simplify your DevOps stack with skaffold, flux, k8s, docker, github, gitops, slack, and more: https://www.youtube.com/watch?v=vdPOI09p... | pollock |
425,942 | What's the best documentation you've ever come across? | Can you recall the best piece of documentation that's stuck in your mind? Did it help inspire you to... | 0 | 2020-08-12T22:18:56 | https://dev.to/developernationsurvey/what-s-the-best-documentation-you-ve-ever-come-across-3447 | discuss, documentation, productivity | ---
title: What's the best documentation you've ever come across?
published: true
description:
tags: #discuss #documentation #productivity
//cover_image: https://direct_url_to_image.jpg
---
Can you recall the best piece of documentation that's stuck in your mind? Did it help inspire you to write better documentation y... | developernationsurvey |
425,980 | Debugging Abstractions: The Benefits of Mindfulness for Software Engineers | It's been a wild week. You and your team have been engaged in an all-out war with the codebase for the past two sprints. There's this new integration with a partner that's close to being shipped, and it promises bountiful revenue and voluminous web traffic... | 0 | 2020-08-12T23:37:57 | https://algodaily.com/blog/debugging-abstractions-the-benefits-of-mindfulness-for-software-engineers | career, productivity, codenewbie | ---
title: Debugging Abstractions: The Benefits of Mindfulness for Software Engineers
published: true
description: It's been a wild week. You and your team have been engaged in an all-out war with the codebase for the past two sprints. There's this new integration with a partner that's close to being shipped, and it pr... | jacobjzhang |
426,179 | MB01 Mybatis Overview | 此篇主要讲解一些Mybatis的基础 Mybatis的功能 持久层框架 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集的过程 可以使用简单的... | 0 | 2020-08-13T06:03:22 | https://dev.to/declair/mb01-mybatis-overview-56i2 | learning, mybatis | ## 此篇主要讲解一些Mybatis的基础
# Mybatis的功能
- 持久层框架
- 避免了几乎所有的 JDBC 代码和手动设置参数以及获取结果集的过程
- 可以使用简单的 XML 或注解来配置和映射原生信息,将接口和 Java 的实体类映射成数据库中的记录
# 持久层
数据持久化——将程序的数据从瞬时状态(内存)转化到持久状态(存到数据库或IO文件)
| declair |
426,210 | Coding Practice - Counting Valleys (Hacker Rank) | Counting Valleys Problem This is an easy rated problem on Hacker Rank, but I solved it on... | 0 | 2020-08-13T20:28:37 | https://www.lindakat.com/blog/cp-counting-valleys | javascript, practice | ---
title: Coding Practice - Counting Valleys (Hacker Rank)
published: true
date:
tags: javascript, practice
canonical_url: https://www.lindakat.com/blog/cp-counting-valleys
---
## Counting Valleys Problem
This is an easy rated problem on Hacker Rank, but I solved it on my first try so I'm fairly excited! All those ... | lindakatcodes |
426,298 | SEO Part2: Improve User Experience & SEO | This is the final article for the SEO series, in this article, I will provide a few technics about h... | 8,276 | 2020-08-13T10:13:50 | https://dev.to/oahehc/seo-part2-improve-user-experience-seo-11cd | seo | <blockquote>
This is the final article for the SEO series, in this article, I will provide a few technics about how to improve our website's UX.
</blockquote>
As I mentioned in the [first article](https://dev.to/oahehc/seo-part0-the-correct-mindset-1l30) of this SEO series, the ultimate goal for the search engine is t... | oahehc |
426,525 | All you need for working with Python 3 on a Mac | To clear up any confusion about a functioning setup to start working with Python 3 on a fresh... | 0 | 2020-08-13T14:25:30 | https://medium.com/@martin.breuss/all-you-need-for-working-with-python-3-on-a-mac-c811ac094869 | beginnercoding, setup, beginners, python | ---
title: All you need for working with Python 3 on a Mac
published: true
date: 2018-09-08 18:50:16 UTC
tags: beginnercoding,setup,beginnersguide,python
canonical_url: https://medium.com/@martin.breuss/all-you-need-for-working-with-python-3-on-a-mac-c811ac094869
---

### **What is a Contextual Menu?**
A contextual menu is a type of menu that appears on demand and contains a smal... | irangareddy |
427,923 | MacBook Pro 16in i7, vs Mac Mini... what software should and should you not have on a MB vs desktop? | Is there software that is better to use on a desktop that, is tough or shouldn’t use on a laptop? | 0 | 2020-08-14T21:21:52 | https://dev.to/yobretyo/macbook-pro-16in-i7-vs-mac-mini-what-software-should-and-should-you-not-have-on-a-mb-vs-desktop-102j | react, vue, web, design | Is there software that is better to use on a desktop that, is tough or shouldn’t use on a laptop? | yobretyo |
427,968 | Custom Select Styles with Pure CSS | This is episode #20 in a series examining modern CSS solutions to problems I've been solving over th... | 5,817 | 2020-08-15T03:12:40 | https://moderncss.dev/custom-select-styles-with-pure-css/ | tutorial, css, webdev | > _This is episode #20 in a series examining modern CSS solutions to problems I've been solving over the last 13+ years of being a frontend developer. Visit [ModernCSS.dev](https://moderncss.dev) to view the whole series and additional resources_.
<!-- [Accessibility, Custom Properties, Forms, Grid, Pseudo Elements, S... | 5t3ph |
427,975 | Take Initiative. | Please Take initiative ..start something that makes you better, Start something that's can make you,... | 0 | 2020-08-14T23:06:43 | https://dev.to/toqeer__abbas/take-initiative-217l | 100daysofcode, motivation | Please Take initiative ..start something that makes you better,
Start something that's can make you, your life,
leave bad habits.
What are you thinking right now?
Awake and Start Work...

#100DaysOfCode | toqeer__abbas |
428,112 | Github Actions & Telegram Notification | My submission to the GitHub Actions x DEV Hackathon! | 0 | 2020-08-15T06:03:12 | https://dev.to/yogiwisesa/github-actions-telegram-notification-5f7 | actionshackathon, github, opensource | ---
title: Github Actions & Telegram Notification
published: true
description: My submission to the GitHub Actions x DEV Hackathon!
tags: actionshackathon, github, opensource
---
[Instructions]: # (To submit to the GitHub Actions x DEV Hackathon, please fill out all sections.)
This project is a telegram bot and build... | yogiwisesa |
428,191 | How to extend Ruby with C++ | To extend Ruby with C++ is not that hard as you might think. Within a small project I created a bareb... | 0 | 2020-08-16T08:58:06 | https://dev.to/_adrian_e_/extend-ruby-with-c-14mh | ruby, rubygems, cpp, howto | ---
title: How to extend Ruby with C++
published: true
description:
tags: ruby, rubygems, cpp, howto
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/zhlk13c5c7l81jdj20id.png
---
To extend Ruby with C++ is not that hard as you might think. Within a [small project](https://github.com/addisaden/rbextample) I creat... | _adrian_e_ |
428,468 | GSoC'20 with NumFOCUS | Original post - https://www.codingpaths.com/gsoc/gsoc-2020-with-numfocus/ GSoC'20 with NumF... | 0 | 2020-08-15T15:05:03 | https://dev.to/sayam753/gsoc-20-with-numfocus-8hd | opensource, github, bayesian | Original post - https://www.codingpaths.com/gsoc/gsoc-2020-with-numfocus/
# GSoC'20 with NumFOCUS
I am super excited to say that I have been selected as a Google Summer of Code student by NumFOCUS for PyMC4. I would like to thank my mentors [Thomas Wiecki](https://github.com/twiecki) and [Maxim Kochurov](https://gith... | sayam753 |
428,492 | Spring boot : Rest project with lomback and logback | A simple spring boot REST example with lomback and logback configuration for logging Pom.xml file &... | 0 | 2020-08-15T15:50:35 | https://dev.to/sanjaybsm/spring-boot-rest-project-with-lomback-and-logback-44fc | A simple spring boot REST example with lomback and logback configuration for logging
Pom.xml file
```xml
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.ap... | sanjaybsm | |
428,636 | UWP | I've had a lot of experience developing WPF (Windows Presentation Foundation) applications, but this... | 0 | 2020-08-15T22:14:28 | https://dev.to/brandonmweaver/uwp-30lo | csharp, dotnet | I've had a lot of experience developing WPF (Windows Presentation Foundation) applications, but this week I decided to learn more about UWP (Universal Windows Platform). I was able to find a free, RESTful API which hosts COVID-19 data at covid19-api.org, and decided to build a statistical application based on the data ... | brandonmweaver |
428,657 | SQL: comandos básicos | Nesse artigo veremos os comandos básicos da linguagem SQL mais utilizados no dia a dia de uma cientis... | 0 | 2020-09-16T11:04:00 | https://dev.to/luizabizoni/sql-comandos-basicos-2bc3 | sql, database, datascience | Nesse artigo veremos os comandos básicos da linguagem SQL mais utilizados no dia a dia de uma cientista de dados e como utilizá-los.
Se você quer entender como funciona um banco de dados relacional, te convido a ler [este outro artigo](https://dev.to/luizabizoni/banco-de-dados-relacional-introducao-24an), no qual exp... | luizabizoni |
428,701 | How to secure your private keys. | Security is key Security in your application should be a large priority for a developer. A... | 0 | 2020-08-15T21:14:48 | https://dev.to/terrythreatt/how-to-secure-your-private-keys-45mp | privacy, beginners, ruby, tutorial | # Security is key
Security in your application should be a large priority for a developer. Anyone having access to your sensitive information can wreck havoc in your application and possibly your personal information. Even if it is a pet project to learn, It is always good practice to ensure you secure your keys. I wi... | terrythreatt |
428,711 | Recap/ Summary week #33 | Every beginning of weekend, I will share a recap of the week and at the same time a summary of my... | 0 | 2020-08-17T11:36:52 | http://www.frankysnotes.com/2020/08/recap-summary-week-33.html | devjournal, azure, opensource, showdev | ---
title: Recap/ Summary week #33
published: true
date: 2020-08-16 13:46:00 UTC
tags: devjournal,azure,opensource,showdev
canonical_url: http://www.frankysnotes.com/2020/08/recap-summary-week-33.html
---
Every beginning of weekend, I will share a recap of the week and at the same time a summary of my streams. Those... | fboucheros |
428,712 | Best YouTube/Twitch channels for web design/development? | Hi everyone! Do you watch or host any YouTube/Twitch channels about web design or development? I'd lo... | 0 | 2020-08-15T21:39:29 | https://dev.to/adamgreenough/best-youtube-twitch-channels-for-web-design-development-3816 | discuss, webdev, design, watercooler | Hi everyone! Do you watch or host any YouTube/Twitch channels about web design or development? I'd love to discover new ones and compile a quality list.
Look forward to hearing your recommendations. :) | adamgreenough |
433,132 | Adding the Fidel Android SDK to Your Kotlin Android Application | Fidel's real-time transaction monitoring allows you to monitor your customers' purchasing patterns.... | 0 | 2020-08-20T12:50:43 | https://blog.fidel.uk/adding-the-fidel-android-sdk-to-your-kotlin-android-application/ | ---
title: Adding the Fidel Android SDK to Your Kotlin Android Application
published: true
description:
tags:
canonical_url: https://blog.fidel.uk/adding-the-fidel-android-sdk-to-your-kotlin-android-application/
---
Fidel's real-time transaction monitoring allows you to monitor your customers' purchasing patterns. T... | dougsillars | |
428,906 | Which font is used in attached vscode image? | A post by Hemant Nigam | 0 | 2020-08-16T06:26:56 | https://dev.to/hemantnigam/which-font-is-used-in-attached-vscode-image-4mef | vscode, font, theme | hemantnigam | |
428,974 | Exciting new features to Google Chrome/Web in 2020 | Inside Story | Chrome is the favorite browser among all categories, but what it makes for developers too is the feat... | 0 | 2020-08-16T09:09:45 | https://dev.to/amanintech/exciting-new-features-to-google-chrome-web-in-2020-inside-story-1d4h | googlechrome, webdev |
Chrome is the favorite browser among all categories, but what it makes for developers too is the features it provides to the developer community. With the statement of bringing always fresh and exciting tools for the developers let’s see what can we expect from chrome in 2020. *They got announced at the [Indian web co... | amanintech |
429,006 | Angular Schematics from 0 to publishing your own library (I) | This is a series of posts, that, if you follow through, will help you acquire the necessary knowledge... | 8,345 | 2020-08-16T18:43:07 | https://dev.to/anfibiacreativa/angular-schematics-from-0-to-publishing-your-own-library-i-1b3b | angular, schematics, javascript, node | This is a series of posts, that, if you follow through, will help you acquire the necessary knowledge to write your first schematics and even publish them to npm with ng-add support!
Let's start!
## What are schematics, you ask?
Schematics are code generators based on descriptive code. Basically, you write some desc... | anfibiacreativa |
429,490 | The Specialist, the Generalist and the realist | Talking about the differences between specialists and generalists | 0 | 2020-08-16T21:20:24 | https://dev.to/harrisgeo88/the-specialist-the-generalist-and-the-realist-4hp0 | career, growth, development, softwareengineer | ---
title: The Specialist, the Generalist and the realist
published: true
description: Talking about the differences between specialists and generalists
tags:
- "career"
- "growth"
- "development"
- "softwareengineer"
//cover_image: https://www.quickicons.xyz/images/hipster-dog.jpg
---
*Originally posted on my blog [... | harrisgeo88 |
429,927 | How does web design help improve your business? | Here I clarified Web Designing is useful to your organization. I've got a good deal of expertise. I... | 0 | 2020-08-17T08:16:56 | https://dev.to/propelguru/how-does-web-design-help-improve-your-business-3l63 | webdev | 
Here I clarified Web Designing is useful to your organization.
I've got a good deal of expertise. I've written a thorough review of this article. In the event that you would like a thorough explanation check it out.
**1. Boost your visibi... | propelguru |
663,869 | How to Choose the Right PHP Development Company? | PHP is universally recognized because of its high performance but all those features are brought into... | 0 | 2021-04-13T06:25:42 | https://dev.to/christophers993/how-to-choose-the-right-php-development-company-22dk | PHP is universally recognized because of its high performance but all those features are brought into an application only with the help of a well-versed PHP development company. PHP itself is a treasure trove and the company you are hiring can extract good things out of it for your website.
[Finding a good PHP Develop... | christophers993 | |
448,603 | How to be an effective mentor? | We get a good sleep if we are satisfied with the work that we have done throughout a day. As a softwa... | 0 | 2020-09-06T17:38:24 | https://dev.to/maulik/how-to-be-an-effective-mentor-2876 | mentor, mentee, leadership, webdev | We get a good sleep if we are satisfied with the work that we have done throughout a day. As a software developer, coding and attending meetings becomes our daily job. At the initial level, it's appealing but in the long run, you lose something, and that something is the satisfaction. So I found a technique to tackle t... | maulik |
453,869 | Any tips for entry level developers trying to land a full time position in 2020? | It's been well over 4 months into the job search process. I've changed my strategy from filling out a... | 0 | 2020-09-12T00:36:47 | https://dev.to/irisjitomo/any-tips-for-entry-level-developers-trying-to-land-a-full-time-position-in-2020-3a03 | react, javascript, webdev | It's been well over 4 months into the job search process. I've changed my strategy from filling out applications solely, reaching out to people on linkedIn, reaching out to employees with the title of Recruiter, Talent, Manager. No luck as of yet, hoping to get some insight on some strategies that some of you have done... | irisjitomo |
465,793 | Learn at Local Hack Day: Learn! | Major League Hacking is excited to invite hackers from around the world to participate in Local Hack... | 0 | 2020-09-25T15:46:04 | https://dev.to/emilyakers/learn-at-local-hack-day-learn-32bf | majorleaguehacking, mlh, localhackday | Major League Hacking is excited to invite hackers from around the world to participate in Local Hack Day: Learn, a day-long conference full of keynotes and workshops with a week of workshops leading up to it. Earn limited-edition hacker swag by forming a Guild with your friends! Sign up now! localhackday.mlh.io/learn | emilyakers |
467,198 | Slack Clone with React | Semantic UI | GraphQL | PostgresSQL (PART 7) | In part 6 of this series, we set up the apollo client along with the folder structure. However, since... | 0 | 2020-09-27T17:31:02 | https://dev.to/ajeasmith/slack-clone-with-react-semantic-ui-graphql-postgressql-part-7-5439 | react, webdev, tutorial, postgres | In part 6 of this series, we set up the apollo client along with the folder structure. However, since I have changed my folder structure and routes a little bit, so let's correct those before diving into Register and Login UI with Semantic UI.
## Refactor Folder Structure
 - a tool to instantly create a public self-service knowledge base for your customers with Notion.
Deno is a Javascript / TypeScript runtime looking to take the place of Node.js as the status quo. It boasts a wide slew of features and has a lot of hype around the proje... | spencerpauly |
468,419 | Simplifying the user journey for consumers of Web-monetized content | Journey into Web Monetization Web Monetization is a new Web Services (API) that allows use... | 0 | 2020-10-01T13:45:53 | https://dev.to/uu/simplifying-the-user-journey-for-consumers-of-web-monetized-content-mbj | webmonetization, ux, blockchain, webdev | ## Journey into Web Monetization
Web Monetization is a new Web Services (API) that allows users to stream a small amounts of micropayments to the website they are looking at via their browser or other web user agent. [webmonetization.org](https://webmonetization.org/) has all the technical details of the technology for... | uu |
469,008 | Most Useful Gems for Ruby on Rails API | Are you new to Rails? Or maybe just looking for any cool gem to use in your new API? Here is a list o... | 0 | 2020-09-29T15:29:57 | https://www.rootstrap.com/blog/gems-you-want-to-have-in-your-rails-api/ | rails, ruby, webdev | Are you new to Rails? Or maybe just looking for any cool gem to use in your new API? Here is a list of gems we have on our Rails API Base that we consider a must-have in every Rails API project.
## The best authentication gem
If you are building a Rails API, then you will probably need token-based authentication and t... | jdrosales17 |
469,727 | Base API: Honest Feedback Requested | Hi there 👋 I am building Base API a collection of basic APIs that a web app usually needs (image upl... | 0 | 2020-09-30T04:26:44 | https://dev.to/gdotdesign/base-api-honest-feedback-requested-42bi | feedback, api, discuss | Hi there 👋 I am building [Base API](http://www.base-api.io/) a collection of basic APIs that a web app usually needs (image upload, email sending, authentication, etc...).
The thing is that I'm in a standstill (I haven't done anything with the product in the last half year) and don't know how to proceed with it. I r... | gdotdesign |
471,013 | Learning How to Code | When you work for a tech company in an official capacity, it feels like everyone around you is speaki... | 0 | 2020-10-01T06:20:48 | https://www.loginradius.com/engineering/blog/learning-how-to-code/ | learning, coding, learningresources | ---
title: Learning How to Code
published: true
date: 2015-12-29 00:00:00 UTC
tags: Learning,Coding,Learningresources
canonical_url: https://www.loginradius.com/engineering/blog/learning-how-to-code/
---
When you work for a tech company in an official capacity, it feels like everyone around you is speaking another lan... | mohammed786 |
471,020 | How does a Beginner feel when they are just getting started. | When you enter the arena , you see a whole lot of of troops already fighting for their life and you t... | 0 | 2020-10-01T06:25:57 | https://dev.to/hardiky/how-does-a-beginner-feel-when-they-are-just-getting-started-137l | beginners, opensource, developers, youtube | When you enter the arena , you see a whole lot of of troops already fighting for their life and you think you just are getting started as a troop and you want to be a king someday. When you someone shows how something works , a Beginner goes through multiple emotions at consecutively for example , from astonished to ex... | hardiky |
471,042 | tsParticles loves Hacktoberfest | tsParticles is always looking for contributors and if you are searching for some project to... | 0 | 2020-10-01T07:10:00 | https://dev.to/tsparticles/tsparticles-hacktoberfest-4chn | hacktoberfest, news, showdev, contributorswanted | tsParticles is always looking for contributors and if you are searching for some project to contribute for the Hacktoberfest 2020 I'll be glad to help you participate.
tsParticles is a web project, written in TypeScript. It uses mostly `canvas` animations but there's also a visual editor and many components for the mo... | matteobruni |
471,083 | Redesigning a Landing Page | Hello and welcome. This post references a previous blog I wrote, so to catch up, you can read it here... | 9,044 | 2020-10-01T08:49:45 | https://dev.to/gbenga/redesigning-a-landing-page-3d69 | ux, react, design, frontend | Hello and welcome. This post references a previous blog I wrote, so to catch up, you can read it here:
{% link https://dev.to/gbenga/my-first-ux-case-study-3hg9 %}
## Recap
In my previous post, I looked at the homepage at [sayplants.com](http://sayplants.com), and discussed the most immediately noticeable issues. To... | gbenga |
471,172 | JetBrains Code With Me - Collaborative Coding in IntelliJ | Has anyone else completely missed JetBrain's early access announcement for the Code With Me plugin th... | 0 | 2020-10-01T10:45:00 | https://dev.to/danielw/jetbrains-code-with-me-collaborative-coding-in-intellij-4n08 | todayilearned, productivity, technology | Has anyone else completely missed [JetBrain's early access announcement](https://blog.jetbrains.com/blog/2020/09/28/code-with-me-eap/) for the [Code With Me](https://plugins.jetbrains.com/plugin/14896-code-with-me) plugin that happened 3 days ago!?
It is finally happening, collaborative coding in IntelliJ! And it's no... | danielw |
471,276 | How to get started webdevelopment freelancing career?And which are the language I must need to know? | A post by afnan432 | 0 | 2020-10-01T13:17:42 | https://dev.to/afnan432/how-to-get-started-webdevelopment-freelancing-career-and-which-are-the-language-i-must-need-to-know-2lho | afnan432 | ||
472,238 | Community Hangout and Update - 2020-10-03 | Join us this Sunday 6th September at 10:00 EST (14:00 UTC) for a community hangout and update.... | 0 | 2020-10-02T13:36:10 | https://dev.to/phalcon/community-hangout-and-update-2020-10-03-3ihb | phalcon, phalcon4, phalcon5, hangout | ---
title: Community Hangout and Update - 2020-10-03
published: true
date: 2020-10-02 13:19:17 UTC
tags: phalcon,phalcon4,phalcon5,hangout
canonical_url:
---
Join us this Sunday 6th September at 10:00 EST (14:00 UTC) for a community hangout and update.
<!--more-->
### New Blood
- [Jérémy](https://github.com/jenovat... | niden |
472,716 | What are your first-choice when it comes to picking convolutional neural network architectures and why? | A post by Periklis Gkolias | 0 | 2020-10-02T20:38:56 | https://dev.to/perigk/what-are-your-first-choice-when-it-comes-to-picking-convolutional-neural-network-architectures-and-why-2di1 | machinelearning, help | perigk | |
472,739 | Verifying Assembly Redirects Before Runtime | We wrote a tool to help catch broken binding redirects when doing dependency updates. | 0 | 2020-10-06T21:41:55 | https://dev.to/dustinsoftware/verifying-assembly-redirects-before-runtime-1p4g | dotnet, nuget, assemblybindingredirect | ---
title: Verifying Assembly Redirects Before Runtime
published: true
description: We wrote a tool to help catch broken binding redirects when doing dependency updates.
tags: dotnet, nuget, assemblybindingredirect
---
This week's "yak shaving" project was updating a library dependency in across several large .NET so... | dustinsoftware |
473,398 | Kor UI themes #1: Twitch, Github, Spotify | In this post we will showcase the three Kor UI themes inspired in well-known websites or web apps. We... | 0 | 2020-10-03T12:30:23 | https://dev.to/eduferfer/kor-ui-themes-1-twitch-github-spotify-2i8e | ux, design, webdev, css | In this post we will showcase the three **[Kor UI](https://kor-ui.com/)** themes inspired in well-known websites or web apps. We have chosen **Twitch**, **GitHub** and **Spotify** as references because of their harmonious base colors, rich use of accent colors and typography.
We will cover mainly two aspects of themin... | eduferfer |
476,886 | What Tech I Use in 2020 As Developer | Software, Hardware and other stuff I use during my work Photo by Dhaval Parmar on Unsplash... | 0 | 2020-10-05T14:53:08 | https://dev.to/devbyrayray/what-tech-i-use-in-2020-as-developer-np7 | development, programming, apple, javascript | ## Software, Hardware and other stuff I use during my work
Photo by [Dhaval Parmar](https://unsplash.com/@dhaval?utm_source=medium&utm_medium=referral) on [Unsplash](https://unsplash.com?utm_source=medium&utm_medium=referral)
So now and then I get a question what I use for software and hardware as a developer. Well h... | devbyrayray |
483,263 | 22 tips for coaching remote teams | Becky Hammon the first-ever female head coach in the NBA’s Summer League for the Spurs and the first... | 0 | 2021-02-04T14:17:24 | https://medium.zenika.com/22-tips-for-coaching-remote-teams-1e04232f9607 | remoteworking, coaching, wfh, teamwork | ---
title: 22 tips for coaching remote teams
published: true
date: 2020-05-09 13:16:58 UTC
tags: remoteworking,coaching,wfh,teamwork
canonical_url: https://medium.zenika.com/22-tips-for-coaching-remote-teams-1e04232f9607
---
<figcaption>Becky H... | karinesabatier |
485,002 | Introduction to Assembly | Hello! Lets have a look at the Assembly language. Assembly is one level above binary, which runs on... | 0 | 2020-10-12T17:01:04 | https://dev.to/anja/introduction-to-assembly-3ig0 | assembler | Hello!
Lets have a look at the Assembly language. Assembly is one level above binary, which runs on your hardware. The Assembler converts Assembly into binary. In the following 'Hello World' code we are working with the registers of a Raspberry Pi, which are contained in the CPU and can hold up to 32 bits.
This is th... | anja |
485,382 | The One and Only Software Design Principle | If we build our entire paradigm on a single rule, we can keep it simple and make excellent models. Be... | 9,471 | 2020-10-13T02:29:33 | https://codeburst.io/the-one-and-only-software-design-principle-5328420712af | beginners, tutorial, design, oop | If we build our entire paradigm on a single rule, we can keep it simple and make excellent models.
Being minimalist and being axiomatic means we can derive a set of rules from a single definition.
If we build our entire paradigm over one single rule we can [Keep It Simple, Stupid](https://en.wikipedia.org/wiki/KISS_pr... | mcsee |
485,620 | #1 Kèo Nào - Tổng hợp tin tức, lịch thi đấu, tỷ lệ kèo bóng đá | KÈO NÀO ✅ Tổng hợp tin tức bóng đá ✅ Lịch thi đấu bóng đá ✅ Kết quả bóng đá ✅ Bảng xếp hạng bóng đá ✅... | 0 | 2020-10-13T08:40:41 | https://dev.to/keonaocrop/1-keo-nao-t-ng-h-p-tin-t-c-l-ch-thi-d-u-t-l-keo-bong-da-4ced |
KÈO NÀO ✅ Tổng hợp tin tức bóng đá ✅ Lịch thi đấu bóng đá ✅ Kết quả bóng đá ✅ Bảng xếp hạng bóng đá ✅ Trực tiếp bóng đá ✅ VIP 24/7
#keonao #keo_nao #bong_da_keo_nao #soi_keo
https://keonao.com/soi-keo/
https://keonao.com/nha-cai/
https://keonao.com/game-bai/
https://keonao.com/ban-ca-doi-thuong/
https://keonao.com... | keonaocrop | |
486,462 | Python ile 5 Dakikada Nesneye Yönelik Programlama | Sınıflar sadece python'da değil diğer programlama dillerinde de işimizi oldukça kolaylaştıran yapılar... | 9,229 | 2020-10-14T16:03:21 | https://dev.to/w3eydi/python-ile-5-dakikada-nesneye-yonelimli-programlama-1pbf | python, oop, datascience | Sınıflar sadece `python`'da değil diğer programlama dillerinde de işimizi oldukça kolaylaştıran yapılardır. Python'da oluşturduğumuz her int, str, list gibi yapılar aslında sınıf olarak oluşturulmaktadır. Temel olarak sınıflar birden fazla özelliği, metodu kendi içerisinde barındıran şablonlardır diyebiliriz.
- **Sını... | w3eydi |
487,128 | Por que eu fujo enquanto ele luta? | Quem nunca refletiu sobre essa pergunta ao ouvir a clássica frase quanto o tópico é ansiedade, de qu... | 0 | 2020-10-14T20:09:18 | https://dev.to/thiagopederzolli/por-que-eu-fujo-enquanto-ele-luta-3c6k | <p>
Quem nunca refletiu sobre essa pergunta ao ouvir a clássica frase quanto o tópico é ansiedade, de que é ela a responsável por ativar nossos mecanismos psíquicos frente à situações amedrontadoras.
</p>
<p>
Ao nos depararmos com uma situação de perigo, que nos gere a sensação desconfortável de medo e incapacidade, v... | thiagopederzolli | |
487,413 | Announcing the 2020 State of CSS Survey | The annual CSS survey is back, this time in multiple languages | 0 | 2020-10-20T04:24:18 | https://dev.to/sachagreif/announcing-the-2020-state-of-css-survey-22n2 | ---
title: Announcing the 2020 State of CSS Survey
published: true
description: The annual CSS survey is back, this time in multiple languages
tags:
cover_image: https://stateofcss.com/images/stateofcss_socialmedia.png
---
Back in 2016 we launched the very first edition of the [State of JavaScript](http://stateofjs.c... | sachagreif | |
487,418 | HacktoberFest Experience | I learned contributing to different projects in open source other than helping the community I worke... | 0 | 2020-10-15T05:17:14 | https://dev.to/rishittripathitherocking/hacktoberfest-experience-2p15 | hacktoberfest | I learned contributing to different projects in open source other than helping the community
I worked on repo which is good for programming and data structures and helps different people in getting the algorithms related to data structures or common problems here we wrote problems related to competitive programming as... | rishittripathitherocking |
487,605 | Yup Schema Commonly Used Examples | Here are two commonly used schema validations using Yup: Phone number validation with Regex How to... | 0 | 2020-10-15T09:21:20 | https://dev.to/calvinpak/yup-schema-commonly-used-examples-2o45 | javascript, schema, yup, regex | Here are two commonly used schema validations using Yup:
1. Phone number validation with Regex
2. How to compare two fields in Yup
```Javascript
import * as yup from "yup";
const phoneRegex = /^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})$/;
const schema = yup.object().shape({
phone: yup.string().matches(phone... | calvinpak |
488,037 | On Code Narrative | Editor's Foreword: This is a post from one of the developers on the Xyla Team. While not especially p... | 0 | 2020-10-15T16:41:03 | https://hello.xyla.io/blog/article/488037/on-code-narrative-3056 | style, naming, python | _**Editor's Foreword**__: This is a post from one of the developers on the Xyla Team. While not especially pertinent to mobile marketing, it is an excellent showcase of our culture and the passion of our team members, so we have elected to include it. The article also benefits from being eloquent in excess and truly de... | lfmyr |
489,261 | How do I write a 150 page doc in Markdown using github as version control then output to a designed .pdf when I want to release? | How do I write a 150 page book in Markdown using github as version control then output to a designed... | 0 | 2020-10-16T18:50:18 | https://dev.to/rowemore/how-do-i-write-a-150-page-doc-in-markdown-using-github-as-version-control-then-output-to-a-designed-pdf-when-i-want-to-release-5g38 | documentation | How do I write a 150 page book in Markdown using github as version control then output to a designed .pdf whenever I want to release?
I'm looking for a toolchain and workflow for version control and Continuous Integration / Continuous Deployment for a book of prose.
some tools I've looked at:
- gitbook
- docusau... | rowemore |
489,273 | Improving Life For Part Time Workers | Background Recently I was asked by my manager how they could improve the working life of... | 0 | 2021-08-16T06:45:26 | https://dev.to/crr0004/improving-life-for-part-time-workers-4ngj | productivity | # Background
Recently I was asked by my manager how they could improve the working life of part time software engineers. Working as part time software engineer myself, it makes sense to draw from my lived experience.
To give you context about myself, I normally work on a range of development tasks. Professionally I ha... | crr0004 |
490,340 | HACKTOBER'2020 | What I Learned From Hacktoberfest It was an amazing experience. I went through the contrib... | 0 | 2020-10-17T13:40:35 | https://dev.to/vanshita2123/hacktober-2020-3f3e | hacktoberfest | ## What I Learned From Hacktoberfest
It was an amazing experience. I went through the contributions made by others, learned a lot, created PR's after analysing their code. | vanshita2123 |
490,398 | If there is an input, there should be a form | This post was originally published on https://tomekdev.com/posts/input-and-form. Go there to read a b... | 0 | 2020-10-17T15:53:58 | https://tomekdev.com/posts/input-and-form | ux, a11y | ---
title: If there is an input, there should be a form
published: true
tags: UX, Accessibility
canonical_url: https://tomekdev.com/posts/input-and-form
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/pr7dl6fr9sjc1a98lizv.png
---
_This post was originally published on https://tomekdev.com/posts/input-and-form. ... | tomekdev_ |
491,468 | Set up Firebase Realtime Database for JavaScript app | I started working on a Vanilla JavaScript bug tracking app with the guidance of this sweet tutorial b... | 0 | 2020-10-19T02:56:49 | https://dev.to/maasak/set-up-firebase-realtime-database-for-javascript-app-4k0l | javascript, webdev, database, codenewbie | I started working on a Vanilla JavaScript bug tracking app with the guidance of [this sweet tutorial by CodingTheSmartWay.com](https://codingthesmartway.com/pure-javascript-building-a-real-world-application-from-scratch/). Simple and easy to follow, this was a great starting point for me.
What you get is a web app ... | maasak |
491,607 | Team Members of Kelcas | Know about the expert team members of Kelcas, Oil company. The team includes the experienced and skil... | 0 | 2020-10-19T07:34:24 | https://dev.to/wilhelmlilliehook/team-members-of-kelcas-13ee | kelcas, wilhelmlilliehook, oil | Know about the expert team members of Kelcas, Oil company. The team includes the experienced and skilled professionals.
Read More: https://wilhelmlilliehook.wordpress.com/2020/10/19/about-wilhelm-lilliehooks-team/ | wilhelmlilliehook |
493,698 | YouTube Video | Create PDF Viewer with ES6 JavaScript | In this video we are going to create a PDF viewer using modern ES6 JavaScript. Please do like it... | 9,035 | 2020-10-21T11:14:36 | https://thewebdev.tech/pdf-viewer-js | javascript, webdev, showdev, youtube | In this video we are going to create a PDF viewer using modern ES6 JavaScript.
{% youtube QBI3XsBfvm8 %}
Please do like it and [Subscribe](https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1) to my channel for more videos. | nabendu82 |
493,969 | Refactoring: Code Comments for API Reusability | Image of a multiple choice English test, I loved english but didn't like learning what all the parts... | 9,201 | 2020-10-21T17:01:51 | https://dev.to/jwp/code-comments-for-api-reusability-11j0 | typescript, javascript | <sub> Image of a multiple choice English test, I loved english but didn't like learning what all the parts were called, so my scores were in need of help. My instructors would often comment on my tests. </sub>
If we are following [PolyMorphic Compositional](https://dev.to/jwp/polymorphic-composition-494k) techniques w... | jwp |
494,300 | Instalando pfSense no ESXi | O pfSense é um firewall / roteador de código aberto baseado no FreeBSD. No entanto, você pode fazer m... | 0 | 2020-10-22T01:21:16 | https://dev.to/_idtecnologia/instalando-pfsense-no-esxi-3l3d | pfsense | ---
title: Instalando pfSense no ESXi
published: true
date: 2020-01-11 16:05:51 UTC
tags: pfSense,pfsense
canonical_url:
---
O pfSense é um firewall / roteador de código aberto baseado no FreeBSD. No entanto, você pode fazer muito mais do que isso e assumir o papel de DNS, VPN, DHCP e muito mais.
No nosso cenário, o... | _idtecnologia |
496,262 | FREE JamStack / Static Site Hosting with Keybase.io | Keybase offers secure messaging and file sharing. Included in the file sharing offering is 250GB of s... | 0 | 2020-10-26T18:10:33 | https://joel.net/free-jamstack-static-site-hosting-with-keybaseio | webdev, hosting, jamstack | ---
title: FREE JamStack / Static Site Hosting with Keybase.io
published: true
description:
tags: webdev, hosting, jamstack
cover_image: https://joelnet.keybase.pub/keybase-hosting-1000x420.png
canonical_url: https://joel.net/free-jamstack-static-site-hosting-with-keybaseio
---
[Keybase](https://keybase.io) offers se... | joelnet |
497,086 | 81: Resources, Not Roadmap | I decided to choose one resource for each chapter that I want to gain knowledge. My work-fit is focus... | 0 | 2020-10-25T08:32:39 | https://dev.to/blanchloe/81-resources-not-roadmap-1dbh | I decided to choose one resource for each chapter that I want to gain knowledge. My work-fit is focusing on one mission each task, by creating a new idea, apply to the process, then give a result. For example, making a website is required to create an inner process. Why? to have the algorithm thinking, not getting dist... | blanchloe | |
497,500 | A new TypeScript Postgres query builder | It’s been almost 3 years since I started working on this query builder idea of mine. Today is finally... | 0 | 2020-10-25T21:40:54 | https://nullbyt.es/a-new-typescript-postgres-query-builder/ | typescript, postgres, node, sql | It’s been [almost 3 years](https://github.com/Ff00ff/mammoth/commit/dbb4e6672ff2c97f6583819f761c5a41a6438e1e) since I started working on this query builder idea of mine. Today is finally the day Mammoth hits 1.0. Mammoth is a no-batteries-included type-safe Postgres query builder for TypeScript. Hooray!
```ts
db.with(... | martijndeh |
497,598 | Poll "When Stating Windows Support, What do YOU Expect?" | I ran a poll recently trying to get an idea of what people expect when I would tweet or write something like, "this thing, X, is supported on Windows". Because Windows these days means more than a few things. There are these subsystems, Windows Subsystem for Linux, or WSL that are also considered, more or less, to be "... | 0 | 2020-10-26T00:59:43 | https://dev.to/adron/poll-when-stating-windows-support-what-do-you-expect-4bgb | windows, discuss | ---
title: Poll "When Stating Windows Support, What do YOU Expect?"
published: true
description: I ran a poll recently trying to get an idea of what people expect when I would tweet or write something like, "this thing, X, is supported on Windows". Because Windows these days means more than a few things. There are thes... | adron |
497,627 | Sinatra Sports App CRUD MVC | I used corneal to generate the file structure for my first Sinatra app. This structure helped me prep... | 0 | 2020-10-26T02:07:43 | https://dev.to/glennanj1/sinatra-sports-app-crud-mvc-2jmb | I used corneal to generate the file structure for my first Sinatra app. This structure helped me prepare for the long route ahead. I started making sure my active record gem was set to version 5.2. It runs better with sqlite. I then went ahead and created a simple user table and bets table and migrated them using rake.... | glennanj1 | |
575,396 | Setting up MSDeploy for CI/CD deployments to IIS | Just a few months ago I was 100% sure I’ll never hear about Windows Server ever again, but not everyo... | 0 | 2021-01-18T21:18:44 | https://dennistretyakov.com/setting-up-msdeploy-for-ci-cd-deployments-to-iis | dotnet | Just a few months ago I was 100% sure I’ll never hear about Windows Server ever again, but not everyone is on Kubernetes or even dotnet core yet, so if you are as lucky as me, and have to setup deployment to the IIS server in 3rd decade of 21st century, here are the detailed instructions how to do it.
First Let me fir... | tretyakovd |
497,925 | Prevent Spelling Mistakes in Your WPF Applications | Syncfusion WPF SpellChecker control helps you detect spelling mistakes in your application and fix th... | 0 | 2020-11-02T10:27:10 | https://www.syncfusion.com/blogs/post/prevent-spelling-mistakes-in-your-wpf-applications.aspx | csharp, dotnet, productivity | ---
title: Prevent Spelling Mistakes in Your WPF Applications
published: true
date: 2020-10-26 10:30:18 UTC
tags: csharp, dotnet, productivity
canonical_url: https://www.syncfusion.com/blogs/post/prevent-spelling-mistakes-in-your-wpf-applications.aspx
cover_image: https://www.syncfusion.com/blogs/wp-content/uploads/202... | sureshmohan |
498,177 | Top Custom Software Development Companies in New York | Theodo https://www.theodo.com/ Pattern Match https://pattern-match.com/ Zco https://www.zco.com/ D... | 0 | 2020-10-26T15:30:25 | https://www.foretheta.com/blog/top-custom-software-development-companies-in-new-york-2ja7/ | softwaredevelopment, topcompanies, newyork | Theodo
https://www.theodo.com/
Pattern Match
https://pattern-match.com/
Zco
https://www.zco.com/
Damco Solutions
https://www.damcogroup.com/
Weil & Jones
https://www.weiljones.com/
Ciklum
https://www.ciklum.com/
Dom & Tom
https://domandtom.com/
HubSpire
https://www.hubspire.com/
Saffron Tech
https://www.saffron... | nadagul |
498,322 | A Survival Guide for Your Team's Newest Developer | After a long-winded search for employment, including copious rejections, maybe you’ve finally landed... | 0 | 2020-10-26T18:07:35 | https://dev.to/olioapps/a-survival-guide-for-your-team-s-newest-developer-4cnp | onboarding, jobs, junior, developer | After a long-winded search for employment, including copious rejections, maybe you’ve finally landed a sustainable position at a well-grounded company, or maybe you’re still on the hunt. The job market ebbs and flows, but as long as you stay dedicated with your spirits up, you’ll likely be making this transition as wel... | jirwincline |
498,942 | Cool CSS clock without Javascript | Today I want to show you how can you create a pure CSS clock without any Javascript. First, What Is... | 0 | 2020-10-27T10:48:27 | https://dev.to/stokry/cool-css-clock-without-javascript-pkj | css, showdev, webdev, html | Today I want to show you how can you create a pure CSS clock without any Javascript.
First, What Is CSS Animation?
CSS animation is a proposed module for Cascading Style Sheets that allows designers and developers to add animations by editing the CSS code of their websites.
Let's jump to the code:
```html
<div class... | stokry |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.