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
386,960
Interfaces in Go
Despite not having Object Oriented Programming (OOP) language features, Go does have...
7,825
2020-07-07T23:53:45
https://donaldfeury.xyz/interfaces-in-go/
go, tutorial, video
{% youtube Nr2FcSMVK6w %} Despite not having Object Oriented Programming (OOP) language features, Go does have interfaces. Interfaces allow you to interchange what data types you are passing as arguments to a function, as long as that type has the required methods. Interfaces in Go are different compared to, say, C...
dak425
387,184
YouTube Video | Create a twitch clone using React -1
This video is from my YouTube channel — The Web Dev. Here, we will create a clone of the popular st...
2,281
2020-07-08T04:34:00
https://thewebdev.tech/youtube-twitch-1
react, webdev, youtube, javascript
This video is from my YouTube channel — The Web Dev. Here, we will create a clone of the popular streaming service [https://www.twitch.tv/](https://www.twitch.tv/) using ReactJS. {% youtube TMGvxGlfab8 %} Please do like it and [Subscribe](https://www.youtube.com/channel/UCRf7mazcufqZxd2pR3oQJuQ?sub_confirmation=1) ...
nabendu82
387,352
web design tips and tricks
web design tips and tricks 10+ jQuery Search Boxes 12+ Download progress bar using css js 18+ creat...
0
2020-07-08T07:23:02
https://dev.to/csshint/web-design-tips-and-tricks-5e5i
web design tips and tricks <p><a href="https://csshint.com/jquery-search-boxes/" rel="noopener noreferrer" target="_blank">10+ jQuery Search Boxes</a><br> <a href="https://csshint.com/download-progress-bar-css-js/" rel="noopener noreferrer" target="_blank">12+ Download progress bar using css js</a></p> <p><a href="ht...
csshint
387,368
ApiGatewayManagementApi: syntax error, unexpected '?', expecting variable for guzzlehttp
Why I am unable to send data from my backend to the websocket?...
0
2020-07-08T07:53:53
https://dev.to/pcmagas/apigatewaymanagementapi-syntax-error-unexpected-expecting-variable-for-guzzlehttp-1j8b
help, aws, php, sdk
Why I am unable to send data from my backend to the websocket? {% stackoverflow 62789992 %} I get the following error: ``` <b>Parse error</b>: syntax error, unexpected '?', expecting variable (T_VARIABLE) in <b>/var/www/html/vendor/guzzlehttp/guzzle/src/ClientInterface.php</b> on line <b>81</b><br /> ``` Once I t...
pcmagas
387,515
Guide to create a simple concurrent database in Go.
A minimal in-memory database Learning Golang can be quite tricky when it comes to concurre...
0
2020-07-08T09:47:39
https://dev.to/antsmartian/creating-a-simple-concurrent-database-in-go-2l7j
go, tutorial, database, beginners
#### A minimal in-memory database Learning Golang can be quite tricky when it comes to concurrency. I'm in the process of learning Golang and found it bit hard to understand concurrency and locks. I created a simple in-memory database, that allow you to store key-value pair of type `string`. Well all this is done for ...
antsmartian
387,656
From Istio 1.3.x to 1.4.x after a memory leak 🚀
Context Recently I designed the new Ornikar platform using Kubernetes and Istio using Goog...
0
2020-07-08T12:27:28
https://dev.to/julienbreux/from-istio-1-3-x-to-1-4-x-after-a-memory-leak-443l
kubernetes, istio, grafana, pingdom
# Context Recently I designed the new Ornikar platform using [Kubernetes](https://kubernetes.io/) and [Istio](https://istio.io/) using [Google Cloud](https://cloud.google.com/). [Kubernetes](https://kubernetes.io/), it's good, everyone knows and it's fantastic. OK. But [Kubernetes](https://kubernetes.io/) without ser...
julienbreux
387,684
Rails Boilerplate
So far in this series, we have looked at the benefits of using a Boilerplate to streamline your workflow, and a two articles on how to setup a React Boilerplate with parcel instead of Webpack, and a traditional means to compile and bundle a traditional HTML/SCSS project using Parcel. So, what about Rails?
6,362
2020-07-08T13:03:02
https://dev.to/eclecticcoding/rails-boilerplate-4hgf
rails, ruby, webdev, tutorials
--- title: Rails Boilerplate published: true series: Streamlined Workflow description: So far in this series, we have looked at the benefits of using a Boilerplate to streamline your workflow, and a two articles on how to setup a React Boilerplate with parcel instead of Webpack, and a traditional means to compile and b...
eclecticcoding
387,907
Code Documentation Planning
Planning a documentation framework for a large company
0
2020-07-08T15:25:59
https://dev.to/danieluhl/code-documentation-planning-3144
documentation
--- title: Code Documentation Planning published: true description: Planning a documentation framework for a large company tags: documentation cover_image: https://images.unsplash.com/photo-1457369804613-52c61a468e7d --- # Code Documentation Planning Recently I've been working to set the vision and strategy for docum...
danieluhl
388,089
HAProxy 2.2 announced
Daniel Corbett | Jul 7, 2020 announced HAproxy 2.2: The following updates included in this release:...
0
2020-07-08T17:00:50
https://dev.to/manishfoodtechs/haproxy-2-2-announced-47pp
news, linux, devops
Daniel Corbett | Jul 7, 2020 announced HAproxy 2.2: The following updates included in this release: -Dynamic SSL Certificate Storage -SSL/TLS Enhancements -Native Response Generator -Dynamic Error Handling -Health Check Overhaul -Syslog over TCP -Performance Improvements -Observability & Debugging -HTTP Actions -Secu...
manishfoodtechs
388,312
Expanding the idea of open source contribution
For whatever reason, people are fixated on the rigid idea that open source contributing means writing...
0
2020-07-08T20:14:26
https://dev.to/icncsx/expanding-the-idea-of-open-source-contribution-35he
opensource, codenewbie, tutorial, 100daysofcode
For whatever reason, people are fixated on the rigid idea that open source contributing means writing code that gets merged into a code base. That's not true. Here are other ways you can contribute! ## `Make a feature request` Maintainers largely build their product around the suggestions of the community. If you're...
icncsx
388,333
Setting up React.js(CRA) with Tailwind CSS and CSS-IN-JS
I'll explain how install and configure Tailwind CSS / Emotion and twin.macro in a Single Project of R...
0
2020-07-08T20:56:53
https://dev.to/angelmtztrc/react-app-with-tailwind-css-emotion-twin-macro-3dpe
tailwindcss, react, emotion, javascript
I'll explain how install and configure Tailwind CSS / Emotion and twin.macro in a Single Project of React to improve the way we use styles in our projects. ## Setting up our Project The first step, is generate or create our React project in this case is using the create-react-app package, so we need to run the follow...
angelmtztrc
388,596
The Auth Bottleneck Pattern
One common pattern for modern organizations is to centralize user management with a bottleneck...
0
2020-07-15T17:01:58
https://fusionauth.io/blog/2020/07/08/auth-and-the-bottleneck-architecture
oidc, saml, auth, security
--- title: The Auth Bottleneck Pattern published: true date: 2020-07-08 06:00:00 UTC tags: OIDC, SAML, auth, security canonical_url: https://fusionauth.io/blog/2020/07/08/auth-and-the-bottleneck-architecture --- One common pattern for modern organizations is to centralize user management with a bottleneck architecture...
fusionauth
388,706
null coalescing operator in Javascript and PHP
null coalescing operator provides an easy way to handle errors when a variable is null adding a default value.
0
2020-07-09T00:00:21
https://dev.to/arielmejiadev/null-coalescing-operator-in-javascript-and-php-2o14
javascript, php, vue, laravel
--- title: null coalescing operator in Javascript and PHP published: true description: null coalescing operator provides an easy way to handle errors when a variable is null adding a default value. tags: Javascript, PHP, Vue, Laravel cover_image: https://dev-to-uploads.s3.amazonaws.com/i/soado5pa6t0t7adrfhd3.png --- W...
arielmejiadev
388,722
Top 8 Free Resources to Learn Python
It’s an exciting time to learn anything, especially Python. There are several Python resources availa...
0
2020-07-09T00:59:14
https://dev.to/dev0928/top-8-free-resources-to-learn-python-2a1p
python, books, beginners, resources
It’s an exciting time to learn anything, especially Python. There are several Python resources available online including books, video tutorials and courses. If one wants to learn Python the traditional way using a book, there are great free books available online as well. This article lists some of those resources alo...
dev0928
388,727
DLLs or Shared Objects
I’ve been discovering the C language in my spare time. Today, I learned how to create .dll and .so...
0
2020-07-09T01:18:41
https://dev.to/slick3gz_/dlls-or-shared-objects-1699
todayilearned, c
--- title: DLLs or Shared Objects published: true description: tags: #todayilearned #c //cover_image: https://direct_url_to_image.jpg --- I’ve been discovering the C language in my spare time. Today, I learned how to create .dll and .so files that I can dynamically load at runtime. 😁 As a teenager, I thought .dll fi...
slick3gz_
389,069
pyngrok — a Python wrapper for ngrok
pyngrok is a Python wrapper for ngrok that manages its own binary and puts it on your path, making...
0
2020-07-09T05:50:10
https://dev.to/alexdlaird/pyngrok-a-python-wrapper-for-ngrok-5cmn
ngrok, python, tunnel, webhook
<p align="center"><img alt="pyngrok - a Python wrapper for ngrok" src="https://pyngrok.readthedocs.io/en/latest/_images/logo.png" /></p> `pyngrok` is a Python wrapper for `ngrok` that manages its own binary and puts it on your path, making `ngrok` readily available from anywhere on the command line and via a convenien...
alexdlaird
389,190
A Monsoon Hackathon - the story of quarantine, opensource and the 2020 uncertainties of student life.
When we first started reaching out to the student community in India in early May, we at QikPik quick...
0
2020-07-09T06:56:39
https://dev.to/qikpikstore/monsoon-quarantine-opensource-and-the-2020-uncertainties-of-student-life-k7a
career, codenewbie, hackathon
When we first started reaching out to the student community in India in early May, we at [QikPik](https://qikpik.store) quickly realised that, especially for final year students hoping to start a new career, the initial euphoria of a surprise "holiday" from the pandemic quarantine had melted into solitary despair and u...
qikpikstore
389,378
Top 5 Mobile App Development Company New Jersey
What are the top mobile app development companies on the market I should get in touch? You maybe aski...
0
2020-07-09T09:31:46
https://dev.to/axtongroup01/top-5-mobile-app-development-company-new-jersey-p8a
mobileappdevelopmentcompant, appdevelopment
What are the <a href="https://www.axtongroup.com/services/iphone-app-development/">top mobile app development companies</a> on the market I should get in touch? You maybe asking yourself this question whether you need to create an app for iOS, Android, Windows Mobile or build a cross-platform one. By any stretch, it’s ...
axtongroup01
389,459
Honeycomb-lx2k - Replacing the bootloader
I saw some interesting changes for u-boot landing in the image-builder SolidRun provides and almost c...
7,082
2020-07-09T11:42:24
https://dev.to/luzero/honeycomb-lx2k-replacing-the-bootloader-ond
aarch64, gentoo, linux
I saw some interesting changes for u-boot landing in the [image-builder](https://github.com/SolidRun/lx2160a_build) [SolidRun](https://github.com/SolidRun) provides and almost coincidentally their customer service replied to my initial inquiry about the booting process. That lead to some more tries and testing, I had ...
luzero
389,720
Keybase File Sync On Demand
Using keybase to synchronize notes on-demand between accounts
0
2020-07-09T14:46:51
https://dev.to/ytjohn/keybase-file-sync-on-demand-2271
--- title: Keybase File Sync On Demand published: true description: Using keybase to synchronize notes on-demand between accounts tags: cover_image: https://dev-to-uploads.s3.amazonaws.com/i/j94rdbegho5hvuk109mp.png --- # Keybase file sharing I do 90% of my development inside a Linux VM and use [VSCode + Remote SSH]...
ytjohn
389,729
Is RPA developer a good career to pursue?
RPA is going to be the future, maybe one of the most important things in the coming years. Its scope...
0
2020-07-09T14:22:50
https://dev.to/fastpatha/is-rpa-developer-a-good-career-to-pursue-15h3
rpa, roboticprocessautomation, softwarerobots, uipathrpa
[RPA](https://fastpathautomation.com/) is going to be the future, maybe one of the most important things in the coming years. Its scope is to incorporate Artificial Intelligence for advanced decision making and interference. Some of [UiPath RPA](https://fastpathautomation.com/) tools are already being used in busine...
fastpatha
389,879
What is thehiddenwiki.org??
https://thehiddenwiki.org is a website that provides you the onion links. Now what is an onion link??...
0
2020-07-09T15:24:24
https://dev.to/harshvats2000/what-is-the-hidden-wiki-org-5hlf
webdev, security
https://thehiddenwiki.org is a website that provides you the onion links. Now what is an onion link?? Onion links are the links that you can access only using tor (The Onion Router)browser.Tor browser makes sure that you remain anonymous while surfing the web whereas other browsers keep track of you while surfing. You ...
harshvats2000
390,424
I started learning Java
I downloaded Java here: And then i am using Intellij IDE from Jetbrains. Download here I wrote...
0
2020-07-10T00:19:17
https://dev.to/buzzedison/i-started-learning-java-3hme
java, beginners
I downloaded Java <a href="https://www.oracle.com/java/technologies/javase-jdk14-downloads.html"> here: </a> And then i am using Intellij IDE from Jetbrains. <a href="https://www.jetbrains.com/idea/"> Download here </a> I wrote my first Java program 2 days ago. I am doing this with the #100DaysOfCode on Twitter. To ...
buzzedison
389,927
Express.js course with TypeScript Lesson 2 - Apollo & WebSockets
This article was originally published at https://www.blog.duomly.com/apollo-websockets-tutorial-expre...
6,949
2020-07-13T08:20:12
https://www.blog.duomly.com/apollo-websockets-tutorial-express-js-course-lesson-2/
node, beginners, graphql, typescript
This article was originally published at https://www.blog.duomly.com/apollo-websockets-tutorial-express-js-course-lesson-2/ --- ### Intro to Apollo & WebSockets tutorial Welcome to the second lesson of the Express.js course, where we'll focus on the Apollo & WebSockets tutorial for beginners. In the previous lesson...
duomly
389,953
Control theory for fun and profit
Author: Ben Edwards Date: June 15, 2020 Originally posted on the Fauna blog. FaunaDB is a distrib...
0
2020-07-09T16:35:31
https://fauna.com/blog/control-theory-for-fun-and-profit
fauna, serverless, jamstack, controltheory
Author: Ben Edwards Date: June 15, 2020 [Originally posted on the Fauna blog.](https://fauna.com/blog/control-theory-for-fun-and-profit) --- FaunaDB is a distributed system. Like all distributed systems, we have the somewhat vexing problem of an unreliable network and faulty nodes (not byzantine faulty, just the regu...
fauna_admin
390,056
Top 5 Reasons to Consider AI Chatbots for Your Business during Lockdown 2020
Amid this lockdown, uncertainty has spread globally, and we are practicing an enforced work-from-home...
0
2020-07-09T18:38:08
https://dev.to/innowiasolution/top-5-reasons-to-consider-ai-chatbots-for-your-business-during-lockdown-2020-p8o
Amid this lockdown, uncertainty has spread globally, and we are practicing an enforced work-from-home and remote work with lesser resources at hand. Due to the ongoing lockdown, most of the businesses are facing hardships to get adopted to the new work-from-home culture. During this time, the importance of having co...
innowiasolution
390,361
Decent ways of dealing with bad posture during lockdown that's other than getting a good chair?
Been to the doctor complaining about chest pains. Thought it was coronavirus or worse, but turns out...
0
2020-07-09T22:40:30
https://dev.to/shiraazm/decent-ways-of-dealing-with-bad-posture-during-lockdown-that-s-other-than-getting-a-good-chair-4444
discuss, watercooler, ergonomics, posture
--- title: Decent ways of dealing with bad posture during lockdown that's other than getting a good chair? published: true description: tags: discuss, watercooler, ergonomics, posture //cover_image: https://direct_url_to_image.jpg --- Been to the doctor complaining about chest pains. Thought it was coronavirus or wor...
shiraazm
390,364
Postmortem of Incident on 08 June 2020
A postmortem review of a degradation of service with one of our production instances during the week of 08 June 2020.
0
2020-07-09T23:18:40
https://dev.to/logdna/postmortem-of-incident-on-08-june-2020-hnm
postmortem
--- title: Postmortem of Incident on 08 June 2020 published: true description: A postmortem review of a degradation of service with one of our production instances during the week of 08 June 2020. tags: postmortem cover_image: null series: null --- We encountered four interwoven bugs that caused a degradation of servi...
sdelmas
390,582
gRPC Talk at netPonto
I had great fun today talking with the netPonto User Group on Zoom. It was a fun group who had great...
0
2020-07-12T19:32:28
http://wildermuth.com/2020/07/09/gRPC-Talk-at-netPonto
grpc, aspnetcore, speaking
--- title: gRPC Talk at netPonto published: true date: 2020-07-09 20:32:03 UTC tags: gRPC,ASPNETCore,Speaking canonical_url: http://wildermuth.com/2020/07/09/gRPC-Talk-at-netPonto --- ![gRPC](https://wilderminds.blob.core.windows.net/img/pipes.jpg)I had great fun today talking with the [netPonto User Group](http://net...
shawnwildermuth
390,585
Glitch free 1,000,000 record data processing in TypeScript with js-coroutines
Sometimes we need to process data on the front end, perhaps we are using an offline system or accessi...
0
2020-07-10T02:38:16
https://dev.to/miketalbot/glitch-free-1-000-000-record-data-processing-in-typescript-with-js-coroutines-fmp
typescript, react, javascript, webdev
Sometimes we need to process data on the front end, perhaps we are using an offline system or accessing local data. When that data gets large it can easily cause the UI to glitch. A few days ago I wrote an [article](https://dev.to/miketalbot/search-as-you-type-at-60fps-with-js-coroutines-35pc) demonstrating how searc...
miketalbot
390,604
Introduction to Graphs in Ruby
I thought it was about time that I tackle those tricky data structures: graphs. I'm still learning a...
0
2020-07-10T18:37:49
https://dev.to/mwong068/introduction-to-graphs-in-ruby-31ep
ruby, beginners, comp, tutorial
I thought it was about time that I tackle those tricky data structures: graphs. I'm still learning about them myself, but I thought it'd be a good idea to go over the basic types of graphs so they'll be easier to recognize when you come across one. ###What are graphs? Graphs are a data structure typically made up of...
mwong068
390,735
Top Teradata Interview Questions-2020
Teradata Interview Questions And Answers For Freshers $ Experienced. Here Mindmajix sharing top real-...
0
2020-07-10T05:46:17
https://dev.to/jessica40648132/top-teradata-interview-question-2020-4gih
datascience, teradata, analytics
Teradata Interview Questions And Answers For Freshers $ Experienced. Here Mindmajix sharing top real-time Teradata questions. These interview questions are prepared by the Teradata experts and asked during many Teradata interviews. We are sure that these Teradata SQL interview questions will help to crack your next int...
jessica40648132
390,846
FINEST WEB DESIGN INSPIRATION AWARDS GALLERY
The world-wide viewers of Top CSS GALLERY website always esteem the selected contestant’s websites wi...
0
2020-07-10T07:18:21
https://dev.to/_topcssgallery/finest-web-design-inspiration-awards-gallery-4l85
webdesign, cssgallery
The world-wide viewers of Top CSS GALLERY website always esteem the selected contestant’s websites with their inventive features and sophisticated functionalities. Top CSS GALLERY judge the best aesthetics, engaging functionalities, the finest user experience, and unique images to make their choice in the best website ...
_topcssgallery
390,963
Started Developing a Game in Unity For Android (RocketJump)
This is the first episode of my new game RocketJump, Will be my first game for Mobile, you will cont...
0
2020-07-10T08:23:25
https://dev.to/eranelbaz/started-developing-a-game-in-unity-for-android-rocketjump-3dkl
unity2d, anroid, game, develop
This is the first episode of my new game `RocketJump`, Will be my first game for Mobile, you will control space ship and should avoid obstacles and get to the last platform {% youtube lNXSN0fkrJg %} > Like this post? > Support me via [Patreon](https://www.patreon.com/eranelbaz) > Subscribe to my [YouTube Channel](...
eranelbaz
391,081
Take Control of your Typography with Capsize
The Problem Pixel-perfecting a design can be tough, especially when the font you're using...
0
2020-07-10T09:15:59
https://dev.to/mattpocockuk/take-control-of-your-typography-with-capsize-2p0h
webdev, design
## The Problem Pixel-perfecting a design can be tough, especially when the font you're using won't play nice. Fonts can be opinionated. They can house margins and line heights you didn't expect. And they often behave differently in a design tool to the browser. Have you ever coded a screen using one font, then switc...
mattpocockuk
391,094
GUIDE - Customizing your Windows Terminal with themes and different Shells
Settings Opening the Settings File By Default the Windows terminal comes with P...
0
2020-07-10T09:47:22
https://dev.to/wapenshaw/guide-customizing-your-windows-terminal-with-themes-and-different-shells-27d2
windowsterminal, terminal, colors, customization
## Settings ### Opening the Settings File By Default the Windows terminal comes with Powershell and Commandline enabled, however if you want your own shell to be added to the list, you have to add it to the list in the `settings.json` of Windows Terminal. You can find the file in `C:\Users\<username>\AppData\Local\P...
wapenshaw
391,128
Game Dev Digest — Issue #52 - Animation, Shader Graph, Performance, Plus More!
Issue #52 - Animation, Shader Graph, Performance, Plus More! Going to make this short...
4,330
2020-07-10T10:07:04
https://gamedevdigest.com/digests/issue-52-animation-shader-graph-performance-plus-more.html
gamedev, unity3d, csharp, news
--- title: Game Dev Digest — Issue #52 - Animation, Shader Graph, Performance, Plus More! published: true date: 2020-07-10 10:07:04 UTC tags: gamedev,unity,csharp,news canonical_url: https://gamedevdigest.com/digests/issue-52-animation-shader-graph-performance-plus-more.html series: Game Dev Digest - The Newsletter Ab...
gamedevdigest
391,480
Three reasons to avoid using real web APIs in your integration tests
In this post, I'll discuss three issues I've run into using real APIs when testing and the solutions I've used.
0
2020-07-10T14:08:07
https://meeshkan.com/blog/why-not-use-real-apis-in-tests/
api, testing, webdev
--- title: Three reasons to avoid using real web APIs in your integration tests description: In this post, I'll discuss three issues I've run into using real APIs when testing and the solutions I've used. slug: why-not-use-real-apis-in-tests canonical_url: https://meeshkan.com/blog/why-not-use-real-apis-in-tests/ publi...
mikesol
391,800
Changing Ruby classes at runtime with class_eval
One of Ruby's most interesting - and useful! - features is being able to change how classes and...
0
2020-07-10T20:09:08
https://dev.to/vinistock/changing-ruby-classes-at-runtime-with-classeval-52m
ruby, rails, webdev, tutorial
One of Ruby's most interesting - and useful! - features is being able to change how classes and objects behave while your app is running. If you use Rails, then certainly you have used many runtime defined methods. Let's look at an example. Imagine a one to many association between two models: **Author** and **Post**....
vinistock
392,171
New Drash Tutorial Videos!
Today, Edward and Eric made videos on serving static paths and handling application/x-www-form-urlenc...
0
2020-07-11T01:55:48
https://dev.to/drash_land/new-drash-tutorial-videos-1c58
deno, drash, typescript, webdev
Today, Edward and Eric made videos on serving static paths and handling application/x-www-form-urlencoded request bodies in Drash. Have a look! Don't know what Drash is? Drash is a REST microframework for Deno's HTTP server. Start your journey here: https://drash.land ## Serving Static Paths {% youtube oTH8WZbRC8w %...
drash_land
392,195
How to structure code
Coding can be easy by practice but Structure Code require practice + knowledge + Experience. actuall...
0
2020-07-11T02:42:40
https://dev.to/javaoneworld/how-to-structure-code-kkb
technology, structuredcode, codenewbie, codequality
Coding can be easy by practice but Structure Code require practice + knowledge + Experience. actually doing structured code is a crucial part of the coding. if You are going to write code you should have to write structure code from the day first. The code can be structured by… 1- Proper thinking (Think Twice code ...
javaoneworld
392,227
No more HTML coding, please. Let's make layout to HTML real
Do you ever think that handwrote HTML code is expensive, long, redundant and outdated? I think about...
0
2020-07-11T03:22:52
https://dev.to/pashaigood/no-more-html-coding-please-let-s-make-layout-to-html-real-58o4
webdev, html, productivity, layout2code
Do you ever think that handwrote HTML code is expensive, long, redundant and outdated? I think about it every day, when I create another GUI component or system element. This article is my attempt to overview the current state of the industry, its problems and share the results of my research. # Before we start Wanna ...
pashaigood
392,705
Unable to get images on excel sheet using OPENPYXL package Django
Unable to get images on excel sheet u...
0
2020-07-11T12:49:30
https://dev.to/ashu2ei/unable-to-get-images-on-excel-sheet-using-openpyxl-package-django-4ka4
discuss, help
{% stackoverflow 62848215 %}
ashu2ei
392,896
What are some side project suggestions?
So let's say you have ideas, but don't have the time or energy to see them through, I'm sure there ar...
0
2020-07-11T14:45:00
https://dev.to/ben/what-are-some-side-project-suggestions-ag
discuss, sideprojects
So let's say you have ideas, but don't have the time or energy to see them through, I'm sure there are a lot of folks in the opposite camp! They could be for portfolio, free open source, or business ideas. Don't be shy, drop some thoughts.
ben
393,054
My second React Native Project
this is the beginning of my second react native project, a fake Bank
0
2020-07-11T15:53:39
https://dev.to/xmikestax/my-second-react-native-project-34gd
react, reactnative, banks, oppongsbank
--- title: My second React Native Project published: true description: this is the beginning of my second react native project, a fake Bank tags: react, reactnative, banks, OppongsBank --- This will be basically a copy of the Scotia Bank application when updated, I thought it looked cool, so here is my journey and try...
xmikestax
393,068
PHP - Nullable types vs. Parâmetros opcionais
Nullable Types é um recurso adicionado a partir da versão 7.1 do PHP, ele serve para permitir que um...
0
2020-07-11T16:15:33
https://dev.to/raphaeldasilva/nullable-types-vs-parametros-opcionais-4ea5
ptbr, php, braziliandevs
[Nullable Types](https://wiki.php.net/rfc/nullable_types) é um recurso adicionado a partir da versão 7.1 do PHP, ele serve para permitir que um parâmetro possa receber nulo além do tipo definido como type hinting. A função `printName` a seguir espera um parâmetro do tipo `StdClass`, só que o ponto de interrogação (?) a...
raphaeldasilva
393,075
Being A Developer Is Sooooo Confusing!
2020 is a very challenging year but, the tech industry is booming more than ever! From Machine Learni...
0
2020-07-11T16:28:21
https://dev.to/jeysqrd/being-a-developer-is-sooooo-confusing-2egn
beginners, career, learning, motivation
2020 is a very challenging year but, the tech industry is booming more than ever! From Machine Learning and AI that is taking over more of our daily lives, to the cool vibe of the IoT. As a neophyte developer, this continuous wave of new information and trends can be very overwhelming, which is the reason why many peop...
jeysqrd
393,470
🙋‍♂️ Can Anyone Explain Twitter Cards to me?
Can someone explain how or why twitter cards render differently from device to device? I understand...
0
2020-07-11T21:05:05
https://waylonwalker.com/blog/explain-twitter-cards/
webdev, help
--- title: 🙋‍♂️ Can Anyone Explain Twitter Cards to me? published: true date: 2020-07-11 03:00:00 UTC tags: webdev, help canonical_url: https://waylonwalker.com/blog/explain-twitter-cards/ cover_image: https://waylonwalker.com/explain-twitter-cards.png --- Can someone explain how or why twitter cards render different...
waylonwalker
393,171
ELI5: Why was Deno necessary when we had Node.js
Can anyone explain to me like I'm five - Why deno was created when nodejs existed? Consider me as a...
0
2020-07-11T17:46:58
https://dev.to/sumedhpatkar/eli5-why-was-deno-necessary-when-we-had-node-js-3fcc
deno, node, explainlikeimfive, javascript
Can anyone explain to me like I'm five - Why deno was created when nodejs existed? Consider me as a beginner who has written 3-4 server-side programs in node. P.S. - Please don't post a link to Ryan Dahl's video
sumedhpatkar
393,175
@nxtend/ionic-react 3.0.2
This is a minor update to fix a bug where the user was forced to manually install the @nxtend/capacit...
0
2020-07-11T18:07:20
https://nxtend.dev/blog/ionic-react-3.0.2/
ionic, react, nx, webdev
--- published: true title: '@nxtend/ionic-react 3.0.2' cover_image: description: tags: ionic, react, nx, webdev series: canonical_url: https://nxtend.dev/blog/ionic-react-3.0.2/ --- This is a minor update to fix a bug where the user was forced to manually install the `@nxtend/capacitor` plugin before generating an app...
devinshoemaker
393,249
Como melhorar o package.json do seu projeto
Vamos falar sobre como deixar o seu package.json mais detalhado e com mais informações sobre o seu p...
0
2020-07-11T19:03:31
https://dev.to/weltonfelix/como-incrementar-o-package-json-do-seu-projeto-1l5g
javascript, node, npm, typescript
<p> Vamos falar sobre como deixar o seu <code>package.json</code> mais detalhado e com mais informações sobre o seu projeto. Isso pode ser muito útil se você estiver desenvolvendo uma library ou outro projeto open source. </p> <hr/> <h1>Primeiros Passos</h1> <p> Para começar, eu criei um projeto utilizando o npm. Es...
weltonfelix
393,276
How to design a highload app
In this article, we will talk about basic approaches to design highload application. It is easy do no...
0
2020-07-11T18:35:27
https://dev.to/albbotashev/how-to-design-a-highload-app-54o4
highload
In this article, we will talk about basic approaches to design highload application. It is easy do not worry) This article is separated to three blocks: Several basic approaches that we use to build highload app Step by step algorithm Practice In the next articles i will talk about each approach in more detail Basic ap...
albbotashev
393,333
Making a Twitter bot with Python
Do you use Twitter? If so, then you must come across some of the bots that like, retweet, follow, or...
0
2020-07-11T18:56:12
https://dev.to/seema1711/making-a-twitter-bot-with-python-3ld7
bot, automation, python, twitter
Do you use Twitter? If so, then you must come across some of the bots that like, retweet, follow, or even reply to your tweets. But have you ever wondered how they are made? Well, it's easy as filling water in a bottle. Haha! It's really not rocket science. So, let's get started and make a bot. ![image](https://me...
seema1711
393,699
3 HTML tags you’ve never heard of or used before
HTML does have some strange code sometimes. Let's look at the 3 most uncommon tags that are rarely us...
0
2020-07-12T19:04:42
https://dev.to/urielbitton/3-html-tags-you-ve-never-heard-of-or-used-before-j12
html, tags, webdev
HTML does have some strange code sometimes. Let's look at the 3 most uncommon tags that are rarely used and what their purpose is. <h3>1. var tag</h3> As far as its usage goes, its meant to simply denote to a browser that a mathematics variable will go inside the tag, so its not so useful but here's how we can use it....
urielbitton
393,800
My journey on "The Cloud Resume Challenge"
It was a long journey but it was worth it. Someone just plugged this "Cloud Resume Challenge" on ou...
0
2020-07-12T01:01:41
https://dev.to/edwardmercado/my-journey-on-the-cloud-resume-challenge-mh4
python, devops, aws, webdev
It was a long journey but it was worth it. Someone just plugged this "[Cloud Resume Challenge](https://forrestbrazeal.com/2020/04/23/the-cloud-resume-challenge/)" on our study slack and just like anyone else after the long read, I got interested and committed on doing it. I'm just still a kid in IT that will be a C...
edwardmercado
393,835
write more flexbox code to query document element.
Sometimes you need check if HTML element present in document, special your dom load from remote...
0
2020-07-12T02:37:03
https://dev.to/ihavecoke/write-more-flexbox-code-to-query-document-element-3gab
javascript, ticks
--- title: write more flexbox code to query document element. published: true description: tags: javascript, ticks --- ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/yit35qu0jjaa7m0dpocg.jpg) Sometimes you need check if HTML element present in **document**, special your dom load from remote server and dynami...
ihavecoke
393,958
JavaScript Katas: Remove all exclamation marks from the end
We learn how to remove all exclamation marks from the end with JavaScript
7,718
2020-07-12T08:18:52
https://dev.to/miku86/javascript-katas-remove-all-exclamation-marks-from-the-end-4gc4
javascript, beginners, webdev, codenewbie
--- title: "JavaScript Katas: Remove all exclamation marks from the end" description: "We learn how to remove all exclamation marks from the end with JavaScript" published: true tags: ["JavaScript", "Beginners", "Webdev", "Codenewbie"] series: JavaScript Katas with miku86 cover_image: https://dev-to-uploads.s3.amazonaw...
miku86
394,197
The .NET Stacks #7: Azure SDKs, testing, community roundup, more!
This is the web version of my weekly newsletter, The .NET Stacks, which is published online a week af...
0
2020-10-20T20:08:08
https://daveabrock.com/2020/07/12/dotnet-stacks-7
dotnet
--- title: The .NET Stacks #7: Azure SDKs, testing, community roundup, more! published: true date: 2020-07-12 00:00:00 UTC tags: dotnet canonical_url: https://daveabrock.com/2020/07/12/dotnet-stacks-7 --- *This is the web version of my weekly newsletter, The .NET Stacks, which is published online a week after the news...
daveabrock
406,131
Auto Add Git Commit Message
Add to One Commit If you want to append the actual date to your commits you can use below...
0
2020-09-07T14:16:38
https://tech.serhatteker.com/post/2020-04/auto-add-git-commit-message/
git, hooks, automation, vcs
--- title: Auto Add Git Commit Message published: true date: 2020-04-29 00:00:00 UTC tags: git, hooks, automation, vcs canonical_url: https://tech.serhatteker.com/post/2020-04/auto-add-git-commit-message/ --- ## Add to One Commit If you want to append the actual date to your commits you can use below script: ```bash...
serhatteker
394,202
Signing in with Github
...is a real PITA if you have a bunch of GitHub accounts, one of which you use here but you always fo...
0
2020-07-12T12:37:04
https://dev.to/skiamakhos/signing-in-with-github-4l21
...is a real PITA if you have a bunch of GitHub accounts, *one* of which you use here but you always forget which. This is not my normal Dev.to profile. If I sign out from here, and click "sign in with github" it doesn't get me to sign in again with username & password, it just signs me in. There needs to be a "log me ...
skiamakhos
394,227
Observables - Cold, Hot or Warm?
The world of observables can be intimidating for beginners. At least it was for me. It certainly took...
0
2020-07-12T14:34:53
https://dev.to/kengste/observables-cold-hot-or-warm-4gf1
rxjs, observables, tutorial
--- title: Observables - Cold, Hot or Warm? published: true description: tags: RxJS, Observables, tutorial //cover_image: https://direct_url_to_image.jpg --- The world of observables can be intimidating for beginners. At least it was for me. It certainly took me a while to grasp the difference between cold, hot and w...
kengste
394,313
Building a Code Editor for the Web - HTML & CSS Structure
In this video, we'll work on the basic overall structure with the HTML and CSS. We'll also load the A...
0
2020-07-13T01:50:24
https://dev.to/coderarchive/building-a-code-editor-for-the-web-html-css-structure-ilf
webdev, html, css, javascript
In this video, we'll work on the basic overall structure with the HTML and CSS. We'll also load the ACE Code Editor without any configuration. Find the code for each video here in its own branch: https://github.com/luvuong-le/code-editor-tutorial/tree/html-css-structure Check out the previous part to this video [her...
coderarchive
394,329
Top 3 Laravel Marketplace Packages
Introduction: Marketplace platforms are currently being the trend for new ideas, with CO...
0
2020-07-12T14:52:29
https://dev.to/smatar/top-3-laravel-marketplace-packages-dgl
laravel, marketplace, laraship
![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/uz2cf6xxqzps50l0b8ce.png) ## Introduction: Marketplace platforms are currently being the trend for new ideas, with COVID-19, many stores are moving their business online due to the lockdowns, and with the marketplace, you remove the burden from site owners to spen...
smatar
394,653
AvaloniaUI: Introduction for Beginners
Hello! This post starts my new post series dedicated to beginners willing to dive into Avalonia. In t...
7,763
2020-07-18T11:25:14
https://dev.to/ingvarx/avaloniaui-introduction-for-beginners-jbb
csharp, avalonia, dotnet, beginners
Hello! This post starts my new post series dedicated to beginners willing to dive into [Avalonia](https://avaloniaui.net/). In this post I gonna describe Avalonia usage basics. In later posts I will explain some undocumented sides of developing Avalonia app. AvaloniaUI is cross-platform UI framework for .Net Core. It ...
ingvarx
394,677
[Tutorial Git] fork: Como colaborar com projetos de código aberto
Primeiro é preciso que você tenha uma conta em alguma plataforma de hospedagem de código-fonte que fa...
5,484
2020-07-12T20:07:18
https://dev.to/womakerscode/tutorial-git-fork-como-colaborar-com-projetos-de-codigo-aberto-1lkm
fork, git, pullrequest, womakerscode
Primeiro é preciso que você tenha uma conta em alguma plataforma de hospedagem de código-fonte que faça uso do Git. Nesse exemplo, usaremos o [Github](https://github.com/). Vá até o repositório desejado e procure pelo botão **Fork**. ![botão fork](https://dev-to-uploads.s3.amazonaws.com/i/v6nb3lc81p04nsihhj9h.png) E...
danielle8farias
395,134
Just How Do React.js Components Cycle Through Life?
The Lifecycle of React.js components! A “Lifecycle” in the React.js framework refers to th...
0
2020-07-13T03:35:08
https://dev.to/jamesfthomas/just-how-do-react-js-components-cycle-through-life-6p1
beginners, react, introduction
#The Lifecycle of React.js components! A _“Lifecycle”_ in the React.js framework refers to the procedures which correlate to the creation, displaying, monitoring, and removing of a React component. This _“Lifecycle”_ can be arranged into three phases – Mounting, Updating, Unmounting – with various methods available o...
jamesfthomas
395,160
Não surte com o seu home office
Quando comecei a fazer home office imaginei que a minha rotina iria ficar mais leve e fácil por conta...
0
2020-07-13T02:14:48
https://dev.to/womakerscode/dicas-para-um-home-office-mais-saudavel-1cfn
Quando comecei a fazer home office imaginei que a minha rotina iria ficar mais leve e fácil por conta da flexibilidade que esse formato permite, porém, logo me peguei tendo pequenos surtos e um ritmo bem mais frenético de atividades. No meu caso o home office começou a se estender, então oque era para ser 15 dias viro...
abquintino
395,243
What is your primary reason to be on this platform?
What is your primary reason to be on Dev.to platform?
0
2020-07-13T03:18:58
https://dev.to/baskarmib/what-is-your-primary-reason-to-be-on-this-platform-1eii
discuss
What is your primary reason to be on Dev.to platform?
baskarmib
395,289
Poker
So after playing poker during all of quarantine, I have decided to create my own poker table using Py...
0
2020-07-13T04:53:41
https://dev.to/mayankp/poker-3508
beginners, python
So after playing poker during all of quarantine, I have decided to create my own poker table using Python. <pre> from poker import * import eval7 import numpy as np import pandas as pd import matplotlib.pyplot as plt from IPython.core.display import display, HTML import random`) </pre> These are all of the imports I...
mayankp
395,369
Cross-Platform Scripting
In this months DevOps Guide we're getting into scripting. It's just the fastest way to simplify compl...
7,309
2020-07-13T06:46:04
https://www.justice.sh/blog/devops/devops-cross-platform-scripting/
devops, tutorial, productivity, powershell
In this months [DevOps Guide](https://justice.sh/blog/devops-getting-started/) we're getting into scripting. It's just the fastest way to simplify complex tasks. Before you continue, please make sure you are familiar with [command line basics](https://justice.sh/blog/devops/code/devops-command-line-basics/). Just the ...
justice
395,483
How to Include JavaScript and CSS Stylesheets in WordPress?
Are you facing trouble incorporating JavaScript and CSS Stylesheets on your WordPress website? If ye...
0
2020-07-13T08:34:21
https://dev.to/dlshoaib/how-to-include-javascript-and-css-stylesheets-in-wordpress-1pg8
--- title: How to Include JavaScript and CSS Stylesheets in WordPress? published: True description: tags: --- ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/uygrlubw1do09wb52z20.jpg) Are you facing trouble incorporating JavaScript and CSS Stylesheets on your WordPress website? If yes, then you have come to the...
dlshoaib
395,522
Getting started with access lifecycle on Azure Resources with PowerShell
Azure IAM Entitlement management API currently is in beta and still has no (Azure PowerShell) module available. With this article I wrapped fundamental operations to setup access lifecycle with PowerShell.
0
2020-07-14T03:46:16
https://dev.to/kaiwalter/getting-started-with-access-lifecycle-on-azure-resources-with-powershell-2988
azure, powershell, iam
--- title: Getting started with access lifecycle on Azure Resources with PowerShell published: true description: Azure IAM Entitlement management API currently is in beta and still has no (Azure PowerShell) module available. With this article I wrapped fundamental operations to setup access lifecycle with PowerShell. t...
kaiwalter
406,035
What's new in Undercut 0.6.0
✂ We continue to add handy utilities into Undercut with release 0.6.0 while polishing its API. But...
0
2020-07-22T08:18:25
https://dev.to/spyke/what-s-new-in-undercut-0-6-0-438e
javascript, webdev, news, undercutjs
--- title: What's new in Undercut 0.6.0 published: true description: tags: javascript, webdev, news, undercutjs cover_image: https://dev-to-uploads.s3.amazonaws.com/i/sdn9cro37p7ie7xf97mk.jpg --- ✂ We continue to add handy utilities into Undercut with release `0.6.0` while polishing its API. But this time there are ...
spyke
406,076
Lista desplegable efecto acordeón con Bootstrap
En esta ocasión he cambiado el diseño del acordeón por defecto, puedes verlo en la documentación ofic...
0
2020-07-21T15:14:10
https://dev.to/badiali/lista-desplegable-efecto-acordeon-con-bootstrap-3g19
spanish, bootstrap, css, beginners
En esta ocasión he cambiado el diseño del acordeón por defecto, puedes verlo en la documentación oficial de Bootstrap [aquí](https://getbootstrap.com/docs/4.5/components/collapse/#accordion-example). #### Componente original ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/i/6lhf0p1cjiwr9nir5oka.png) Este componen...
badiali
406,212
What Contract Do You Use for Freelance Development?
Title says it all! What contract do you use when you strike a deal with a client - whether it's devel...
0
2020-07-21T17:24:07
https://dev.to/transiient/what-contract-do-you-use-for-freelance-development-5d3
freelance, webdev, design, discuss
Title says it all! What contract do you use when you strike a deal with a client - whether it's development, design, or a mix of the two?
transiient
406,237
Building Blocks of any Programming Language
Explore the Concepts and Topics common to all programming languages, that either a Beginner to...
10,518
2020-07-21T17:59:00
https://medium.com/techsoftware/building-blocks-of-every-programming-language-fb779d0b425d?source=friends_link&sk=996b7306b465386f8d63bc30b8da28ab
programming, codenewbie, computerscience, beginners
Explore the **Concepts** and **Topics** common to all programming languages, that either a Beginner to Programming or Programmer must know! **Do you want to learn a programming language for the first time? Do you want to improve as a Programmer?** Well, then you’re in the right place to start. Learn any Programming la...
aswinbarath
406,359
Testing Rails ActiveJob
It can be a struggle to test Rails sometimes. Documentation surrounding the Rails ActiveJob module is...
0
2020-07-21T20:50:54
https://dev.to/corymcdonald/testing-rails-activejob-l3j
rails, testing
It can be a struggle to test Rails sometimes. Documentation surrounding the Rails ActiveJob module isn't the best. This post will walk you through some snippets and how you can test. I use MiniTest as my primary testing framework but all code that are shown in these examples should also work for RSpec. ## Asserting t...
corymcdonald
406,531
Publishing the Octopus Handbook
We're a bit over 70 people at the moment, and plan to hire quite a bit more this year. To try to ma...
0
2020-08-05T03:44:37
https://paulstovell.com/octopus-handbook/
businessofsoftware, octopus
--- title: Publishing the Octopus Handbook published: true date: 2020-07-22 01:50:51 UTC tags: BusinessofSoftware,Octopus canonical_url: https://paulstovell.com/octopus-handbook/ --- ![Publishing the Octopus Handbook](https://paulstovell.com/content/images/2020/07/handbook.png) We're a bit over 70 people at the mome...
paulstovell
406,673
GitHub vs GitLab
Before exploring GitHub and GitLab, let's clarify what Git is. During a Software Development Life Cyc...
0
2020-07-22T08:06:41
https://dev.to/3scava1i3r/github-vs-gitlab-5869
github, gitlab, git, opensource
Before exploring GitHub and GitLab, let's clarify what Git is. During a Software Development Life Cycle(SDLC), the source code undergoes multiple changes. New versions of it are created by the development team every day. Just like with video games, in programming, every decision you make can be consequential. If you m...
3scava1i3r
409,274
My first post
I'm new here
0
2020-07-25T05:03:12
https://dev.to/isiakaabd/my-first-post-is-54bj
I'm new here
isiakaabd
406,768
ReactJS: A Simple Custom Hook
React Hooks have changed the way we write components. Hooks have mentally pushed us to write more Fun...
7,988
2020-07-22T09:51:04
https://time2hack.com/reactjs-simple-custom-hook/
react, javascript, frontend
React Hooks have changed the way we write components. Hooks have mentally pushed us to write more Functional than Classical Components. Though once you start making your app with Hooks, suddenly you have 10s of different hooks and even though they are managing a related state, it becomes hard to manage them. They st...
pankajpatel
406,801
The state of AR and VR in Asia: Highly developed working practises and a strong pipeline of students
Virtual Reality (VR) and Augmented Reality (AR) have been on the cusp of widespread adoption for many...
4,784
2020-07-22T10:31:13
https://www.devrelx.com/post/the-state-of-ar-and-vr-in-asia-highly-developed-working-practises-and-a-strong-pipeline-of-students
virtualreality, vr, augmentedreality
Virtual Reality (VR) and Augmented Reality (AR) have been on the cusp of widespread adoption for many years now, but technical and commercial hurdles have impeded this process. For VR at least, it seems that 2020 could be the year when the technology goes truly mainstream - there are already several consumer-grade head...
slashdatahq
406,828
I'm a "Lifelong Beginner". Are you?
Kicking off a series of "essays in learning" sharing stories, insights and introspection on work, life and tech.
8,097
2020-07-25T02:27:55
https://dev.to/nitya/i-m-a-lifelong-beginner-are-you-2ac6
beginners, programming, essays, discuss
--- title: I'm a "Lifelong Beginner". Are you? published: true description: Kicking off a series of "essays in learning" sharing stories, insights and introspection on work, life and tech. series: "Personal Essays on Tech & Community" tags: beginners, programming, essays, discuss cover_image: https://dev-to-uploads.s3....
nitya
407,218
Add a rich text editor to your app: react-draft-wysiwyg
Introduction The npm library react-draft-wysiwyg is one of the popular ready to use rich t...
0
2020-07-22T19:35:08
https://dev.to/sanskar95/add-a-rich-text-editor-to-your-app-react-draft-wysiwyg-44ob
javascript, react, opensource, webdev
###**Introduction**### The npm library react-draft-wysiwyg is one of the popular ready to use rich text editor framework built on top of react and draft-js which is in turn a framework for building rich text editors that leverages the power of immutable collections in javascript. ###**Rich text and plain text**### Ric...
sanskar95
407,240
Finding the Angle Between the Hands of a Clock
Today's algorithm is the Angle Between the Hands of a Clock Problem: Given two numbers, hour and mi...
7,067
2020-07-22T20:04:45
https://dev.to/alisabaj/finding-the-angle-between-the-hands-of-a-clock-2lg1
javascript, codenewbie, algorithms, leetcode
Today's algorithm is the [Angle Between the Hands of a Clock Problem](https://leetcode.com/problems/angle-between-hands-of-a-clock/): >Given two numbers, `hour` and `minutes`. Return the smaller angle (in degrees) formed between the hour and the minute hand. Let's say you were given the time 3:00. By looking at a cloc...
alisabaj
407,386
Monitoring Production Methodologically (Talk with transcript)
This is the transcript from the talk Monitoring Production Methodologically that we gave at Despegar...
0
2020-07-23T00:42:33
https://dev.to/dpsoft/monitoring-production-methodologically-talk-with-transcript-80g
monitoring, observability, sre, devops
This is the transcript from the talk [Monitoring Production Methodologically] that we gave at Despegar on June 11, 2020. For the past 5 years we have worked together on different projects in which, apart from our work as developers, we've tried different tools and techniques to monitor the apps in production. This talk...
dpsoft
407,468
Rewriting parts of website in react, thoughts and best practices?
We have a fairly complex dashboard written with PHP, HTML and JQuery but we are considering rewriting...
0
2020-07-23T03:51:00
https://dev.to/mccaugheylad/rewriting-parts-of-website-in-react-thoughts-and-best-practices-f8a
discuss, react
We have a fairly complex dashboard written with PHP, HTML and JQuery but we are considering rewriting parts that are slow/needs updated with react. I was wondering if anyone has past experience and what is the best way to go about this? Best way to add react to an old project?
mccaugheylad
407,495
Formik VS Reat Hook Form which is better to use in React App for forms??
A post by Varun Sukheja
0
2020-07-23T05:08:12
https://dev.to/sukhejavarun/formik-vs-reat-hook-form-which-is-better-to-use-in-react-app-for-forms-1m1l
react, javascript
sukhejavarun
407,558
Custom templates with Create React App
Cover photo by Fabian Grohs on Unsplash Templates are great. They provide a useful starting point fo...
0
2020-07-24T08:01:32
https://tomvalorsa.com/blog/custom-templates-with-create-react-app/
react, javascript, webdev, tutorial
_<span>Cover photo by <a href="https://unsplash.com/@grohsfabian?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Fabian Grohs</a> on <a href="https://unsplash.com/s/photos/developer?utm_source=unsplash&amp;utm_medium=referral&amp;utm_content=creditCopyText">Unsplash</a></span>_ Templates ...
tomvalorsa
407,619
SVG Sprites
The other day we looked at using SVG Fontawesome icons, and this method of using an SVG Sprite can be...
0
2020-07-23T08:16:19
https://daily-dev-tips.com/posts/svg-sprites/
html
The other day we looked at using [SVG Fontawesome icons](https://daily-dev-tips.com/posts/fontawesome-svg-alternative/), and this method of using an SVG Sprite can be used in more ways! So let's dive deeper into using SVG Sprites. From the oldskool terms, a sprite is one image that includes multiple images; we then d...
dailydevtips1
408,018
The Ultimate Guide To Hydroponics Farming In India
Are you worried about your outdoor food production because of the changing weather? Are you thinking...
0
2020-07-23T16:36:26
https://dev.to/briohydroponic1/the-ultimate-guide-to-hydroponics-farming-in-india-lpl
Are you worried about your outdoor food production because of the changing weather? Are you thinking to produce the food and crops indoors? If yes, then we have something really interesting and beneficial for you. It is now possible to produce high-quality food in the interiors by using this simple technique called – H...
briohydroponic1
408,044
How to Choose Monitoring Tools for DevOps and SRE
Originally published on Failure is Inevitable. When developing for reliability or implementing resil...
0
2020-07-23T16:52:02
https://dev.to/blameless/how-to-choose-monitoring-tools-for-devops-and-sre-3bnf
devops, sre
Originally published on [Failure is Inevitable](https://www.blameless.com/blog). When developing for reliability or implementing resilient DevOps practices, the heart of your decision-making is data. Without carefully monitoring key metrics like uptime, network load, and resource usage, you’ll be blind to where to spe...
kludyhannah
408,247
FAQs for future Toptalers
Popular questions I get as a Toptaler
0
2020-07-23T20:51:15
https://carlosroso.com/faq-for-future-toptalers/
beginners, career, remote, webdev
--- description: Popular questions I get as a Toptaler canonical_url: https://carlosroso.com/faq-for-future-toptalers/ --- This is not an official FAQ from [Toptal](https://www.toptal.com/#join-only-great-devs). It's all based on my personal experience. Take it with a grain of salt - very opinionated notes ahead. Thes...
caroso1222
408,299
Como mover/instalar o WSL 2 do disco C:/ para outro disco
Recentemente fiz um artigo explicando como instalar e configurar o WSL 2 para ter um ambiente linux c...
0
2020-08-03T19:27:30
https://marquesfernandes.com/como-mover-instalar-o-wsl-2-do-disco-c-para-outro-disco/
tech, linux, lxrunoffline, windows
--- title: Como mover/instalar o WSL 2 do disco C:/ para outro disco published: true date: 2020-07-23 02:24:19 UTC tags: Tech,linux,lxrunoffline,windows canonical_url: https://marquesfernandes.com/como-mover-instalar-o-wsl-2-do-disco-c-para-outro-disco/ --- Recentemente fiz um artigo explicando [como instalar e config...
shadowlik
408,321
Parsing command line arguments in Bash
TL;DR: bargs - A featherweight Bash package, which enables an easy way to use command line arguments...
0
2020-07-24T09:29:48
https://meirg.co.il/2020/07/24/parsing-command-line-arguments-in-bash/
bash
**TL;DR**: [bargs](https://github.com/unfor19/bargs) - A featherweight Bash package, which enables an easy way to use command line arguments in your Bash scripts Every time I need to write a Bash script which accepts command line arguments, I go back to this great answer in StackOverflow - [How do I parse command line...
unfor19
408,413
How To Add Comments On Static Site
Are you travelling in the new bandwagon of static JAMstack website? If yes the you must be missing...
0
2020-07-29T05:07:28
https://www.devxify.com/comments-on-static-website/
jamstack
--- title: How To Add Comments On Static Site published: true date: 2020-07-23 23:46:37 UTC tags: JAMstack canonical_url: https://www.devxify.com/comments-on-static-website/ cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y53nbt7q86pccvnqtbh4.png --- Are you travelling in the new bandwagon of static JAMstack we...
growthfyi
408,498
Why Do So Many Musicians Become Programmers?
Before becoming a web developer I spent nearly a decade as an aspiring professional musician and music teacher.
0
2020-07-24T06:41:02
https://ajcwebdev.com/why-musicians-become-programmers/
music, programming, career, beginners
--- canonical_url: "https://ajcwebdev.com/why-musicians-become-programmers/" description: "Before becoming a web developer I spent nearly a decade as an aspiring professional musician and music teacher." --- ## Outline - [Introduction](#introduction) - [Do Many Musicians Actually Become Programmers?](#do-many-musicia...
ajcwebdev
408,513
Ethereum Summer Camp 2020 Week 3: Women in Ethereum
This week, we would like to set up a stage dedicated to elevating and empowering all the builders — w...
0
2020-07-24T05:48:35
https://dev.to/ethplanet/ethereum-summer-camp-2020-week-3-women-in-ethereum-5d08
womenintech, ethereum, blockchain, eventsinyourcity
This week, we would like to set up a stage dedicated to elevating and empowering all the builders — who happened to be women — we’re here to support diversity in the industry. How the blockchain industry is rethinking diversity, inclusion, and belonging in 2020? What are those women builders working on and what have t...
ethplanet
408,519
Acknowledgement From Hubspot
This website has web-based advertising online tools which minimizes our work to such an extent. They...
7,891
2020-08-03T15:48:26
https://dev.to/muhaddimu/acknowledgement-from-hubspot-47e9
security, bugbounty, bughunting, cybersecurity
This website has web-based advertising online tools which minimizes our work to such an extent. They have likewise an[ Email Signature maker](https://www.hubspot.com/email-signature-generator) which is vulnerable to Cross-Site Scripting (XSS). My companion proposed to me HubSpot Academy for finding out about Email Mark...
muhaddimu
408,544
How do you use the `<LinkControl />` component in Gutenberg development?
I need help with implementing the link popover to a custom button component
0
2020-07-24T06:54:52
https://dev.to/crs1138/how-do-you-use-the-linkcontrol-component-in-gutenberg-development-9p5
wordpress, gutenberg, help
--- title: How do you use the `<LinkControl />` component in Gutenberg development? published: true description: I need help with implementing the link popover to a custom button component tags: wordpress, gutenberg, help cover_image: https://dev-to-uploads.s3.amazonaws.com/i/uur03ioocj6ll3w11rdj.jpg --- I'm trying to...
crs1138