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
680,082
Excel Formulas to Add or Subtract the Month to the Given Date!!
We have already learned how to add or subtract the days from the current date. Likewise, here we are...
0
2021-04-28T11:34:18
https://geekexcel.com/excel-formulas-to-add-month-to-date/
excelformula, excelformulas
--- title: Excel Formulas to Add or Subtract the Month to the Given Date!! published: true date: 2021-04-27 11:53:16 UTC tags: ExcelFormula,Excelformulas canonical_url: https://geekexcel.com/excel-formulas-to-add-month-to-date/ --- We have already learned how to **[add or subtract the days from the current date](https...
excelgeek
680,137
I've curated a React / React Native Twitter List: ~120 experts and influencers (+ 20 existing lists)
Hi everyone, I'm part of a small team building https://keepup.so, and we're on a mission to build a...
0
2021-04-27T13:08:27
https://dev.to/keepupso/i-ve-curated-a-react-react-native-twitter-list-120-experts-and-influencers-20-existing-lists-3cgk
reactnative, javascript, react, webdev
Hi everyone, I'm part of a small team building https://keepup.so, and we're on a mission to build a super curated Twitter list on every field we like or we work in. I've spent hours on this one, but Twitter is a big place so tell me if I've forgotten anyone :) [https://blog.keepup.so/twitterlists/react](https://blog.k...
keepupso
680,383
Direct transfer with Javascript
Hello, We need to implement direct transfer in our .net core application. Only solution that is ment...
0
2021-04-27T15:46:06
https://dev.to/viraltrivedi/direct-transfer-with-javascript-58l7
Hello, We need to implement direct transfer in our .net core application. Only solution that is mentioned on Stripe is Javascript. We do not have an option to use Stripe as we need to process the payment from the backend. We need to use direct transfer as we need to pass the whole amount to the Vendor's account and ...
viraltrivedi
680,484
Kotlin – filter() map examples
https://grokonez.com/kotlin/kotlin-filter-map-examples Kotlin – filter() map examples In the tutori...
0
2021-04-27T18:33:36
https://dev.to/loizenai/kotlin-filter-map-examples-2cf2
kotlin, filter, map
https://grokonez.com/kotlin/kotlin-filter-map-examples Kotlin – filter() map examples In the tutorial, <a href="https://grokonez.com">JavaSampleApproach</a> will show you how to filter Kotlin map colletion by examples. <!--more--> <h2>I. Kotlin filter map</h2> Initial data for practicing: <pre><code class="language...
loizenai
680,499
My first npm package about authentication
Intro I have been coding in Express and Mongodb about 1,5 years now and on every project I...
0
2021-04-27T19:47:15
https://dev.to/christosmito/my-first-npm-package-about-authentication-oeh
javascript, node, authentication, express
# Intro I have been coding in Express and Mongodb about 1,5 years now and on every project I have built up until now I had to write the same code again and again in order to implement the authentication. Repetition is something we, as programmers, hate. So, for that reason I decided to make my own authentication packag...
christosmito
680,771
리눅스 서버용 오픈 소스 바이러스 백신 엔진
웹사이트 운영을 하면서 기존엔 대부분 웹호스팅 서비스를 이용하였습니다. 그래서 서버에 대한 걱정(?)은 호스팅 서비스 회사에 맡겼습니다. 그런데 최근 클라우드 서비스가 늘어나면서 서...
0
2021-04-28T03:10:11
https://dev.to/everylearning/-1e1c
웹사이트 운영을 하면서 기존엔 대부분 웹호스팅 서비스를 이용하였습니다. 그래서 서버에 대한 걱정(?)은 호스팅 서비스 회사에 맡겼습니다. 그런데 최근 클라우드 서비스가 늘어나면서 서버를 직접 관리해야 하는 일이 늘어나고 있습니다. 그만큼 보안에 대한 비중도 늘어나고 해킹이나 바이러스 위험에도 많이 노출되고 있습니다. 서버용 오픈소스 백신을 소개합니다. ## ClamAV [ClamAV®](https://www.clamav.net/)는 트로이 목마, 바이러스, 맬웨어 및 기타 악성 위협을 탐지하기 위한 **오픈 소스 바이러스 백신 엔진**입니다. #### Clam...
everylearning
680,830
The Complete Guide to Google's Core Web Vitals Performance Metrics
by author Craig Buckler Content, keywords, and backlinks are important search ranking factors. Howev...
0
2021-04-28T05:44:08
https://blog.asayer.io/the-complete-guide-to-google-s-core-web-vitals-performance-metrics
webdev, webperf, performance
_by author [Craig Buckler](https://blog.asayer.io/authors/craig-buckler)_ Content, keywords, and backlinks are important search ranking factors. However, compare two sites with similar content and target markets: the one with the best web experience should rank higher. Better performance leads to a higher position in ...
asayerio_techblog
681,139
Ways to Collect Data
Get the facts first, and then you can distort them as much as you please. (M. Twain) Data collecti...
0
2021-04-28T10:33:51
https://dev.to/iamdeb25/ways-to-collect-data-2024
datascience, computerscience, beginners
> Get the facts first, and then you can distort them as much as you please. (M. Twain) Data collection is rudimentary for any research endeavor. Data is a significant component in all fields of study (Voung et al., 2018). The goal of data collection is to capture a shred of evidence that either proves or disproves an ...
iamdeb25
681,282
Develop and debug a WordPress plugin from the scratch
I had never been a PHP fan, I born as a C# developer and honestly is quite a fun and easy life with a...
12,452
2021-04-28T14:05:01
https://dev.to/panilo/develop-and-debug-a-wordpress-plugin-from-the-scratch-4lgm
wordpress, programming, php, vscode
I had never been a PHP fan, I born as a C# developer and honestly is quite a fun and easy life with all the IDE and tools doing most of the stuff automagically. When I started with PHP many years ago, one of the main difficulty I found was not being able to debug properly and that always affected my development decis...
panilo
681,317
Difficult Things About Difficult Discussions at Work
I'm writing this post for those who struggle with discussing social/political or any other sensitive...
0
2021-04-28T14:51:07
https://mmaksimovic.dev/difficult-things-about-difficult-discussions-at-work-cko1kcnw702laegs18soxdqrx
diversity, inclusion, lgbtq
I'm writing this post for those who struggle with discussing social/political or any other sensitive topics within their workspaces. Placing a ban on discussions is not the right approach. Instead, let's teach people on how to have deep, meaningful, and respectful discussions. I'm obviously inspired by the [whole Base...
m_maksimovic_
681,532
Image Blur Shadows for react-native app using react-native-image-blur-shadow
As Drop Shadows and animations are the new trend for the apps, iOS native already give their Image...
0
2021-04-28T17:00:51
https://dev.to/virtualvivek/give-your-react-native-app-images-blur-drop-shadows-using-this-library-3n24
reactnative, javascript, showdev, npm
As **Drop Shadows** and **animations** are the new trend for the apps, iOS native already give their Image Component a bunch of customization which looks great, the similar feature needs to implement in the react-native platform so that the boundaries can be filled. This library [react-native-image-blur-shadow](https:...
virtualvivek
681,612
Taking a different approach to building in public
Building in public is fun, add in a bit of mystery and it becomes a whole lot more fun.
0
2021-04-28T18:28:50
https://dev.to/nwby/taking-a-different-approach-to-building-in-public-1mc6
saas, cryptocurrency
--- title: Taking a different approach to building in public published: true description: Building in public is fun, add in a bit of mystery and it becomes a whole lot more fun. tags: SaaS, cryptocurrency //cover_image: https://direct_url_to_image.jpg --- Logidev is a new projected focused on learning, education and c...
nwby
681,972
DataTable in Flutter
Do you ever want show data in table format to your App users in your mobile application.Now, it is ea...
13,020
2021-04-29T05:57:13
https://dev.to/vasanth9/datatable-in-flutter-2i72
flutter, mobile, codepen, dart
Do you ever want show data in table format to your App users in your mobile application.Now, it is easier with Flutter Widget **DataTable()** Watch on youtube: {% youtube BXmtZehsOss %} DataTable will take **DataColumn()** list for table header and **Datarow()** list for table rows. And each DataRow will take the **Da...
vasanth9
684,018
What Are Floating-point Numbers?
(from last week's BaseClass newsletter) Floating-point is a way of storing numbers in binary. It all...
0
2021-04-30T18:51:22
https://www.baseclass.io/newsletter/floating-point-numbers
programming, computerscience
(from last week's [BaseClass newsletter](https://www.baseclass.io/newsletter)) Floating-point is a way of storing numbers in binary. It allows us to store a very large range of values using a fixed amount of space. ## Why should I care? Have you ever wanted to know: - Why `0.1` + `0.3` does not always equal `0.4`? ...
davejsaunders
682,349
How to Prevent Burnout While Working as a Web Developer
Most web developers start coding out of pure passion and later on turn it into a career. They usually...
0
2021-04-29T12:25:20
https://www.creative-tim.com/blog/education/web-developer-burnout/
webdev, burnout, productivity
Most web developers start coding out of pure passion and later on turn it into a career. They usually learn to code on their own and then start working as a freelance web developer or as an employed web developer in a company. Whichever route they choose, they work hard and pull all-nighters or do overtime work to buil...
creativetim_official
682,362
Solutions Architect Tips - The 5 Key Factors That Drive Application Cost
Are you designing a new app? Be sure you take all these things into consideration before you're done.
0
2021-04-29T12:49:07
https://www.readysetcloud.io/blog/allen.helton/the-5-key-factors-that-drive-application-cost/
aws, career, serverless
--- title: Solutions Architect Tips - The 5 Key Factors That Drive Application Cost published: true description: Are you designing a new app? Be sure you take all these things into consideration before you're done. tags: - aws - career - serverless canonical_url: https://www.readysetcloud.io/blog/allen.helton/th...
allenheltondev
682,494
Part 4: Arch Linux Installation Guide
Originally published on xhalford.com In part 4 of this series, we will be installing essential...
14,047
2021-08-12T15:17:54
https://www.xhalford.com/part-4-arch-linux-installation-guide/
linux, archlinux, tutorial
*Originally published on [xhalford.com](https://www.xhalford.com/part-5-arch-linux-installation-guide/)* --- In part 4 of this **series**, we will be installing essential packages. Configuring the system. And adding a boot loader to the system. This follows on from the drive partitioning, formatting and mounting in ...
rshalford
682,534
Sin miedos y sin excusas: Programemos.
Aprender a programar? Para qué? Esto no es para mí… En un principio este oficio sentía que estaba f...
0
2021-04-29T14:39:35
https://dev.to/yarenis_fuentes/sin-miedos-y-sin-excusas-programemos-31i1
Aprender a programar? Para qué? Esto no es para mí… En un principio este oficio sentía que estaba fuera de mi alcance, que no tenia la capacidad de aprender, “no sirvo para esto” me repetí. Pero, un amigo me aseguró que no era imposible y que de hecho ésto cambiaria mi vida, se convirtió en mi profesor y hoy agrad...
yarenis_fuentes
682,794
Html5 DateTime + Ajax Jquery + SpringBoot @JsonFormat example
https://grokonez.com/frontend/html-5/html5-datetime-ajax-jquery-springboot-jsonformat-example Html5...
0
2021-04-29T17:39:42
https://dev.to/loizenai/html5-datetime-ajax-jquery-springboot-jsonformat-example-53nk
html, jquery, ajax, jsonformat
https://grokonez.com/frontend/html-5/html5-datetime-ajax-jquery-springboot-jsonformat-example Html5 DateTime + Ajax Jquery + SpringBoot @JsonFormat example In the tutorial, <a href="https://grokonez.com">JavaSampleApproach</a> will show you how to build an web application with <strong>Html5 DateTime</strong> + <stro...
loizenai
685,839
My First Project!
My application! Jokes on Jokes What was your planning process? At first it felt like my planning...
0
2021-05-03T01:35:38
https://dev.to/michaelwoodley1/my-first-project-1727
<h2>My application!</h2> <a href="https://phase-one-jokes.netlify.app/">Jokes on Jokes</a> <h3>What was your planning process? </h3> At first it felt like my planning was very hectic in that I did not know where to start. The most challenging and yet most satisfactory part about coding is that there are plenty of diff...
michaelwoodley1
682,893
35 - A discussion on Azure Spring Cloud
This post was originally published on Fri, Apr 23, 2021 at [cloudwithchris.com]https://www.cloudwit...
12,464
2021-04-29T20:41:29
https://www.cloudwithchris.com/episode/azure-spring-cloud/
azure, java, spring, developer
![35 - A discussion on Azure Spring Cloud](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1rwgl6ckebedqf6f5qwu.jpg) **This post was originally published on Fri, Apr 23, 2021 at [cloudwithchris.com]https://www.cloudwithchris.com/episode/azure-spring-cloud/).** Find out how you can leverage Azure Spring Cloud...
reddobowen
683,024
Day 5: When you have to rewrite
I made the mistake of not publishing the website to AWS. The content I saw in my editor was differen...
0
2021-04-29T23:00:45
https://dev.to/sharpedgewv/day-5-when-you-have-to-rewrite-262a
css
I made the mistake of not publishing the website to AWS. The content I saw in my editor was different from what I ended up with. The upside: I like my new design much better.
sharpedgewv
683,515
Building an Admin Panel with Appsmith
Admin panels are an important part of every organization. They are necessary to serve customers...
0
2021-04-30T10:22:26
https://dev.to/appsmith/building-an-admin-panel-with-appsmith-2omi
admindashboard, adminpanel, devtools, lowcode
--- title: Building an Admin Panel with Appsmith published: true description: tags: admindashboard, adminpanel, devtools, lowcode cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/2op2qaixblogpygx0bsm.jpg --- {% youtube kMTdSIYSD9Q %} Admin panels are an important part of every organization. They ...
megaconfidence
683,547
UI testing - types of tests
If you like this text and are interested in more, follow me on Twitter or Linkedin and stay updated w...
12,505
2021-04-30T10:51:29
https://kristijan-pajtasev.hashnode.dev/ui-testing-types-of-tests
javascript, testing, codenewbie, codequality
If you like this text and are interested in more, follow me on Twitter or Linkedin and stay updated with my new posts. A question often asked in the interviews is: do you do any testing of your UI applications? And the expected answer is yes. But what kind of testing can you do for the UI applications? In this post, I...
hi_iam_chris
683,662
#43 You're in marketing
You just might not know it yet. What have you done recently? What difference does it make? How does...
0
2021-05-14T18:33:54
https://blog.mastykarz.nl/youre-in-marketing/
newsletter
--- title: #43 You're in marketing published: true date: 2021-04-16 06:04:39 UTC tags: newsletter canonical_url: https://blog.mastykarz.nl/youre-in-marketing/ --- ![#43 You're in marketing](https://blog.mastykarz.nl/assets/images/2021/04/presentation.jpg) You just might not know it yet. What have you done recently? W...
waldekmastykarz
683,685
How to be noticeable as an international CS student 🌍
Studying abroad is a very unique experience. Being in a foreign country, surrounded by people you do...
0
2021-04-30T13:00:21
https://dev.to/michelletanpy/how-to-be-noticeable-as-an-international-cs-student-1j82
career
Studying abroad is a very unique experience. Being in a foreign country, surrounded by people you do not know, perhaps learning a new language or trying to assimilate to the local culture which can be very different from your home country. It might be challenging as an international student studying computer science. ...
michelletanpy
683,696
Device Enrolment, Compliance, Configuration policies, Policy sets, and scripts, Device clean up rules
We can enroll up to 1,000 mobile devices with a single Azure Active Directory account by using a devi...
0
2021-04-30T13:17:28
https://dev.to/stharvid/device-enrolment-compliance-configuration-policies-policy-sets-and-scripts-device-clean-up-rules-54bl
azure, security
We can enroll up to 1,000 mobile devices with a single Azure Active Directory account by using a device enrollment manager (DEM) account. DEM is an Intune permission that can be applied to an Azure AD user account and lets the user enroll up to 1,000 devices. A DEM account is useful for scenarios where devices are enro...
stharvid
683,746
How to pass Certified Kubernetes Application Developer (CKAD) Exam
CKAD is a tough 2-hour long exam focusing only on exercises and challenges to be fixed in a real k8s...
0
2021-04-30T14:28:38
https://dev.to/jozsefdevs/how-to-pass-certified-kubernetes-application-developer-ckad-exam-3neb
kubernetes, devops, cloudnative
CKAD is a tough 2-hour long exam focusing only on exercises and challenges to be fixed in a real k8s cluster environment. Only practical questions in a terminal with a short time-frame. Here's some magic how I managed to ace it for the first time. ## Why is it so tough? - You have to carry out 19 exercises in 2-hours ...
jozsefdevs
683,839
Creators Dilemma: What to do after you create a personal product?
Word of Caution If you thought this post is my advice on what needs to be done after you h...
0
2021-04-30T16:34:55
https://dev.to/microideation/creators-dilemma-what-to-do-after-you-create-a-personal-product-5ao0
programming, javascript, react, java
## Word of Caution If you thought this post is my advice on what needs to be done after you have developed a product (app/website), you are going to be disappointed. I am myself a creator who is at a fix as to what needs to be done next after you have created something that you think is useful. I am not putting my ...
microideation
683,848
Introduction To CodeCast
Over the last few years (2020 especially), we have seen the peek of people using platforms like...
0
2021-04-30T16:21:20
https://dev.to/codecast/introduction-to-codecast-59f2
codecast, cast, startup
Over the last few years (2020 especially), we have seen the peek of people using platforms like Youtube, Skillshare, Coursera and other viewing channels to be entertained and feed their appetite for learning new skills. Within the last 10 months, some of these learning sites saw an increase of users of 700% which furth...
codecast
684,200
mistakenly run git reset --hard HEAD~1. [SOLVED]
for your kind info, this command takes you back to the last commit that has been pushed to Github! i...
0
2021-05-01T00:06:06
https://dev.to/ritiksoni00/mistakenly-run-git-reset-hard-head-1-solved-21i
git, gitreset, github
for your kind info, this command takes you back to the last commit that has been pushed to Github! if you mistakenly run this command `git reset --hard HEAD~1` so just do 1 . `git reflog` you will have your git commit history, like this:- `caee549 (HEAD -> master, origin/master) HEAD@{2}: reset: moving to HEAD~1 ...
ritiksoni00
684,237
A single page with vue
The way to create a vue component is defferent between vue2 and vue3 Based on vue 2.x &lt;!DOCTY...
0
2021-05-01T02:09:06
https://dev.to/chuangwang/a-single-page-with-vue-2g8l
vue, html, beginners, javascript
<div>The way to create a vue component is defferent between vue2 and vue3</div> <h1>Based on vue 2.x</h1> ```html <!DOCTYPE html> <html> <head> <title></title> </head> <body> <script src="https://cdn.bootcss.com/vue/2.5.20/vue.min.js"> </script> <div id="app"> <input type="text" id="input2" pla...
chuangwang
684,373
Building a Learning management system with Reactjs, NextJs, DynamoDB, and NodeJs.
LMS - Learning management system Learning management system a web/software which eases the...
0
2021-05-01T05:32:56
https://dev.to/ats1999/building-a-learning-management-system-with-reactjs-nextjs-dynamodb-and-nodejs-40ib
react, nextjs, node, mongodb
# LMS - Learning management system Learning management system a web/software which eases the task of managing students and courses. This project does not illustrate the enrollment of the students, rather this project focuses on the management of the enrolled students and their classes. ### Github repo https://githu...
ats1999
684,445
How does the experience of a data scientist at a start-up differ from a data scientist at a large company
Data Scientists are popular across the globe and are needed in bigger associations, and more modest n...
0
2021-05-01T07:32:50
https://dev.to/kiransamsam/how-does-the-experience-of-a-data-scientist-at-a-start-up-differ-from-a-data-scientist-at-a-large-company-50fl
database, python, programming, analytics
Data Scientists are popular across the globe and are needed in bigger associations, and more modest new businesses, similarly. In any case, there is an immense distinction in the way, Data Scientists work in both these organizations. In view of the basic distinction between a startup and a bigger firm. And that is the ...
kiransamsam
684,819
Why did I decide to start blogging?
This article was originally posted here Last year, I had the idea to start a blog, and each time I s...
0
2021-05-01T16:53:22
https://dev.to/elya_marouane/why-did-i-decide-to-start-blogging-2hbc
*This article was originally posted [here](https://elyamarouane.hashnode.dev/why-did-i-decide-to-start-blogging)* Last year, I had the idea to start a blog, and each time I say that I don’t have time for that. But in reality, it was a question of time management. I had to make time for it. So why did I make this deci...
elya_marouane
684,974
Software Engineer Vs Data Engineer - Which Position Is Right For You?
Photo by Fotis Fotopoulos on Unsplash Which Career Is Right For You? Software engineer vs...
0
2021-05-01T22:13:42
https://dev.to/seattledataguy/software-engineer-vs-data-engineer-which-position-is-right-for-you-2hah
career, database, beginners, discuss
Photo by [Fotis Fotopoulos](https://unsplash.com/@ffstop?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) on [Unsplash](https://unsplash.com/s/photos/software?utm_source=unsplash&utm_medium=referral&utm_content=creditCopyText) #### Which Career Is Right For You? Software engineer vs. data engineer....
seattledataguy
685,217
How to Release and Publish Python Apps at PyPI
Heya fellows, The code of this post can be found on Github (see here). As stated in previous posts...
12,545
2021-05-09T11:33:49
https://the-coding-lab.com/2021/8-publishing-at-pypi/
productivity, devops, tooling, python
Heya fellows, The code of this post can be found on Github (see [here](https://github.com/NiklasTiede/tinyHTTPie/tree/8-Publishing-at-PyPI)). As stated in previous posts our project can now be downloaded from Github and installed via pip locally. But Python packages are usually installed from the Python Packaging Ind...
niklastiede
685,249
Weekly Digest 17/2021
Welcome to my Weekly Digest #17 which is the first one for May. This weekly digest contains a lot of...
10,701
2021-05-02T17:16:31
https://dev.to/marcobiedermann/weekly-digest-17-2021-4a69
css, javascript, react, webdev
Welcome to my Weekly Digest #17 which is the first one for May. This weekly digest contains a lot of interesting and inspiring articles, videos, tweets, podcasts, and designs I consumed during this week. --- ## Interesting articles to read ### CSS Hell Collection of common CSS mistakes, and how to fix them. [CSS ...
marcobiedermann
685,318
It's Easy To Overengineer But Underwork
Many developers have already learned how to write concise code, to build scalable software architectu...
0
2021-05-02T10:00:52
https://dev.to/antongoncharov/it-s-easy-to-overengineer-but-underwork-27ha
career, industry, watercooler, architecture
Many developers have already learned how to write concise code, to build scalable software architecture; they turned infrastructure into a smart conveyor. They accustomed themselves to a high-tech toolset, which is suitable for dealing with foreseeable issues. A problem, that was a creative task just yesterday, today b...
antongoncharov
685,336
Change Background color on Click | Javascript Beginner Project
Change Background color on Click | Javascript Beginner Project Demo == &gt; https://codepen.io/Bilal...
0
2021-05-02T10:58:26
https://dev.to/alidevhash/change-background-color-on-click-javascript-beginner-project-59ii
html, javascript, css, codepen
Change Background color on Click | Javascript Beginner Project Demo == > https://codepen.io/Bilal1909/full/vYgqayx
alidevhash
685,357
React Pre-rendering and Potential Hydration Issue
Why I did my research I am not writing this article because the subject just came to me. I...
0
2021-05-02T12:07:11
https://blog.jannikwempe.com/react-pre-rendering-and-potential-hydration-issue
react, nextjs, webdev
# Why I did my research I am not writing this article because the subject just came to me. It all started with an issue I had. While developing an eCommerce website for my little brother using Next.js this popped up in Google Chrome dev console: ``` Warning: Expected server HTML to contain a matching <div> in <a>. rea...
jannikwempe
685,398
Continuous Delivery With Heroku
Introduction Continuous Delivery (CD) is a software engineering approach in which the...
0
2021-05-07T14:14:17
https://dev.to/rwehresmann/continuous-delivery-with-heroku-5afa
heroku, continuousdelivery, devops
## Introduction Continuous Delivery (CD) is a software engineering approach in which the development team produces valuable software in short cycles and ensures that a reliable version of the software can be released at any time. Although it can be painful to develop your own custom Continuous Delivery solution, it's...
rwehresmann
685,406
Understanding Kubernetes in a visual way (in 🎥 video): part 12 – PostStart & PreStop
Serie of videos about Kubernetes. Explaining in a visual way Kubernetes principles.
11,186
2021-05-02T13:45:11
https://dev.to/aurelievache/understanding-kubernetes-in-a-visual-way-in-video-part-12-poststart-prestop-1hpc
kubernetes, devops, docker, beginners
--- title: Understanding Kubernetes in a visual way (in 🎥 video): part 12 – PostStart & PreStop published: true description: Serie of videos about Kubernetes. Explaining in a visual way Kubernetes principles. tags: Kubernetes, DevOps, Docker, beginners series: Understanding Kubernetes in a visual way - (in video) in v...
aurelievache
685,510
Should DevTools teach the CSS cascade?
Should browser developer tools show CSS specificity and provide additional resources?
0
2021-05-02T14:49:37
https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/
css
--- title: Should DevTools teach the CSS cascade? published: true description: Should browser developer tools show CSS specificity and provide additional resources? tags: css canonical_url: https://www.stefanjudis.com/blog/should-devtools-teach-the-css-cascade/ --- The CSS cascade and the closely related topic of CSS ...
stefanjudis
685,714
How to accept command line arguments in Node.js scripts?
In this short blog post, we’re going to see how we can write a Node.js script that accepts command line arguments and named arguments.
0
2021-05-02T20:34:35
https://mmoallemi99.com/blog/how-to-accept-command-line-arguments-in-node-js-scripts/
--- layout: post title: How to accept command line arguments in Node.js scripts? description: In this short blog post, we’re going to see how we can write a Node.js script that accepts command line arguments and named arguments. canonical_url: https://mmoallemi99.com/blog/how-to-accept-command-line-arguments-in-node-js...
mmoallemi99
685,849
Phase 1 Portfolio Project
My planning process and the challenges I was faced with. I actually originally started out with...
0
2021-05-03T02:45:35
https://dev.to/albatetanetwork/phase-1-portfolio-project-4dnc
codereview, womenintech, javascript, career
<h1> My planning process and the challenges I was faced with.</h1> <img src="https://images.unsplash.com/flagged/photo-1578928534298-9747fc52ec97?ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&ixlib=rb-1.2.1&auto=format&fit=crop&w=1778&q=80"/> <p> I actually originally started out with wanting to create a Lottery Wi...
albatetanetwork
685,929
Jokes on My First Project
this week was our first project. On our own we are required to create our own website that fetched da...
0
2021-05-03T03:59:12
https://dev.to/rantunish20/jokes-on-my-first-project-3m2l
this week was our first project. On our own we are required to create our own website that fetched data from an API. I decided on a joke generator (https://icanhazdadjoke.com/api), more like corny dad jokes but I like it. Starting the project was easy, I planned out the design of the website first. Grabbed a color sc...
rantunish20
686,070
Two awesome card hover effects you never seen before.
1 I suggest you to view demo in full new window. Click on top right most button to vi...
0
2021-05-03T07:47:53
https://dev.to/themodernweb/two-awesome-card-hover-effects-you-never-seen-before-2neo
uiweekly, ux, css, webdev
#1 {% codesandbox xenodochial-cookies-ojd6u %} > I suggest you to view demo in full new window. Click on top right most button to view in new window. Yeah its not responsive but you can make it. Wonder how to make this effect. video - {% youtube MZLShMEt2xo %} #2 {% codesandbox gallant-microservice-53hwm %} > ...
themodernweb
686,236
How to open a epub file in application?? Any references will be helpful.
How to open a epub file in application?? Any references will be helpful. Eg:- we have ibook it can op...
0
2021-05-03T11:53:32
https://dev.to/vikassingamsetty/hi-guys-lon
ios, swift
How to open a epub file in application?? Any references will be helpful. Eg:- we have ibook it can open epub files.. and we can view and edit it
vikassingamsetty
700,963
Excel Formulas to Extract the Month From Date ~ Quick Tricks!!
So far we have learned how to*separate the day from date in Excel. Suppose you may need to find out t...
0
2021-05-18T08:00:58
https://geekexcel.com/excel-formulas-to-extract-the-month-from-date/
excelformula, excelformulas
--- title: Excel Formulas to Extract the Month From Date ~ Quick Tricks!! published: true date: 2021-05-17 15:46:58 UTC tags: ExcelFormula,Excelformulas canonical_url: https://geekexcel.com/excel-formulas-to-extract-the-month-from-date/ --- So far we have learned how to**[separate the day from date in Excel](https://g...
excelgeek
698,168
How to Trigger an AWS Lambda from DynamoDB
In this post we are going to use the AWS CDK to build an AWS Lambda Function that triggers from...
13,362
2021-05-14T15:43:20
https://alexkates.dev/blog/how-to-trigger-an-aws-lambda-function-from-a-dynamodb-stream-event
aws, cloud, devops, eventdriven
In this post we are going to use the AWS CDK to build an AWS Lambda Function that triggers from DynamoDB Stream Events. All of the code [can be found in this repository](https://github.com/alexkates/how-to-trigger-lambda-from-ddb-stream). ## Setup We need to run a few commands to setup our CDK app. ```shell mkdir h...
thealexkates
698,433
Deploy your Next JS app to Netlify
As you may know, Netlify has something called continuous deployment, which lets you connect a Git rep...
0
2021-05-14T18:37:19
https://dev.to/jesusrmz19/deploy-your-next-js-app-to-netlify-4iap
netlify, nextjs, tutorial
As you may know, Netlify has something called continuous deployment, which lets you connect a Git repository to a Netlify site so when you make any changes in the repo your site gets updated automatically. There are two ways to connect your git repo to Netlify: using the command line, or using the app UI. In this qui...
jesusrmz19
698,490
React Developer Job Opening
Fortune 500 oil &amp; gas company in Houston is opening up the opportunity to Full-Stack developers a...
0
2021-05-14T20:21:11
https://dev.to/recruiterkasey/react-developers-needed-4fbi
react, hiring
Fortune 500 oil & gas company in Houston is opening up the opportunity to Full-Stack developers across the country after allowing their IT team to go permanently remote. Full-Stack Software Developer This position is an ongoing contract, renewed every 6 months. Technologies: React, React Hooks, Redux, Node, GraphQL,...
recruiterkasey
698,784
Cloud
Introduction to Cloud The term cloud refers to servers that are accessed over the inter...
0
2021-05-17T19:32:40
https://dev.to/noviicee/cloud-181e
cloudnative, cloudskills, cloud, beginners
# <center>Introduction to Cloud</center> -------------- The term **cloud** refers to **servers** that are accessed over the internet and the software and databases that run on those servers. By using [cloud computing](#), users and companies don't have to manage physical servers themselves or run software applications...
noviicee
698,980
Is quitting photo and video based Social Media good for a Developer?
The Covid-19 Lockdown hit hard, AGAIN for the second time here in Nepal and I thought to myself, I'm...
0
2021-05-15T12:40:11
https://dev.to/surajanshrestha/is-quitting-photo-and-video-based-social-media-good-for-a-developer-52f2
mentalhealth, webdev, productivity, devjournal
The [Covid-19](https://covid19.who.int/region/searo/country/np) Lockdown hit hard, AGAIN for the second time here in Nepal and I thought to myself, I'm not falling for the social media trap again. As a developer, I found it extremely liberating when I quit all forms of photo and text based social media. No matter how...
surajanshrestha
699,090
Real Time "Truth Dare & Stare" game with video and audio chat functionality
Link to the game Game Teaser 1. Overview Truth Dare &amp; Stare is a Web Application wh...
0
2021-05-15T22:29:10
https://dev.to/ishanextreme/real-time-truth-dare-stare-game-with-video-and-audio-chat-functionality-10ek
react, node, twilio, webrtc
[Link to the game](https://truth-dare-stare.herokuapp.com) [Game Teaser](https://youtu.be/nvnlmFGVUz4) ### 1. Overview > *Truth Dare & Stare* is a Web Application where users can play the famous *Truth Dare and Stare* game with video and audio chat with their friends. Due to corona and lock down in many countries we...
ishanextreme
699,165
Difference between SQL and NoSQL| Pros and Cons
My website -&gt; www.BuggyProgrammer.com
0
2021-05-15T15:46:04
https://dev.to/starmanaman/difference-between-sql-and-nosql-pros-and-cons-j5k
sql, database, programming, python
My website -> www.BuggyProgrammer.com ![2](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/916y9pu74yg44dz31x9r.png) ![3](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ffl0e13tm3ekwi7ik61l.png)
starmanaman
699,187
To Succeed Love Process
As a product designer I often have to stiff-arm impatient alphas on the left side of sywx' curve aski...
0
2021-05-15T16:27:51
https://dev.to/lucasgonze/to-succeed-love-process-53p
As a product designer I often have to stiff-arm impatient alphas on the left side of [sywx' curve](https://dev.to/swyx/don-t-rush-to-simplicity-on-the-other-side-of-complexity-105n) asking for simplicity this way: "just make it simple". Just. "What you don't get," they say, "is that all this labcoat gobbledygook langua...
lucasgonze
699,277
⚡ Superb Comprehensions ⚡In Python Using List and Sets
📢 TL:DR : Dealing with data structures is not a big deal if you are using python, isn't it ? If it...
0
2021-05-16T01:57:25
https://dev.to/sudarshansb143/superb-comprehensions-in-python-using-list-and-sets-1gnd
beginners, productivity, codenewbie, python
📢 TL:DR : Dealing with data structures is not a big deal if you are using python, isn't it ? If it is a big deal, then take look at conversation. Here, we have 2 **noob coders** . 😎 Chintu and 😷Mintu. 😷 Mintu is technical client in the room and Chintu is A-K-A a developer. Hence, 😎Chintu is implementing the req...
sudarshansb143
699,849
My First Year with React
Around this time last year, I was focused more on JavaScript and HTML than any front end framework. I...
0
2021-05-16T14:55:00
https://dev.to/sprite421/my-first-year-with-react-2p0j
react, webdev, beginners
Around this time last year, I was focused more on JavaScript and HTML than any front end framework. I had spent some time learning Angular, but I was also several months removed from working on any Angular project. # Learning React So around this time I finally gave in and started learning **React**. My first impress...
sprite421
699,290
VimGore : an interactive game to learn vim
So I wanted to try MERN stack and thus started out with this idea of creating a game that will provid...
0
2021-05-15T18:13:44
https://dev.to/ps173/vimgore-an-interactive-game-to-learn-vim-10kn
vim, react, node, showdev
So I wanted to try MERN stack and thus started out with this idea of creating a game that will provide you with snippets of code which will be corrected by the user using vim mode. So this idea was enough to give me motivation to jump into the project state. ![VimGore](https://dev-to-uploads.s3.amazonaws.com/uploads/a...
ps173
699,563
10 basic concepts of React JS
Nowadays React Js has been quite a popular framework for web development. It has some incredible feat...
0
2021-05-16T04:16:37
https://dev.to/smismail/10-basic-concepts-of-react-js-4hfh
react, webdev, javascript, computerscience
Nowadays React Js has been quite a popular framework for web development. It has some incredible features to offer that made it so successful. Here, I present 10 of them that I find interesting —  ###Virtual DOM: The virtual DOM (VDOM) is a programming concept where an ideal, or “virtual”, representation of a UI is k...
smismail
699,782
Setting up Python on macOS
I finally found myself in need of some Python to do some OpenCV work on my Mac. And although Mac nowa...
0
2021-05-16T12:46:39
https://daily-dev-tips.com/posts/setting-up-python-on-macos/
python
I finally found myself in need of some Python to do some OpenCV work on my Mac. And although Mac nowadays comes with Python pre-installed, it's not the exact version we are looking for. To demonstrate that, open a terminal and run the `python` command. This should now return version 2. ![Mac default Python installati...
dailydevtips1
699,788
Nodejs Express RestAPI – Upload/Import Excel file/data to MongoDB – using Convert-Excel-to-Json + Multer
https://grokonez.com/node-js/express/nodejs-express-restapi-upload-import-excel-file-data-to-mongodb-...
0
2021-05-16T13:01:09
https://dev.to/loizenai/nodejs-express-restapi-upload-import-excel-file-data-to-mongodb-using-convert-excel-to-json-multer-3dal
node, multer, restapi, converexcel
https://grokonez.com/node-js/express/nodejs-express-restapi-upload-import-excel-file-data-to-mongodb-using-convert-excel-to-json-multer Nodejs Express RestAPI – Upload/Import Excel file/data to MongoDB – using Convert-Excel-to-Json + Multer In the tutorial, Grokonez shows how to upload & import Excel File/Data to Mon...
loizenai
699,826
Testing Your Website for Visual Regressions With BackstopJS
How to set up BackstopJS visual regression tests and some good practices I've picked up from using it in anger
0
2021-05-17T15:01:08
https://codurance.com/2020/01/16/backstopjs-tutorial/
testing, javascript, frontend, webdev
--- title: Testing Your Website for Visual Regressions With BackstopJS published: true description: How to set up BackstopJS visual regression tests and some good practices I've picked up from using it in anger cover_image: https://raw.githubusercontent.com/Mattsi-Jansky/matt.si/master/content/blog/2020-01/backstopjs-t...
mattsijansky
700,099
Use Javascript console like pro
Every JavaScript developer has used `console.log("message")` . It provides a simple debugging consol...
0
2021-05-16T19:53:39
https://dev.to/suprabhasupi/use-javascript-console-like-pro-3j1h
beginners, webdev, javascript, react
<p><span class='first-letter'>E</span>very JavaScript developer has used `console.log("message")` .</p> It provides a simple debugging console that is similar to the JavaScript console mechanism provided by web browsers. In this article we will talk about most of the console methods which everyone should start using....
suprabhasupi
700,160
Por que ser mulher em TI chama atenção?
Oi, primeiro post não é fácil de escrever, mas vamos lá :) Nos últimos anos a quantidade de mulhere...
0
2021-05-16T22:42:37
https://dev.to/kerenarielle/por-que-ser-mulher-em-ti-chama-atencao-2o0k
girlspower, mulheresnati, mulheresqueprogramam
Oi, primeiro post não é fácil de escrever, mas vamos lá :) Nos últimos anos a quantidade de mulheres que deram as caras para esse mundo de tecnologia tem sido muito alto, onde **90%** nas empresas são homens. Mas por que quando entramos em áreas de TI ainda chamamos tanta atenção? A resposta é simples: **porque s...
kerenarielle
700,358
Using Deploy Keys for Github Repo
Introduction This writing is intended to serve as a quick reference when faced with Github...
0
2021-05-17T04:33:11
https://dev.to/rounakcodes/using-deploy-keys-for-github-4ea7
github, git, ssh, deploy
### Introduction This writing is intended to serve as a quick reference when faced with Github repository access errors while accessing via a remote ssh url. ### Steps Remember a different deploy key is required for each repo. Run the following commands in a shell ``` bash ssh-keygen -t ed25519 # If the above comm...
rounakcodes
700,427
Having a Passion of Coding is Important As a Developer ?
Yeah, i honestly believe the passion of coding is very crucial thing as a successful programmer. but...
0
2021-05-17T06:24:20
https://dev.to/mitulp236/having-a-passion-of-coding-is-important-as-a-developer-44ae
Yeah, i honestly believe the passion of coding is very crucial thing as a successful programmer. but this is not the only thing which can makes you a successful developer. for understanding of passion and job we have to discuss about various facts and human behaviour of that person, **As a great developer of this land,...
mitulp236
700,476
How I handled the scalability of the SQL database in Inspector
Hi, I'm Valerio software engineer, CTO and founder at Inspector. In this article I’ll talk about what...
0
2021-05-17T07:53:11
https://inspector.dev/how-i-handled-the-scalability-of-the-sql-database-at-inspector/
mysql, laravel, node, database
Hi, I'm Valerio software engineer, CTO and founder at Inspector. In this article I’ll talk about what I learned trying to increase the operational limits of the Inspector SQL database. Before talking about read-replicas or sharded-data, it might be helpful to introduce the problem to solve and the most common strategi...
ilvalerione
700,504
How to Bootstrap Your Startup with Cloud?
Beginning a business isn't simple. An entrepreneur should be across the board of his/her organizatio...
0
2021-05-17T08:41:09
https://dev.to/natvarmistry/how-to-bootstrap-your-startup-with-cloud-flk
![Cloud Computing Services](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/p7ntovio5k7bvpja69wg.jpg) Beginning a business isn't simple. An entrepreneur should be across the board of his/her organization in the event that he/she is running it at a tight financial plan. This is the place where bootstrapping com...
natvarmistry
701,030
How I made a web app to create presentations
I had that idea for a while in my head. I was tired of every time I had to create a presentation and...
0
2021-05-17T18:36:58
https://dev.to/kbariotis/how-i-made-a-web-app-to-create-presentations-5b91
opensource, webdev, javascript
I had that idea for a while in my head. I was tired of every time I had to create a presentation and I was spending more time deciding where the header should go and if it's five pixels higher than it should be and if the colors match. Today I'm glad to introduce you to [Presentador](https://presentador.app). Now I ca...
kbariotis
701,127
The database for developers is here
Our team has worked at companies like YouTube, Amazon, Facebook, DigitalOcean, and GitHub, and we've...
0
2021-05-18T17:18:51
https://dev.to/planetscale/the-database-for-developers-is-here-17c4
database, mysql, cloud, serverless
Our team has worked at companies like YouTube, Amazon, Facebook, DigitalOcean, and GitHub, and we've always had to solve the same problem — database scaling. The story is the same each time... The day 1 stack is chosen to optimize for developer velocity to get that MVP out the door. After some success, years 3 or 4 ar...
codychasteen
701,204
Install PHP coding standards fixer in a Laravel project
Code sniffer is a package to apply syntax rules to our php code to follow PSR-standards, here a guide...
13,049
2021-05-17T23:47:22
https://dev.to/arielmejiadev/install-php-code-sniffer-fixer-in-a-laravel-project-32ha
php, laravel
Code sniffer is a package to apply syntax rules to our php code to follow PSR-standards, here a guide to install and use it: ## Install code sniffer ``` composer require friendsofphp/php-cs-fixer ``` ## Add a configuration file ``` touch php-cs-fixer.php ``` You can add your configuration rules, here a good exampl...
arielmejiadev
701,294
Tic Tac Toe
The first part of the Flatiron self paced program is all about Ruby. I knew absolutely nothing about...
0
2021-05-18T00:45:36
https://dev.to/dotnotation/tic-tac-toe-58jn
beginners, ruby
The first part of the Flatiron self paced program is all about Ruby. I knew absolutely nothing about Ruby and still struggle with it a bit. Part of the curriculum is all about making a Tic Tac Toe game. I can't remember how many of the labs are centered around Tic Tac Toe, but I definitely got sick of the game. I reall...
dotnotation
701,302
"And for this interview, build me a custom REST-API router for a web-application"
Palms are sweaty, knees weak, arms are heavy, There's vomit on his Patagucci already These are t...
0
2021-05-18T01:22:13
https://dev.to/tratnayake/and-for-this-interview-build-me-a-custom-router-for-a-web-application-30l1
node, aws, terraform, devops
> Palms are sweaty, knees weak, arms are heavy, > There's vomit on his Patagucci already These are the types of tech interview questions my friends used to tell me about that would make me freeze up. The way it's phrased just seems like such a lot of work and hidden complexity. And, I'm sure there is - if you really...
tratnayake
933,892
React JS Important Things
Prototypes Components type checking of values used PropTypes. When we pass props to a child component...
0
2021-12-22T17:34:43
https://dev.to/arunimaaaarushi/react-js-important-things-354n
react
**Prototypes** Components type checking of values used PropTypes. When we pass props to a child component that time we can check the type of value. Supposed, props should be passed a number but given a mistake pass a string that time gets the error of the website. So we can type checking by propTypes for checking type...
arunimaaaarushi
701,349
Azure Data Studio — Solution to Problem in Adding Azure linked account
https://administrator-97741.medium.com/azure-data-studio-solution-to-problem-in-adding-azure-linked-a...
0
2021-05-18T03:41:19
https://dev.to/virtiogroove/azure-data-studio-solution-to-problem-in-adding-azure-linked-account-1me4
https://administrator-97741.medium.com/azure-data-studio-solution-to-problem-in-adding-azure-linked-account-aff4f880e27
virtiogroove
701,361
Laravel 8 Yajra Datatables Example
Hello Guys, Now let's optically discern example of how to utilize laravel DataTable example. This is...
0
2021-05-18T04:29:39
https://dev.to/sonagrabhavesh/laravel-8-yajra-datatables-example-a5e
laravel, php, programming, tutorial
Hello Guys, Now let's optically discern example of how to utilize laravel DataTable example. This is a short guide on laravel DataTable. Here you will learn how to utilize laravel DataTable. We will utilize how to utilize DataTable in laravel. Let's get commenced with how to DataTable in laravel. more.. if you want ...
sonagrabhavesh
701,372
How to generate RSS Feed for your Blogger/Website
Hey there👋, I am writing this article to show how we can generate the RSS Feed and its URL for the we...
0
2021-05-18T05:10:10
https://www.thecodingbro.xyz/2021/05/how-to-generate-rss-feed-for-your-blog.html
beginners, firstpost
Hey there👋, I am writing this article to show how we can generate the RSS Feed and its URL for the website or the Blog. This RSS Feed URL can be merged on your website to show the list of all the posts of your Blog/website to the visiting audience, Also using it you can import your posts from the Blogger to the diffe...
mayankpathak
701,439
Weekly web development resources #74
mmm.page A simple tool to create unique personal websites with drag &amp; drop....
0
2021-05-19T06:09:43
https://dev.to/vincenius/weekly-web-development-resources-74-khn
weekly, webdev
______ ##[mmm.page](https://build.mmm.page/) [![mmm.page](https://wweb.dev/weekly/content/74/mmmpage.jpg)](https://build.mmm.page/) A simple tool to create unique personal websites with drag & drop. ______ ##[PINTR](https://javier.xyz/pintr/) [![PINTR](https://wweb.dev/weekly/content/74/PINTR.jpg)](https://javier....
vincenius
701,552
[Official] Driver Canon PIXMA iP90 Printer Install File for PC
In this article, we added the information about using the Canon Pixma iP90 Printer along with your co...
0
2021-05-31T21:14:46
https://allpriterdrivers.com/official-driver-canon-pixma-ip90-printer-install-file-for-pc/
canon, drivers, printers
--- title: [Official] Driver Canon PIXMA iP90 Printer Install File for PC published: true date: 2021-05-18 06:36:38 UTC tags: Canon,Drivers,Printers canonical_url: https://allpriterdrivers.com/official-driver-canon-pixma-ip90-printer-install-file-for-pc/ --- In this article, we added the information about using the Ca...
all_printer_drivers_official
701,698
Top 8 Benefits of Cross-Platform App Development
Top 8 Benefits of Cross-platform App Development Maximum exposure A mobile cross-platform app devel...
0
2021-05-18T12:18:21
https://dev.to/rlogical/top-8-benefits-of-cross-platform-app-development-438f
android, ios, uiweekly, ux
Top 8 Benefits of Cross-platform App Development 1. Maximum exposure A <a href="https://www.rlogical.com/mobile-app-development/hybrid-app-development/">mobile cross-platform app development</a> approach will allow you to create an application and deploy it over different platforms such as the web. This implies that ...
rlogical
701,867
34 Essential JavaScript Tools in 2021
JavaScript continues to be the world’s most popular programming language. If you want to design anyth...
0
2021-05-25T07:43:39
https://x-team.com/blog/essential-javascript-tools/
code, javascript, webdev, beginners
--- title: 34 Essential JavaScript Tools in 2021 published: true date: 2021-05-18 13:17:00 UTC tags: code,javascript,webdev,beginners canonical_url: https://x-team.com/blog/essential-javascript-tools/ --- JavaScript continues to be the world’s [most popular programming language](https://octoverse.github.com/). If you w...
tdmoor
702,038
How we got rid of cookie consent banners and why
When building Datelist, there is one thing I was sure of: to build great software, you need great UX....
0
2021-05-18T17:34:47
https://dev.to/aclarembeau/how-we-got-rid-of-cookie-consent-banners-and-why-106i
privacy, webdev, ux
When building [Datelist](https://datelist.io), there is one thing I was sure of: to build great software, you need great UX. Software should be focused on bringing the most value possible to our users, with the less friction possible. And, when I talk about friction, there is one thing that always hurts: cookie consent...
aclarembeau
702,263
testcase testing framework v0.42+
testcase testing framework v0.42+
0
2021-05-18T22:06:35
https://dev.to/adamluzsi/testcase-testing-framework-v0-42-477b
tdd, go
--- title: testcase testing framework v0.42+ published: true description: testcase testing framework v0.42+ tags: tdd,golang //cover_image: https://direct_url_to_image.jpg --- # [GitHub repository link](https://github.com/adamluzsi/testcase) # [testcase.Race](https://pkg.go.dev/github.com/adamluzsi/testcase#example-R...
adamluzsi
702,280
Android Resource Manager tool
Hello everyone, I am Amr Hesham and I want to share my new small cross-platform tools AndroidResource...
0
2021-05-19T09:39:09
https://dev.to/amrdeveloper/android-resource-manager-tool-o2n
android, javafx, java, resize
Hello everyone, I am Amr Hesham and I want to share my new small cross-platform tools AndroidResourceManager (ARM) version 1.0.3 written in Java with JavaFX framework the idea of these tools started as an image resizer for drawable and mipmap for Android App Development then I have added four more ideas to it. so the...
amrdeveloper
702,626
Learning XSS (Cross Site Scripting)with concrete code
Hi, I'm ikkyu, and I had a chance to summarize XSS, so I thought I'd write about it. XSS is a bit com...
0
2021-05-19T10:45:50
https://dev.to/ikk_hck/learning-xss-cross-site-scripting-with-concrete-code-4al2
css, javascript, cybersecurity, php
Hi, I'm ikkyu, and I had a chance to summarize XSS, so I thought I'd write about it. XSS is a bit complicated for beginners, isn't it? There are not many sites that explain XSS with concrete code, so it's hard to visualize. twitter:[@ikk_hck](https://twitter.com/ikk_hck) #What is XSS? According to the [IPA (Informati...
ikk_hck
702,388
DAY 66 OF 100 DAYS OF SWIFTUI
I just completed day 66 of 100 days of SwiftUI. Today I worked on add new filtering options to the In...
0
2021-05-19T02:08:13
https://dev.to/sanmiade/day-66-of-100-days-of-swiftui-49kk
swift, 100daysofcode
I just completed day 66 of 100 days of SwiftUI. Today I worked on add new filtering options to the InstaFilter app and also saving filtered photos. ![Alt Text](https://dev-to-uploads.s3.amazonaws.com/uploads/articles/tdsyw102nlcyc0ufwpr2.png) Here's a link to the [repo](https://github.com/sanmiAde/InstaFilter)
sanmiade
702,418
Need help
I am creating a helper function to get weather data using open-weather api require("dotenv").confi...
0
2021-05-19T04:16:04
https://dev.to/touhidulshawan/need-help-844
node, javascript, typescript
I am creating a helper function to get weather data using open-weather api ```js require("dotenv").config(); import axios from "axios"; export const getWeatherData = async (cityName: any) => { let getData = {}; try { const response = await axios.get( `https://api.openweathermap.org/data/2.5/weather?q=${c...
touhidulshawan
702,468
How to Synchronize Blockchain Network in JavaScript
https://grokonez.com/node-js/how-to-synchronize-blockchain-network-javascript-tutorial How to Synchr...
0
2021-05-19T05:27:58
https://dev.to/loizenai/how-to-synchronize-blockchain-network-in-javascript-2n57
javascript, blockchain, synchronize, network
https://grokonez.com/node-js/how-to-synchronize-blockchain-network-javascript-tutorial How to Synchronize Blockchain Network in JavaScript In <a href="https://grokonez.com/frontend/javascript/how-to-build-a-decentralized-blockchain-network-javascript">previous post</a>, we built a Decentralized Blockchain Network tha...
loizenai
702,557
Ways to implement Proxy Pattern in Node.js
https://grokonez.com/node-js/ways-to-implement-proxy-pattern-in-node-js Ways to implement Proxy Patt...
0
2021-05-19T08:15:33
https://dev.to/loizenai/ways-to-implement-proxy-pattern-in-node-js-1d0e
node, proxy, pattern
https://grokonez.com/node-js/ways-to-implement-proxy-pattern-in-node-js Ways to implement Proxy Pattern in Node.js Sometimes we may want to access indirectly to an object, via a substitute. That substitute is called Proxy. The Proxy Pattern helps us deal with a proxy object and talk to the actual object. In this tuto...
loizenai
702,668
Expense Tracking Tools for IT Startups: Which One to Choose?
Speaking of accounting in IT startups and companies, it’s impossible to omiss expenses tracking. Even...
0
2021-05-19T11:03:13
https://dev.to/victoriashi/expense-tracking-tools-for-it-startups-which-one-to-choose-3dcg
Speaking of accounting in IT startups and companies, it’s impossible to omiss expenses tracking. Even if the team’s using outsource accounting services, being in sync with the bookkeeper at all times is a must. It’s especially important nowadays when so many companies allow employees to work from home to keep people s...
victoriashi
702,775
The Role of ONPASSIVE Machine Learning in Transforming Modern Enterprises
With the recent advances in artificial intelligence and machine learning, many believe that artificia...
0
2021-05-19T11:39:51
https://dev.to/onpassivedigital/the-role-of-onpassive-machine-learning-in-transforming-modern-enterprises-4pm8
With the recent advances in artificial intelligence and machine learning, many believe that artificially intelligent systems will power. Experts are predicting that AI systems will replace most if not all human employees by the year 2030. However, the benefits to the small business owner far outweigh the cons of using ...
onpassivedigital
702,817
Top 6 Responsibilities of a Hire Flutter Developers
Understanding the main responsibilities of a Flutter Developer Designing and developing application...
0
2021-05-19T12:57:42
https://dev.to/rlogical/top-6-responsibilities-of-a-hire-flutter-developers-20n7
flutter, dart, ux
Understanding the main responsibilities of a Flutter Developer 1. Designing and developing applications A Flutter developer will provide you with consistent performance from designing the application, planning a timeline, and developing any complicated application within a short time compared to any other native ap...
rlogical
703,103
Debugging image dimensions with Next.js
I was writing a blog post. In grand engineer tradition, I got distracted while blogging and spent a f...
0
2021-05-19T17:31:57
https://www.grouparoo.com/blog/nextjs-image-dimensions
nextjs, react, webdev, javascript
I was writing a [blog post](https://www.grouparoo.com/blog/snowflake-source). In grand engineer tradition, I got distracted while blogging and spent a few hours writing tools to increase blogging efficiency. Specifically, I was having trouble knowing the correct `width` and `height` props to put on the screenshots I ...
bleonard
703,129
Using Typescript to create a Robust API between your frontend and backend
Two of the major components of the @grouparoo/core application are a Node.js API server and a React f...
0
2021-05-19T17:48:32
https://www.grouparoo.com/blog/typescript-frontend-backend
typescript, node, javascript, react
Two of the major components of the `@grouparoo/core` application are a Node.js API server and a React frontend. We use [Actionhero](https://www.actionherojs.com) as the API server, and [Next.JS](https://nextjs.org/) for our React site generator. As we develop the Grouparoo application, we are constantly adding new API ...
evantahler
703,209
"Am I a bad developer?" - A question developers commonly face
Being a developer is hard, no doubt about it. Software development is a field where nobody knows...
0
2021-05-19T22:00:41
https://dev.to/__manucodes/am-i-a-bad-developer-a-question-developers-commonly-face-4gck
css, javascript, html
Being a developer is hard, no doubt about it. Software development is a field where nobody knows everything. Everyone in this field loves to share and talk about the technology they are working on or they have explored. **Everybody wants to learn some sort of technology they are lacking because nobody wants to become a...
__manucodes
703,226
Testeando una Spring Boot App dockerizada
Nuestro compañero Alex Castells (@alextremp ) en su post Integrando Testcontainers en el contexto de...
0
2021-05-20T06:13:00
https://dev.to/adevintaspain/testeando-una-spring-boot-app-dockerizada-3k5
showdev, springboot, docker, testing
Nuestro compañero **Alex Castells** (@alextremp) en su post [Integrando Testcontainers en el contexto de Spring en nuestros tests](https://dev.to/adevintaspain/integrando-testcontainers-en-el-contexto-de-spring-en-nuestros-tests-5b7d) nos explicaba diferentes maneras para usar [Testcontainers](https://www.testcontainer...
rogervinas
703,259
It's time to talk WWDC21 Wishes
Spoiler… I’m not really concerned with any new hardware, but I’ll take anything you want to throw...
0
2021-05-25T05:45:18
https://www.compileswift.com/podcast/s02-e21/
wwdc, apple, podcast
--- title: It's time to talk WWDC21 Wishes published: true date: 2021-05-19 15:17:12 UTC tags: WWDC, apple, podcast canonical_url: https://www.compileswift.com/podcast/s02-e21/ --- {% spotify spotify:episode:27k5aQTS5a4wHWuOgGft7U %} Spoiler… I’m not really concerned with any new hardware, but I’ll take anything you ...
peterwitham