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 |
|---|---|---|---|---|---|---|---|---|
253,839 | Laptops? | Looking for a used or new cheap MACBOOK if anyone knows somebody selling theirs or if anyone has one... | 0 | 2020-02-02T20:46:55 | https://dev.to/jasminelad16/laptops-29ef | hardware, laptops, ios, delas | Looking for a used or new cheap MACBOOK if anyone knows somebody selling theirs or if anyone has one to lend. Thats all missing to start my bootcamp. | jasminelad16 |
253,889 | Primeira Oficina de Lógica de Programação WoMakersCode no Rio de Janeiro | Créditos da foto de capa: Érika Alves No dia 01/02 aconteceu a nossa primeira oficina de lógica de p... | 0 | 2020-02-02T22:16:34 | https://dev.to/womakerscode/primeira-oficina-de-logica-de-programacao-womakerscode-no-rio-de-janeiro-2de2 | womenintech, wecoded, womakerscode | _Créditos da foto de capa: Érika Alves_
No dia 01/02 aconteceu a nossa primeira oficina de lógica de programação da comunidade WoMakersCode RJ. O evento gratuito ocorreu no Sesc Tijuca e contou com o apoio da DigitalOcean e a Alura.

A ofic... | alinebezzoco |
254,019 | Patterns for resilient architecture & optimizing web performance | TL;DR notes from articles I read today. Patterns for resilient architecture: Embracing fail... | 0 | 2020-02-03T13:00:20 | https://insnippets.com/tag/issue88/ | todayilearned, architecture, webperf, serverless | *TL;DR notes from articles I read today.*
### [Patterns for resilient architecture: Embracing failure at scale](http://bit.ly/38YQm8P)
- Build your application to be redundant, duplicating components to increase overall availability across multiple availability zones or even regions. To support this, ensure you have ... | mohanarpit |
254,105 | [solution] Des champs personnalisés en plein coeur | Salut les joomlers de l'extrême! Un ami joomler qui se reconnaitra m'a demandé comment faire pour... | 0 | 2020-02-05T17:11:18 | https://dev.to/mralexandrelise/solution-des-champs-personnalises-en-plein-coeur-3k2o | webdev, tutorial, joomla | ---
title: [solution] Des champs personnalisés en plein coeur
published: true
date: 2019-11-26 09:41:31 UTC
tags: webdev,tutorial,joomla
canonical_url:
---
Salut les joomlers de l'extrême!
Un ami joomler qui se reconnaitra m'a demandé comment faire pour intégrer $this->item->jcfields dans un module comme mod\_articl... | mralexandrelise |
254,112 | docker containers deployment in ECS EC2 | Hello community, I am looking for deployment best practices. i want to deploy docker images in ECS c... | 0 | 2020-02-03T09:52:28 | https://dev.to/mourik/docker-containers-deployment-in-ecs-ec2-2m2m | terraform, cicd, ecs, aws | Hello community,
I am looking for deployment best practices. i want to deploy docker images in ECS cluster, i want to know if terraform is a good way to perform container deployment in ECS, is there a better way adapted to this kind of deployment?
Thanks in advance. | mourik |
254,200 | Build React Native Fitness App #8 : [iOS] Firebase Facebook Login | This tutorial is eight chapter of series build fitness tracker this app use for track workouts, diets... | 4,584 | 2020-02-03T13:47:15 | https://kriss.io/build-react-native-fitness-app-8-ios-firebase-facebook-login/ | reactnativefirebas, firebase | ---
title: Build React Native Fitness App #8 : [iOS] Firebase Facebook Login
published: true
date: 2020-02-03 05:37:00 UTC
tags: react-native-firebas,firebase
canonical_url: https://kriss.io/build-react-native-fitness-app-8-ios-firebase-facebook-login/
cover_image: https://cdn-images-1.medium.com/max/1024/0*Zi-H6NonKNl... | kris |
254,231 | Heap Sort | The heap sort is useful to get min/max item as well as sorting. We can build a tree to a min heap or... | 0 | 2020-02-03T14:57:58 | https://dev.to/drevispas/heap-sort-2fmb | algorithms, programming, java | The heap sort is useful to get min/max item as well as sorting. We can build a tree to a min heap or max heap. A max heap, for instance, keeps a parent being not smaller than children.
The following code is for a max heap. The __top__ indicates the next insertion position in the array which is identical to the array si... | drevispas |
254,697 | Docker stop all processes on Github Actions | How to show all Docker running containers, stop and remove them on Github Actions | 0 | 2020-02-04T01:18:56 | https://dev.to/saulsilver/docker-stop-all-processes-on-github-actions-533j | cicd, docker, intermediate | ---
title: Docker stop all processes on Github Actions
published: true
description: How to show all Docker running containers, stop and remove them on Github Actions
tags: CI/CD, Docker, intermediate
---
### _Side note_
_Advancing in CI/CD can be challenging due to lack of intermediate tutorials/blogs regarding this pa... | saulsilver |
254,277 | Design Patterns for JavaScript Applications | What are the design patterns that you use while developing your JavaScript applications? Be it Fronte... | 0 | 2020-02-03T16:30:26 | https://dev.to/jsandfriends/design-patterns-for-javascript-applications-2fj | discuss, javascript | What are the design patterns that you use while developing your JavaScript applications? Be it Frontend or Middleware. | baskarmib |
254,296 | How to fetch subcollections from Cloud Firestore with React | More data! First, I add more data to my database. Just to make things more realistic. For... | 4,654 | 2020-02-03T16:54:07 | https://dev.to/rossanodan/how-to-fetch-subcollections-from-cloud-firestore-with-react-3n93 | google, firebase, firestore, react | ---
title: How to fetch subcollections from Cloud Firestore with React
published: true
description:
tags: google, firebase, firestore, react
series: Getting started with Firebase Cloud Firestore
---
# More data!
First, I add more data to my database. Just to make things more realistic. For each cinema I add a subcoll... | rossanodan |
254,587 | 🐍 Writing tests faster with pytest.parametrize | Write your Python tests faster with parametrize I think there is no need to explain here h... | 492 | 2020-02-03T21:33:58 | https://www.daolf.com/posts/writing-tests-faster/ | python, webdev, tutorial, beginners |
# Write your Python tests faster with parametrize
I think there is no need to explain here how important testing your code is. If somehow, you have doubt about it, I can only recommend you to read those great resources:
- [The testing introduction I wish I had](https://dev.to/maxwell_dev/the-testing-introduction-i-... | daolf |
254,611 | Let's Create a Twitter Bot using Node.js and Heroku (3/3) | Welcome to the third and final installment of creating a twitter bot. In this post, I'll show you how... | 0 | 2020-02-05T20:08:57 | https://dev.to/developer_buddy/let-s-create-a-twitter-bot-using-node-js-and-heroku-3-3-agk | node, twitter, javascript, tutorial | Welcome to the third and final installment of creating a twitter bot. In this post, I'll show you how to automate your bot using Heroku.
If you haven't had the chance yet, check out [Part 1](https://dev.to/developer_buddy/let-s-create-a-twitter-bot-using-node-js-and-heroku-1-3-43kb) and [Part 2](https://dev.to/develo... | developer_buddy |
254,623 | What are you going to do if/when your position gets automated? | Thinking out loud. | 0 | 2020-02-04T14:53:20 | https://dev.to/jenc/discuss-what-are-you-going-to-do-if-when-your-position-gets-automated-13j0 | discuss, devdiscuss, career | ---
title: What are you going to do if/when your position gets automated?
published: true
description: Thinking out loud.
tags: discuss, devdiscuss, career
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/in9z5qf1to2s4l3rv4c3.jpeg
---
Let's take it real far: what are you going to work because your job got autom... | jenc |
254,745 | Ripping Out Node.js - Building SaaS #30 | In this episode, we removed Node.js from deployment. We had to finish off an issue with permissi... | 2,058 | 2020-03-05T18:05:24 | https://www.mattlayman.com/building-saas/ripping-out-nodejs/ | python, django, saas, node | {% youtube PyZDK-D0eWE %}
In this episode, we removed Node.js from deployment. We had to finish off an issue with permissions first, but the deployment got simpler. Then we continued on the steps to make deployment do even less.
Last episode, we got the static assets to the staging environment, but we ended the ses... | mblayman |
254,775 | How to Intercept the HTTP Requests in Angular(Part 1) | How to Intercept the HTTP Requests in Angular (Part 1) Ud... | 0 | 2020-02-04T04:14:33 | https://dev.to/udithgayan/how-to-intercept-the-http-requests-in-angular-part-1-1am6 | angular, javascript, developers, interceptor | {% medium https://medium.com/javascript-in-plain-english/how-to-intercept-the-http-requests-in-angular-2a67df423020 %} | udithgayan |
254,820 | KineMaster - The Top Video Editor For Android | KineMaster is a video editing application that brings a full suite of editing tools to iPhone, iPad,... | 0 | 2020-02-04T06:16:26 | https://dev.to/steve_smith/kinemaster-the-top-video-editor-for-android-3le | KineMaster is a video editing application that brings a full suite of editing tools to iPhone, iPad, iPod Touch, and Android devices. Designed for productivity on the go, KineMaster delivers the ability to create professional video content without requiring a laptop or desktop computer
(https://bigtechbyte.com/kinemas... | steve_smith | |
254,851 | PostCSS: cómo reducir hojas de estilo CSS, eliminando los selectores que sobran (vídeo) | Aunque todo profesional del desarrollo Web que se precie debe dominar HTML y CSS, la realidad es que... | 0 | 2020-10-07T10:30:03 | https://www.campusmvp.es/recursos/post/postcss-como-reducir-hojas-de-estilo-css-eliminando-los-selectores-que-sobran.aspx | webdev, spanish, video | ---
title: PostCSS: cómo reducir hojas de estilo CSS, eliminando los selectores que sobran (vídeo)
published: true
date: 2020-02-04 08:00:00 UTC
tags: WebDev, Spanish, Video
cover_image: https://www.campusmvp.es/recursos/image.axd?picture=/2020/1T/purgecss-portada.png
canonical_url: https://www.campusmvp.es/recursos/po... | campusmvp_es |
254,852 | A use case for the Object.entries() method | Split up objects with Object.entries() and Array.filter | 0 | 2020-02-05T07:15:03 | https://dev.to/keevcodes/a-use-case-for-the-object-entries-method-5dcj | javascript, beginners, webdev | ---
title: A use case for the Object.entries() method
published: true
description: Split up objects with Object.entries() and Array.filter
tags: #javascript #beginner #webdev
cover_image: https://user-images.githubusercontent.com/17259420/73816918-134db300-47ea-11ea-97eb-1109473ab723.jpg
---
*Perhaps you already know... | keevcodes |
254,856 | You Should Know These Tips To Properly Maintain And Extend The Durability Of Your NY Signs | Getting custom NY Signs finally made by the professionals is not the last step toward a successful bu... | 0 | 2020-02-04T07:26:57 | http://www.vidasigns.com/ | signs | Getting custom<strong><b> </b></strong><a href="http://www.vidasigns.com/">NY Signs</a><strong><b> </b></strong>finally made by the professionals is not the last step toward a successful business. Neon signs are the most popular these days due to its benefit of standing out in the crowd. It is a perfect way of marketin... | nelliemarteen |
254,879 | How to add gitignored files to Heroku (and how not to) | Sometimes, you want to add extra files to Heroku or Git, such as built files, or secrets; but it is a... | 0 | 2020-02-04T08:37:51 | https://dev.to/patarapolw/how-to-add-gitignored-files-to-heroku-and-how-not-to-3fbe | webdev, javascript | Sometimes, you want to add extra files to Heroku or Git, such as built files, or secrets; but it is already in `.gitignore`, so you have to build on the server.
You have options, as this command is available.
```sh
git push heroku new-branch:master
```
But how do I create such `new-branch`.
A naive solution would b... | patarapolw |
254,940 | Add your project located on PC to GitHub, A detailed How To Article | This tutorial will walk you through the step by step approach about how to add your local code base to your GitHub account. | 0 | 2020-02-04T10:54:26 | https://dev.to/windson/add-your-project-located-on-pc-to-github-a-detailed-how-to-article-2p95 | github, addexisitingproject, versioncontrol, sourcecontrol | ---
title: Add your project located on PC to GitHub, A detailed How To Article
published: true
description: This tutorial will walk you through the step by step approach about how to add your local code base to your GitHub account.
tags: github, add exisiting project, version control, source control
---
This detailed ... | windson |
254,987 | Near real-time Campaign Reporting Part 2 - Aggregation/Reduction | This is the second in a series of articles describing a simplified example of near real-time Ad Cam... | 0 | 2020-02-04T12:09:47 | https://dev.to/aerospike/near-real-time-campaign-reporting-part-2-aggregation-reduction-4af6 |

This is the second in a series of articles describing a simplified example of near real-time Ad Campaign reporting on a fixed set of campaign dimensions usually displayed for analysis in ... | helipilot50 | |
255,085 | Build Your Own Personal Data Repository With Nostalgia | The companies that we entrust our personal data to are using that information to gain extensive insig... | 0 | 2020-02-04T15:26:12 | https://www.pythonpodcast.com/nostalgia-personal-data-repository-episode-248/ | <p>The companies that we entrust our personal data to are using that information to gain extensive insights into our lives and habits while not always making those findings accessible to us. Pascal van Kooten decided that he wanted to have the same capabilities to mine his personal data, so he created the Nostalgia pro... | blarghmatey | |
255,121 | A New Package for the CLI | TL;DR, we're re-releasing the CLI package under a new name, @ionic/cli! To update, first you will nee... | 0 | 2020-02-18T18:00:03 | https://ionicframework.com/blog/a-new-package-for-the-cli/ | ionic, cli | ---
title: A New Package for the CLI
published: true
date: 2020-02-04 15:40:02 UTC
tags: Ionic, CLI
canonical_url: https://ionicframework.com/blog/a-new-package-for-the-cli/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/9wyq5ol8gp7vyr6dlb1i.png
---
TL;DR, we're re-releasing the CLI package under a new name, `... | mhartington |
255,131 | Using Fetch in JavaScript | Sometimes we need to get information from an API. Since the 2015 updates to JavaScript, fetch() is th... | 0 | 2020-02-04T16:45:14 | https://dev.to/eliastooloee/using-fetch-in-javascript-3i7c | Sometimes we need to get information from an API. Since the 2015 updates to JavaScript, fetch() is the best way to go about this. Below I will explain the ES6 syntax for using fetch().
```function getBooks() {
fetch('http://localhost:3000/books')
.then((response) => {
return response.json();
})
... | eliastooloee | |
255,140 | How Do I find my Liked Posts?? | Hi, I'm new here. I've read some articles, liked some, unicorned others. How do I go back and find al... | 0 | 2020-02-04T16:58:06 | https://dev.to/emag3m/how-do-i-find-my-liked-posts-626 | help | Hi, I'm new here. I've read some articles, liked some, unicorned others. How do I go back and find all the articles I've enjoyed??
Thanks! | emag3m |
255,149 | How to Turn a String into an Array of Characters: 3 Ways to do so. | Here are 3 different ways to convert a string into an array of its characters in javascript. const... | 0 | 2020-02-04T17:19:35 | https://dev.to/islam/how-to-turn-a-string-into-an-array-of-characters-3-ways-to-do-so-16a9 | javascript, tutorial, array, string | Here are 3 different ways to convert a string into an array of its characters in javascript.
```javascript
const str = 'Hello';
//1. Using split() method
const arr1 = str.split('');
//2. Using spread operator
const arr2 = [...str];
//3. Using Array.from() method
const arr3 = Array.from(str);
```
Follow me on:
👉I... | islam |
255,178 | Modern <s>JavaScript</s> TypeScript | How far we’ve come! Back in the day, JavaScript was the nightmare language that no one wanted to use... | 0 | 2020-02-04T17:54:46 | https://dev.to/stoutsystems/modern-s-javascript-s-typescript-1gja | javascript, typescript, tutorial, codenewbie | <p>How far we’ve come!</p>
<p>Back in the day, JavaScript was the nightmare language that no one wanted to use—partly due to its quirks and mostly due to terrible competing browser ecosystems.</p>
<p>It got better with JQuery, which fixed the latter problem by making it easier to access the browser's DOM in a (mostly) ... | stoutsystems |
265,146 | Creating Apps for Wearable Tech via Apple Watch Mockup | There is a rapid growth of wearable technology so it is the best time to create apps for it. Showcase... | 0 | 2020-02-20T07:35:56 | https://dev.to/vittoriotsolinni/creating-apps-for-wearable-tech-via-apple-watch-mockup-o67 | <em>There is a rapid growth of wearable technology so it is the best time to create apps for it. Showcase your idea through the Apple Watch mockup.</em>
Wearable technology used to be something that spies used. There is the pair of eyeglasses that has a camera, or the necklace with the pendant that also doubles as a c... | vittoriotsolinni | |
255,260 | Gitlab: Create merge requests from cli | Me and my co-workers are working on a single project. Each one of us creates a branch for a specific... | 0 | 2020-02-04T20:22:54 | https://farnabaz.ir/@farnabaz/gitlab-create-merge-requests-from-cli | gitlab, git, javascript | Me and my co-workers are working on a single project. Each one of us creates a branch for a specific task and after doing some magic we had to create a merge request to the project's main branch. Merge request will be merged after another folk did approve its changes.
One thing that bothers me, is that I have to open G... | farnabaz |
255,283 | Inheritance In ES6 | Inheritance In ES6 Classes In ES6 Implementing a Class to Implement a class w... | 0 | 2020-02-04T19:13:32 | https://dev.to/salaheddin12/inheritance-in-es6-2amp | es6, javascript, inheritance, oop | # Inheritance In ES6
## Classes In ES6
**Implementing a Class**
- to Implement a class we use the class keyword.
- every class must have a constructor function.
attributes of that class are defined using getters/setters(functions as well).
- as for attributes we use getters and setters.
- getter and setter are spe... | salaheddin12 |
255,284 | Pitfalls of overusing React Context | Written by Ibrahima Ndaw✏️ For the most part, React and state go hand-in-hand. As your React app... | 0 | 2020-02-07T18:14:22 | https://blog.logrocket.com/pitfalls-of-overusing-react-context/ | react, javascript, tutorial | ---
title: Pitfalls of overusing React Context
published: true
date: 2020-02-04 18:30:57 UTC
tags: react,javascript,tutorial
canonical_url: https://blog.logrocket.com/pitfalls-of-overusing-react-context/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/tf5ymw7v42phe112yv0x.png
---
**Written by [Ibrahima Ndaw](htt... | bnevilleoneill |
255,286 | NGROK on Rails | Handling Webhooks in a Rails App | 0 | 2020-02-07T18:37:44 | https://dev.to/ianvaughan/ngrok-on-rails-315m | webhooks, rails, ngrok, ruby | ---
title: NGROK on Rails
published: true
description: Handling Webhooks in a Rails App
tags: webhooks,rails,ngrok,ruby
---
When writing code to handle incoming webhooks, it's a good idea to actually get the service to send some real ones in, the best API docs in the world won't beat a real integration!
_A Webhook is... | ianvaughan |
255,466 | Music Player UI Using Bootstrap 4 | We have lots of collection of the bootstrap component with own styling and design. So here we designe... | 0 | 2020-02-05T03:54:16 | https://dev.to/w3hubs/music-player-ui-using-bootstrap-4-4p68 | css, todayilearned, todayisearched, html | We have lots of collection of the bootstrap component with own styling and design. So here we designed simple Music Player User-interface Using Bootstrap 4.
The music player manages you all song in a single application with attractive interfaces. Here we designed a simple and responsive player with font awesome icons.... | w3hubs |
256,314 | Day 79: Drive | liner notes: Professional : Got up early to sit in on a Talk Prep session where we discussed Demos.... | 0 | 2020-02-06T03:29:20 | https://dev.to/dwane/day-79-drive-2mm1 | hiphop, code, coding, lifelongdev | _liner notes_:
- Professional : Got up early to sit in on a Talk Prep session where we discussed Demos. Had a really good discussion and great takeaways. After the session, I got ready to hit the road. I made it all the way to West Palm Beach before talking the second Talk Prep session of the day. Got some more great ... | dwane |
255,549 | [astuce] Comment utiliser du SQL modulaire dans votre manifest XML | Salut les joomlers de l'extrême! Voici une nouvelle astuce croustillante qui vient du coeur du code... | 0 | 2020-02-05T17:12:15 | https://dev.to/mralexandrelise/astuce-comment-utiliser-du-sql-modulaire-dans-votre-manifest-xml-a8h | webdev, tutorial, joomla, blog | ---
title: [astuce] Comment utiliser du SQL modulaire dans votre manifest XML
published: true
date: 2020-02-05 02:40:21 UTC
tags: webdev,tutorial,joomla,blog
canonical_url:
---
Salut les joomlers de l'extrême!
Voici une nouvelle astuce croustillante qui vient du coeur du code de Joomla!.
Saviez-vous que vous pouvie... | mralexandrelise |
255,596 | Demonstrating BDD (Behavior-driven development) in Go | In Demonstrating TDD (Test-driven development) in Go I've written about TDD and this time I want to... | 4,984 | 2020-02-05T08:55:11 | https://www.linkedin.com/pulse/demonstrating-bdd-behavior-driven-development-go-artur-neumann/ | testing, bdd, go, qa | In [Demonstrating TDD (Test-driven development) in Go](https://dev.to/jankaritech/demonstrating-tdd-test-driven-development-in-go-27b0) I've written about TDD and this time I want to demonstrate BDD (Behavior-driven development) with Go.
I will not explain all principles of BDD upfront, but explain some of them as I u... | individualit |
255,618 | Open Source Contributions: A catalyst for growth. | Sometimes learning from other people’s experiences builds a certain level of certainty as to what we... | 0 | 2020-02-05T09:53:50 | https://dev.to/didicodes/open-source-contributions-a-catalyst-for-growth-38il | opensource, education, beginners | Sometimes learning from other people’s experiences builds a certain level of certainty as to what we are doing right and what we may have done wrong. This is because it is very easy to learn from their experiences and build on them. In this article, I will use my personal experience (my Open Source story) to explain wh... | didicodes |
255,624 | What is the 'new' keyword in JavaScript? | answer re: What is the 'new' keyword... | 0 | 2020-02-05T10:17:14 | https://dev.to/geschwatz/what-is-the-new-keyword-in-javascript-8jn | {% stackoverflow 3658673 %} | geschwatz | |
255,633 | Listen to Compiler! | Many programmers, especially juniors (or while yet studying) tend to ignore compiler warnings :) I'd... | 0 | 2020-02-05T10:42:32 | https://dev.to/rodiongork/listen-to-compiler-3529 | java, cpp, errors, types | Many programmers, especially juniors (or while yet studying) tend to ignore compiler warnings :)
I'd like to share two examples - first is "real-life" from some of my past jobs. Another is recent, asked at the forum on my hobby-website.

... | rodiongork |
255,643 | WP Snippet #004 Custom option pages with acf. | A tutorial on how to add custom admin option pages for your Wordpress theme with the Advanced Custom Fields plugin and Php | 0 | 2020-02-05T18:30:56 | https://since1979.dev/snippet-002-adding-option-pages-with-acf/ | wordpress, webdev, php | ---
title: WP Snippet #004 Custom option pages with acf.
published: true
description: A tutorial on how to add custom admin option pages for your Wordpress theme with the Advanced Custom Fields plugin and Php
canonical_url: https://since1979.dev/snippet-002-adding-option-pages-with-acf/
cover_image: https://since1979.d... | vanaf1979 |
255,667 | Is your React app RTL language ready? | This step-by-step guide will help you to implement RTL in react application. | 0 | 2020-02-07T22:21:36 | https://dev.to/redraushan/is-your-react-app-rtl-language-ready-1009 | rtl, react, web, arabic | ---
title: Is your React app RTL language ready?
published: true
description: This step-by-step guide will help you to implement RTL in react application.
tags: RTL, react, web, arabic
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/ym6sb3rz18m92kybq3r9.jpg
---
[1. What is RTL?](#chapter-1)
[2. Why your applic... | redraushan |
255,683 | Debugging System.OutOfMemoryException using .NET tools | The complete guide to debugging System.OutOfMemoryException. In this post, I will show you how to use Perfmon and a profiler to track down slow methods. | 0 | 2020-02-05T11:57:47 | https://blog.elmah.io/debugging-system-outofmemoryexception-using-net-tools/ | csharp, dotnet, performance, debugging | ---
title: Debugging System.OutOfMemoryException using .NET tools
published: true
description: The complete guide to debugging System.OutOfMemoryException. In this post, I will show you how to use Perfmon and a profiler to track down slow methods.
tags: csharp, dotnet, performance, debugging
cover_image: https://blog.e... | thomasardal |
255,748 | Python enumerate | In Python, the enumerate() function takes a collection (e.g. a list) and returns it as an enumerate o... | 0 | 2020-02-05T14:19:54 | https://dev.to/bluepaperbirds/python-enumerate-57pj | python, beginners | In <a href="https://python.org">Python</a>, the enumerate() function takes a collection (e.g. a <a href="https://pythonbasics.org/list/">list</a>) and returns it as an enumerate object.
Consider any list, like the list
```python
grocery = [ 'milk', 'butter', 'bread' ]
```
How would you get the index of an element?
... | bluepaperbirds |
255,766 | Ruby on Rails Testing Resources | When taking the plunge into Ruby on Rails it’s really easy to get carried away with learning all abou... | 0 | 2020-02-05T15:00:28 | https://dev.to/rbazinet/ruby-on-rails-testing-resources-2gmc | rails, bdd, minitest, rspec | ---
title: Ruby on Rails Testing Resources
published: true
date: 2020-02-05 14:59:24 UTC
tags: Ruby on Rails,bdd,minitest,rspec
canonical_url:
---
When taking the plunge into Ruby on Rails it’s really easy to get carried away with learning all about the framework. It’s easy to learn the fundamentals and later realize... | rbazinet |
255,805 | Feedback for a project | I'd like to ask a community for a feedback on a little project I've made a while ago. It's a small we... | 0 | 2020-02-05T16:13:20 | https://dev.to/nikitahl/feedback-for-a-project-36o8 | help, feedback, review | I'd like to ask a community for a feedback on a little project I've made a while ago.
It's a small web app to generate CSS theme [https://nikitahl.github.io/css-base/](https://nikitahl.github.io/css-base/). Does it make any sense? Can someone actually benefit from it or get some sort of a value from it, or it's just a ... | nikitahl |
256,142 | Conceptos básicos de la sesión en una Alexa Skill | Estas últimas semanas estoy dedicando tiempo a crear un par de skills para Alexa que me están sirvien... | 0 | 2020-02-19T14:51:52 | https://www.kinisoftware.com/alexa-skill-session/ | alexa, alexaskills, skillsession, aws | ---
title: Conceptos básicos de la sesión en una Alexa Skill
published: true
date: 2020-02-05 18:54:06 UTC
tags: alexa,alexaskills,skill session,aws
canonical_url: https://www.kinisoftware.com/alexa-skill-session/
---
Estas últimas semanas estoy dedicando tiempo a crear un par de skills para Alexa que me están sirvien... | kini |
256,146 | Intro a Sublime Text | El editor que se adapta a tus necesidades | 0 | 2020-02-05T20:44:24 | https://medium.com/capua-dev/intro-a-sublime-text-f79da511ce8b | webdev, beginners, tooling, editor | ---
title: Intro a Sublime Text
published: true
description: El editor que se adapta a tus necesidades
tags: webdev, beginners, tooling, editor,
canonical_url: https://medium.com/capua-dev/intro-a-sublime-text-f79da511ce8b
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/a0jvel2m7qqhkc8iq93j.jpeg
---
> *Este pos... | marioblas |
256,169 | A modern front-end workflow for Wordpress | For all intents and purposes, this is a first look at the Wordpress starter theme Sage. I think I did... | 0 | 2020-05-25T07:53:16 | https://smth.uk/a-modern-front-end-workflow-for-wordpress/ | webdev, wordpress, productivity, tutorial | ---
title: A modern front-end workflow for Wordpress
published: true
date: 2020-02-05 00:00:00 UTC
tags: webdev, wordpress, productivity, tutorial
cover_image: https://smth.uk/img/feature-image-wordpress.jpg
canonical_url: https://smth.uk/a-modern-front-end-workflow-for-wordpress/
---
For all intents and purposes, thi... | smth |
256,240 | Validations in Spring Boot | Hello! In this article, I'm gonna cover validations in a Spring Boot app. The only requirement for yo... | 0 | 2020-02-06T00:26:01 | http://kamerelciyar.com/validations-in-spring-boot/ | java, spring, springboot | ---
title: Validations in Spring Boot
cover_image: "https://dev-to-uploads.s3.amazonaws.com/i/qrdw0iy2qrufcd2c2rfk.png"
published: true
date: 2019-09-30 19:27:12 UTC
tags: java,spring, springboot
canonical_url: http://kamerelciyar.com/validations-in-spring-boot/
---
Hello! In this article, I'm gonna cover validations i... | kamer |
256,327 | Developers don’t talk about this enough … | I feel like developers don’t talk about this enough … The dreaded first impression that fuels our im... | 0 | 2020-02-06T03:58:03 | https://dev.to/moyarich/developers-don-t-talk-about-this-enough-2khb | career, interview, impostersyndrome, confidence | I feel like developers don’t talk about this enough …
The dreaded first impression that fuels our imposter syndrome from a bad Interview.
You show up to your interview … you are way too nervous, you perform badly on the test. Before you know it, you are out.
The first impression you left behind is that you are stupi... | moyarich |
256,333 | Building Great User Experience with React Suspense | Since its launch, ReactJS is known for a great developer experience when working on large scale front... | 0 | 2020-02-06T04:35:12 | https://dev.to/jakelumetta/building-great-user-experience-with-react-suspense-3emk | Since its launch, [ReactJS](https://buttercms.com/blog/react-vs-react-native) is known for a great developer experience when working on large scale frontend apps. While there has been a lot of focus on producing error-free and scaleable frontends, there has been less emphasis on user experience in large scale applicati... | jakelumetta | |
256,404 | Things to consider before choosing a framework or technology for a project | Hello guys, here I am going to list some important points to consider before you decide go for a fram... | 0 | 2020-02-06T05:56:33 | https://dev.to/ezhurik/things-to-consider-before-choosing-a-framework-or-technology-for-a-project-158n | discuss, beginners, framework, basics | Hello guys, here I am going to list some important points to consider before you decide go for a framework/technology when starting a project.
First things first
### **1) Whether it have a detailed documentation or not?**
The documentation helps a lot in understanding the basic stuffs. It should have a simple and un... | ezhurik |
256,413 | Authenticate users with firebase and react. | In this article, we are going to make a basic user auth with firebase. If you have experience with an... | 0 | 2020-02-26T16:57:09 | https://dev.to/itnext/user-auth-with-firebase-and-react-1725 | react, firebase, javascript |
In this article, we are going to make a basic user auth with firebase. If you have experience with any other type of user auth, you probably got frustrated.
Firebase does have a learning curve but I have found it small compared to other alternatives.
Firebase is going to do a lot of the heavy backend functionalit... | tallangroberg |
256,438 | GitHub deprecates access token in URL! | Just recently I posted brief comparison about using authentication with Facebook / Gmail / Github on... | 0 | 2020-02-06T07:13:58 | https://dev.to/rodiongork/github-deprecates-access-token-in-url-53ph | github, php, tutorial | Just recently I [posted brief comparison](https://dev.to/rodiongork/facebook-google-or-github-which-oauth-for-your-site-20ni) about using authentication with Facebook / Gmail / Github on web-sites.
I told that FB annoys me with often breaking updates to API, while others do not. **Well, recently GitHub made some updat... | rodiongork |
256,612 | Best Digital Marketing Service Provider | No.1 Website, Online Guest Blogging Platform, A complete SEO groundwork and much more. Of course, ent... | 0 | 2020-02-06T11:32:48 | https://dev.to/arunseo/best-digital-marketing-service-provider-2ag7 | digitalmarketing, seoservice, marketing, seo | No.1 Website, Online Guest Blogging Platform, A complete SEO groundwork and much more. Of course, entering into a profession and being successful in the same is not easy. | arunseo |
256,628 | Web Components 101 | Web Components are a set of technologies that allow you to create reusable custom elements with... | 0 | 2020-02-06T19:18:56 | https://blog.jws.app/2020/web-components-101/ | coding, customelements, htmlelement, registerelement | ---
title: Web Components 101
published: true
date: 2020-02-06 11:54:31 UTC
tags: Coding,customElements,HTMLElement,registerElement
canonical_url: https://blog.jws.app/2020/web-components-101/
---
Web Components are a set of technologies that allow you to create reusable custom elements with functionality encapsulated... | steinbring |
256,640 | Reddit Live Feed | What is it? Reddit posts, live, as they happen, right now, in your face! A React based si... | 0 | 2020-02-06T12:43:59 | https://dev.to/entozoon/reddit-live-feed-15dp | ## What is it?
Reddit posts, live, as they happen, right now, in your face!
A React based site that loads all Reddit posts as soon as they're made.
[Reddit Live Feed](https://entozoon.github.io/reddit-live-feed/)
[Source](https://github.com/entozoon/reddit-live-feed/)
### Why?
Building Super Simple™ (at first) proj... | entozoon | |
256,645 | Ready to explore your NPM scripts? | Explore the NPM scripts of your project and see how they depend on one another - You can try this op... | 0 | 2020-02-06T12:53:13 | https://dev.to/mbarzeev/ready-to-explore-your-npm-scripts-1j81 | node, javascript, npm, opensource | Explore the NPM scripts of your project and see how they depend on one another -
You can try this open-source CLI tool I've made, called **npmapper**
Simply run `npx npmapper` on any project directory which has package.json in it and browse the results
I would love to hear your feedback :)
For more details, check th... | mbarzeev |
256,678 | Needed a Web Server, quick and easy.. | Today I was asked to create a simple static html page that reads a json file with some information to... | 0 | 2020-02-06T13:47:24 | https://dev.to/liviasilvasantos/needed-a-web-server-quick-and-easy-3anc | npm, html, todayilearned | Today I was asked to create a simple static html page that reads a json file with some information to show it on a grid. I've created the structure, added some bootstrap css files and opened the index.html on a browser and an error...
Reason: CORS request not HTTP
The solution was to run a web server to access the st... | liviasilvasantos |
256,735 | Respondendo 5 perguntas comum sobre AMP para WordPress [pt-BR] | No ano passado comecei a rodar um curso de AMP ou Accelerated Mobile Pages em meu canal no Youtube, a... | 0 | 2020-02-09T13:40:11 | https://dev.to/fellyph/respondendo-5-perguntas-comum-sobre-amp-para-wordpress-2nga | amp, webdev, mobile, wordpress | No ano passado comecei a rodar um curso de AMP ou Accelerated Mobile Pages em meu canal no Youtube, a decisão de rodar este curso foi após rever a plataforma depois de 3 anos.

De 3 anos pra cá muita coisa mudou antes tính... | fellyph |
256,739 | A little bit about Linux | What is Linux? Linux is an operating system family of open-source Unix-like operating... | 0 | 2020-02-06T14:58:16 | https://dev.to/slimcoder/a-little-bit-about-linux-53km | linux, slimcoder | ---
firstPublishedAt: 1575117524019
latestPublishedAt: 1575204764523
slug: a-little-bit-about-linux
title: A little bit about Linux
published: true
tags: linux , slimcoder
cover_image: https://cdn-images-1.medium.com/max/1280/1*P29IoCDYKw7Tu4UZMJjUZg.png
---
---
# What is Linux?
Linux is an operating system family o... | slimcoder |
256,770 | Goroutines demystified | In programming languages, code is often split up into functions. Functions help to make code reusable... | 0 | 2020-02-06T16:03:53 | https://dev.to/bluepaperbirds/goroutines-demystified-49eb | go, beginners | In programming languages, code is often split up into functions. Functions help to make code reusable, extensible etc.
In <a href="https://golang.org/">Go</a> there's a special case: goroutines. So is a goroutine a function? Not exactly. A goroutine is a lightweight thread managed by the Go.
If you call a function f... | bluepaperbirds |
256,837 | Recomendação de artigo: Goodbye, Clean code | Hoje eu li esse artigo, escrito por um dos devs que desenvolvem o React.js, o Dan Abramov. "Adeus, Có... | 0 | 2020-02-06T17:55:33 | https://dev.to/sarahraqueld/recomendacao-de-artigo-goodbye-clean-code-e0k | Hoje eu li esse artigo, escrito por um dos devs que desenvolvem o React.js, o Dan Abramov. "Adeus, Código limpo" é o seu título. Nele, o Dan fala com um exemplo bem prático que Código Limpo não é um objetivo per se.
"Desenvolver software é uma jornada. Pense o quão longe você chegou desde sua primeira linha de código... | sarahraqueld | |
256,972 | Successful status codes | listing of successful status codes and their descriptions | 4,713 | 2020-02-06T21:01:28 | https://dev.to/hexangel616/successful-status-codes-3jm | webdev, programming, productivity, softwareengineering | ---
title: Successful status codes
published: true
description: listing of successful status codes and their descriptions
tags: webdev, programming, productivity, softwareengineering
series: HTTP Status Code Cheatsheet
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/lx29f99tcim0f26igooz.jpeg
---
*Preface:* A H... | hexangel616 |
257,002 | Globally Style the Gatsby Default Starter with styled-components v5 | Photo by Jeremy Bishop on Unsplash I'm going to go over globally styling the Gatsby... | 0 | 2020-02-07T13:50:00 | https://scottspence.com/2020/02/06/globally-style-gatsby-styled-components/ | javascript, webdev, tutorial, gatsby | ---
title: Globally Style the Gatsby Default Starter with styled-components v5
published: true
tags: javascript, webdev, tutorial, gatsby
canonical_url: https://scottspence.com/2020/02/06/globally-style-gatsby-styled-components/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/6me62w9r1ku6mah9sfb5.jpg
---
######... | spences10 |
257,128 | What can you do in one year ? | Where do you see in one year? I asked myself this question last year, because at the time I felt I wa... | 0 | 2020-02-07T06:40:51 | https://dev.to/hectorcaac/what-can-you-do-in-one-year-djc | webdev, portafolio, oneyear, herewego |
Where do you see in one year? I asked myself this question last year, because at the time I felt I was loose and let me explain why ?
In December of 2018 I graduate from college . But at the time I didn't know what kind of software developer I wanted to be. I knew how to code but to be honest I didn't have any ... | hectorcaac |
257,163 | Answer: Angular-Chart not rendering anything | answer re: Angular-Chart not renderin... | 0 | 2020-02-07T08:00:27 | https://dev.to/basantkumarpogeyan/answer-angular-chart-not-rendering-anything-889 | {% stackoverflow 53361017 %} | basantkumarpogeyan | |
263,782 | The Road Map: 2020 | Image by Hello I'm Nik 🇬🇧 Like I talked about in my last post I decided not to set resolutions for t... | 0 | 2020-02-19T04:36:23 | https://www.thatamazingprogrammer.com/blog/the-road-map-2020/ | 2020, career | ---
title: The Road Map: 2020
published: true
date: 2020-02-18 13:00:00 UTC
tags: 2020, career
cover_image: https://res.cloudinary.com/programazing/image/upload/v1578105431/blogposts/2020/The%20Roadmap%202020/The_Roadmap_2020.jpg
canonical_url: https://www.thatamazingprogrammer.com/blog/the-road-map-2020/
---
_Image b... | programazing |
264,661 | React Navigation Fix header height in iOS | How to fix header height in iOS for Nested Navigators | 0 | 2020-02-20T13:54:11 | https://dev.to/chakrihacker/react-navigation-fix-header-height-in-ios-278b | reactnative | ---
title: React Navigation Fix header height in iOS
published: true
description: How to fix header height in iOS for Nested Navigators
tags: react-native
---
Have you ever faced large header height for iphones??
Like this one

Well then you can fix this easily with ... | chakrihacker |
264,662 | Simplifying the GraphQL data model | Written by Leonardo Losoviz✏️ Don't think in graphs, think in components This article is... | 0 | 2020-02-21T15:02:44 | https://blog.logrocket.com/simplifying-the-graphql-data-model/ | graphql, webdev | ---
title: Simplifying the GraphQL data model
published: true
date: 2020-02-19 14:00:32 UTC
tags: graphql,webdev
canonical_url: https://blog.logrocket.com/simplifying-the-graphql-data-model/
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/1gz35yr5028s56e7geom.jpeg
---
**Written by [Leonardo Losoviz](https://blog... | bnevilleoneill |
264,713 | Quick Apps On Firefox Nightly | So I was trying out Firefox Nightly shortly after creating a new react app using Glitch create-react... | 0 | 2020-02-19T15:53:54 | https://dev.to/mindsgaming/quick-apps-on-firefox-nightly-2hgo | firefox, glitch, apps, nightly |
So I was trying out [Firefox Nightly](https://blog.nightly.mozilla.org/) shortly after creating a new react app using [Glitch create-react-app](https://dev.to/glitch/create-react-app-and-express-together-on-glitch-28gi) for my site and ran into something pretty cool.
When I opened my site on Firefox Nightly the sett... | mindsgaming |
264,744 | Django & DRF 101, initialisation de l'environnement : virtualenv & docker | Initialisation d'un environnement pour django / drf | 4,485 | 2020-02-19T17:13:01 | https://dev.to/zorky/django-drf-101-initialisation-1e39 | django, drf, djangorestframework, installation | ---
title: Django & DRF 101, initialisation de l'environnement : virtualenv & docker
published: true
description: Initialisation d'un environnement pour django / drf
tags: django, drf, djangorestframework, installation
series: Django DRF
---
# Note Bene
Dans la suite de l'article, le serveur d'application Web django ... | zorky |
264,824 | Chaskiq: The open source alternative to Intercom releases version 0.1.3 | Chaskiq releases version 0.1.3 with lots of fixes, redesign and a plugin system for conversations, editor blocks and dashboard items | 0 | 2020-02-19T19:27:16 | https://dev.to/michelson/chaskiq-the-open-source-alternative-to-intercom-releases-version-0-1-3-23e1 | webhooks, api, rails, showdev | ---
title: Chaskiq: The open source alternative to Intercom releases version 0.1.3
published: true
description: Chaskiq releases version 0.1.3 with lots of fixes, redesign and a plugin system for conversations, editor blocks and dashboard items
tags: webhooks, api, rails, showdev
cover_image: https://user-images.github... | michelson |
264,947 | Be comfortable with being uncomfortable | One piece of advise I often give to new developers or people who find it difficult to accept they don... | 0 | 2020-02-19T22:52:15 | https://dev.to/phalt/be-comfortable-with-being-uncomfortable-j4b | beginners, career | One piece of advise I often give to new developers or people who find it difficult to accept they don't know everything:
# be comfortable with being uncomfortable
I have been programming for over eight years now, I've given tech talks and built open source projects, and I've been a tech lead for two years.
I regular... | phalt |
270,349 | Playing with MediaStream API | I recently purchased a new headset for use on video conference calls at work. I wanted to test out th... | 0 | 2020-02-27T23:10:13 | https://www.geekytidbits.com/playing-with-mediastream-api/ | ---
title: Playing with MediaStream API
published: true
date: 2020-02-26 00:00:00 UTC
tags:
canonical_url: https://www.geekytidbits.com/playing-with-mediastream-api/
---
I recently purchased a new headset for use on video conference calls at work. I wanted to test out the microphone to see how it sounded compared to ... | bradymholt | |
264,991 | What are some good web dev podcasts to follow? | I am a fan of: JS Party React Podcast What are your favourites? I love jotting down my thought... | 0 | 2020-02-20T00:26:40 | https://dev.to/sleeplessyogi/what-are-some-good-web-dev-podcasts-to-follow-57em | webdev, podcast, javascript, react | I am a fan of:
[JS Party](https://changelog.com/jsparty)
[React Podcast](https://reactpodcast.simplecast.fm/)
What are your favourites?
---
I love jotting down my thoughts on my blog [Ninja Academy](http://ngninja.com/). | sleeplessyogi |
265,004 | Looking for feedback on a search app for NPM and Github | Whenever I look for an NPM package, I always search it in Google which would lead me to NPM where I'd... | 0 | 2020-02-20T17:29:40 | https://dev.to/monikkgandhi/looking-for-feedback-on-a-search-app-for-npm-and-github-34lj | webdev, startup, discuss | Whenever I look for an NPM package, I always search it in Google which would lead me to [NPM](https://www.npmjs.com/) where I'd find its documentation and downloads per week to know how popular it is but that doesn't suffice. Usually I'd also checkout its Github repo to find out the amount of times its been forked and ... | monikkgandhi |
265,053 | Developer Wisdom | Many things change every year in the world of software development. But there are certainly things th... | 0 | 2020-02-20T03:41:52 | https://dev.to/bhumi/developer-wisdom-2i2h | discuss, computerscience, career, productivity | Many things change every year in the world of software development. But there are certainly things that were true 10 years ago and will be true 10 years from now.
What are some truths you've learned as it applies to the actual act of designing code, writing code, testing, debugging, refactoring and generally working ... | bhumi |
265,067 | Webstorm Plugins for React Developers | Programming React apps on Webstorm can be quite enjoyable. Webstorm, out of the box has over 50 plug... | 0 | 2020-02-20T04:24:26 | https://dev.to/react_school/webstorm-plugins-for-react-developers-51bk | react, webdev, javascript, webstorm | Programming React apps on Webstorm can be quite enjoyable.
Webstorm, out of the box has over 50 plugins pre-installed.
So hunting for new plugins wasn't entirely necessary given I still wrestle with Prettier from time to time.
I created this video discussing 6 plugins for Webstorm.
The thumbnail photo is a splice... | react_school |
265,124 | Adventure Game Sentence Parsing with Compromise | The post Adventure Game Sentence Parsing with Compromise appeared first on Kill All Defects. In... | 4,634 | 2020-02-20T06:00:37 | https://killalldefects.com/2020/02/20/adventure-game-sentence-parsing-with-compromise/#utm_source=rss&utm_medium=rss&utm_campaign=adventure-game-sentence-parsing-with-compromise | angular, javascript, typescript, gamedev | ---
title: Adventure Game Sentence Parsing with Compromise
published: true
date: 2020-02-20 05:49:34 UTC
series: Doggo Quest
tags: Angular, JavaScript, TypeScript, GameDev
cover_image: https://i0.wp.com/killalldefects.com/wp-content/uploads/2020/02/image-43.png?fit=768%2C342&ssl=1
canonical_url: https://killalldefects.... | integerman |
265,212 | Svelte, Sapper, and Squidex Headless CMS, Part 1 | I have experienced many different web platforms since I pivoted to the web around 2003. First ASP.Ne... | 4,988 | 2020-02-20T09:50:35 | https://cleverdev.codes/blog/svelte-sapper-and-squidex-headless-cms-part-1 | svelte, sapper, squidex, blog | I have experienced many different web platforms since I pivoted to the web around 2003. First ASP.Net, then ASP.Net MVC, then AngularJS, then React. Imagine how many frameworks boom and bust cycles I also managed to skip!
I remember how excited I was for each new renaissance to lift us out of the past dark ages. ... | cleverguy25 |
265,235 | Deep Dive with RxJS in Angular | Before we deep dive in RxJS or Reactive Extension For Javascript in Angular, we should know what exac... | 0 | 2020-03-22T11:19:58 | https://dev.to/mquanit/deep-dive-with-rxjs-in-angular-4e6o | angular, rxjs, reactive, asynchronous | Before we deep dive in [RxJS](https://rxjs.dev/) or [Reactive Extension For Javascript](https://rxjs.dev/) in Angular, we should know what exactly is RxJS. RxJs is a Powerful Javascript library for reactive programming using the concept of [Observables](https://rxjs.dev/guide/observable). It is one of the hottest libra... | mquanit |
265,655 | DYNAMIC USER INTERFACES WITH GRAPHQL (React/GraphQL Conference Talk + Tutorial) | This video is a talk from Byteconf GraphQL 2020, a free, live-streamed GraphQL conference that aired... | 4,720 | 2020-02-20T20:39:09 | https://dev.to/bytesizedcode/dynamic-user-interfaces-with-graphql-p62 | graphql, techtalks, tutorial, react | > This video is a talk from *Byteconf GraphQL 2020*, a free, live-streamed GraphQL conference that aired on January 31st, 2020. [Visit our website](https://www.bytesized.xyz/graphql-2020) to sign up for the Byteconf GraphQL "swag bag", a free downloadable resource with everything you need to get started with GraphQL, a... | signalnerve |
266,967 | Considering a Lua Translation to D | JesseKPhillips / lua If this ev... | 0 | 2020-02-29T04:51:54 | https://dev.to/jessekphillips/considering-a-lua-translation-to-d-3j5p | lua, dlang | {% github JesseKPhillips/lua no-readme %}
I want to play with the idea of converting Lua from C to D. The thought here is that [LuaD](https://code.dlang.org/packages/luad) is a nice wrapper to Lua. I kind of wonder if Lua being written in D would open new doors of integration, compile time Lua?
I don't actually expec... | jessekphillips |
268,752 | PrestaShop vs Shopify: Which is the Best eCommerce Platform
| Every business owner wants an appealing online presence to extend their business reach. This helps th... | 0 | 2020-02-25T12:50:01 | https://dev.to/garrysmith010/prestashop-vs-shopify-which-is-the-best-ecommerce-platform-24n0 |
Every business owner wants an appealing online presence to extend their business reach. This helps them in doing product promotions on an international scale. Do you want to start an eCommerce online store? If yes, then there are a wide variety of tools available that can build websites faster with minimal efforts. A... | garrysmith010 | |
269,433 | Get to Know Ansible | A post by KodeKloud | 0 | 2020-02-26T13:34:47 | https://dev.to/kodekloud/get-to-know-ansible-5509 | devops, beginners, career |
{% youtube tRUpaNbr_iU %} | kodekloud |
269,768 | Recursive React component in Typescript | The titel says it all. A colluege wanted to know how to write a Recursive React component in Typescri... | 0 | 2020-02-26T22:16:12 | https://dev.to/martinl83/recursive-react-component-in-typescript-5ae5 | react, typescript, recursive | The titel says it all. A colluege wanted to know how to write a Recursive React component in Typescript. So i wrote a simple one with infinite depth.
{% gist https://gist.github.com/MartinL83/35fdf71c6c23504687b602c800550662 %}
Might be usefull for someone. | martinl83 |
269,825 | Array functions in JavaScript | Introduction Over last few years JavaScript has come a long way. Probably starting with V8... | 0 | 2020-02-27T09:13:00 | https://dev.to/hi_iam_chris/array-functions-in-javascript-2noh | javascript, codenewbie, tutorial, functional | ## Introduction
Over last few years JavaScript has come a long way. Probably starting with V8, we got NodeJS, language syntax improved a lot and it got in almost all parts of IT. It stopped being just toy web language. Today, we use it on backend, in analytics and even in satellites. But even before that, in version 5,... | hi_iam_chris |
269,853 | Adding Server Side Rendering to a Relay Production App | adding server side rendering to a Relay production App can be a little bit tricky | 0 | 2020-02-27T13:21:38 | https://dev.to/sibelius/adding-server-side-rendering-to-a-relay-production-app-30oc | relaygraphqlssr | ---
title: Adding Server Side Rendering to a Relay Production App
published: true
description: adding server side rendering to a Relay production App can be a little bit tricky
tags: relay;graphql;ssr;
---
# Reality
Reality has a surprising amount of detail (https://johnsalvatier.org/blog/2017/reality-has-a-surprisin... | sibelius |
269,923 | 22 Dart Interview Questions (ANSWERED) Flutter Dev Must Know in 2020 | 22 Dart Interview Questions (ANSWERED) Flutter Dev Must Know in 2020 | 0 | 2020-02-27T07:44:49 | https://www.fullstack.cafe/blog/dart-interview-questions | flutter, dart, career, interview | ---
title: 22 Dart Interview Questions (ANSWERED) Flutter Dev Must Know in 2020
published: true
description: 22 Dart Interview Questions (ANSWERED) Flutter Dev Must Know in 2020
tags: #flutter #dart #career #interview
canonical_url: https://www.fullstack.cafe/blog/dart-interview-questions
cover_image: https://images.pe... | aershov24 |
269,963 | Cross-Platform Apps vs Native Apps | Native apps are the ones built for a specific operating system, like Android, iOS, or Windows. Cros... | 0 | 2020-02-27T08:36:11 | https://dev.to/pagepro_agency/cross-platform-apps-vs-native-apps-gn1 | reactnative, mobile, apps | <p><strong>Native apps</strong> are the ones built for a specific operating system, like <a href="https://www.android.com/" target="_blank" rel="noreferrer noopener" aria-label=" (opens in a new tab)">Android</a>, <a href="https://www.apple.com/ios/">iOS</a>, or <a href="https://www.microsoft.com/windows/" target="_bla... | maniekm |
269,970 | Solving Project Euler Problem 1:Multiples of 3 and 5, Part 1/4 | A post by Samed Alhajajla | 0 | 2020-02-27T10:02:46 | https://dev.to/samedhaa/solving-project-euler-problem-1-multiples-of-3-and-5-part-1-4-4c36 | samedhaa | ||
270,010 | Skip the IIFE brackets | Introduction This article is about how you can skip the brackets while creating an IIFE (I... | 0 | 2020-02-27T10:45:21 | https://dev.to/miteshkamat27/skip-the-iife-brackets-mop | javascript, todayilearned | ###Introduction
This article is about how you can skip the brackets while creating an IIFE (Immediately Invoked Function Expression).
As we know , this is how we call IIFE
```javascript
(function(){
console.log('calling iife')
})()
//Output: calling iife
```
It looks like those extra brackets tell the JavaScript... | miteshkamat27 |
270,011 | So... what database does Gatsby use? | Recently I started migrating an older Drupal based blog to a combination of Gatsby and Netlify CMS (s... | 5,163 | 2020-02-27T21:42:26 | https://dev.to/patricksevat/so-what-database-does-gatsby-use-545f | gatsby | Recently I started migrating an older Drupal based blog to a combination of Gatsby and Netlify CMS ([source](https://github.com/patricksevat/de-europeanen-jamstack)), both of which I had no prior experience with. In this blog series I'll talk you through the experiences, hurdles and solutions. In part 5 I'll answer one... | patricksevat |
270,057 | Altering a column: null to not null | A post by masoud | 0 | 2020-02-27T12:08:58 | https://dba.stackexchange.com/a/152390 | masoudzayyani | ||
270,076 | Yet another way to changing the page title in Blazor, and more. | This article will show you another way to changing the page title in the Blazor app. | 0 | 2020-02-27T12:36:49 | https://dev.to/j_sakamoto/yet-another-way-to-changing-the-page-title-in-blazor-and-more-43k | blazor, aspnetcore, dotnet | ---
title: Yet another way to changing the page title in Blazor, and more.
published: true
description: This article will show you another way to changing the page title in the Blazor app.
tags: blazor, aspnetcore, dotnet
---
# Changing the page title in Blazor
There is a good article already about this topic in "dev... | j_sakamoto |
270,643 | Extensões do VS Code para programadores | O VS Code é um editor de código que vem ganhando cada vez mais espaço entre os programadores, indepen... | 0 | 2020-02-28T12:11:39 | https://dev.to/jonathanlamim/extensoes-do-vs-code-para-programadores-2l1j | vscode, dev, webdev, programming | O [VS Code](https://code.visualstudio.com/) é um editor de código que vem ganhando cada vez mais espaço entre os programadores, independente da linguagem utilizada, pois ele é versátil, leve, com muitas funcionalidades nativas úteis e que propiciam a agilidade no desenvolvimento de aplicações, e além de tudo é open sou... | jonathanlamim |
270,086 | What’s New in Angular 9 | Angular is one of the most widely used front-end frameworks, and it has recently launched a major rel... | 0 | 2020-03-11T09:57:44 | https://www.syncfusion.com/blogs/post/whats-new-in-angular-9.aspx | angular, webdev, javascript, web | ---
title: What’s New in Angular 9
published: true
date: 2020-02-27 12:35:29 UTC
tags: angular, webdev, javascript, web
canonical_url: https://www.syncfusion.com/blogs/post/whats-new-in-angular-9.aspx
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/3y5g65t9g72szdng4tpd.png
---
[Angular](https://angular.io/) is ... | sureshmohan |
270,166 | Engineering Manager Reading Guide | This is a list of engineering management books, articles, and videos that I’ve found useful in my tim... | 0 | 2020-02-27T15:52:32 | https://medium.com/@djglasser/engineering-manager-reading-guide-fa5d36b4f59a | books, learning, career | ---
title: Engineering Manager Reading Guide
published: true
date: 2020-02-27 15:26:33 UTC
tags: books,learning,discuss,careers
canonical_url: https://medium.com/@djglasser/engineering-manager-reading-guide-fa5d36b4f59a
---
This is a list of engineering management books, articles, and videos that I’ve found useful in ... | djglasser |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.