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
276,322
Egg Dropping Puzzle
f -> no. of floors. e -> no. of eggs. n (e, f) => Minimum no. of trails needed to figure ou...
0
2020-03-07T21:11:20
https://dev.to/dowlath/egg-dropping-puzzle-4l20
f -> no. of floors. e -> no. of eggs. n (e, f) => Minimum no. of trails needed to figure out from which floor the egg will break. Consider 6 floor building. If egg will be dropped from 4th floor, egg will break. If drop egg from higher ie above 4th floor egg will break. If it will not break 3rd floor, it is not break...
dowlath
276,347
All Hail Old Programmers (and old languages)!
I've been involved in programming of some form or fashion since 1980. My first attempts were in BASIC...
0
2020-03-07T22:42:24
https://dev.to/tardisgallifrey/all-hail-old-programmers-and-old-languages-2515
programming, c, beginners, learning
I've been involved in programming of some form or fashion since 1980. My first attempts were in BASIC on a Timex Sinclair 1000 and later on the Atari 600/800 computers. I distinctly remember a long evening my wife and I spent writing our own program (saved on cassette tape) to print four line address stickers on our do...
tardisgallifrey
276,354
Converting Operators From Strings Back Into a Symbol To Be Used In a Calculation
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ If you are just here for the so...
0
2020-03-07T23:24:45
https://dev.to/aaidenplays/converting-operators-from-strings-back-into-a-symbol-to-be-used-in-a-calculation-5bn3
\/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ If you are just here for the solution then scroll to the bottom \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ \/ These past few weeks at Flatiron School my cohort has been learning about restful routes. Before moving to Rails dev...
aaidenplays
276,366
Good Blogs Outside of Dev.to
Heyo! I like to write about seemingly difficult coding topics. This blog is specifically focused on J...
0
2020-03-08T00:22:11
https://dev.to/emnudge/good-blogs-outside-of-dev-to-3kl8
blogs, external, javascript, discuss
Heyo! I like to write about seemingly difficult coding topics. This blog is specifically focused on JavaScript. There are some posts, however, that I don't end up writing. Not for lack of experience with the topic, but simply because they've been written much better than I could ever write them. The main problem with...
emnudge
276,389
Anycast Stateless Services with NSX-T, the Theory
Before getting started, let's cover what different IP message types exist in a brief summary, coupled...
0
2020-03-08T00:45:54
https://dev.to/ngschmidt/anycast-stateless-services-with-nsx-t-the-theory-4nj5
bgp, datacenternetworking, homelab, nsxt
--- title: Anycast Stateless Services with NSX-T, the Theory published: true date: 2019-10-20 06:07:00 UTC tags: BGP,Datacenter Networking,Home Lab,NSX-T canonical_url: --- Before getting started, let's cover what different IP message types exist in a brief summary, coupled with a "day in the life of a datagram" as i...
ngschmidt
276,429
SQL: Java Connection
In order to use SQL to perform operations with a database, to do things like sending queries and othe...
0
2020-03-08T02:56:54
https://dev.to/zmbailey/sql-java-connection-jhb
--- title: SQL: Java Connection published: true description: tags: --- In order to use SQL to perform operations with a database, to do things like sending queries and other statements, you first need to connect to a SQL database. This is accomplished differently in different languages, but for some it’s more compli...
zmbailey
276,469
Solving the Maze
One of the more intriguing challenges I've come across is finding your way out of a maze. Recently I...
0
2020-03-08T05:13:51
https://dev.to/adamlarosa/solving-the-maze-3daj
One of the more intriguing challenges I've come across is finding your way out of a maze. Recently I played around with this in a Ruby class. Firstly, how do we even simulate a maze? Without being too existential a maze can be thought of as a collection of steps, & with each step decisions have to be made. For this...
adamlarosa
276,485
The Hive Monitoring project
This post was originally posted on https://blog.bajonczak.com/ some links to images may break....
0
2020-03-08T06:48:29
https://dev.to/saschadev/the-hive-monitoring-project-28b8
iot, apiary, esp8266, hardware
> This post was originally posted on https://blog.bajonczak.com/ some links to images may break. # The Hive Monitoring project I'm working permanently at apiary at the bees. In the summer it is very time consuming. Since I figured out that I can use IOT for some __monitoring__ tasks. These includes measures li...
saschadev
276,507
Let's talk messaging
Okay, lately I've been growing frustrated with the way my phone displays videos sent via messaging ap...
0
2020-03-08T07:42:40
https://dev.to/jharrel/let-s-talk-messaging-5ba7
discuss
Okay, lately I've been growing frustrated with the way my phone displays videos sent via messaging app. They come pixelated, small, gross. Because we'll, I admit, I have an Android. So really I want to talk about what you use to help solve this if you're on an Android as well? One thing I thought was to use Google ...
jharrel
276,656
My pain with Serverless and AWS Lambda
I want to share my story with Serverless Development in AWS Lambda and Python
0
2020-03-31T07:13:54
https://dev.to/jolodev/my-pain-with-serverless-and-aws-lambda-4hko
serverless, aws, lambda, python
--- title: My pain with Serverless and AWS Lambda published: true description: I want to share my story with Serverless Development in AWS Lambda and Python tags: serverless,aws,lambda,python --- Just recently, I got to work with Serverless on AWS Lambda. It's a great technology, and I love the idea not to manage and p...
jolodev
276,542
Introducing, Be Thrifty Today: A Simple & Secure Money Manager (Open Source, Flutter + Firebase)
Hey there everyone at dev.to! :) I have something exciting to announce, and I'm proud to say, it wou...
0
2020-03-08T09:32:48
https://dev.to/amruthpillai/introducing-be-thrifty-today-a-simple-secure-money-manager-open-source-flutter-firebase-5fd1
flutter, firebase, opensource, android
Hey there everyone at dev.to! :) I have something exciting to announce, and I'm proud to say, it wouldn't have been possible if not for the amazing community that's ever-growing here at DEV. I developed and released my very first app on the Google Play Store today, called Be Thrifty Today. It's a simple app that help...
amruthpillai
276,582
Implementing Feature Flags in Angular
Implementing Feature Flags in Angular
0
2020-03-08T11:42:26
https://dev.to/paulmojicatech/implementing-feature-flags-in-angular-2n6a
angular, angular9, featureflag
--- title: Implementing Feature Flags in Angular published: True description: Implementing Feature Flags in Angular tags: angular, angular 9, feature flag --- ## Implementing Feature Flags in Angular This is a quick demo of how to implementing feature flags based on a user login. The idea is that on login, a user wou...
paulmojicatech
276,598
Let's build: Art Recommending App in Vanilla JS using the Harvard Art API - part 4: Art & Error handling
View demo View code 7. Art detail information and error handling In this section we will c...
0
2020-03-08T12:39:19
https://dev.to/sanderdebr/let-s-build-art-recommending-app-in-vanilla-js-using-the-harvard-art-api-part-4-art-error-handling-2h9h
javascript
<a href="https://sanderdev.nl/projects/smartart/">View demo</a> <a href="https://github.com/sanderdebr/smartart">View code</a> ## 7. Art detail information and error handling In this section we will create the bottom part where information about the artwork is displayed, which is currently hard coded information. ##...
sanderdebr
276,642
The End of the Beginning
Two weeks from now my time in the Juno College bootcamp will be over: all the lessons learned, all th...
0
2020-03-08T15:13:16
https://dev.to/normanhussey/the-end-of-the-beginning-j3n
bootcamp, webdev, careerchange, jobsearch
Two weeks from now my time in the Juno College bootcamp will be over: all the lessons learned, all the tests taken, and all the projects submitted. It will mark the end of a short but very significant period of my life. But as with all endings, it will also be a new beginning. A new period shaped in no small way by the...
normanhussey
276,653
How to identify the best WordPress developer from India Blazingcoders
Choosing the Best WordPress developer or web design company for building your WordPress Website for y...
0
2020-03-08T15:18:41
https://dev.to/blazingcoders/how-to-identify-the-best-wordpress-developer-from-india-blazingcoders-53g3
hiring, wordpress
Choosing the Best WordPress developer or web design company for building your WordPress Website for your startup or an established business. In this article, we are going to discuss the key factors to consider when choosing a WordPress developer based on our experience. Look for a Real Person Or an Organization Fin...
blazingcoders
276,666
Playing around with Closures, Currying, and Cool Abstractions
We will talk about closures, curried functions, and play around with these concepts to build cool abstractions.
0
2020-03-08T15:55:01
https://leandrotk.github.io/tk/2020/03/closure-currying-and-cool-abstractions/index.html
javascript, functional, webdev
--- title: Playing around with Closures, Currying, and Cool Abstractions published: true description: We will talk about closures, curried functions, and play around with these concepts to build cool abstractions. tags: javascript, functional_programming, webdev canonical_url: https://leandrotk.github.io/tk/2020/03/clo...
teekay
276,676
Generate a Web project with Go in React/Angular/Vue and MongoDB in seconds.
Overview It's always have been a pain point when we start with new applications from scrat...
0
2020-03-08T16:34:01
https://myzigyasa.com/post/golang/95/generate-a-web-project-with-go-in-react-and-mongodb-in-seconds
## Overview It's always have been a pain point when we start with new applications from scratch with golang as a primary language. Today, I came across an interesting go library to generate scaffold application with golang having MongoDB as backend. You can use any frontend framework (Angular, React or Vue) Goxygen...
sonatrix
276,703
What is a Post Loop in WordPress Development? – Free Infographic!
If you are just getting started and wondering what is a Post Loop in WordPress development, then this...
0
2020-03-08T17:36:37
https://robdoylecreative.com/what-is-a-post-loop-in-wordpress/
latestposts, php, wordpress, learnwordpress
--- title: What is a Post Loop in WordPress Development? – Free Infographic! published: true date: 2020-03-08 17:33:38 UTC tags: Latest Posts,PHP,WordPress,learn wordpress canonical_url: https://robdoylecreative.com/what-is-a-post-loop-in-wordpress/ --- If you are just getting started and wondering what is a Post Loop...
robertdoyle25
276,741
Weekly Roundup 24
Every week I come across some great articles. Here are some of the posts I feel you will enjoy readin...
0
2020-03-08T20:54:56
https://www.ankursheel.com/blog/weekly-roundup-24
weekly, links
--- title: Weekly Roundup 24 published: true date: 2020-03-08 00:00:00 UTC tags: weekly, links canonical_url: https://www.ankursheel.com/blog/weekly-roundup-24 --- Every week I come across some great articles. Here are some of the posts I feel you will enjoy reading as much as I did. What’s the worst that can happen ...
ankursheel
276,760
Javascript Array Methods: Re-implementing Slice 🍕
The slice method in JavaScript is a useful utility method, when it is called on an array, it will ret...
0
2020-03-08T19:02:20
https://www.chinedudaniel.com/posts/2020/03/08/javascript-array-methods-reimplementing-slice
algorithms, beginners, javascript, tutorial
The `slice` method in JavaScript is a useful utility method, when it is called on an array, it will return a shallow copy of a part of that array. It expects two arguments that represent indexes of the array, the first one is used to indicate where to begin shaving off portions of the array, and the second one is used ...
thechinedu
281,564
Craft CMS Live Preview with Next.js 9.3 Static Site Generation and GraphQL
Next.js 9.3 was released 9th of March and has a new and exciting feature for all headless CMS users o...
0
2020-03-15T18:42:24
https://dev.to/zauni/craft-cms-live-preview-with-next-js-9-3-and-graphql-308g
craftcms, nextjs
[Next.js 9.3](https://nextjs.org/blog/next-9-3) was released 9th of March and has a new and exciting feature for all headless CMS users out there: **Static Site Generation** coupled with **Preview Mode** [Static Site Generation](https://nextjs.org/blog/next-9-3#next-gen-static-site-generation-ssg-support) (SSG for sho...
zauni
281,622
A Beginner's Guide to Multithreading and Multiprocessing in Python - Part 1
As a Backend Engineer or Data Scientist, there are times when you need to improve the speed of your p...
0
2020-03-15T12:42:32
https://dev.to/mojemoron/a-beginners-guide-to-multithreading-and-multiprocessing-in-python-part-1-n6h
python, django, datascience, computerscience
As a Backend Engineer or Data Scientist, there are times when you need to improve the speed of your program assuming that you have used the right data structures and algorithms. One way to do this is to take advantage of the benefit of using **Muiltithreading** or **Multiprocessing**. In this post, I won't be going int...
mojemoron
281,630
React - setState is not a function
Originally posted on my personal blog debugger.io If you are a react developer and using a class com...
0
2020-03-15T12:09:44
https://www.debuggr.io/react-setstate-is-not-a-function/
javascript, react, frontend, webdev
Originally posted on my personal blog [debugger.io](https://www.debuggr.io/react-setstate-is-not-a-function/) If you are a react developer and using a class component, you probably faced this error at least once: > TypeError: this.setState is not a function TL;DR - If you are not in the mode for reading or you just...
sag1v
281,756
Rails: Conserve your database by “audit”ing its space in right way !!!
Link: https://blog.joshsoftware.com/2018/07/19/rails-conserve-your-database-by-auditing-its-space-in-...
0
2020-03-15T16:30:46
https://dev.to/shekhar12020/rails-conserve-your-database-by-audit-ing-its-space-in-right-way-3b62
Link: https://blog.joshsoftware.com/2018/07/19/rails-conserve-your-database-by-auditing-its-space-in-right-way/ In most of the Rails applications, we track the important data for auditing. Most of the time, database table in which these audit records are stored, is under same database of our application.
shekhar12020
281,771
VARIABLES IN JAVASCRIPT
VARIABLES IN JAVASCRIPT Variable is used to label and store data in computer memory. Varia...
0
2020-03-15T17:27:02
https://dev.to/rotimiazeez/variables-in-javascript-2j75
# VARIABLES IN JAVASCRIPT Variable is used to label and store data in computer memory. Variable can update information stored in variable, git reference or get information stored in a variable. It's important to distinguish that variable is not a value, they contain value and represent them. `let` and `const` are new...
rotimiazeez
281,829
🥰 Helping your neighbors and community through this crisis 🥰
Hi Everyone hope everything is going good with everyone. This week has been one crazy week. A group...
0
2020-03-15T19:37:47
https://dev.to/codinggrandma/helping-your-neighbors-and-community-through-this-crisis-56b0
community, covid, help
Hi Everyone hope everything is going good with everyone. This week has been one crazy week. A group from my church is starting to do meal prep and pre cooking meals for those in our church that sick. We have a few people with various stages of cancer, two with Lupus, and 3 people people who already had respiratory is...
codinggrandma
282,062
Slap Toggle
A post by Hasanur Rahman Himel
0
2020-03-16T05:21:38
https://dev.to/hasanurhimel/slap-toggle-3pm7
codepen
{% codepen https://codepen.io/hasanurhimel/pen/BaNrqVa %}
hasanurhimel
282,083
How to upload a file to AWS S3 in Java (using Vaadin framework)
Nowadays many applications give access to users for uploading images, avatars, audio or video files,...
0
2020-03-16T08:13:33
https://dev.to/ramonak/how-to-upload-a-file-to-aws-s3-in-java-using-vaadin-framework-1m2m
java, vaadin, aws, tutorial
Nowadays many applications give access to users for uploading images, avatars, audio or video files, etc. Most commonly developers choose to store this data on a different cloud services. While working on one of my personal projects - [Tabata - Fitness App](https://tabata.ramonak.io/), I’ve developed an administrative...
ramonak
282,147
CORS is a Pain for Side Projects
If you are even a slightly bit adventurous web developer you must have faced this problem before and...
0
2020-03-21T16:05:17
https://dev.to/szabikr/cors-is-a-pain-for-side-projects-50fp
cors, aws, react, sideprojects
If you are even a slightly bit adventurous web developer you must have faced this problem before and maybe you solved it and got on with your development or maybe you were like me who just gave up at that point because anyway is just a side project and I could just start using a framework where the back-end & front-end...
szabikr
282,158
Custom Tslint rule on Array.findIndex()
I'm trying to implement a rule on array.findIndex() so that developer is enforced to check the findIn...
0
2020-03-16T10:18:58
https://dev.to/saratchandrapj/customer-tslint-on-array-findindex-53ff
tslint
I'm trying to implement a rule on array.findIndex() so that developer is enforced to check the findIndex value every time he uses it to splice the array. I'm able to create the rule and it is showing the popup and also showing as error when i give ng lint. But how can provide a fix to this issue? if the fix is not ...
saratchandrapj
282,276
Virtual DOM in React
Hello guys, you must have heard the buzzword virtual DOM in react. If you are curious about it and wo...
0
2020-03-16T13:17:57
https://dev.to/sahilthakur7/virtual-dom-in-react-1j44
react
Hello guys, you must have heard the buzzword virtual DOM in react. If you are curious about it and would like to know more about it , do check my article below. Thanks a lot :) https://easyontheweb.com/virtual-dom-in-react/
sahilthakur7
282,289
DevSecOps – Incorporating The 10 Best Security Practices Of The Industry
In recent years, many software firms are turning towards the use of DevOps Services to build their ap...
0
2020-03-16T13:35:03
https://addwebsolution.com/blog/devsecops-incorporating-ten-best-security-practices-industry
devops, discuss, security, productivity
In recent years, many software firms are turning towards the use of <a href="https://addwebsolution.com/devops-consulting">DevOps Services </a>to build their applications. DevOps has been providing a much faster time for the marketing of the software. It provides a platform for deploying applications in the cloud envir...
tolambiasapna
282,317
Don't Let the Hackers Get onto your Files, either Personal or Professional.
How to manage sharing files and information within an organisation and do it securely.
0
2020-03-17T16:47:30
https://dev.to/shostarsson/file-management-system-the-secure-way-90h
security, organisation, discuss
--- title: Don't Let the Hackers Get onto your Files, either Personal or Professional. published: true description: How to manage sharing files and information within an organisation and do it securely. cover_image: https://images.unsplash.com/photo-1520387294843-fd994fd872e7?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&a...
shostarsson
282,348
Performance Testing with Generated Data using k6 and Faker
  Introduction A lot of the time, while performance testing, it might not be a huge issue...
0
2020-03-17T15:14:17
https://dev.to/k6/performance-testing-with-generated-data-using-k6-and-faker-2e
testing, performance, tutorial, javascript
&nbsp; ## Introduction A lot of the time, while performance testing, it might not be a huge issue if the data you submit as part of your tests only vary slightly. In some cases, however, you might find yourself in a position where you'd like to keep not only the user interactions but also the data, as realistic as pos...
simme
282,350
How To Give Engineers Filtered Database Access
A common issue that many companies often face, including DEV, is how much data access to give their e...
0
2020-03-18T14:29:19
https://dev.to/molly/how-to-give-engineers-filtered-database-access-8b6
ruby, rails, tutorial, database
A common issue that many companies often face, including DEV, is how much data access to give their engineers. Allowing engineers access to production data has many benefits. It can help them make more informed decisions when they are working on projects because they have a clear picture of the data they will be workin...
molly
282,445
Introduction to Blogging
my first public blog post!
0
2020-03-16T18:29:11
https://dev.to/natemagera/introduction-20ln
webdev, intro, junior
--- title: Introduction to Blogging published: true description: my first public blog post! tags: webdev, intro, junior --- Hello everyone! I wanted to get into tech blogging, and I figured a good way to do that would be to start posting on dev.to. I've been around this site for awhile and I've always loved to read th...
natemagera
282,596
Plugin for Google Chrome that turns your browser into remote job board for developers
No one wants to register on dozens of sites to search for remote job, it's long and boring. Just imag...
0
2020-03-16T22:18:56
https://dev.to/bogachevsn/plugin-for-google-chrome-that-turns-your-browser-into-remote-job-board-for-developers-3i1m
javascript, react, ruby, java
No one wants to register on dozens of sites to search for remote job, it's long and boring. Just imagine how many spam notifications and other things you will receive in your email. I wondered what would happen if I made a plugin that would turn your routine stay on a site that you often use into a convenient job sear...
bogachevsn
282,716
Setting Up and Running Apache Kafka on Windows OS
Apache Kafka is a fast and scalable messaging queue, capable of handling heavy loads in context of re...
0
2020-03-17T07:27:44
https://dev.to/kartheek91/setting-up-and-running-apache-kafka-on-windows-os-3jao
kafka
Apache Kafka is a fast and scalable messaging queue, capable of handling heavy loads in context of read and write, i.e. IO-related, stuff. You can find more about Kafka on http://kafka.apache.org/. Apache Kafka requires a running ZooKeeper instance, which is used for reliable distributed coordination. Please find more ...
kartheek91
282,730
Building simple systems for better security & reliability
TL;DR notes from articles I read today. Simple systems have less downtime Simplicity whi...
0
2020-03-18T13:00:34
https://insnippets.com/tag/issue120/
todayilearned, security, beginners
*TL;DR notes from articles I read today.* ### [Simple systems have less downtime](http://bit.ly/2QjRcpz) - Simplicity while building a system leads to less downtime because you don’t need to wait for a specifically proficient person to do/help with anything, anybody in the team can take over troubleshooting without a...
mohanarpit
282,801
Javascript Proxies : Real world use cases
Link to original article. Introduction To Proxy In programming terms, proxy is any entity...
0
2020-03-17T09:32:37
https://www.arbazsiddiqui.me/javascript-proxies-real-world-use-cases/
javascript, tutorial, proxy
*[Link](https://www.arbazsiddiqui.me/javascript-proxies-real-world-use-cases/) to original article.* ## Introduction To Proxy In programming terms, proxy is any entity that acts on behalf of some other entity. A proxy server sits in between a client and server and acts a client for server and vice versa. The job of a...
arbazsiddiqui
282,825
Repository Pattern
Design Patterns are a new idea to me, but the concept is easy enough to understand; it's a general, r...
5,453
2020-03-17T11:25:49
https://dev.to/julesroadknight/repository-pattern-42n8
Design Patterns are a new idea to me, but the concept is easy enough to understand; it's a general, reusable solution to a commonly occurring problem. The idea came from an architect, Christopher Alexander, and has been adopted in software. All OO languages can work with classes to store and manipulate data, but a pat...
julesroadknight
282,954
Coding Best Practices Every Developer Should Know
Writing high-quality code can be challenging, particularly when you’re under tight deadlines or you’r...
0
2020-03-17T14:20:01
https://dev.to/leahfb/coding-best-practices-every-developer-should-know-i8f
Writing high-quality code can be challenging, particularly when you’re under tight deadlines or you’re fighting off bad coding habits. When working on your own small project, stylistic quirks and deviations from accepted standards may not be a big deal. However, when working as part of a team or on projects that others...
leahfb
283,011
Gear for a quick and effective standing desk
Today, I'd like to spread the word about two products that have significantly improved my work from h...
0
2020-03-17T15:39:41
https://dev.to/joerter/gear-for-a-quick-and-effective-standing-desk-114b
productivity
Today, I'd like to spread the word about two products that have significantly improved my work from home situation during this COVID-19 outbreak. If you're like me and don't have a furnished home office already, I hope you check these out and find them useful. The two products are the [Roost Stand](https://amzn.to/33oj...
joerter
283,034
Makers - Week 12
They say all good things come to an end. When I think back to starting this journey, I feel a very mi...
0
2020-03-17T16:37:23
https://dev.to/davidpaps/makers-week-12-2i1m
python, django, machinelearning, javascript
They say all good things come to an end. When I think back to starting this journey, I feel a very mixed bag of emotions....mostly the term "how" comes into mind. How did I make it? How has it been the 16-18 weeks already? How am I a software developer? Week 2 of the final project went so smoothly, i'm shocked to ad...
davidpaps
283,167
What You Need to Know About Updating Your Website in 2020
Is a new website on the top of your business' to-do list in 2020? Or maybe you're just looking to ref...
0
2020-03-17T20:26:05
https://dev.to/hendsbeemichael/what-you-need-to-know-about-updating-your-website-in-2020-483b
webdev, html
Is a new website on the top of your business' to-do list in 2020? Or maybe you're just looking to refresh and revamp your existing site. The web design and SEO playbooks have changed a lot over the last couple of years. So, if you built your last site in 2015 or 2016, you need to know a few things about today's online...
hendsbeemichael
283,186
4 Ways to Convert String to Character Array in JavaScript
Here are 4 ways to split a word into an array of characters. "Split" is the most common and more ro...
0
2020-03-18T05:44:09
https://www.samanthaming.com/tidbits/83-4-ways-to-convert-string-to-character-array/
javascript, codenewbie, beginners, webdev
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/bedrcuxuimclylcl45dp.png) Here are 4 ways to split a word into an array of characters. "Split" is the most common and more robust way. But with the addition of ES6, there are more tools in the JS arsenal to play with 🧰 I always like to see all the possible ways t...
samanthaming
283,228
How remote work is done at my company
Hello all, Due to current events, I've made my article "How remote work is done at my company" free....
0
2020-03-17T22:22:48
https://dev.to/hossameldeen/how-remote-work-is-done-at-my-company-225o
remote, productivity, tutorial
Hello all, Due to current events, I've made my article "[How remote work is done at my company](https://gumroad.com/l/fatcPp)" free. An intro to the article: https://dev.to/hossameldeen/let-s-make-remote-work-mainstream-remote-work-for-synchronous-verbal-communication-based-teams-1fee The article itself: https://gum...
hossameldeen
353,511
Tensorflow Developer Certification
What I do and why I decided to get certified As a software developer I’ve always been inte...
0
2020-06-12T00:21:59
https://dev.to/leading-edje/tensorflow-developer-certification-3p0l
##What I do and why I decided to get certified As a software developer I’ve always been interested in data science and analytics but preferred code to math. I did dip my toes in enough to earn a degree specializing in Business Intelligence, but over the years drifted away to more conventional coding. You may have no...
dwyp
283,281
Covid-19 Updates via SMS for FREE
Hello everyone. We are a small group of young developers (looking to grow) who decided to come togeth...
0
2020-03-17T23:44:41
https://dev.to/marwan01/covid-19-updates-via-sms-for-free-45i9
coronavirus, covid19, opensource, python
Hello everyone. We are a small group of young developers (looking to grow) who decided to come together and join forces in order to do our part to combat the unfathomable Coronavirus epidemic. Text the below number to get started: ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/ezbpnnmsbm0vhd56dy3o.png) Checko...
marwan01
283,310
Hello, World!
My first post! Ready to add some new features to Dev.to as part of a school project for @Turing. Stay...
0
2020-03-18T01:33:58
https://dev.to/mintona/hello-world-2n4d
My first post! Ready to add some new features to Dev.to as part of a school project for @Turing. Stay tuned!
mintona
283,372
Namaste Neumorphic Design
https://codepen.io/uiswarup/full/YzXvVdj
0
2020-03-18T05:56:42
https://dev.to/uiswarup/namaste-neumorphic-design-oam
design, neumorphic, html
https://codepen.io/uiswarup/full/YzXvVdj
uiswarup
283,375
Kubernetes Storage Using Ceph
What is Kubernetes? Kubernetes, the awesome container orchestration tool is changing the w...
0
2020-03-18T09:34:00
https://dev.to/ingoleajinkya/kubernetes-storage-using-ceph-4lbp
kubernetes, ceph, devops, opensource
###__What is Kubernetes?__### Kubernetes, the awesome container orchestration tool is changing the way applications are being developed and deployed. You can specify the required resources you want and have it available without worrying about the underlying infrastructure. Kubernetes is way ahead in terms of high avail...
ingoleajinkya
283,377
Suryavansi Creation Pvt Ltd
Suryavansi Creation Pvt. Ltd Are Indian Ethnic Wear And Indo-Western Cloths Biggest Manufacturer And...
0
2020-03-18T06:20:50
https://dev.to/suryavansicpl/suryavansi-creation-pvt-ltd-3824
Suryavansi Creation Pvt. Ltd Are Indian Ethnic Wear And Indo-Western Cloths Biggest Manufacturer And Wholesaler Based In Surat | Gujarat | India And We Are Situated In Clothing Business Since 25 Years. We Support Your Business With Our 5000 Plus Exclusive Ready To Ship Designs Of Indian And Pakistani Traditional Wear D...
suryavansicpl
283,474
How I have rewritten Code4IT with Gatsby
After months of work, I've finally completed the porting of my blog from WordPress to Gatsby 🎉🎉🎉🎉🎉 Y...
0
2020-03-18T11:02:18
https://dev.to/bellonedavide/how-i-have-rewritten-code4it-with-gatsby-3e8b
gatsby, career
After months of work, I've finally completed the porting of my blog from WordPress to Gatsby 🎉🎉🎉🎉🎉 You can find it at [Code4IT.dev](https://www.code4it.dev/). As you maybe know, my main focus is on .NET, C# and Azure. First of all: _what is Gatsby_? I'm pretty sure you already have heard of it: it's a powerful (...
bellonedavide
283,390
Speed up Regex performance with .NET 5
This post has been archived and you can now find it on my personal blog at https://www.marcusturewic...
0
2020-03-18T07:24:28
https://dev.to/marcusturewicz/speed-up-regex-performance-with-net-5-aig
dotnet, productivity, webdev, regex
> This post has been archived and you can now find it on my personal blog at https://www.marcusturewicz.com/blog/speed-up-regex-performance-with-dotnet-5.
marcusturewicz
283,403
8 of the Best Free Cycling Apps
Unlike bike gadgets, cycling apps are not something you have to spend money on to use. And the best cycling apps can be just as useful as your favorite bike-tech, if not more.
0
2020-03-18T08:26:00
https://dev.to/michaeldeaneqeedle/8-of-the-best-free-cycling-apps-22cj
apps, cyclingapps, bikeapps
--- title: 8 of the Best Free Cycling Apps published: true description: Unlike bike gadgets, cycling apps are not something you have to spend money on to use. And the best cycling apps can be just as useful as your favorite bike-tech, if not more. tags: apps, cycling apps, bike apps cover_image: https://dev-to-uploads....
michaeldeaneqeedle
283,421
If you would need to scrape many different websites nowdays, which tool/language combo would you pick?
Basically I want to crawl simple blogs and extract their blog posts. The biggest challenge here would...
0
2020-03-18T08:58:32
https://dev.to/rioma/if-you-would-need-to-scrape-many-different-websites-nowdays-what-tool-language-combo-would-you-pick-4jkj
webscraping, python, go, javascript
--- title: If you would need to scrape many different websites nowdays, which tool/language combo would you pick? published: true description: tags: webscraping, python, golang, javascript --- Basically I want to crawl simple blogs and extract their blog posts. The biggest challenge here would probably be the parsin...
rioma
283,429
Streaming data from Kafka to S3 - video walkthrough
Check out this tutorial on how to get data from Apache Kafka into S3: https://rmoff.dev/kafka-s3-vid...
5,469
2020-03-18T09:23:52
https://dev.to/confluentinc/streaming-data-from-kafka-to-s3-video-walkthrough-2elh
tutorial, opensource, apachekafka, java
Check out this tutorial on how to get data from Apache Kafka into S3: https://rmoff.dev/kafka-s3-video ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/b6qlxo34hzjpha6a9xdj.png) If you prefer written, you can see here: https://rmoff.dev/kafka-s3 👇 Leave a message in the comments with any suggestions for which...
rmoff
283,477
Node.js Process Model
In this article, we will learn about the Node.js process model and understand why we should use Node....
0
2020-03-18T10:35:54
https://dev.to/scynixit/node-js-process-model-3j8p
In this article, we will learn about the Node.js process model and understand why we should use Node.js. <b>Traditional Web Server Model</b> In the traditional web server model, each request is handled by a dedicated thread from the thread pool. If no thread is available in the thread pool at any point of time then th...
scynixit
283,536
Flutter Widgets 101
Flutter is a UI toolkit created by Google intended to help developers to easily create pixel-perfect...
0
2020-03-18T16:53:20
https://dev.to/francisceioseph/flutter-widgets-15fn
flutter, android, ios, mobile
Flutter is a UI toolkit created by Google intended to help developers to easily create pixel-perfect apps for Android and iOS from a single code base. No one can deny that the React philosophy inspired the creators of Flutter, and the concept of component, or widget, is central for understanding how applications are ...
francisceioseph
283,576
Why It’s Better To Beta Test Before Launch
To validate product &amp; get unbiased feedback. Beta testing allows you to receive real-time sugges...
0
2020-03-18T14:14:56
https://dev.to/hiretester/why-it-s-better-to-beta-test-before-launch-2kje
- To validate product & get unbiased feedback. Beta testing allows you to receive real-time suggestions from users, check every aspect, including documentation, installation guides, and manuals. - To release a quality product and save costs. A well-planned beta testing mitigates the risk of post-release flaws and impro...
akh
283,616
Node.js best practices
Node.js is the most popular choice when building the backend for your app, no matter if you prefer a traditional REST API or using it to build something modern like the GraphQL server.
0
2020-03-24T13:15:17
https://blog.graphqleditor.com/nodejs-best-practices/
node, webdev, beginners, tutorial
--- title: Node.js best practices published: true description: Node.js is the most popular choice when building the backend for your app, no matter if you prefer a traditional REST API or using it to build something modern like the GraphQL server. tags: node,webdev,beginners,tutorial canonical_url: https://blog.graphql...
tomekponiat
283,617
HTML entities FCC intermediate algorithms
published: true tags: replit, nodejs function convertHTML(str) { var args = ["\""]; var a...
0
2020-03-18T15:19:19
https://dev.to/95freedom95/html-entities-fcc-intermediate-algorithms-10c3
replit, node
--- title: HTML entities FCC intermediate algorithms published: true tags: replit, nodejs --- published: true tags: replit, nodejs --- function convertHTML(str) { var args = ["\""]; var arr1 = str.replace("&", "&amp;").replace("<", "&lt;").replace("<", "&lt;").replace(args, "&quot;").replace(args, "&quot;").replace("...
95freedom95
283,652
Using SCSS && CSS variables in React
Using variables allows you not to remember the «magic» numbers of each value, just declare the variab...
0
2020-03-18T16:31:09
https://dev.to/s0xzwasd/using-scss-css-variables-in-react-322j
beginners, react, javascript, css
Using variables allows you not to remember the «magic» numbers of each value, just declare the variable once and use it throughout the project. This will help in the future, when it will be necessary to change some value, then we will do it in only one place. We can say that this is a CSS on small steroids. There are ...
s0xzwasd
283,722
How to Contribute to the Gatsby Repository
Learn how to contribute code to the open source project Gatsby In Gatsby all projects are...
0
2020-03-18T18:29:09
https://dev.to/rbelow/how-to-contribute-to-the-gatsby-repository-4em4
gatsby, opensource, jamstack, tutorial
#### Learn how to contribute code to the open source project Gatsby **In Gatsby all projects are packages including Gatsby, plugins, and themes:** It's a [monorepo](https://en.wikipedia.org/wiki/Monorepo) managed with [Lerna](https://lerna.js.org/). At the end of this tutorial, **you'll have a working local setup** w...
rbelow
283,811
GraphQL Modules — Feature based GraphQL Modules at scale
GraphQL Modules — Feature based GraphQL Modules at scale Today we are happy to announce...
0
2020-03-18T19:41:18
https://dev.to/urigo/graphql-modules-feature-based-graphql-modules-at-scale-1bpa
![](https://github.com/the-guild-org/oneblog/blob/master/img/704/1*44e5SD72vLOc9h_Nz_Aqhg.png?raw=true "https://graphql-modules.com/") # GraphQL Modules — Feature based GraphQL Modules at scale Today we are happy to announce that we are open sourcing a framework we’ve been using for the past couple of months in produ...
urigo
283,815
Mocking AWS DynamoDB
We all love living in the cloud, right? Yes we do! As long as we have an internet connection and the...
0
2020-03-18T20:11:54
https://mocki.io/mocking-aws-dynamodb/
aws, dynamodb, mock, api
We all love living in the cloud, right? Yes we do! As long as we have an internet connection and the services in the cloud are available and accessible. At times we do not want to rely on having access to cloud services. For example when developing locally or when running tests that should only verify the behaviour of...
keaeriksson
283,987
How to level-up your Cypress testing
This is a tutorial about cypress-testing-library, waiting for network requests, custom commands, pipi...
0
2020-03-19T00:52:20
https://www.ryanjyost.com/advanced-cypress-tips/
testing, javascript, tutorial, react
_This is a tutorial about cypress-testing-library, waiting for network requests, custom commands, piping console logs to the test/terminal output and failing tests when there's a console error._ Cypress for end-to-end testing is awesome and easy to get started with. But once you've written more than a few tests, you'l...
ryanjyost
284,117
Responsive Size Classes in Bootstrap
In this article, I will show you how to easily create responsive size classes using Bootstrap's scss mixins.
5,468
2020-03-22T18:45:04
https://blog.shhdharmen.me/responsive-size-classes-in-bootstrap-ckeldhup7000iwis12v3d3ayg
bootstrap, scss, webdev, ui
--- title: Responsive Size Classes in Bootstrap published: true description: In this article, I will show you how to easily create responsive size classes using Bootstrap's scss mixins. tags: bootstrap,scss,webdev,ui series: Customizing Bootstrap cover_image: https://dev-to-uploads.s3.amazonaws.com/i/zjl25zw7hpgoj896wo...
shhdharmen
373,327
Intro to the Switch Statement
There are various ways to write if statements, and the switch statement is a convenient one in many c...
0
2020-07-02T12:29:37
https://dev.to/sfrasica/when-to-use-a-switch-statement-219d
javascript
There are various ways to write if statements, and the switch statement is a convenient one in many cases. It can replace the need to write multiple if statements. The switch statement checks multiple cases and compares it to a given value. Then it executes the code in each corresponding case block. The switch statemen...
sfrasica
284,165
Create default labels for any GitHub repository
Ever wanted to have your own set of default labels when creating a new GitHub repository? So did I....
0
2020-03-19T09:14:13
https://dev.to/zebiano/create-default-labels-for-any-github-repository-mmd
cli, labeler, github, node
Ever wanted to have your own set of default labels when creating a new GitHub repository? So did I. Meet [**Labeler**](https://github.com/Zebiano/Labeler), your new label manager! ## What does it do? *Glad you asked.* It stores your custom labels in a `.json` file, and uploads them to any repository, so long permissi...
zebiano
284,172
Some fun with Kotlin, Exposed and MySQL
We are living strange times right now. Playing around with new technology as half the world is on...
0
2020-04-09T15:40:30
https://lengrand.fr/kotlin-exposed-imdb/
kotlin, exposed, sql, development
--- title: Some fun with Kotlin, Exposed and MySQL published: true date: 2020-03-19 09:16:14 UTC tags: kotlin,exposed,sql,development canonical_url: https://lengrand.fr/kotlin-exposed-imdb/ --- ![Some fun with Kotlin, Exposed and MySQL](https://images.unsplash.com/photo-1489875347897-49f64b51c1f8?ixlib=rb-1.2.1&q=80&...
jlengrand
284,215
8 Tips For Better CloudFormation Templates!
Learn how to write better CloudFormation Templates
0
2020-03-19T12:22:33
https://mechanicalrock.github.io/2020/03/17/cloudformation-tricks-part-1.html
beginners, aws, tutorial, cloud
--- title: 8 Tips For Better CloudFormation Templates! published: true description: Learn how to write better CloudFormation Templates tags: beginner,aws,tutorial,cloud canonical_url: https://mechanicalrock.github.io/2020/03/17/cloudformation-tricks-part-1.html cover_image: https://dev-to-uploads.s3.amazonaws.com/i/ns0...
matttyler
284,239
Announcing Meteor 1.10
Meteor 1.10 is a release full of exciting updates such as Cordova, MongoDB, option to exclude archite...
0
2020-03-19T19:15:26
https://dev.to/filipenevola/announcing-meteor-1-10-32po
meteor, node, cordova, vue
Meteor 1.10 is a release full of exciting updates such as Cordova, MongoDB, option to exclude architectures, new Meteor DevTools and more We started working on Meteor 1.10 last [December](https://github.com/meteor/meteor/pull/10810) by updating Cordova and [MongoDB](https://github.com/meteor/meteor/pull/10723) to the ...
filipenevola
284,322
One year after launching NoCode into beta — Observations, learnings & what next!
After completing one year of no-code platform DronaHQ's launch, co-founder Jinen Dedhia shares his...
0
2020-03-19T14:38:45
https://dev.to/dronahq/one-year-after-launching-nocode-into-beta-observations-learnings-what-next-nhl
nocode, lowcode, dronahq
After completing one year of no-code platform [DronaHQ's](https://www.dronahq.com/?utm_campaign=no-code-launch&utm_source=dev-to&utm_medium=article) launch, co-founder Jinen Dedhia shares his observation, learnings, and must-know facts about No-Code. March 2019 when we launched DronaHQ NoCode platform for beta access...
gayatrisachdev1
284,603
Java - Using Spring to test a REST API
Introduction In the previous post, we looked at creating a REST controller in Spring and how to spli...
0
2020-03-21T13:11:09
https://dev.to/brunooliveira/java-using-spring-to-test-a-rest-api-o93
java, spring, postman
**Introduction** In the previous post, we looked at creating a REST controller in Spring and how to split the business logic from the response and request logic by using services. Now that we have written the code, let's see how to test it. **Testing a REST endpoint with Spring** When writing tests, we can consider...
brunooliveira
284,328
The Code Speaks On Its Own, NOT
In this blog post we'll look at some concepts in literary theory and how they can help us write readable code. We'll take code examples from Visual Studio Code
0
2020-04-23T17:33:00
https://dev.to/videlalvaro/the-code-speaks-on-its-own-not-3jf9
vsc, literarytheory, programming, visualstudiocode
--- title: The Code Speaks On Its Own, NOT published: true description: In this blog post we'll look at some concepts in literary theory and how they can help us write readable code. We'll take code examples from Visual Studio Code tags: vsc, literary theory, programming, visual studio code cover_image: https://dev-to-...
videlalvaro
284,337
10 Dropdown Menu Animations with CSS Transforms
This was originally published on codinhood.com Dropdown menus allow the user to see more information...
0
2020-03-19T15:00:06
https://codinhood.com/micro/10-dropdown-menu-animations-css-transform
css, codepen, webdev
*This was originally published on [codinhood.com](https://codinhood.com/micro/10-dropdown-menu-animations-css-transform)* Dropdown menus allow the user to see more information about a particular topic without overwhelming the page with too much information. Most dropdown menu animations follow one of two patterns, an...
codypearce
284,356
Create a simple VPC Peer between Kubernetes and RDS(postgres)
Create a VPC Peering connection between EKS Kubernetes and RDS Postgres Note: this script...
0
2020-03-19T15:46:00
https://dev.to/hayderimran7/create-a-simple-vpc-peer-between-kubernetes-and-rds-postgres-lhn
vpc, kubernetes, rds, postgres
# Create a VPC Peering connection between EKS Kubernetes and RDS Postgres > Note: this script assumes your resources names are prefixed with name of EKS cluster so if EKS cluster name is "myEKS" then the EKS VPC name is myEKS/VPC. > please fix this script variables in Step#1 according to your naming convention or ...
hayderimran7
284,392
Keep your service alive with a circuit breaker
A simple example of the circuit breaker pattern, implemented in Go.
0
2020-03-19T16:51:39
https://benbarten.com/keep-your-service-alive-with-a-circuit-breaker
go, microservices, programming, architecture
--- title: Keep your service alive with a circuit breaker published: true description: A simple example of the circuit breaker pattern, implemented in Go. tags: go, microservices, programming, architecture canonical_url: https://benbarten.com/keep-your-service-alive-with-a-circuit-breaker --- Chances are high you are ...
benzo
284,399
Rewriting to Haskell–Automatic Formatting
You can keep reading here or jump to my blog to get the full experience, including the wonderful pink...
0
2020-03-19T16:48:13
https://odone.io/posts/2020-03-19-rewriting-haskell-formatting.html
functional, haskell, servant
You can keep reading here or [jump to my blog](https://odone.io/posts/2020-03-19-rewriting-haskell-formatting.html) to get the full experience, including the wonderful pink, blue and white palette. --- This is part of a series: - [Rewriting to Haskell–Intro](https://odone.io/posts/2020-02-26-rewriting-haskell-intro....
riccardoodone
293,378
How to Effectively use a Single Monitor
Working from home and missing your multi-monitor setup? I wrote up some tips on how to get more efficient with a single monitor.
0
2020-03-27T18:49:52
https://dev.to/nabsul/wfh-tip-how-to-effectively-use-a-single-monitor-314l
productivity, wfh
--- title: "How to Effectively use a Single Monitor" published: true description: "Working from home and missing your multi-monitor setup? I wrote up some tips on how to get more efficient with a single monitor." tags: [productivity, wfh] --- Original post: https://nabeel.dev/2020/03/27/single-monitor/ Many people I ...
nabsul
284,431
Kunth-Morris-Pratt(KMP) Algorithm For Pattern Searching
Introduction Pattern searching is an important problem in computer science. When we do search for a...
0
2020-03-19T17:35:27
https://dev.to/avishekp86/kunth-morris-pratt-kmp-algorithm-for-pattern-searching-19p6
typescript, javascript, codenewbie, dotnet
**Introduction** Pattern searching is an important problem in computer science. When we do search for a string in notepad/word file or browser or database, pattern searching algorithms are used to show the search results. Here is the list of available algorithms available to for this Job Read the whole article here ...
avishekp86
284,443
Returning Observable objects from combineLatest()
In trying to use more Reactive patterns in Angular I have been using the combineLatest() RxJs method...
0
2020-03-19T18:07:49
https://www.gilcreque.blog/2020/03/19/returning-observable-objects.html
angular, rxjs, reactive
--- title: Returning Observable objects from combineLatest() published: true date: 2020-03-19 17:56:59 UTC cover_image: https://www.gilcreque.blog/uploads/2020/0b7e9a8c7c.png tags: angular, rxjs, reactive canonical_url: https://www.gilcreque.blog/2020/03/19/returning-observable-objects.html --- In trying to use more R...
gildotdev
284,503
Watch collecting, it's addictive
It's crucial for your mental health to make room for a hobby, I'm serious, I used to say programming...
0
2020-03-19T20:12:09
https://dev.to/adam_cyclones/watch-collecting-it-s-addictive-mn
watercooler
It's crucial for your mental health to make room for a hobby, I'm serious, I used to say programming is my hobby, but put me in a group of strangers, I could not talk about anything... Not a thing in common, that's when I realized I was not really living my life. I have a new hobby, it's a wierd one but I enjoy it. I ...
adam_cyclones
284,577
Algorithm 202: Where I Belong in 3 Ways
If you are to queue according to your height, you will need to stand between someone that only you is...
0
2020-03-19T22:07:52
https://dev.to/ebereplenty/algorithm-202-where-i-belong-in-3-ways-1chk
algorithms, javascript, array, beginners
If you are to queue according to your height, you will need to stand between someone that only you is taller than and someone that only you is shorter than - ``that is where you belong``. This also applies when finding the position of an element in array where it is to be inserted. ```javascript whereIBelong([1, 2, ...
ebereplenty
284,595
Culture of Collaboration
There is a lot of really great, hard-won advice about remote work from Justin Searls in his latest bl...
0
2020-03-19T22:49:17
https://dev.to/jbranchaud/culture-of-collaboration-3pmk
softwaredevelopment, collaboration, learninpublic
There is a lot of really great, hard-won advice about remote work from [Justin Searls](https://twitter.com/searls) in his latest blog post, ["Remote, but not alone."](https://blog.testdouble.com/posts/2020-03-19-remote-but-not-alone/) He breaks it up into three sections: advice for remote-working humans in general, adv...
jbranchaud
284,689
A handy way to know your public IP Address with DNS servers
You can use DNS servers to know your public address
0
2020-03-20T03:28:03
https://dev.to/adityathebe/a-handy-way-to-know-your-public-ip-address-with-dns-servers-4nmn
dns, ipaddress
--- title: A handy way to know your public IP Address with DNS servers published: true description: You can use DNS servers to know your public address tags: DNS, IP Address cover_image: https://dev-to-uploads.s3.amazonaws.com/i/qp6mcakefdvf009i5vbr.jpg --- > Originally written in : [adityathebe.com](https://www.aditya...
adityathebe
284,728
Basics of Git , Explained .
I am going to be talking about the basics of version control using git in this blog. Version control...
0
2020-03-20T05:41:41
https://dev.to/thewires2/basics-of-git-explained-29kj
git, versioncontrol, beginners
I am going to be talking about the basics of version control using git in this blog. Version control allows you to store the different versions of a project when it is under development. For example - You add a new feature to your project but it does not work out. Git allows you to restore the previous version of the p...
thewires2
284,784
Enabling Full Cycle Development: Four Core Platform Capabilities
Core capabilities needed for a Kubernetes-based platform
0
2020-03-20T09:30:10
https://dev.to/danielbryantuk/enabling-full-cycle-development-four-core-platform-capabilities-5c02
kubernetes, fullcycledevelopment, cloudplatform
--- title: Enabling Full Cycle Development: Four Core Platform Capabilities published: true description: Core capabilities needed for a Kubernetes-based platform tags: kubernetes, fullcycledevelopment, cloudplatform --- Cloud computing and container orchestration frameworks provide an excellent foundation for deployin...
danielbryantuk
284,833
Delphi (Win32) to web - Pros and cons of each of the big JS frameworks?
Hello everyone,,, A couple of months ago I ported an old Delphi application to the web. It was the st...
0
2020-03-20T12:07:43
https://dev.to/kimon12/delphi-win32-to-web-pros-and-cons-of-each-of-the-big-js-frameworks-oc8
javascript
Hello everyone,,, A couple of months ago I ported an old Delphi application to the web. It was the standard, classic, Windows desktop application, with windows to enter data, datatables, reports and so. It works, but I think that it's a bit clunky, as it's all server side renderer with Symfony 4 (PHP). https://speedtes...
kimon12
284,891
JetBrains coupon for 20% discount for companies
Hello, I am sharing this coupon code for a 20% discount on up to 10 commercial licenses for any JetBr...
0
2020-03-20T14:29:30
https://dev.to/sfolter/jetbrains-coupon-for-20-discount-for-companies-1l1h
jetbrains, discount, coupon, code
Hello, I am sharing this coupon code for a 20% discount on up to 10 commercial licenses for any JetBrains Toolbox products. Here is the coupon: **JPVZU-BMSL4-67RSH-NW7LB-P9CAN** 1. An organization can use the Promo Code to redeem a 20% discount on the purchase of up to 10 new annual commercial subscriptions for any ...
sfolter
285,063
Algorithm 202: 3 Ways to Sum a Range of Values
Given an array of two element as minimum and maximum values ([min, max]), how can you sum up all the...
0
2020-03-20T21:10:33
https://dev.to/ebereplenty/algorithm-202-3-ways-to-sum-a-range-of-values-5g93
algorithms, javascript, integer, beginners
Given an array of two element as minimum and maximum values (``[min, max]``), how can you sum up all the values between the min and max values? ```javascript rangeSum([1, 9]) // 45 rangeSum([5, 12]) // 68 ``` We are about to dive into 3 ways to achieve this! ### Prerequisite To flow with this article, it is expec...
ebereplenty
284,945
Want a Gatsby Theme for your blog? Use and Modification My Personal Theme
Hi Everyone, I will like to motivate my fellow beginner developers by sharing my personal Gatsby the...
0
2020-03-20T16:59:06
https://dev.to/ibaslogic/my-gatsby-theme-is-available-for-use-and-modification-source-code-available-on-github-7mb
react, gatsby, beginners, motivation
Hi Everyone, I will like to motivate my fellow beginner developers by sharing my personal Gatsby theme for use and modification. While I have gained a lot here, I'm glad to contribute a token. This Gatsby site is based on React library and GraphQL. Though the blog post content comes from Markdown filesystem, I hav...
ibaslogic
284,962
Sync Tweets to a Telegram Channel Using Account Activity API
Yet another post that has something to do with Telegram. Yeah, I know, but there’s never such thing...
0
2020-03-21T06:30:00
https://blog.1a23.com/2020/03/21/sync-tweets-to-a-telegram-channel-using-account-activity-api/?utm_source=rss&utm_medium=rss&utm_campaign=sync-tweets-to-a-telegram-channel-using-account-activity-api
tutorial, telegram, python, twitter
--- title: Sync Tweets to a Telegram Channel Using Account Activity API published: true date: 2020-03-20 16:52:04 UTC tags: tutorial,Telegram,python,twitter canonical_url: https://blog.1a23.com/2020/03/21/sync-tweets-to-a-telegram-channel-using-account-activity-api/?utm_source=rss&utm_medium=rss&utm_campaign=sync-tweet...
blueset
284,986
What is AWS Lambda? Serverless Computing for Software Engineers
Serverless and cloud computing have seen a major uptake in recent years, becoming industries unto the...
0
2020-03-20T17:47:26
https://www.educative.io/blog/what-is-aws-lambda
architecture, serverless, aws
Serverless and cloud computing have seen a major uptake in recent years, becoming industries unto themselves, with AWS Lambda leading the way. Companies are making the switch to serverless architecture for shorter time to market and decreased operational costs, but for developers the advantage lies in the ability to of...
cameronwilson
284,992
What I've learned creating a React / React Native performance monitor
Introducing react-native-performance-monitor and what it taught me
0
2020-03-20T18:01:44
https://dev.to/kylessg/what-i-ve-learned-creating-a-react-native-performance-monitor-k98
reactnative, react, showdev, javascript
--- title: What I've learned creating a React / React Native performance monitor published: true description: Introducing react-native-performance-monitor and what it taught me tags: react native, react, showdev, javascript --- <img src="https://github.com/BulletTrainHQ/react-native-performance-monitor/raw/master/exam...
kylessg
285,058
How Blog Post Syndication Can Help You Reach More Readers
I'm Stephanie, a Content Strategist and Technical PM. Visit developersguidetocontent.com to learn mor...
0
2020-03-22T13:05:58
https://www.stephaniemorillo.co/post/how-blog-post-syndication-works
writing, productivity, beginners, blogging
_I'm Stephanie, a Content Strategist and Technical PM. Visit [developersguidetocontent.com](www.developersguidetocontent.com) to learn more about my work!_ _This post [originally appeared on my personal blog](https://www.stephaniemorillo.co/post/how-blog-post-syndication-works)._ During my time in developer relations...
radiomorillo
285,074
Fun with browsers: how to get an image into the current page
A quick code example how to add an image to a web document by pasting, uploading or drag and drop
0
2020-03-20T21:20:57
https://dev.to/codepo8/fun-with-browsers-how-to-get-an-image-into-the-current-page-d7o
webstandards, webdev, apis
--- title: Fun with browsers: how to get an image into the current page published: true description: A quick code example how to add an image to a web document by pasting, uploading or drag and drop tags: web standards, web development, APIs --- Having been a web developer for as long as I have can get you tainted. You...
codepo8
285,228
Apply React Suspense to Lazy Load Image
When the user is under a slow network or the image size is large, the image will paint step by step...
0
2020-03-21T07:05:38
https://dev.to/oahehc/apply-react-suspense-to-lazy-load-image-48no
react, suspense, image
<blockquote> When the user is under a slow network or the image size is large, the image will paint step by step which makes the user feel even slower. A solution to prevent bad user experience is to display a placeholder and replace by the correct image after the image was loaded. In this article, I will demonstrate h...
oahehc