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 |
|---|---|---|---|---|---|---|---|---|
542,224 | 4 Tips to split extensive Pull Requests | As a developer, we must always try to help other developers. Especially when they will review our code. | 0 | 2020-12-17T17:00:32 | https://dev.to/alysonbasilio/tips-to-split-extensive-pull-requests-5g4d | pullrequest, pr, changerequest, codereview | ---
title: 4 Tips to split extensive Pull Requests
published: true
description: As a developer, we must always try to help other developers. Especially when they will review our code.
tags: pullrequest, PR, changerequest, codereview
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/hctzrcbchra8bbrdlde1.jpg
---
As... | alysonbasilio |
542,625 | Functional Programming in Java, Explained | If you’re a Java developer, I’m sure that you have seen code similar to the featured image snippet... | 0 | 2020-12-15T11:13:02 | https://codecurated.com/blog/functional-programming-in-java-explained/ | java, tutorials | ---
title: Functional Programming in Java, Explained
published: true
tags: Java,Tutorials
canonical_url: https://codecurated.com/blog/functional-programming-in-java-explained/
---

If you’re a Java... | brilianfird |
542,874 | Vscode Live Share | Ever want to collaborate on a project remotely or just want to review the code without getting the l... | 0 | 2020-12-15T06:21:12 | https://dev.to/madeelahsan/vscode-live-share-3f09 | vscode | <img src="https://dev-to-uploads.s3.amazonaws.com/i/sswrcbt9kyzsxsnimh9a.gif">
Ever want to collaborate on a project remotely or just want to review the code without getting the local copy of the code. Say no more now you can use Vscode live share extension to do just that.
check it out
https://visualstudio.microsoft.... | madeelahsan |
543,865 | 🔝Top 10 C# Projects on GitHub (December 2020), the trend and indications | C# remains a popular programming language in 2020. As of December 2020, C# ranks №5 in Tiobe Index, f... | 0 | 2020-12-16T07:53:50 | https://dev.to/davidkou/top-10-c-projects-on-github-december-2020-the-trend-and-indications-33ed | C# remains a popular programming language in 2020. As of December 2020, C# ranks №5 in [Tiobe Index](https://www.tiobe.com/tiobe-index/), following _C, Java, Python and C++_.
Below are the top 10 C# Projects on GitHub as of December 2020.
|Ranking|Project Name |Stars|Forks|
|-------|--------------------|-----... | davidkou | |
544,267 | Integrated ERP Solution with advanced features to help Packaging Manufacturers | For small or newer companies, it can be difficult to integrate some new ideas into the mix. Adding in... | 0 | 2020-12-16T13:32:15 | https://dev.to/alexjasmith/integrated-erp-solution-with-advanced-features-to-help-packaging-manufacturers-1bn3 | <p style="text-align: justify;">For small or newer companies, it can be difficult to integrate some new ideas into the mix. Adding in the best ERP software for packaging might sound like a challenge, but with the right implementation and approach, the results themselves can be nothing short of impressive. That being sa... | alexjasmith | |
546,378 | Monitoring sync and async network calls in Python using TIG stack | Republished by author. First appeared in Web Performance Calendar 2020. Web applications and API end... | 0 | 2020-12-18T14:34:16 | https://dev.to/cheviana/monitoring-sync-and-async-network-calls-in-python-using-tig-stack-3al5 | python, monitoring, aiohttp, requests | Republished by author. First appeared in [Web Performance Calendar 2020](https://calendar.perfplanet.com/2020/monitoring-network-calls-in-python-using-tig-stack/).
Web applications and API endpoints are known to perform backend calls. Often that is all application does: fetches data from a couple of backends, combines... | cheviana |
546,619 | How to clear screen in C++? | In this article we will discuss the method of clearing the screen or console display. There are more... | 0 | 2020-12-18T19:52:00 | https://dev.to/whataluckyguy/how-to-clear-screen-in-c-49oj | cpp, oop, programming | In this article we will discuss the method of clearing the screen or console display. There are more than one method of clearing the console but in this article we discussed only the general ones.
---
title: How to clear screen in C++?
tags: cpp
canonical_url: https://kodlogs.com/blog/881/how-to-clear-screen-in-c
---... | whataluckyguy |
547,046 | My javascript / tech / web development newsletter for 19-12-2020 is out! | In this week’s edition: Valley exodus, Slack, cool repos, personal websites, knowing shell, Tesla... | 0 | 2020-12-19T10:39:59 | https://dev.to/mjgs/my-javascript-tech-web-development-newsletter-for-19-12-2020-is-out-4bof | node, javascript, webdev, tech | ---
title: My javascript / tech / web development newsletter for 19-12-2020 is out!
published: true
description:
tags: nodejs, javascript, webdev, tech
---
In this week’s edition:
Valley exodus, Slack, cool repos, personal websites, knowing shell, Tesla huge, Torvalds-style, Amazon Robotaxi, Privacy, MDN Jamstack, MS... | mjgs |
547,174 | Web Browser Engine Overview : For Beginners | Website that you visit/read is a Document. As a human, when you write a Document on a Paper, or lets... | 0 | 2020-12-19T13:54:51 | https://mahipal.dev/web-browser-engine-overview-for-beginners | chrome, browser, beginners, webdev | Website that you visit/read is a Document.
As a human, when you write a Document on a Paper, or lets say print a Newspaper, you see Headlines and some part of the story below it, and links to remaining story on a different page. Some headlines will have full story below it. You see paragraphs break on to a new line, h... | nameismahipal |
547,226 | React: automatic date formatting in translations (i18next + date-fns) | Update April 2022 Since October '21, i18next has added support for formatting using native... | 0 | 2020-12-19T17:16:46 | https://dev.to/ekeijl/react-automatic-date-formatting-in-translations-i18next-date-fns-8df | react, i18next, datefns, translation | # Update April 2022
Since October '21, i18next has [added support for formatting using native Intl API](https://www.i18next.com/translation-function/formatting) in [version 21.3](https://github.com/i18next/i18next/releases/tag/v21.3.0). You should probably check that out first, but I think this article can still be us... | ekeijl |
547,249 | [presentation] PhpStorm aime Joomla! | Salut super joomlers! Découvrez dans cette courte présentation vidéo comment mettre en place un... | 0 | 2021-03-18T11:40:24 | https://dev.to/mralexandrelise/presentation-phpstorm-aime-joomla-2e60 | blog | ---
title: [presentation] PhpStorm aime Joomla!
published: true
date: 2020-12-19 11:48:16 UTC
tags: Blog
canonical_url:
---

Salut super joomlers!
Découvrez dans cette courte présentation vidéo comment mettre en place un projet joomla dans PhpStorm ... | mralexandrelise |
547,330 | 🔥 Create number ranges in JavaScript | To get a range of numbers in JavaScript, initialize an array by spreading the keys of another array i... | 0 | 2020-12-19T19:15:25 | https://islovely.co/firetips/creating-number-ranges | javascript, webdev | To get a range of numbers in JavaScript, initialize an array by spreading the keys of another array into it. You can shift the range up or down, or do things like have it contain only even numbers.
```js
const range = [...Array(5).keys()] // ⇒ [0, 1, 2, 3, 4]
// the number in `Array(number)` describes how many values... | domhabersack |
548,676 | TDD in an event driven application | You (should) know, Test Driven Development is one of the greatest practice in software development: i... | 0 | 2020-12-21T12:52:53 | https://dev.to/cherrychain/tdd-in-an-event-driven-application-2d6i | eventdriven, async, tdd, kotlin | You (should) know, Test Driven Development is one of the greatest practice in software development: it gives you confidence in what you implement, it gives you courage to refactor or change behaviors, it forces you to think about what you are about to implement.
For sure not every piece of code deserves to be written ... | ndrbrt_23 |
549,222 | 物件導向 - 減少重複的程式碼 Inheritance v.s. Composition | Composition over inheritance 有個題目是這樣的: 我有兩個類別,在類別裡面有相同(實作內容一模一樣)的方法method。為了減少重複的程式碼,我為這兩個類別創造了一個共同父... | 0 | 2020-12-21T23:43:09 | https://dev.to/dna2me/inheritance-v-s-composition-19ep | oop | _Composition over inheritance_
有個題目是這樣的:
我有兩個類別,在類別裡面有相同(實作內容一模一樣)的方法_method_。為了減少重複的程式碼,我為這兩個類別創造了一個共同父類別,並且把相同的方法_method_放在父類別,這樣好嗎?

| dna2me |
550,807 | How to watch a directory in Java? | You can watch a folder/directory on your server or computer easily using Watch API provided by Java.... | 0 | 2020-12-23T12:40:23 | https://dev.to/vijaysrj/how-to-watch-a-directory-in-java-4gde | java, programming | You can watch a folder/directory on your server or computer easily using Watch API provided by Java.
Below is the algorithm:
STEP1: Create a watch service
WatchService watchService = FileSystems.getDefault().newWatchService();
STEP2: Get the path of the folder you want to monitor
STEP3: Register the folde... | vijaysrj |
551,134 | The Maker Show: IoT powered holiday lights 🎄 | We have just kicked off the very first episode of The Maker Show! This show is series of monthly one... | 10,362 | 2020-12-26T17:13:35 | https://dev.to/fordevs-community/the-maker-show-iot-powered-holiday-lights-3e80 | themakershow, iot, azure, powerapps | We have just kicked off the very first episode of The Maker Show! This show is series of monthly one hour show for developers hosted by [Sherry List](https://twitter.com/sherrrylst) and [Goran Vuksic](https://twitter.com/gvuksic). On each episode we will highlight tools and projects from the community that can inspire ... | gvuksic |
551,474 | Created my first CSS UI library. | I have created a CSS UI library named 'Scratch' for creating websites and giving users a jump-start f... | 0 | 2020-12-24T05:52:33 | https://dev.to/parth_codes/created-my-first-css-ui-library-4bin | css, webdev, webdesign, framework | I have created a CSS UI library named '**Scratch**' for creating websites and giving users a jump-start for creating website.
Scratch provides all major components and utilities to create a website and all components are made with pure CSS.
link to website is given below:
https://css-scratch.netlify.app/
**Please ... | parth_codes |
552,634 | #Day 15: Insert, Delete, find max in Stack | The days when you are unable to solve sufficient problems turns out really disappointing. It wasn't a... | 0 | 2020-12-25T18:51:17 | https://dev.to/withmahimasingh/day-15-insert-delete-find-max-in-stack-1ghd | 100daysofcode | The days when you are unable to solve sufficient problems turns out really disappointing.
It wasn't a great day. I just solved only one question related to insertion, deletion and finding maximum element in Stack. I am stuck in 4 questions and this is kind of disappointing. The fact that they are labelled Easy on GFG i... | withmahimasingh |
552,873 | Making a footer stick to the bottom with CSS | Ever wanted to have a footer that's stuck to the bottom, but will push down if the content is bigger?... | 0 | 2020-12-26T05:55:28 | https://daily-dev-tips.com/posts/making-a-footer-stick-to-the-bottom-with-css/ | css | Ever wanted to have a footer that's stuck to the bottom, but will push down if the content is bigger?
To demonstrate I've created this image.

What this illustrates is the following:
- left: Green box is the viewpor... | dailydevtips1 |
553,090 | Task.Factory ile Asenkron Örneği | Merhaba, bugün öğrendiğim bir yordamı burada küçük bir örnek ile paylaşmak istiyorum. Örneğe geçmed... | 0 | 2020-12-26T13:43:30 | https://dev.to/hakanyalitekin/task-factory-ile-asenkron-ornegi-372g | c, asenkron, async, task | ---
title: Task.Factory ile Asenkron Örneği
published: true
date: 2020-04-10 12:55:04 UTC
tags: C,asenkron,async,Task
canonical_url:
---
Merhaba, bugün öğrendiğim bir yordamı burada küçük bir örnek ile paylaşmak istiyorum.
> Örneğe geçmeden önce işin mantığını kavramak adına [bu](https://medium.com/@atarikguney/asen... | hakanyalitekin |
553,887 | How to Integrate dev.to with Gatsby | Gatsby/React tutorial on how to integrate dev.to feed or parts of it into your own Gatsby blog or website | 0 | 2020-12-27T15:39:01 | https://aleksandarpopovic.com/How-to-Integrate-dev-to-with-Gatsby/ | react, javascript, gatsby, tutorial | ---
title: How to Integrate dev.to with Gatsby
published: true
description: Gatsby/React tutorial on how to integrate dev.to feed or parts of it into your own Gatsby blog or website
tags: react, javascript, gatsby, tutorial
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/vfns3952pb04u7j2ftgs.png
canonical_url: h... | alekswritescode |
554,083 | #30daysofelm Day 11: Next binary number with same number of 1's | This is day 11 of my 30 day Elm challenge Demo: https://ellie-app.com/bVDMsDcTnXMa1 Edit: I made a... | 0 | 2020-12-27T22:14:38 | https://dev.to/kristianpedersen/30daysofelm-day-11-next-binary-number-with-same-number-of-1-s-34gg | elm | This is day 11 of my [30 day Elm challenge](https://dev.to/kristianpedersen/30-days-of-elm-intro-2lo2)
Demo: https://ellie-app.com/bVDMsDcTnXMa1
*Edit: I made a better version using `elm-binary` the next day:* https://dev.to/kristianpedersen/30daysofelm-day-12-elm-binary-4ijc
*Today's version is still good if you en... | kristianpedersen |
554,283 | quiz clone react | Guys, I am pretty new to react; am trying to practice react by remaking the google word coach, or jus... | 0 | 2020-12-28T07:02:23 | https://dev.to/andrewwachira/quiz-clone-react-2l8e | react, help | Guys, I am pretty new to react; am trying to practice react by remaking the google word coach, or just a simple quiz. In terms of the UI, not much has been done, but I have focused to see whether I can do the functionality bit. I don't know the actual problem, I would really like some assistance as to knowing how to va... | andrewwachira |
554,905 | Understanding Docker: part 26 – Docker components | Serie of sketchnotes about Docker. Explaining in a visual way Docker principles. | 8,105 | 2021-01-11T07:29:52 | https://dev.to/aurelievache/understanding-docker-part-26-docker-components-pfc | docker, devops, beginners, cloud | ---
title: Understanding Docker: part 26 – Docker components
published: true
description: Serie of sketchnotes about Docker. Explaining in a visual way Docker principles.
tags: Docker, DevOps, beginners, Cloud
series: Understanding Docker in sketchnotes
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/9ktykligj5z... | aurelievache |
555,999 | How much do you know about Azure CosmosDB Emulator? 🧐 | Azure Cosmos DB is one of the foundational services in Azure, which provides high availability, globa... | 10,414 | 2020-12-30T01:13:34 | https://yashints.dev/blog/2020/12/15/cosmos-emulator | azure, showdev, cosmosdb, emulator | [Azure Cosmos DB](https://azure.microsoft.com/en-au/services/cosmos-db/) is one of the foundational services in Azure, which provides high availability, global scale and an impressive performance. However, it could be a bit costly for developers to spin up an instance during their development especially if they don't k... | yashints |
557,022 | Goals for 2021: Learning Go and Rust | Photo by Fotis Fotopoulos / Unsplash I'll keep this short. In the past 6 or so years in Amazon I've... | 0 | 2020-12-31T05:51:12 | https://danielesalatti.com/learn-go-and-rust-2021/ | go, rust, course | ---
title: Goals for 2021: Learning Go and Rust
published: true
date: 2020-12-31 05:03:02 UTC
tags: go,rust,golang,course
canonical_url: https://danielesalatti.com/learn-go-and-rust-2021/
---
 💪

Yes this is one empowering book and is one of the books that should be... | keozdev |
557,748 | Introdução ao HTML | O HTML á abreviação para Hyper Text Markup Language, ou seja é uma Linguagem de marcação de hipertext... | 10,685 | 2020-12-31T23:26:50 | https://dev.to/franciscochaves/introducao-ao-html-doa | html, braziliandevs, beginners, webdev | O HTML á abreviação para **Hyper Text Markup Language**, ou seja é uma Linguagem de marcação de hipertexto, que utilizar um conjunto de _tags_ para construção de sites para _web_, foi desenvolvido a primeira versão em 1991 pelo cientista Tim Berners-Lee.
Inicialmente a linguagem HTML teve o proposito de interligar in... | franciscochaves |
557,915 | First Javascriptmas | In December 2020, I participated in Scrimba's Javascriptmas. Why I enrolled: For the cha... | 0 | 2021-01-01T06:21:34 | https://dev.to/zuwa/first-javascriptmas-153f | In December 2020, I participated in Scrimba's Javascriptmas.
### **Why I enrolled:**
For the chance at the prizes (i.e. I love raffles) AND to get back into JavaScript.
I started learning JavaScript earlier in 2020, but I took time off to research the various fields in tech. The Javascriptmas challenge helped me t... | zuwa | |
558,293 | Developer Portfolio with React.js | I build my developer portfolio using react.js and I would like to have it reviewed by our awesome c... | 0 | 2021-01-01T16:22:51 | https://dev.to/soumyajit4419/developer-portfolio-with-react-js-2b49 | react, portfolio, webdev, 100daysofcode | 
I build my developer portfolio using react.js and I would like to have it reviewed by our awesome community.
I have tried to keep the design and code minimalistic so that others can customize it easily to build their own.
Website Link:- ... | soumyajit4419 |
593,966 | A lesson learnt about design from card making | I took up card making as a hobby years ago, partly because buying cards in shops always seemed so exp... | 0 | 2021-02-06T19:03:21 | https://dev.to/nicm42/a-lesson-learnt-about-design-from-card-making-5dj | design, webdev | I took up card making as a hobby years ago, partly because buying cards in shops always seemed so expensive and it was hard to find any I liked. And partly because it looked fun. I like a hobby that's creative and useful.
The lesson I learnt is: **less is more**.
When I make cards I find a good-looking sticker or pri... | nicm42 |
558,389 | # Arrow functions VS Regular functions (scoping of this in function) | Yesterday I was going thru HackerRank tutorials of 10 Days of Javascript and had stuck at a problem s... | 0 | 2021-01-01T19:30:27 | https://blogs.omkaragrawal.dev/arrow-functions-vs-regular-functions-scoping-of-this-in-function-1 | javascript, functional, programming | Yesterday I was going thru HackerRank tutorials of 10 Days of Javascript and had stuck at a problem statement.
The problem statement was far too very easy to solve (probably why it was for beginners 😜)
**[Problem Statement](https://bit.ly/HakerRank-Rectangle) :**
, [Delayed Jo... | darnahsan |
559,607 | How to make a simple JS templating framework | To make a JS framework for templating it is actually much easier than you may think. All it really is... | 0 | 2021-01-03T03:08:39 | https://dev.to/jadenconcord/how-to-make-a-simple-js-templating-framework-hhd | webdev, javascript, tutorial | To make a JS framework for templating it is actually much easier than you may think. All it really is, is a way to replace text with a corresponding value. Lets say I have the text,
~~~
Hello I am name
~~~
And I want to replace name with Bob, with this,
~~~js
"Hello I am name".replace("name", "bob")
// Hello I am bob
~... | jadenconcord |
559,741 | ⚛️ I'm a professional React developer, and this is the directory structure I use for my production projects. ⚛️ | About Me: I've been a professional web developer for just over 10 years now. I'm currently the lead w... | 0 | 2021-01-03T08:37:53 | https://dev.to/bettercodingacademy/i-m-a-professional-react-developer-and-this-is-the-directory-structure-i-use-for-my-production-projects-1lg2 | react, javascript, webdev, tutorial | **About Me:** I've been a professional web developer for just over 10 years now. I'm currently the lead web development instructor at [Better Coding Academy](https://codebetter.com.au), and as part of what I do, I post videos on our YouTube channel at [https://www.youtube.com/c/BetterCodingAcademy](https://www.youtube.... | bettercodingacademy |
560,608 | Send cookies in Electron + React app | In this article I discuss using cookies to make an authenticated web call to an external domain. Over... | 0 | 2021-01-04T08:39:03 | https://www.poxon.dev/code/snippet-send-cookies-electron-react/ | react, electron, webdev, typescript | In this article I discuss using cookies to make an authenticated web call to an external domain.
Over the past few months I have been tinkering with an Electron + React app. I had never worked with these technologies before so mainly my goal has been to learn. I am using the opportunity to improve my developer experien... | olsnacky |
560,726 | Python: Inheritance, File System, Error Handling 🎯 | Another week of Python has passed and once again, there are a lot of new topics to write about! Ever... | 10,141 | 2021-01-13T10:50:48 | https://dev.to/killianfrappartdev/python-inheritance-file-system-error-handling-456i | python, oop, webdev, learning | Another week of Python has passed and once again, there are a lot of new topics to write about!
Every hour spent learning make me realize how powerful and complex this language is.
Let's dive in 🏊♂️
<h2>Table of Contents </h2>
<ul>
<li><a href="#inheritance">Inheritance</a></li>
<li><a href="#eh">Error Handling<... | killianfrappartdev |
561,008 | My first post | A post by Aldmiro Passagem | 0 | 2021-01-04T14:58:36 | https://dev.to/aldmiropassagem/my-first-post-4363 | aldmiropassagem | ||
561,084 | Day 4 text to speech is done for second component and more about dohackathon | Hackathon Journey hello all 😊👋 In this Day 4(note day4 is just for the name I am working on this stuf... | 10,212 | 2021-01-04T16:11:15 | https://dev.to/krishnakakade/day-4-text-to-speech-is-done-for-second-component-and-more-about-about-dohackathon-19ll | dohackathon, webdev, react, showdev | Hackathon Journey
hello all 😊👋
In this Day 4(note day4 is just for the name I am working on this stuff for 1 2 weeks) article of the digital Ocean hackathon, I am going to write about how I did things and which things I completed till today so let's jump into the article now.
If you are following this series then yo... | krishnakakade |
561,126 | UI Daily Design: Day 1261 - Search UI Components Design | A post by G Rohit | 0 | 2021-01-04T17:06:11 | https://dev.to/grohit/ui-daily-design-day-1261-search-ui-components-design-2kci | codepen | {% codepen https://codepen.io/grohit/pen/JjRvjgV %} | grohit |
561,251 | 2020 Retrospective: What I'll Keep Doing & What I'll Change | Since I started my programming journey in November of 2019, the bulk of my time learning was spent in... | 0 | 2021-01-10T17:29:18 | https://dev.to/kylewcode/2020-retrospective-what-i-ll-keep-doing-what-i-ll-change-19ep | Since I started my programming journey in November of 2019, the bulk of my time learning was spent in 2020. I've been blessed to have avoided certain hardships from the pandemic and for that I'm grateful.
So naturally this really aided the process of learning programming in as relaxed manner as possible. As always, w... | kylewcode | |
562,361 | What You Need to Know Before You Start Learning Code | A guide to efficiently approaching learning code | 0 | 2021-02-19T18:25:21 | https://dev.to/dylanesque/what-you-need-to-know-before-you-start-learning-code-1f6j | webdev, beginners, programming, codenewbie | ---
title: What You Need to Know Before You Start Learning Code
published: true
description: A guide to efficiently approaching learning code
tags: webdev, beginners, programming, codenewbie
//cover_image: https://direct_url_to_image.jpg
---
Taking the self-directed path to learning code is difficult for a lot of reas... | dylanesque |
562,533 | Tech stories: The Scrumbags | As I promised in this series I try to share sad stories from the corporate IT world and I would simul... | 10,549 | 2021-01-05T23:13:34 | https://dev.to/latobibor/tech-stories-the-scrumbags-2c04 | watercooler, worklife, devlife | As I promised in this series I try to share sad stories from the **corporate IT world** and I would simultaneously add how those situations could have been solved in a humane way.
My goal is to start the discussion on how we live a good chunk of our lives and if the requirements of _taking everything as a robot withou... | latobibor |
562,803 | Top Flutter Advantages and Why You Should Try Flutter on Your Next Project | Flutter is Google’s UI toolkit for building beautiful, native applications from a single codebase for... | 0 | 2021-01-06T06:53:14 | https://dev.to/letstechtalks/top-flutter-advantages-and-why-you-should-try-flutter-on-your-next-project-2n3k | flutter, dart, mobile, programming | Flutter is Google’s UI toolkit for building beautiful, native applications from a single codebase for
- **Mobile** - Android and iOS
- **Desktop** - macOS, Chromebook, Windows, and Linux
- **Web**
---
### Table of Contents
- What Is Flutter?
- More than 15 points of Why to use Flutter
---
### What is Flutter?
It ... | architectak |
563,036 | Nested Request Throttling in Laravel | Let me set the stage first: You have a globally assigned throttle middleware on a specific route grou... | 0 | 2021-01-06T09:13:39 | https://dev.to/ntsanov/nested-request-throttling-in-laravel-392d | laravel, php | Let me set the stage first: You have a globally assigned throttle middleware on a specific route group or maybe even assigned directly inside the `RouteServiceProvider` on all routes from a specific file. Then, you try to assign (nest) the throttle middleware inside that group onto a specific route expecting that the g... | ntsanov |
563,041 | pyenv install fails on MacOS 11 BigSur | If you are getting the following error: pyenv install 3.8.6 python-build: use openssl@1.1 from ho... | 0 | 2021-01-06T09:23:57 | https://dev.to/digitaldisorder/penv-install-fails-on-macos-11-bigsur-4a13 | pyenv, python, macosx, bigsur | If you are getting the following error:
```
pyenv install 3.8.6
python-build: use openssl@1.1 from homebrew
python-build: use readline from homebrew
Downloading Python-3.8.6.tar.xz...
-> https://www.python.org/ftp/python/3.8.6/Python-3.8.6.tar.xz
Installing Python-3.8.6...
python-build: use readline from homebrew
py... | digitaldisorder |
816,276 | How to give a delivery date | by Emma Burton – February 14, 2019 If I was asked the difference between computer science and... | 0 | 2021-09-07T13:55:22 | https://dev.to/omtechblog/how-to-give-a-delivery-date-g51 | by Emma Burton – February 14, 2019
If I was asked the difference between computer science and software development (which, as someone who “knows about computers”, it does occasionally happen), my answer would be something like this:
The hardest question in computer science is “Does P=NP?”
The hardest question in sof... | omtechblog | |
563,138 | Great GatsbyJS😎 | 💅 Building a Minimalist CV with Gatsby 🍋 Live Helloooo everybody! I've been busy wi... | 0 | 2021-02-07T21:29:31 | https://dev.to/ezgihendrickx/great-gatsbyjs-1ocb | gatsby, javascript, react, webdev | <h2 align="center"><b>:nail_care: Building a Minimalist CV with Gatsby</h2>
<p align="center">
<a href="https://gatsbyminicv.netlify.app/" target="_blank">
🍋 Live</a>
</p>
<br/>
#### Helloooo everybody! I've been busy with Gatsby recently and I was trying to learn the basics in a fun way. Therefore I created a mini... | ezgihendrickx |
563,881 | Improving image-specific testing with actual examples | In Lagoon 1.x, Lagoon ran a full battery of tests for every pull request submitted to the GitHub... | 10,605 | 2021-09-23T23:41:22 | https://dev.to/uselagoon/improving-image-specific-testing-with-actual-examples-2p8p | testing, github, ci, mocha | In Lagoon 1.x, Lagoon ran a full battery of tests for every pull request submitted to the GitHub repository. Not only was this inefficient, but unrelated errors also added false negatives to the testing process. In addition, running these tests required a full local instance of Lagoon to be created, which presented a s... | tobybellwood |
564,043 | Ethereum Meta-Transactions 101 | In the Ethereum world things happen thanks to transactions. These transactions, just like everythin... | 0 | 2021-01-12T19:14:06 | https://medium.com/coinmonks/ethereum-meta-transactions-101-de7f91884a06 | ethereum, smartcontractblockch, metatransactions, tutorial | ---
title: Ethereum Meta-Transactions 101
published: true
date: 2021-01-07 08:04:29 UTC
tags: ethereum,smartcontractblockch,metatransactions,tutorial
canonical_url: https://medium.com/coinmonks/ethereum-meta-transactions-101-de7f91884a06
---

I... | coinmonks |
564,296 | Answer: It is applied to too many arguments; maybe you forgot a `;' | answer re: It is applied to too many... | 0 | 2021-01-07T14:53:10 | https://dev.to/carnotweat/answer-it-is-applied-to-too-many-arguments-maybe-you-forgot-a-pon | ---
title: Answer: It is applied to too many arguments; maybe you forgot a `;'
published: true
---
{% stackoverflow 50795790 %} | carnotweat | |
564,850 | A CTO gives advice on learning to code | In this interview a CTO, Jason Riedel, shares tips on learning to code, what he looks for in a deve... | 0 | 2021-01-14T19:59:17 | https://www.nocsdegree.com/cto-advice-learning-code/ | webdev, career, beginners | ---
title: A CTO gives advice on learning to code
published: true
date: 2021-01-07 19:56:20 UTC
tags: Webdev, Career, Beginner
canonical_url: https://www.nocsdegree.com/cto-advice-learning-code/
---

In t... | petecodes |
566,903 | Create 3 different types of Loading Screens in React (Part-2) | If you're following this series this is the part 2 where we're going to build 2nd type of Loading... | 10,664 | 2021-01-09T11:37:31 | https://devdreaming.com/blogs/create-3-different-types-of-loading-screens-in-react#type-2-loading-screen-with-react-lottie | react, javascript, webdev | If you're following this series this is the part 2 where we're going to build 2nd type of Loading Screen.
Create new file and name it as PreLoader2.js
create functional component, and import react-Lottie library.
`import Lottie from "react-lottie";`
In this type of loading screen we have to download animation files... | codebucks |
567,737 | Newbie in the Programming World... | Well,it pretty cool to be amidst developers as a beginner just few month old,I strongly believe being... | 0 | 2021-01-10T12:54:58 | https://dev.to/danakin40/newbie-in-the-programming-world-17j7 | Well,it pretty cool to be amidst developers as a beginner just few month old,I strongly believe being here will facilitate my interest as well as moment...
I once again...it's nice to meet you guys | danakin40 | |
567,852 | 7.css - My Case Study | In case you missed it, last week I wrote a post about a recent side project I worked on and submitted... | 11,636 | 2021-01-10T16:50:20 | https://dev.to/khangnd/7-css-my-case-study-50d1 | todayilearned, showdev, css, javascript | In case you missed it, last week I wrote a post about a recent side project I worked on and submitted to the DOHackathon:
{% link https://dev.to/khangnd/7-css-my-first-published-package-21fd %}
I tweeted to share it, tagging [the original creator](https://twitter.com/jdan) of [98.css](https://github.com/jdan/98.css), ... | khangnd |
568,203 | React without Redux, simple store | Most applications do not need the complexity of Redux, in these simple cases I used the approach belo... | 0 | 2021-01-11T01:57:05 | https://dev.to/fabionogueira/react-without-redux-simple-store-4don | react, redux, javascript | Most applications do not need the complexity of Redux, in these simple cases I used the approach below and it is serving me well, let's go:
```javascript
import React from 'react'
import ReactDOM from 'react-dom'
import { createStore, useStore } from './reactive'
createStore({
count: 0
})
function MyComponent1(... | fabionogueira |
568,534 | Find the Position of Second or Third Specified Character Within a String!! | So far we have learned the simple steps to split the text string by a specified character in Excel. H... | 0 | 2021-01-18T04:00:41 | https://geekexcel.com/find-position-second-or-third-specified-character-within-string/ | excelpreface, positionofspecifiedc, excelbasics, exceltutorials | ---
title: Find the Position of Second or Third Specified Character Within a String!!
published: true
date: 2021-01-11 04:37:28 UTC
tags: ExcelPreface,positionofspecifiedc,ExcelBasics,ExcelTutorials
canonical_url: https://geekexcel.com/find-position-second-or-third-specified-character-within-string/
---
So far we have... | excelgeek |
568,538 | How to Split the Text String By a Specified Character in Excel Office 365? | When you want to split a text string by a specified character, such as a hyphen, comma, you can use t... | 0 | 2021-01-18T04:01:51 | https://geekexcel.com/split-text-string-by-specified-character-excel/ | excelpreface, splittextstring, excelbasics, exceltutorials | ---
title: How to Split the Text String By a Specified Character in Excel Office 365?
published: true
date: 2021-01-11 04:43:43 UTC
tags: ExcelPreface,splittextstring,ExcelBasics,ExcelTutorials
canonical_url: https://geekexcel.com/split-text-string-by-specified-character-excel/
---
When you want to split a text string... | excelgeek |
568,841 | Create a chat in the command line with Ruby | Last weekend I learned how to create a chat application in the command line. The idea was to open at... | 0 | 2021-01-12T17:08:47 | https://dev.to/aurelieverrot/create-a-chat-in-the-command-line-with-ruby-2po9 | ruby, beginners | Last weekend I learned how to create a chat application in the command line. The idea was to open at least 3 tabs in the terminal: one for the server that will handle the connexion between the users, and X number of tabs for the users to communicate, at least 2.
This project made me discover two built-in classes in Ru... | aurelieverrot |
569,100 | How Rappi Developers use Avo to build better product analytics | guest post by Juan Jose Villegas, Engineering Manager at Rappi The power of Avo is this: what is de... | 10,722 | 2021-01-11T21:22:18 | https://www.avo.app/customers/rappi-developers | devops, devrel, analytics, datascience | _guest post by Juan Jose Villegas, Engineering Manager at Rappi_
> **The power of Avo is this: what is designed is what is implemented.**
**– Juan Jose Villegas**
Engineering Manager
As an Engineering Manager at [Rappi](https://www.rappi.com/), I’m in charge of managing a cross-functional team made up of Android,... | avohq |
569,705 | Big Endian e Little Endian | Como eu vim parar aqui? Eu só tenho 6 anos. Pra quem já tentou (e falhou) em entender o qu... | 0 | 2021-01-12T16:04:51 | https://dev.to/victorantunes/big-endian-e-little-endian-3ld | computerscience | #**Como eu vim parar aqui? Eu só tenho 6 anos.**
Pra quem já tentou (e falhou) em entender o que danado significa Big ou Little Endian, e que diferença isso faz: tamo aqui tentando explicar de forma fácil.
Extremidade ou Ordenação (em inglês, Endianness), é a forma de ordenação de uma sequência de bits. Basicamente, a... | victorantunes |
570,117 | localStorage with JWT Web Tokens | Introduction Security in web applications is a must. Especially when you're scaling up wit... | 0 | 2021-01-12T21:34:39 | https://dev.to/matthewpalmer9/localstorage-with-jwt-web-tokens-4jfd | javascript, ruby | # Introduction
Security in web applications is a must. Especially when you're scaling up with a gigantic platform. Securing your websites doesn't make them invulnerable, but they certainly do the job of preventing as many disasters down the line as possible. Even tech giants like Facebook, Twitter, Google and Amazon ha... | matthewpalmer9 |
587,181 | Laziness I: Meta-programming | Meta-programming is magic. That is the main reason why we should not use it. There are many dire cons... | 9,471 | 2021-01-30T15:41:29 | https://hackernoon.com/laziness-chapter-i-meta-programming-6s4l300e | codenewbie, metaprogramming, oop, programming | *Meta-programming is magic. That is the main reason why we should not use it. There are many dire consequences on the horizon.*
The same happens with [meta-programming](https://en.wikipedia.org/wiki/Metaprogramming) as with design patterns:
There are states of excitement that all programmers go through. What state ar... | mcsee |
587,259 | Learning Experience at Crio Winter of Doing Program | Recently I got a chance to learn about a Fantastic company named Crio started by former employees of... | 0 | 2021-01-30T17:29:27 | https://dev.to/sbelidhe07/learning-experience-at-crio-winter-of-doing-program-did | shareyourlearning | 
Recently I got a chance to learn about a Fantastic company named Crio started by former employees of Google / Motorola. They were doing a free program named Winter of Doing. This is a one of a kind program focussed on bringing together budd... | sbelidhe07 |
587,362 | Post Test | Donec sollicitudin molestie malesuada. Mauris blandit aliquet elit, eget tincidunt nibh pulvinar... | 0 | 2021-01-30T20:16:43 | https://dev.to/randyaguirre/post-test-3flo | Donec sollicitudin molestie malesuada.
**Mauris blandit aliquet elit, eget tincidunt nibh pulvinar a.**
_List_
1. Curabitur arcu erat, accumsan id imperdiet et, porttitor at sem.
2. Vivamus suscipit tortor eget felis porttitor volutpat. Vivamus suscipit tortor eget felis porttitor volutpat.
_Another List_
- Curabitu... | randyaguirre | |
587,565 | ลบ git remote tags ทั้งหมดโดยใช้คำสั่ง awk และ xargs | เมื่อวานเรารู้วิธี ลิสต์ และ ลบ git remote tags กันไปแล้ว วันนี้จะมาดูว่าถ้าเราต้องการลบ remote tags... | 0 | 2021-01-31T01:22:19 | https://dev.to/iporsut/git-remote-tags-awk-xargs-4hai | git, programming | เมื่อวานเรารู้วิธี [ลิสต์ และ ลบ git remote tags](https://dev.to/iporsut/git-remote-tag-2n33) กันไปแล้ว วันนี้จะมาดูว่าถ้าเราต้องการลบ remote tags ทั้งหมดนั้นเราสามารถทำได้ยังไงบ้าง
จากเมื่อวานที่เราสั่ง list remote tags เราใช้คำสั่งแบบนี้
```
$ git ls-remote --tags
d6602ec5194c87b0fc87103ca4d67251c76f233a re... | iporsut |
587,742 | Explaining RSpec instance_double in 2 minutes | Let's take the Notifications example: class Notifications def as_json # Fetch latest notific... | 11,100 | 2021-01-31T11:22:55 | https://dev.to/vasily/explaining-rspec-instancedouble-in-2-minutes-3l5f | rspec, ruby, testing | Let's take the `Notifications` example:
```ruby
class Notifications
def as_json
# Fetch latest notifications via HTTP API
end
end
class NotificationsController
def index
render json: { data: notifications.as_json }
end
def notifications
Notifications.new
end
end
```
To avoid requesting remote... | vasily |
587,919 | Hire a Hacker | We Hacker’s Nest are a group of 48 hackers from across the world and have completed more than 40k jo... | 0 | 2021-01-31T16:43:08 | https://dev.to/hackersnests/hire-a-hacker-40h0 | hacktoberfest | We Hacker’s Nest are a group of 48 hackers from across the world and have completed more than 40k jobs and have more than 35k satisfied clients in the time of 9 years. You can hire a hacker in very less and time and we ensure that we deliver in the least time possible.
Hire a hacker for wide range of services:
Hir... | hackersnests |
588,085 | How to Be a Great Software Project Manager or Product Owner for Scrum | I think of scrum and agile as always a work in progress. That’s because different teams can practice... | 0 | 2021-01-31T21:52:32 | https://dev.to/jasonfb/how-to-be-a-great-software-project-manager-or-product-owner-for-scrum-455m | scrum, agile, programming, sdlc | I think of scrum and agile as always a work in progress.
That’s because different teams can practice it to different levels of strictness. That’s ok. The naysayers to scrum or agile will call it a top-heavy process, where a “Certified Scrum Master” dictates strict processes.
Sometimes I hear of teams rejecting the id... | jasonfb |
588,526 | [Booklog] ベタープログラマ(O'Reilly) | [備忘のためのメモ] ch3_少ないコードを書く ※コメントを書くときに意識すること •コード自身は、何をどのようにしてを説明しているため、コメントでは「なぜ」を説明すること、... | 0 | 2021-02-01T08:52:10 | https://dev.to/mizuki04/booklog-4p53 | [備忘のためのメモ]
## ch3_少ないコードを書く
※コメントを書くときに意識すること
•コード自身は、何をどのようにしてを説明しているため、コメントでは「なぜ」を説明すること、しかし何故を説明する際にコードがかつて行っていたことを記載しないようにすること。
## ch10_バグ狩り
※問題解決を速やかに行う為に
•素早く、バグを特定する為にはバイナリチョップを行う、具体的にはコードのパスをひとつづつ実行するのではなく、事象の連鎖のはじめと終わりから始める。それから問題空間を二分して、中間点が良い状態か悪い状態かを調べる。それを繰り返して二分探索的に問題を特定する。(よくない打ち手としては1ステップずつ実行すること... | mizuki04 | |
588,553 | Create Video Integrations Without Coding - So Easy It's a Zap! | Now you can combine api.video with all your favorite applications without doing any coding! We are... | 0 | 2021-02-02T10:36:37 | https://api.video/blog/video-trends/create-video-integrations-without-coding-so-easy-it-s-a-zap/ | ---
title: Create Video Integrations Without Coding - So Easy It's a Zap!
published: true
date: 20/20/2021
tags:
canonical_url: https://api.video/blog/video-trends/create-video-integrations-without-coding-so-easy-it-s-a-zap/
---
Now you can combine api.video with all your favorite applications without doing any codin... | dougsillars | |
588,661 | What is Static Analysis | An overview of Static Analysis and some IntelliJ IDE plugins which can help you improve your coding process. | 0 | 2021-02-01T11:34:49 | https://www.securecodewarrior.com/blog/what-is-static-analysis?pk_source=contentsyndication&pk_medium=devto&pk_campaign=sensei_devrel&pk_content=staticanalysis | java, staticanalysis, intellij, intellijidea | ---
title: What is Static Analysis
published: true
description: An overview of Static Analysis and some IntelliJ IDE plugins which can help you improve your coding process.
tags: java, staticanalysis, intellij, intellijidea
//cover_image: https://direct_url_to_image.jpg
canonical_url: https://www.securecodewarrior.com/... | eviltester |
588,980 | 3 productivity problems with the browser and how to overcome them | Work or watch videos? Study or reply to messages? Think or check notifications? These are choices ma... | 0 | 2021-02-01T18:41:05 | https://dev.to/vitabenes/3-productivity-problems-with-the-browser-and-how-to-overcome-them-3ina | productivity | Work or watch videos? Study or reply to messages? Think or check notifications?
These are choices many of us have to make every day, dozens of times. The problem is that for many of us, the latter option in those scenarios wins too often.
Let's take a look at why.
## The browser wasn't made for focused work
### ... | vitabenes |
589,119 | How I Became a Junior Software Engineer in Under a Year | Follow Me on Twitter @AnnaJMcDougall Today I announced my first official job as a developer after ac... | 0 | 2021-02-01T19:52:32 | https://blog.annamcdougall.com/how-i-became-a-junior-software-engineer-in-under-a-year-ckkmhiv9204kia6s10eb62ecd | career, motivation | [*Follow Me on Twitter @AnnaJMcDougall*](http://www.twitter.com/AnnaJMcDougall)
Today I announced my first official job as a developer after accepting a position as Junior Software Engineer with [Novatec GmbH](https://www.novatec-gmbh.de/). I see this job as a long time coming, and the culmination of years of interest... | annajmcdougall |
589,298 | Setting up a development MacBook | I wrote a set of quick-start scripts for developers that use macOS. A Windows version of these script... | 0 | 2021-02-01T21:43:01 | https://www.horiaconstantin.com/setting-up-a-fresh-macbook/ | macbook, tips | I wrote a set of quick-start scripts for developers that use macOS. A Windows version of these scripts might follow soon.
Setting up a “fresh” laptop for development is always painful, be it windows, macOS or Linux.
It was the second time in the year when I was doing a fresh install of macOS on my MacBook. I was tire... | treaz |
589,361 | The 7 Most Popular DEV Posts from the Past Week | A round-up of the most-read and most-loved contributions from the community this past week. | 0 | 2021-02-02T18:49:03 | https://dev.to/devteam/the-7-most-popular-dev-posts-from-the-past-week-3p6p | top7 | ---
title: The 7 Most Popular DEV Posts from the Past Week
published: true
description: A round-up of the most-read and most-loved contributions from the community this past week.
tags: icymi
cover_image: https://thepracticaldev.s3.amazonaws.com/i/sfwcvweirpf2qka2lg2b.png
---
Every Tuesday, we round up the previous wee... | jess |
589,371 | How to remove duplicates from JavaScript array | Recently, I posted a small snippet on how to remove duplicates from an array using a filter function.... | 0 | 2021-02-02T00:02:28 | https://dev.to/hi_iam_chris/how-to-remove-duplicates-from-javascript-array-5bb7 | javascript, codenewbie, tutorial, beginners |
Recently, I posted a small snippet on how to remove duplicates from an array using a filter function. That started a thread on all the different ways to achieve this. Therefore, in this post, I am covering different ways to solve this problem.
JavaScript logo
 to your site, readers can get automatic updates whenever you post a new article, video, or photo of your dog.
In this post, I'll s... | meganesulli |
589,817 | How to enable built-in features on Microsoft Windows | Learn how to enable some built-in features on Microsoft Windows | 11,120 | 2021-02-02T12:22:02 | https://dev.to/ziizium/how-to-enable-built-in-features-on-microsoft-windows-4e1f | windows | ---
title: How to enable built-in features on Microsoft Windows
published: true
description: Learn how to enable some built-in features on Microsoft Windows
tags: windows
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/yaov8kkwxydn8g4p3hu2.jpg
series: All about Microsoft Windows
---
## __Introduction__
There a... | ziizium |
589,854 | Learning For Loop In Javascript | Instead of writing out the same code over and over, loops allow us to tell computers to repeat a... | 0 | 2023-05-16T10:13:23 | https://dev.to/danities316/learning-for-loop-in-javascript-1mbk | javascript, beginners, codenewbie, 100daysofcode | Instead of writing out the same code over and over, loops allow us to tell computers to repeat a given block of code on its own. One way to give computers these instructions is with a for loop.
A for loop declares looping instructions, with three important pieces of information separated by semicolons ;:
The *initial... | danities316 |
590,028 | How to Set Up Environment Variables using JSON files with Rollup and TypeScript | In previous posts, I explained How to setup a TypeScript project using Rollup.js from scratch. Also,... | 0 | 2021-02-02T15:42:21 | https://labs.thisdot.co/blog/how-to-set-up-environment-variables-using-json-files-with-rollup-and/ | rollup, litelement, typescript, webdev | In previous posts, I explained [How to setup a TypeScript project using Rollup.js](https://labs.thisdot.co/blog/how-to-setup-a-typescript-project-using-rollup-js) from scratch. Also, I covered [How to Serve a Single Page Application(SPA) using Rollup.js and Web Dev Server](https://labs.thisdot.co/blog/how-to-serve-a-si... | luixaviles |
590,128 | Dev Environment SSL | Have you ever wanted to set up SSL for localhost development on your computer? No? Honestly, as hard... | 0 | 2021-02-02T16:56:02 | https://dev.to/eclecticcoding/dev-environment-ssl-4fg8 | rails, webdev, tutorial |
Have you ever wanted to set up SSL for localhost development on your computer? No? Honestly, as hard as this can be at times, me neither. What changed? Recently, I have been working on a Rails contract project, and the project was set up using SSL. I needed to set up SSL on my Linux computer, so I could collaborate on... | eclecticcoding |
590,588 | Which fallback fonts should we choose to make FOUT less jarring | Let me cut to the main point with an example. Background information will be provided afterwards. ... | 9,903 | 2021-02-03T04:02:16 | https://dev.to/masakudamatsu/which-fallback-fonts-should-we-choose-to-make-fout-less-jarring-3d8d | fout, webfonts, webtypography | Let me cut to the main point with an example. Background information will be provided afterwards.
## TL;DR
Fallback fonts should be chosen from the following list:
**For sans-serif fonts:**
- Arial / Helvetica
- Trebuchet MS
- Verdana
**For serif fonts:**
- Georgia
- Times New Roman / Times
**For monospaced font... | masakudamatsu |
590,959 | Reasons Why Small Companies Should Adopt Flutter For Mobile | Flutter is on the hype now. Almost most of the developers are learning Flutter as their second framew... | 0 | 2021-02-06T06:09:04 | https://dev.to/rafatmeraz/reasons-why-small-companies-should-adopt-flutter-for-mobile-58ae | flutter | **Flutter** is on the hype now. Almost most of the developers are learning **Flutter** as their second framework for mobile development. As we already know that we can use flutter for the development of cross-platform native apps that performs almost like a native.
Giants company like Alibaba has already shifted thei... | rafatmeraz |
590,997 | CMS, Electron or Express... show sale data. | Is it ok to create a “admin” by having a separate route with Express, then have endpoints to show wha... | 0 | 2021-02-03T13:57:40 | https://dev.to/yobretyo/cms-electron-or-express-show-sale-data-2b1m | database, react, help, programming | Is it ok to create a “admin” by having a separate route with Express, then have endpoints to show what’s “trending” on your own site?, like having the sale numbers, quantity, ect....
to show visually?
Or, is that something to have in a electron App? so it’s not online?
| yobretyo |
591,013 | Intro to Styled-Components
💅... | Styled-Components💅 is the leading framework in CSS-in-JS libraries all over the world. They are easy... | 0 | 2021-02-03T16:09:03 | https://www.adyablogs.tech/blogs/Intro-to-Styled-Components | react, javascript, styledcomponents, beginners | **Styled-Components**💅 is the leading framework in _CSS-in-JS_ libraries all over the world. They are easy to integrate into existing applications that are using other methods of styling.
By focusing on a single use case we managed to optimize the experience for developers as well as the output for end users.
The ma... | adyasha8105 |
591,271 | SEO Uzmanı Nedir? Nasıl Olunur? | Bir SEO uzmanı arama motoru sıralamaları elde etmek için web sitelerini optimize eden kişidir ve SEO... | 0 | 2021-02-03T18:25:19 | https://dev.to/seouzmani/seo-uzmani-nedir-nasil-olunur-12h5 | seo, seouzmani, uzman | Bir SEO uzmanı arama motoru sıralamaları elde etmek için web sitelerini optimize eden kişidir ve <a href="https://halillacin.com.tr/seo/">SEO Uzmanı</a>, arama motorlarından nasıl daha fazla trafik alacağını bilen kişide diyebiliriz.
SEO Uzmanı olarak https://halillacin.com.tr/seo/ blogum da sizlere en iyi şekilde bil... | seouzmani |
592,169 | Express-generator with Edge Template using Nodejs | Table of Contents 1. Introduction 2. Requirements 3. Definitions 4. Installation... | 0 | 2021-02-10T21:25:16 | https://dev.to/honorezemagho/express-generator-with-edge-template-using-nodejs-1cj4 | beginners, express, node, server |
# Table of Contents
**1. [Introduction](#introduction)**
**2. [Requirements](#requirements)**
**3. [Definitions](#definitions)**
**4. [Installation](#installation)**
## Introduction
When it comes to setting up the server using **[Express](https://expressjs.com/)** you have to choose your own configuration and somet... | honorezemagho |
591,278 | How does Computer Program think? | Actually, code will approach a problem depends on how the creator designed it. But computers only can... | 0 | 2021-02-03T18:51:56 | https://centocode.com/how-does-computer-program-think/ | programming, technology, computerprogrammer, logicalthinking | ---
title: How does Computer Program think?
published: true
date: 2021-02-01 03:30:00 UTC
tags: Programming,Technology,computerprogrammer,logicalthinking
canonical_url: https://centocode.com/how-does-computer-program-think/
---
Actually, code will approach a problem depends on how the creator designed it. But computer... | sunanda35 |
591,322 | Verify Account (HTML5, CSS3 & JS) | today is the Day 45 of my challenge #100DaysOfCode 😍 Verify Account Ui Using HTML5, CSS3 & JS... | 0 | 2021-02-03T20:21:41 | https://dev.to/said_mounaim/verify-account-html5-css3-js-17lf | 100daysofcode, html, css, javascript | today is the Day 45 of my challenge #100DaysOfCode 😍
Verify Account Ui Using HTML5, CSS3 & JS
Demo : https://verify-accountjs.netlify.app/
Repo: https://github.com/saidMounaim/100DaysOfCode/tree/main/Day45
| said_mounaim |
591,375 | @ngrx/store - IN ONE FILE!!! | The introduction you craved to @ngrx!! | 0 | 2021-02-03T21:31:59 | https://dev.to/zackderose/ngrx-store-in-one-file-3pae | angular, video, state, tutorial | ---
title: @ngrx/store - IN ONE FILE!!!
published: true
description: The introduction you craved to @ngrx!!
tags: angular, video, state, tutorial
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/sicquhrtw6ibrbigbd7n.png
---
{% youtube KPvjZbEsX5M %}
+ Perfect intro for your team to ngrx/store!!
+ Tips and though... | zackderose |
591,457 | Comments and Code Refactor | Comments There are two types of comments in JavaScript: Inline comments (//...) -... | 10,739 | 2021-02-03T22:35:22 | https://dev.to/bello/comments-and-code-refactor-276h | javascript, tutorial, codenewbie, webdev | {% youtube v3oCoYM0RCs %}
---
### Comments
There are two types of comments in JavaScript:
- Inline comments (`//...`) - inline to statements, expressions, etc
- Multi-line comments (`/*...*/`) - span multiple lines;
Comments are notes describing how and why the code works. It is crucial as a reminder to the creator... | bello |
591,489 | Solution: Minimum Operations to Make a Subsequence | This is part of a series of Leetcode solution explanations (index). If you liked this solution or fou... | 11,116 | 2021-02-04T01:24:35 | https://dev.to/seanpgallivan/solution-minimum-operations-to-make-a-subsequence-48b2 | algorithms, javascript, leetcode | *This is part of a series of Leetcode solution explanations ([index](https://dev.to/seanpgallivan/leetcode-solutions-index-57fl)). If you liked this solution or found it useful,* ***please like*** *this post and/or* ***upvote*** *[my solution post on Leetcode's forums](https://leetcode.com/problems/minimum-operations-t... | seanpgallivan |
591,499 | 6 things we can learn from writers | TL; DR Your first draft always sucks Proofread your own work Let others proofread your work The... | 0 | 2021-02-04T02:16:53 | https://dev.to/davidarmendariz/6-things-we-can-learn-from-writers-4lkh | writing, codenewbie, codequality, programming | {% youtube Gkdk38PHPVI %}
**TL; DR**
1. Your first draft always sucks
2. Proofread your own work
3. Let others proofread your work
4. There will probably be a second or third draft
5. A finished piece is better than a perfect work in progress
6. Keep a cohesive narrative | davidarmendariz |
591,563 | Upgrading to the AWS SDK for JavaScript v3 | In December 2020, AWS announced general availability of version 3 of their SDK for JavaScript. I... | 0 | 2021-02-04T16:11:14 | https://danielleheberling.xyz/blog/new-aws-js-sdk/ | aws, cloud, serverless, javascript | ---
title: Upgrading to the AWS SDK for JavaScript v3
published: true
date: 2021-02-04 15:12:03 UTC
tags: aws,cloud,serverless,javascript
canonical_url: https://danielleheberling.xyz/blog/new-aws-js-sdk/
---
[![Three Dice](https://danielleheberling.xyz/static/2f94972923899a9a0856ac1409c88745/1c72d/three-dice.jpg "Thre... | deeheber |
591,603 | Haskell day 85 - counting, describing type and function spaces | Types This post explores the types and functions tutorial by @typeclasses. Their tutorials... | 9,484 | 2021-02-04T05:02:53 | https://dev.to/stablejoy/haskell-day-85-counting-describing-type-and-function-spaces-2nip | haskell, functional, 100daysofcode, codenewbie | # Types
This post explores the *types and functions* tutorial by @typeclasses. Their tutorials have this a bit different kind of teaching method, besides pure formalism they seem to try to teach by talking about things, but then at the same time thinking with and through types seem to be very conducive to a different ... | stablejoy |
592,009 | React Router in 5 minutes | React Router is the standard routing library for React. “React Router keeps your UI in sync with the... | 12,866 | 2021-02-04T14:33:41 | https://dev.to/developeratul/react-router-in-5-minutes-558e | react, webdev, javascript, beginners | <p>React Router is the standard routing library for React. “React Router keeps your UI in sync with the URL. It has a simple API with powerful features like lazy code loading, dynamic route matching, and location transition handling built right in. After reading this post you will become a master of react router. So le... | developeratul |
592,095 | How to detect the user's browser with JavaScript | You can check which browser the user is running using plain JavaScript. To detect the user browser,... | 11,096 | 2021-04-11T12:52:05 | https://learn.coderslang.com/0019-how-to-detect-the-user-browser-with-javascript/ | beginners, javascript, codenewbie, webdev | You can check which browser the user is running using plain JavaScript.
To detect the user browser, you need to analyze the property `userAgent` of the object `navigator`.
If you want to do something specific, for example, provide a polifill for a regular expression when the browser is Safari, you do this:
```javasc... | coderslang |
592,386 | Attention in Seq2Seq models | In this post, we will discuss about transformer model, an attention based model which has significant... | 0 | 2021-02-04T19:39:24 | https://dev.to/shashankholla_10/attention-in-seq2seq-models-11ik | In this post, we will discuss about transformer model, an attention based model which has significant boost in model training speed. In this sequence processing model, there is no recurrent layers or convolution layers being used. Instead, it is made of attention and fully connected layers. | shashankholla_10 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.