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 |
|---|---|---|---|---|---|---|---|---|
7,089 | Side effects of stubbing console in tests | We all love stubbing objects in unit test as it makes our life easier when writing tests. You can... | 0 | 2018-02-10T22:34:52 | https://gyandeeps.com/console-stubbing/ | javascript, webdev, testing, sinonjs | ---
title: "Side effects of stubbing console in tests"
published: true
tags: javascript,webdev,testing,sinonjs
canonical_url: https://gyandeeps.com/console-stubbing/
---
We all love stubbing objects in unit test as it makes our life easier when writing tests. You can stub objects created by your source code or objects... | gyandeeps |
254,977 | Clutter free Unity/VSCode | So, it's 2016. It's been over two months since my last post. I've just been so busy recently, with... | 0 | 2016-01-24T14:33:00 | https://dev.to/adamkdean/clutter-free-unity-vscode-4673 | unity3d, vscode, ocd | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Clutter free Unity/VSCode
slug: clutter-free-unity-vscode
date: 2016-01-24 14:33
published: true
tags:
- unity
- vscode
- ocd
---
So, it's 2016. It's been over two months since my last post. I've just been so busy recently, ... | adamkdean |
1,792,154 | How to increase PHP memory_limit on CodeShip.io | Some days ago I found myself on front o f a problem: my unit tests failed because of lack of PHP... | 0 | 2024-03-16T10:08:02 | https://io.serendipityhq.com/experience/how-to-increase-php-memory_limit-on-codeship-io/ | experience, php | ---
title: How to increase PHP memory_limit on CodeShip.io
published: true
date: 2016-01-21 09:57:05 UTC
tags: Experience,PHP
canonical_url: https://io.serendipityhq.com/experience/how-to-increase-php-memory_limit-on-codeship-io/
---
Some days ago I found myself on front o f a problem: my unit tests failed because of ... | aerendir |
1,575,914 | Kali Linux 2016.1 Release - Rolling Edition | Our First Release of Kali-Rolling (2016.1) Today marks an important milestone for us with... | 0 | 2023-08-23T07:31:42 | https://www.kali.org/blog/kali-linux-2016-1-release/ | ---
title: Kali Linux 2016.1 Release - Rolling Edition
published: true
date: 2016-01-21 00:00:00 UTC
tags:
canonical_url: https://www.kali.org/blog/kali-linux-2016-1-release/
---
## Our First Release of Kali-Rolling (2016.1)
Today marks an important milestone for us with the first public release of our **Kali Linux ... | mohammadtaseenkhan | |
884,643 | DIY Tuxedo Monitoring - Collecting information | At one point I started to build a monitoring solution for Oracle Tuxedo so these are my notes along... | 0 | 2021-11-03T06:25:53 | http://aivarsk.com/2016/01/21/diy-tuxedo-monitoring/ | oracle, tuxedo, monitoring | ---
title: DIY Tuxedo Monitoring - Collecting information
published: true
date: 2016-01-21 00:00:00 UTC
tags: oracle,tuxedo,monitoring
canonical_url: http://aivarsk.com/2016/01/21/diy-tuxedo-monitoring/
---
At one point I started to build a monitoring solution for Oracle Tuxedo so these are my notes along the way. The... | aivarsk |
294,008 | Resolutions for 2016 | I’ve written up a list of career-related resolutions the past few years. I’ve been pretty successful... | 0 | 2020-03-28T21:42:48 | http://blog.boochtek.com/2016/01/19/resolutions-2016 | resolutions | ---
title: Resolutions for 2016
published: true
date: 2016-01-20 05:51:09 UTC
tags: Resolutions
canonical_url: http://blog.boochtek.com/2016/01/19/resolutions-2016
---
I’ve written up a list of career-related resolutions the past few years. I’ve been pretty successful meeting those goals, so I’m going to continue the ... | craigbuchek |
6,417 | Tuple, a new data structure in C# |
This post was originally published on blog.mandarbadve.com
Tuple is an interes... | 0 | 2018-02-10T22:31:38 | http://blog.mandarbadve.com/2016/01/20/tuple-a-new-data-structure-in-c/ | aspnet, csharp | ---
title: "Tuple, a new data structure in C#"
published: true
tags: ASP.NET,CSharp,asp.net
canonical_url: http://blog.mandarbadve.com/2016/01/20/tuple-a-new-data-structure-in-c/
---
_This post was originally published on [blog.mandarbadve.com](http://blog.mandarbadve.com/2016/01/20/tuple-a-new-data-structure-in-c/)_... | mandarbadve |
10 | Do Not Let JavaScript Fatigue Become A Buzzword |
If you write JavaScript for the web or have followed open source over the past ... | 0 | 2016-01-18T19:07:01 | https://dev.to/ben/do-not-let-javascript-fatigue-become-a-buzzword | <p>If you write JavaScript for the web or have followed open source over the past few weeks, you have probably heard the phrase “JavaScript fatigue.” Despite the excitement in JavaScript, this phenomenon is real. The phrase refers the notion that the current popular JavaScript ... | ben | |
1,244,816 | Jazzy, Jekyll, and Swift 2.1 | I wanted to take a a moment and write out how I plan to document future Swift projectss. ... | 20,423 | 2016-01-18T10:00:00 | https://ladvien.com/jazzy | robots, swift, jazzy | ---
title: Jazzy, Jekyll, and Swift 2.1
published: true
tags: robots, swift, jazzy
published_at: 20160118T10:00Z
series: None
canonical_url: https://ladvien.com/jazzy
main_image: https://ladvien.com/images/jazzy.jpg
---
I wanted to take a a moment and write out how I plan to document future Swift projectss.
### Step O... | ladvien |
507,099 | Exploring Elixir Recursion and Lists | Recently, I’ve been playing with a new language called Elixir. Elixir is a functional programming... | 0 | 2020-11-05T13:01:44 | https://allanmacgregor.com/posts/exploring-elixir-recursion-lists | elixir, functional, beginners | ---
title: Exploring Elixir Recursion and Lists
published: true
date: 2016-01-17 20:46:54 UTC
tags: elixir,functional,beginners
canonical_url: https://allanmacgregor.com/posts/exploring-elixir-recursion-lists
---
Recently, I’ve been playing with a new language called [Elixir](https://elixir-lang.org/). Elixir is a **f... | allanmacgregor |
1,121,884 | Disaster Planning | Over the Christmas break the city of York experienced the worst flooding disaster it has seen in... | 0 | 2022-06-24T20:52:19 | https://www.funkysi1701.com/posts/2016/disaster-planning/ | ---
title: Disaster Planning
published: true
date: 2016-01-14 20:00:45 UTC
tags:
canonical_url: https://www.funkysi1701.com/posts/2016/disaster-planning/
---

Over the Christmas break the cit... | funkysi1701 | |
316,747 | Refactorizando código | 14 January 2016 “La verdad siempre se halla en la simplicidad y no en la multiplicidad y confusión... | 0 | 2022-03-28T17:07:04 | https://dev.to/emamut/refactorizando-codigo-3fb3 | spanish, development, refactoring | ---
title: Refactorizando código
published: true
date: 2016-01-14 18:53:32 UTC
tags: spanish,development,refactoring
---
14 January 2016
> “La verdad siempre se halla en la simplicidad y no en la multiplicidad y confusión de las cosas”. Isaac Newton
Luego de mi post anterior ([Escribe Código Limpio sin morir en el i... | emamut |
507,516 | Why can’t all programming books look like this? | I have read quite a lot of programming books over the years. A lot of them have been really useful in... | 0 | 2020-11-05T20:52:09 | https://www.alexhyett.com/why-cant-all-programming-books-look-like-this/ | ---
title: Why can’t all programming books look like this?
published: true
date: 2016-01-12 21:16:19 UTC
tags:
canonical_url: https://www.alexhyett.com/why-cant-all-programming-books-look-like-this/
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/l165xoy7n3nvv6yj3297.jpg
---
I have read quite a ... | alexhyettdev | |
471,015 | Angular Roster Tutorial | If you're not familiar with Angular I'd highly recommend heading over to the Angular JS resource site... | 0 | 2020-10-01T06:20:10 | https://www.loginradius.com/engineering/blog/angular-roster-tutorial/ | engineering, angular, playersarray, array | ---
title: Angular Roster Tutorial
published: true
date: 2016-01-12 00:00:00 UTC
tags: Engineering,AngularJS,PlayersArray,Array
canonical_url: https://www.loginradius.com/engineering/blog/angular-roster-tutorial/
---
If you're not familiar with Angular I'd highly recommend heading over to the Angular JS resource site ... | mohammed786 |
6 | Christopher Chedeau on the Core Philosophies that Underlie React |
The React project at Facebook gained a lot of popularity in the past year, with... | 0 | 2016-01-11T15:41:39 | https://dev.to/ben/christopher-chedeau-on-the-core-philosophies-that-underlie-react | <p><span style="font-weight: 400;">The <a href="https://facebook.github.io/react/" target="_blank">React</a> project at Facebook gained a lot of popularity in the past year, with its to main Github repositories earning a combined 60,000 stars. And while React was initially open-sourced in 2013, it was not until la... | ben | |
157,163 | webMethods Integration Cloud | Issue 1, 2016 | | Download pdf | Creating complex orchestrations is now... | 0 | 2019-08-15T13:28:52 | http://techcommunity.softwareag.com/techniques-blog/-/blogs/webmethods-integration-clo-1 | webmethods, integration, cloud, softwareag | ---
title: webMethods Integration Cloud
published: true
tags: webmethods, integration, cloud, softwareag
canonical_url: http://techcommunity.softwareag.com/techniques-blog/-/blogs/webmethods-integration-clo-1
---
|
**Issue 1, 2016**
| 

Si lees este articulo es porque probable... | emamut |
154,180 | Testing Ansible roles | We - at the dev-sec.io-team - create Ansible (and Puppet and Chef) roles that harden the security of... | 0 | 2019-08-08T12:47:33 | https://www.zufallsheld.de/2016/01/05/testing-ansible-roles/ | ansible, rspec, serverspec, kitchen | ---
title: Testing Ansible roles
published: true
tags: ansible,rspec,serverspec,kitchen
canonical_url: https://www.zufallsheld.de/2016/01/05/testing-ansible-roles/
---
We - at the [dev-sec.io](http://dev-sec.io/)-team - create Ansible (and Puppet and Chef) roles that harden the security of our Linux-servers. They are ... | rndmh3ro |
5 | David Heinemeier Hansson on the Future of Rails |
The Ruby on Rails framework has had an incredible impact since its creation a d... | 0 | 2016-01-05T15:41:22 | https://dev.to/ben/dhh-on-the-future-of-rails | ruby, rails | <p>The Ruby on Rails framework has had an incredible impact since its creation a decade ago, becoming the choice for some of today's mightiest tech companies. Patterns and concepts popularized by the framework have also had an indelible effect on the application architecture discussion. Rails is an open-source project ... | ben |
294,007 | Team Values | I held a retrospective with my new team last week. The team includes 2 senior developers, 2 junior de... | 0 | 2020-03-28T21:42:38 | http://blog.boochtek.com/2016/01/04/team-values | agile, retrospectives | ---
title: Team Values
published: true
date: 2016-01-05 04:56:46 UTC
tags: Agile,Retrospectives
canonical_url: http://blog.boochtek.com/2016/01/04/team-values
---
I held a retrospective with my new team last week. The team includes 2 senior developers, 2 junior developers, a product owner, and a product analyst. I’ve ... | craigbuchek |
471,014 | How to Promise | As a front-end developer, if you haven't heard about Promise in Javascript, well ... At least you hav... | 0 | 2020-10-01T06:20:23 | https://www.loginradius.com/engineering/blog/how-to-promise/ | javascript, promise | ---
title: How to Promise
published: true
date: 2016-01-05 00:00:00 UTC
tags: JavaScript,Promise
canonical_url: https://www.loginradius.com/engineering/blog/how-to-promise/
---
As a front-end developer, if you haven't heard about Promise in Javascript, well ... At least you have heard about it now! And it is truly ama... | mohammed786 |
69,920 | The Definitive Story of How I Got Into Tech | I often get asked how I got into tech. And I often have a different answer every time I am asked. The... | 0 | 2016-01-04T23:12:15 | https://dev.to/captainsafia/the-definitive-story-of-how-i-got-into-tech-bne | career | ---
title: The Definitive Story of How I Got Into Tech
published: true
tags: career
canonical_url:
---
I often get asked how I got into tech. And I often have a different answer every time I am asked. The truth is, technology has been such an integral part of my life that I can’t distinguish when I really got into te... | captainsafia |
1,125,036 | A look back at 2015 | Wow! What an amazing year 2015 has been and with 2015 about to end I thought it would be good to look... | 0 | 2022-06-27T16:40:30 | https://www.funkysi1701.com/posts/2015/look-back-2015/ | ---
title: A look back at 2015
published: true
date: 2015-12-31 20:00:45 UTC
tags:
canonical_url: https://www.funkysi1701.com/posts/2015/look-back-2015/
---
Wow! What an amazing year 2015 has been and with 2015 about to end I thought it would be good to look back at what happened in this amazing year.

[Part 2](http... | kritner |
131,316 | Resenha do livro Direto ao Ponto | Resenha do livro Direto ao Ponto - Criando produtos de forma enxuta Se você ou sua empresa irá inici... | 0 | 2019-07-02T21:38:59 | https://leandrocp.com.br/2016/01/resenha-livro-direto-ao-ponto/ | livros, mvp | ---
title: Resenha do livro Direto ao Ponto
published: true
tags: livros,mvp
canonical_url: https://leandrocp.com.br/2016/01/resenha-livro-direto-ao-ponto/
---
Resenha do livro [Direto ao Ponto - Criando produtos de forma enxuta](http://www.casadocodigo.com.br/products/livro-direto-ao-ponto)
Se você ou sua empresa ir... | leandrocp |
159,772 | Testing React Components With Shallow Rendering | Facebook’s React provides developers with a lightweight frontend framework that creates views using a... | 0 | 2019-08-21T20:21:27 | https://dev.to/farisj/testing-react-components-with-shallow-rendering-58nm | react, testing | Facebook’s React provides developers with a lightweight frontend framework that creates views using a blend of Javascript and HTML in what are known as components. While React can be written using pure Javascript, our team constructs these components using JSX - our team prefers it because it dramatically improves read... | farisj |
292 | Aha! Understanding lifetimes in Rust | Understanding lifetimes in Rust | 0 | 2016-01-02T00:00:00 | https://dev.to/buntine/aha-understanding-lifetimes-in-rust | rust, lifetimes, programming | ---
title: "Aha! Understanding lifetimes in Rust"
published: true
description: Understanding lifetimes in Rust
cover_image:
tags: rust, lifetimes, programming
---
When I'm learning something complex, I often find myself waiting around for the [Eureka effect](https://en.wikipedia.org/wiki/Eureka_effect) (also known as... | buntine |
299,744 | vimのGoサポートが手厚くて打ち震えている | はじめに タイトルの通りvimで作るGoの開発環境が便利なのでまとめたものです。 特にコードリーディングに便利な設定を紹介します。 参考 本稿を書くに当たって... | 0 | 2016-01-01T18:53:00 | https://qiita.com/shiena/items/870ac0f1db8e9a8672a7 | vim, go | ---
title: vimのGoサポートが手厚くて打ち震えている
published: true
tags: Vim, Go
date: 20160101T18:53Z
canonical_url: https://qiita.com/shiena/items/870ac0f1db8e9a8672a7
---
# はじめに
タイトルの通りvimで作るGoの開発環境が便利なのでまとめたものです。
特にコードリーディングに便利な設定を紹介します。
# 参考
本稿を書くに当たって参考になった記事です。
日付が新しい順に並べていますので下の方は古い記述を含んでいます。
vim-go-extra を公開致します。
http://v... | shiena |
1,244,819 | HM-1X Aid | Overview Well, I've had the urge to hack. It's been strong for awhile now, sadly, with a... | 0 | 2016-01-01T10:00:00 | https://ladvien.com/hm1x-aid | robots, c, hm11, hm10 | ---
title: HM-1X Aid
tags: robots, c#, hm11, hm10
published_at: 20160101T10:00Z
canonical_url: https://ladvien.com/hm1x-aid
main_image: https://ladvien.com/raw_images/HM-10-2.JPG
published: true
---
### Overview
Well, I've had the urge to hack. It's been strong for awhile now, sadly, with a more than fullt-time job ... | ladvien |
69,918 | What 2015 Taught Me About Running a Startup | I’m sitting in bed, taking a break from debugging a particularly tough software bug, while listening... | 0 | 2015-12-30T23:18:26 | https://dev.to/captainsafia/what-2015-taught-me-about-running-a-startup-1165 | career | ---
title: What 2015 Taught Me About Running a Startup
published: true
tags: career
canonical_url:
---
I’m sitting in bed, taking a break from debugging a particularly tough software bug, while listening to [Pretty Pimpin’ by Kurt Vile](https://open.spotify.com/track/3l9eg9RtisizG12a1D6nZl). My mind wanders to dsfa, ... | captainsafia |
294,006 | 2015 Year in Review | It’s that time of year again — time for a retrospective on how I did on my goals for the year. I had... | 0 | 2020-03-28T21:42:26 | http://blog.boochtek.com/2015/12/28/year-in-review-2015 | blogging, brilliant, languages, resolutions | ---
title: 2015 Year in Review
published: true
date: 2015-12-29 05:28:38 UTC
tags: Blogging,Brilliant,Languages,Resolutions
canonical_url: http://blog.boochtek.com/2015/12/28/year-in-review-2015
---
It’s that time of year again — time for a retrospective on how I did on [my goals](http://blog.boochtek.com/2015/02/02/r... | craigbuchek |
84,499 | Coding to Interface | One of the nicest things you can add to your programming skills is coding to interface. One of the fi... | 0 | 2019-09-02T13:19:03 | https://dev.to/sarfraznawaz2005/coding-to-interface-3n5g | ---
title: Coding to Interface
published: true
tags:
canonical_url:
---
One of the nicest things you can add to your programming skills is **coding to interface**. One of the [five principles of S.O.L.I.D](https://en.wikipedia.org/wiki/SOLID_%28object-oriented_design%29) is [Dependency inversion principle](https://e... | sarfraznawaz2005 | |
69,916 | How will the children of the future learn about science? | Originally published on OpenSource.com. From the advent of the printing press to the emergence of th... | 0 | 2015-12-27T16:47:55 | https://dev.to/captainsafia/how-will-the-children-of-the-future-learn-about-science-438e | jupyter | ---
title: How will the children of the future learn about science?
published: true
tags: jupyter
canonical_url:
---
_Originally published on [OpenSource.com](https://opensource.com/education/15/11/project-jupyter-science-notebooks)._
From the advent of the printing press to the emergence of the Internet, knowledge ... | captainsafia |
1,318,947 | Creating vCards from h-cards | Microformats is semantic HTML used to convey metadata. Using an userscript, I can generate a vCard... | 0 | 2023-01-06T02:51:03 | https://brandonrozek.com/blog/2015-12-27-creating-vcards-from-h-cards/ | web | ---
title: Creating vCards from h-cards
published: true
date: 2015-12-27 15:17:12 UTC
tags: Web
canonical_url: https://brandonrozek.com/blog/2015-12-27-creating-vcards-from-h-cards/
---
Microformats is semantic HTML used to convey metadata. Using an userscript, I can generate a vCard from the representative h-card of ... | brandonrozek |
38,212 | OS segmentation | Previously, I had boot the trivial Multiboot kernel. Despite it was really fun, I need more than just... | 0 | 2018-11-17T20:38:02 | https://alex.dzyoba.com/blog/os-segmentation/ | ---
title: OS segmentation
published: true
tags:
canonical_url: https://alex.dzyoba.com/blog/os-segmentation/
---
Previously, I had boot the [trivial Multiboot kernel](/blog/multiboot/). Despite it was really fun, I need more than just showing a letter on a screen. My goal is to write a simple kernel with Unix-ready ... | dzeban | |
1,318,946 | Playing with QR Codes | Looking at Aaron Parecki’s “Fun with QR Codes” inspired me to play with QR Codes myself. Using the... | 0 | 2023-01-06T02:51:14 | https://brandonrozek.com/blog/2015-12-22-playing-with-qr-codes/ | ---
title: Playing with QR Codes
published: true
date: 2015-12-22 15:13:44 UTC
tags:
canonical_url: https://brandonrozek.com/blog/2015-12-22-playing-with-qr-codes/
---
Looking at Aaron Parecki’s [“Fun with QR Codes”](https://aaronparecki.com/articles/2015/10/05/1/fun-with-qr-codes) inspired me to play with QR Codes m... | brandonrozek | |
471,012 | Delete a Node, Is Same Tree, Move Zeroes | Delete A Node Click to View the Orginal Question To remove the given node,which means whoever is aski... | 0 | 2020-10-01T06:21:17 | https://www.loginradius.com/engineering/blog/delete-a-node-is-same-tree-move-zeroes/ | datastructure, javascript, linkedlist | ---
title: Delete a Node, Is Same Tree, Move Zeroes
published: true
date: 2015-12-22 00:00:00 UTC
tags: DataStructure,JavaScript,LinkedList
canonical_url: https://www.loginradius.com/engineering/blog/delete-a-node-is-same-tree-move-zeroes/
---
Delete A Node Click to View the Orginal Question To remove the given node,w... | mohammed786 |
46,607 | Getting started with Unit Testing and Moq - Part 3 |
Part 1
Part 2
Part 3 you are here
Part 4
In the previous post we got our fir... | 0 | 2018-08-28T20:00:15 | https://kritner.blogspot.com/2015/12/getting-started-with-unit-testing-and.html | net, aspnet, csharp, development | ---
title: Getting started with Unit Testing and Moq - Part 3
published: true
tags: .net,asp.net,csharp,development
canonical_url: https://kritner.blogspot.com/2015/12/getting-started-with-unit-testing-and.html
---
[Part 1](http://kritner.blogspot.com/2015/11/getting-started-with-unit-testing-and.html)
[Part 2](http... | kritner |
159,771 | How Associations Are Built In Rails | As web developers, one of the core components of our job is figuring out efficient ways to manage use... | 0 | 2019-08-21T20:20:19 | https://dev.to/farisj/how-associations-are-built-in-rails-2en1 | rails, activerecord | As web developers, one of the core components of our job is figuring out efficient ways to manage user’s data.
In Rails, Active Record gives us many ways for us as web developers to maintain and manage relationships between data points in Rails using its handy dandy ORM. It has a variety of endpoints when it comes to ... | farisj |
1,129,868 | The Christmas count down with code | In December we count down the days to Christmas. People often have advent calendars filled with... | 0 | 2022-07-02T07:42:57 | https://www.funkysi1701.com/posts/2015/christmas-count-code/ | ---
title: The Christmas count down with code
published: true
date: 2015-12-17 20:00:45 UTC
tags:
canonical_url: https://www.funkysi1701.com/posts/2015/christmas-count-code/
---
In December we count down the days to Christmas. People often have advent calendars filled with chocolates or even Lego.
But what about if ... | funkysi1701 | |
46,419 | Getting started with Unit Testing and Moq - Part 2 |
Part 1
Part 2 you are here
Part 3
Part 4
In the previous post I started on a... | 0 | 2018-08-27T20:58:10 | https://kritner.blogspot.com/2015/12/in-previous-post-i-started-on-project.html | net, aspnet, csharp, development | ---
title: Getting started with Unit Testing and Moq - Part 2
published: true
tags: .net,asp.net,csharp,development
canonical_url: https://kritner.blogspot.com/2015/12/in-previous-post-i-started-on-project.html
---
[Part 1](http://kritner.blogspot.com/2015/11/getting-started-with-unit-testing-and.html)
[Part 2](http... | kritner |
1,318,945 | Limiting the Cache in Service Workers Revisited | Summary: I rewrote how cache limiting works to address a few problems listed later in this post.... | 0 | 2023-01-06T02:51:26 | https://brandonrozek.com/blog/2015-11-30-limiting-cache-service-workers-revisited3/ | web, javascript | ---
title: Limiting the Cache in Service Workers Revisited
published: true
date: 2015-11-30 00:34:15 UTC
tags: Web,JS
canonical_url: https://brandonrozek.com/blog/2015-11-30-limiting-cache-service-workers-revisited3/
---
Summary: I rewrote how cache limiting works to address a few problems listed later in this post. C... | brandonrozek |
241,189 | Abandoning the mothership | The time had come to pour into our front-end code the same poison we had given our back-end... | 0 | 2020-01-19T11:02:01 | https://skovhus.dev/blog/abandoning-the-mothership/ | microfrontend, monolith, velocity, deployment | ---
title: Abandoning the mothership
published: true
date: 2015-12-16 12:00:00 UTC
tags: microfrontend, monolith, velocity, deployment
canonical_url: https://skovhus.dev/blog/abandoning-the-mothership/
---
The time had come to pour into our front-end code the same poison we had given our back-end systems.
[
Apa yang terlintas di pikiran Anda ketika mendengar kata virus? Bukan ... | aris | |
471,010 | Part 2 - Creating a Custom Login Form | In this tutorial, I will demonstrate how to build a custom login form scratch. This time instead of u... | 0 | 2020-10-01T06:21:52 | https://www.loginradius.com/engineering/blog/part-2-creating-a-custom-login-form/ | engineering, login | ---
title: Part 2 - Creating a Custom Login Form
published: true
date: 2015-12-08 00:00:00 UTC
tags: Engineering, Login
canonical_url: https://www.loginradius.com/engineering/blog/part-2-creating-a-custom-login-form/
---
In this tutorial, I will demonstrate how to build a custom login form scratch. This time instead o... | mohammed786 |
177,432 | You should use your apps | Building software can be exhausting. Always trying to improve it by adding featur... | 0 | 2019-10-29T20:07:31 | https://dev.to/stipegrbic/you-should-use-your-apps-10gf | softwaredevelopment | ---
title: You should use your apps
published: true
tags: software development
canonical_url:
---
Building software can be exhausting. Always trying to improve it by adding features, fixing bugs and maintaining code quality in the meantime. There are a lot of methodologies software developers incorporated in their wo... | stipegrbic |
15,851 | A Running Checklist for Software Team Leads | I’m fortunate enough to be starting my first position soon as a software team lead. I’m very excited... | 0 | 2018-01-03T02:46:12 | https://SeanKilleen.com/2015/12/a-running-checklist-for-team-leads/ | leadership, checklist | ---
title: "A Running Checklist for Software Team Leads"
published: true
tags: leadership,checklist
canonical_url: https://SeanKilleen.com/2015/12/a-running-checklist-for-team-leads/
---
I’m fortunate enough to be starting my first position soon as a software team lead. I’m very excited – and a small bit terrified. :)... | seankilleen |
294,003 | The Ultimate Optimization | I got my first computer in 1984. It was a Commodore 64. I had to do extra chores and save up my allow... | 0 | 2020-03-28T21:41:20 | http://blog.boochtek.com/2015/12/06/ultimate-optimization | programming | ---
title: The Ultimate Optimization
published: true
date: 2015-12-07 05:28:43 UTC
tags: Programming
canonical_url: http://blog.boochtek.com/2015/12/06/ultimate-optimization
---
I got my first computer in 1984. It was a Commodore 64. I had to do extra chores and save up my allowance to buy it. I was 13.
Back then, Se... | craigbuchek |
86,400 | How does a computer know what time it is? | This is a post from the archives of my site, but I thought would be interesting still! Recently I... | 0 | 2019-11-01T19:22:39 | https://www.aaron-powell.com/posts/2015-12-07-whats-the-time-mr-wolf/ | fsharp, dotnet, todayilearned, showdev | ---
title: How does a computer know what time it is?
published: true
tags: fsharp,dotnet,til,showdev
canonical_url: https://www.aaron-powell.com/posts/2015-12-07-whats-the-time-mr-wolf/
---
_This is a post from the archives of my site, but I thought would be interesting still!_
Recently I was working with a client wh... | aaronpowell |
159,770 | Custom Buildpacks in Heroku | So picture this - you’re building a web app and hosting it on Heroku. The frameworks and tech stack y... | 0 | 2019-08-21T20:18:27 | https://dev.to/farisj/custom-buildpacks-in-heroku-5176 | So picture this - you’re building a web app and hosting it on [Heroku](https://www.heroku.com/). The frameworks and tech stack you’re using, however, has some configuration problems and don’t quite push to Heroku in the way that you would like - maybe your repo doesn’t quite have the structure you need on site, somethi... | farisj | |
507,515 | Problems with VirtualBox + Vagrant on Windows 10 | I am big fan of Vagrant. I first discovered Vagrant when I was looking for ways of creating a... | 0 | 2020-11-05T20:50:13 | https://www.alexhyett.com/problems-with-virtualbox-vagrant-on-windows-10/ | ---
title: Problems with VirtualBox + Vagrant on Windows 10
published: true
date: 2015-12-03 21:02:49 UTC
tags:
canonical_url: https://www.alexhyett.com/problems-with-virtualbox-vagrant-on-windows-10/
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/7wzx204543nmrcto88ub.png
---
I am big fan of Va... | alexhyettdev | |
252,636 | SQL Server Management Studio | I use SQL Server Management Studio all the time for writing queries, getting data and general SQL... | 0 | 2020-02-05T20:26:12 | https://www.funkysi1701.com/2015/12/03/line-breaks-stored-in-sql-server/ | softwaredevelopment, database, development, sqlserver | ---
title: SQL Server Management Studio
published: true
date: 2015-12-03 08:00:26 UTC
tags: SoftwareDevelopment, database, development, sqlserver
canonical_url: https://www.funkysi1701.com/2015/12/03/line-breaks-stored-in-sql-server/
---
I use SQL Server Management Studio all the time for writing queries, getting data... | funkysi1701 |
46,418 | Getting started with Unit Testing and Moq |
Part 1 you are here
Part 2
Part 3
Part 4
We had a new team lead start recent... | 0 | 2018-08-27T20:57:55 | https://kritner.blogspot.com/2015/11/getting-started-with-unit-testing-and.html | net, csharp, goeasyonme, learning | ---
title: Getting started with Unit Testing and Moq
published: true
tags: .net,csharp,go easy on me,learning
canonical_url: https://kritner.blogspot.com/2015/11/getting-started-with-unit-testing-and.html
---
[Part 1](http://kritner.blogspot.com/2015/11/getting-started-with-unit-testing-and.html) you are here
[Part ... | kritner |
471,009 | Website Authentication Protocols | Authentication systems are the backbone of many websites. It allows users to log in to your site and... | 0 | 2020-10-01T06:22:10 | https://www.loginradius.com/engineering/blog/website-authentication-protocols/ | authentication, oauth | ---
title: Website Authentication Protocols
published: true
date: 2015-12-01 00:00:00 UTC
tags: Authentication,OAuth
canonical_url: https://www.loginradius.com/engineering/blog/website-authentication-protocols/
---
Authentication systems are the backbone of many websites. It allows users to log in to your site and pre... | mohammed786 |
254,976 | Change keyboard layout on Ubuntu + Xrdp | If you're using Ubuntu with Xrdp, and you find the keyboard to be infuriatingly inaccurate, you... | 0 | 2015-11-30T09:45:00 | https://dev.to/adamkdean/change-keyboard-layout-on-ubuntu-xrdp-36if | ubuntu, xrdp | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Change keyboard layout on Ubuntu + Xrdp
slug: change-keyboard-layout-on-ubuntu-xrdp
date: 2015-11-30 09:45
published: true
tags:
- ubuntu
- xrdp
---
If you're using Ubuntu with Xrdp, and you find the keyboard to be infuriatin... | adamkdean |
507,514 | “The local security authority cannot be contacted” – Remote Desktop | Recently I had to restore a number of virtual machine servers from a previous snapshot.... | 0 | 2020-11-05T20:49:47 | https://www.alexhyett.com/the-local-security-authority-cannot-be-contacted/ | ---
title: “The local security authority cannot be contacted” – Remote Desktop
published: true
date: 2015-11-25 21:52:00 UTC
tags:
canonical_url: https://www.alexhyett.com/the-local-security-authority-cannot-be-contacted/
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/gizvk6kxbdhr8ewzci12.jpg
--... | alexhyettdev | |
294,002 | Show and Tell | I’m wrapping up my current consulting gig at Mercy in December, and starting a new gig at CenturyLink... | 0 | 2020-03-28T21:40:59 | http://blog.boochtek.com/2015/11/24/show-and-tell | agile | ---
title: Show and Tell
published: true
date: 2015-11-25 05:21:06 UTC
tags: Agile
canonical_url: http://blog.boochtek.com/2015/11/24/show-and-tell
---
I’m wrapping up my current consulting gig at Mercy in December, and starting a new gig at CenturyLink. I’m a software developer, but that’s only a part of what I do. W... | craigbuchek |
476,102 | Nim Game, Add Digits, Maximum Depth of Binary Tree | Nim Game Click to View Original Question This question is very easy once you figure out the trick be... | 0 | 2020-10-05T06:57:43 | https://dev.to/loginradius/nim-game-add-digits-maximum-depth-of-binary-tree-p3i | nim, javascript | ---
title: Nim Game, Add Digits, Maximum Depth of Binary Tree
published: true
date: 2015-11-24 00:00:00 UTC
tags: Nim,JavaScript
canonical_url:
---
1. Nim Game Click to View Original Question This question is very easy once you figure out the trick behind the game. Since each time you can only pick 3 stones at most, ... | amanagrwl |
177,430 | Know your terminology | What’s the deal with Windows apps terminology? I know it got messed up and easy t... | 0 | 2019-12-16T10:45:21 | https://dev.to/stipegrbic/know-your-terminology-5agp | projectmanagement | ---
title: Know your terminology
published: true
tags: project management
canonical_url:
---
What’s the deal with Windows apps terminology? I know it got messed up and easy to confuse, especially when you are not inside the Windows world, and platform resets done by Microsoft in the last few years certainly didn’t he... | stipegrbic |
6,868 | Yak shaving. A short definition! | Have you ever started to work on a task and suddenly you realized that said task requires some other little task(s) to be finished beforehand. That's yak shaving for you, the tl;dr version. | 0 | 2017-09-23T22:07:43 | https://stefancosma.xyz/2015/11/23/yak-shaving-a-short-definition/ | task, development, definition, short | ---
title: "Yak shaving. A short definition!"
published: true
tags: task,development,definition,short
canonical_url: https://stefancosma.xyz/2015/11/23/yak-shaving-a-short-definition/
description: Have you ever started to work on a task and suddenly you realized that said task requires some other little task(s) to be f... | stefanbc |
15,849 | Great Tool Spotlight: Animate it with ScreenToGif | On this blog, I often use screenshots to illustrate tutorials. This leads to long blog posts and I... | 0 | 2018-01-03T02:45:06 | https://SeanKilleen.com/2015/11/great-tool-spotlight-animate-it-with-screen-to-gif/ | tools | ---
title: "Great Tool Spotlight: Animate it with ScreenToGif"
published: true
tags: tools
canonical_url: https://SeanKilleen.com/2015/11/great-tool-spotlight-animate-it-with-screen-to-gif/
---
On this blog, I often use screenshots to illustrate tutorials. This leads to long blog posts and I never feel like the full c... | seankilleen |
507,513 | Best Practices for a RESTful API | Nowadays the web is powered by APIs. With applications being used on desktop and mobile, APIs are... | 0 | 2020-11-05T20:49:20 | https://www.alexhyett.com/best-practices-for-restful-api/ | ---
title: Best Practices for a RESTful API
published: true
date: 2015-11-20 20:58:56 UTC
tags:
canonical_url: https://www.alexhyett.com/best-practices-for-restful-api/
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/nw3kyntvaz8x4ua5cnzc.jpg
---
Nowadays the web is powered by APIs. With applicat... | alexhyettdev | |
150,855 | Use Hibernate with Texo Model Entities | Hibernate is the best ORM in Java. It provides a wrapper in .NET also as NHiberate.But it can be toug... | 0 | 2019-08-02T13:16:48 | http://shanalikhan.github.io/2015/11/19/Use-hibernate-with-texo-models.html | hiberanate, texo, java, orm | ---
title: Use Hibernate with Texo Model Entities
published: true
tags: hiberanate, texo, java, orm
canonical_url: http://shanalikhan.github.io/2015/11/19/Use-hibernate-with-texo-models.html
---
[Hibernate](http://hibernate.org/orm/) is the best [ORM](https://en.wikipedia.org/wiki/Object-relational_mapping) in Java. I... | shanalikhan |
476,486 | The truth about CSS preprocessors and how they can help you | As a preface to this article: preprocessors can be used for a variety of file types, but this article... | 0 | 2020-10-05T10:50:03 | https://dev.to/loginradius/the-truth-about-css-preprocessors-and-how-they-can-help-you-4ncd | css | ---
title: The truth about CSS preprocessors and how they can help you
published: true
date: 2015-11-17 00:00:00 UTC
tags: CSS
canonical_url:
---
As a preface to this article: preprocessors can be used for a variety of file types, but this article is going to focus solely on CSS preprocessors. Additonally I'm going t... | amanagrwl |
76,668 | Optimal Predictors |
This post is about a neat question I was asked many moons ago in an interview. ... | 0 | 2019-01-20T14:59:46 | https://horia141.com/optimal-predictor.html | statistics, math, machinelearning, appliedmathematics | ---
title: Optimal Predictors
published: true
tags: statistics,math,machine_learning,applied_mathematics
canonical_url: https://horia141.com/optimal-predictor.html
---
This post is about a neat question I was asked many moons ago in an interview. I was quite pleased with myself for getting it right, especially [under ... | horia141 |
1,318,943 | An Offline Experience with Service Workers | I’m excited to say that I’ve written my first service worker for brandonrozek.com. What is a service... | 0 | 2023-01-06T02:51:56 | https://brandonrozek.com/blog/2015-11-14-service-workers/ | web, javascript | ---
title: An Offline Experience with Service Workers
published: true
date: 2015-11-14 15:47:06 UTC
tags: Web,JS
canonical_url: https://brandonrozek.com/blog/2015-11-14-service-workers/
---
I’m excited to say that I’ve written my first service worker for brandonrozek.com. What is a service worker? A service worker pro... | brandonrozek |
282,590 | Star Trek is back (in 2017) | As you have probably heard Star Trek is coming back to TV. I recently joined with the Sci Fi Waffle... | 0 | 2021-01-19T22:52:44 | https://www.funkysi1701.com/2015/11/12/star-trek-is-back-in-2017/ | startrek, podcast | ---
title: Star Trek is back (in 2017)
published: true
date: 2015-11-12 08:00:05 UTC
tags: StarTrek,podcast,startrek
canonical_url: https://www.funkysi1701.com/2015/11/12/star-trek-is-back-in-2017/
---

Having a website ... | funkysi1701 | |
56,856 | DuckDuckGo – The search engine redefined | DuckDuckGo is a search engine just like Google and Bing but the only difference is that it is open... | 0 | 2020-06-25T08:01:51 | https://www.gautamkrishnar.com/duckduckgo-the-search-engine-redefined/ | duckduckgo, searching, tips, privacy | ---
title: DuckDuckGo – The search engine redefined
published: true
tags: DuckDuckGo,searching,tips,privacy
---
[DuckDuckGo](https://duckduckgo.com/) is a search engine just like Google and Bing but the only difference is that it is open source. It is powered by an awesome open source community. Also, it won’t track y... | gautamkrishnar |
476,483 | Optimize jQuery & Sizzle Element Selector | Almost every active website worldwide uses jQuery, you can check stats here , but using it without op... | 0 | 2020-10-05T10:49:38 | https://dev.to/loginradius/optimize-jquery-sizzle-element-selector-407j | engineering, jquery | ---
title: Optimize jQuery & Sizzle Element Selector
published: true
date: 2015-11-05 00:00:00 UTC
tags: Engineering,JQuery
canonical_url:
---
Almost every active website worldwide uses jQuery, you can check stats here , but using it without optimization might make the DOM very slow. The same goes for other javascrip... | amanagrwl |
254,968 | Encapsulating console.log with spread operator | ES6 or ES2015 contains lots of goodies. One of them, my favourite, is the spread operator. It "allows... | 0 | 2015-11-04T11:00:00 | https://dev.to/adamkdean/encapsulating-console-log-with-spread-operator-1nl7 | javascript, es2015, es6 | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Encapsulating console.log with spread operator
slug: encapsulating-console-log-with-spread-operator
date: 2015-11-04 11:00
published: true
tags:
- javascript
- es2015
- es6
---
[ES6 or ES2015](http://www.ecma-internationa... | adamkdean |
254,967 | Determine volume location on Docker host | Yesterday I was having an issue that I've had before. It stumped me last time and it stumped me... | 0 | 2015-11-03T08:50:00 | https://dev.to/adamkdean/determine-volume-location-on-docker-host-337 | docker, jenkins | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Determine volume location on Docker host
slug: determine-volume-location-on-docker-host
date: 2015-11-03 08:50
published: true
tags:
- docker
- jenkins
---
Yesterday I was having an issue that I've had before. It stumped me la... | adamkdean |
335,777 | My adventures at Yandex Interface Development School | It’s been a while since I had last written to my blog, and there’s a good reason: for last three mont... | 0 | 2020-05-15T09:21:56 | http://dimaip.github.io/2015/11/03/yandex-shri/ | yandex, frontend | ---
title: My adventures at Yandex Interface Development School
published: true
date: 2015-11-03 00:00:00 UTC
tags: yandex,frontend
canonical_url: http://dimaip.github.io/2015/11/03/yandex-shri/
---
It’s been a while since I had last written to my blog, and there’s a good reason: for last three month I was caught in a... | dimaip |
476,482 | Maintain Test Cases in Excel Sheets | Learn how to maintain test cases in Excel sheets Read On | 0 | 2020-10-05T10:53:02 | https://dev.to/loginradius/maintain-test-cases-in-excel-sheets-3ekk | excel, tes | ---
title: Maintain Test Cases in Excel Sheets
published: true
date: 2015-11-03 00:00:00 UTC
tags: Excel,Tes
canonical_url:
---
Learn how to maintain test cases in Excel sheets
[Read On](https://www.loginradius.com/engineering/blog/how-to-maintain-test-cases-in-excel-sheets/) | amanagrwl |
356,019 | Solving problems in a generic way using Shapeless | Ever wondered how you could process Scala’s case classes and sealed traits in a generic way without... | 0 | 2020-06-15T17:37:41 | https://lepovirta.org/posts/2015-10-30-solving-problems-in-a-generic-way-using-shapeless.html | scala, shapeless, functional | ---
title: Solving problems in a generic way using Shapeless
published: true
date: 2015-10-30 00:00:00 UTC
tags: scala, shapeless, functional
cover_image: https://lepovirta.org/posts/images/type_universes.png
canonical_url: https://lepovirta.org/posts/2015-10-30-solving-problems-in-a-generic-way-using-shapeless.html
--... | lepovirta |
476,481 | Separate Drupal Login Page for Admin and User | Are you afraid of hackers and feel unsafe for admin and front user to login through same area? No nee... | 0 | 2020-10-05T10:53:09 | https://dev.to/loginradius/separate-drupal-login-page-for-admin-and-user-4o62 | drupal, adminpanel | ---
title: Separate Drupal Login Page for Admin and User
published: true
date: 2015-10-29 00:00:00 UTC
tags: Drupal,AdminPanel
canonical_url:
---
Are you afraid of hackers and feel unsafe for admin and front user to login through same area? No need to worry as in this article, I am going to guide you with how to crea... | amanagrwl |
3,131 | Migrating from Less to Sass - really a good idea? | Then you think Sass is sassier than Less. Should you move? | 0 | 2015-10-27T23:00:00 | https://medium.com/@igorsantos07/migrating-from-less-to-sass-really-a-good-idea-2aaa205dcc99 | css, sass, less | ---
title: Migrating from Less to Sass - really a good idea?
published: true
description: Then you think Sass is sassier than Less. Should you move?
tags: css, sass, less
cover_image:
canonical_url: https://medium.com/@igorsantos07/migrating-from-less-to-sass-really-a-good-idea-2aaa205dcc99
date: 10/27/2015
---
I sta... | igorsantos07 |
476,480 | How to Get Email Alerts for Unhandled PHP Exceptions | This tutorial provides a solution to get email alerts, when a unhandled error occurs. For this tutori... | 0 | 2020-10-05T10:53:16 | https://dev.to/loginradius/how-to-get-email-alerts-for-unhandled-php-exceptions-3akf | php, email | ---
title: How to Get Email Alerts for Unhandled PHP Exceptions
published: true
date: 2015-10-26 00:00:00 UTC
tags: PHP,Email
canonical_url:
---
This tutorial provides a solution to get email alerts, when a unhandled error occurs. For this tutorial, we are using WordPress. Imagine you created a php application and it... | amanagrwl |
6,864 | Switching domains. Is it worth it? | This past month, my personal website has been offline. The domain expired and I didn't do anything to... | 0 | 2018-02-10T22:33:50 | https://stefancosma.xyz/2015/10/23/switching-domains/ | domains, support, customers, rant | ---
title: "Switching domains. Is it worth it?"
published: true
tags: domains,support,customers,rant
canonical_url: https://stefancosma.xyz/2015/10/23/switching-domains/
---
This past month, my personal website has been offline. The domain expired and I didn't do anything to prevent this from happening.
There are mul... | stefanbc |
1,130,451 | Strategies for code correctness inspired by functional programming | All about map, select, reduce, pure functions, composition, immutability, banishing null,... | 0 | 2015-10-22T00:00:00 | https://dev.to/chrismwendt/strategies-for-code-correctness-inspired-by-functional-programming-ngb | ---
date: 20151022T00:00Z
---
{% embed https://www.youtube.com/embed/GlMX_tlisF8 %}
All about map, select, reduce, pure functions, composition, immutability, banishing null, algebraic data types, and limiting effects.
| chrismwendt | |
48,762 | Learning the Trade | I thought I would throw together a list of resources I have found interesting and useful when it come... | 0 | 2018-09-28T23:03:43 | http://designfrontier.net/learning-the-trade | code, dev, learning, read | ---
title: Learning the Trade
published: true
tags: code,dev,learning,read
canonical_url: http://designfrontier.net/learning-the-trade
---
I thought I would throw together a list of resources I have found interesting and useful when it comes to building the internet. This is by no means exhaustive and will be updated ... | designfrontier |
457,140 | Swift Variables in Extensions | I have recently started working on a project that uses Swift2.0! I have been using Obj-C for the past... | 0 | 2020-09-16T01:31:17 | https://luisramos.dev/swift-variables-in-extensions | ---
title: Swift Variables in Extensions
published: true
date: 2015-10-19 00:00:00 UTC
tags:
canonical_url: https://luisramos.dev/swift-variables-in-extensions
---
I have recently started working on a project that uses Swift2.0! I have been using Obj-C for the past 3 years, and when Swift came I wasn't one of the ear... | luisramos1337 | |
1,134,950 | Backing up SQL databases to Azure | I recently read a blog post by Pinal Dave about how you can backup straight to Azure Storage. The... | 0 | 2022-07-08T06:15:21 | https://www.funkysi1701.com/posts/2015/backing-up-sql-databases-to-azure/ | ---
title: Backing up SQL databases to Azure
published: true
date: 2015-10-15 20:00:45 UTC
tags:
canonical_url: https://www.funkysi1701.com/posts/2015/backing-up-sql-databases-to-azure/
---
I recently read a blog post by [Pinal Dave](http://blog.sqlauthority.com/2015/10/06/sql-server-steps-to-backup-to-windows-azure-... | funkysi1701 | |
1,575,630 | Kali Moto End of Life & Kali Dojo Slides | Kali Sana Release Aftermath Kali Linux 2.0 has been out for a couple of months and the... | 0 | 2023-08-21T21:18:20 | https://www.kali.org/blog/kali-moto-eol/ | ---
title: Kali Moto End of Life & Kali Dojo Slides
published: true
date: 2015-10-15 00:00:00 UTC
tags:
canonical_url: https://www.kali.org/blog/kali-moto-eol/
---
## Kali Sana Release Aftermath
Kali Linux 2.0 has been out for a couple of months and the response has been great, with well **over a million unique down... | mohammadtaseenkhan | |
476,479 | ElasticSearch Analyzers for Emails | So last week while I was setting the analyzers on ElasticSearch settings for Email field, it took me... | 0 | 2020-10-05T10:53:23 | https://dev.to/loginradius/elasticsearch-analyzers-for-emails-3nmo | elasticsearch, analyzers | ---
title: ElasticSearch Analyzers for Emails
published: true
date: 2015-10-15 00:00:00 UTC
tags: ElasticSearch,Analyzers
canonical_url:
---
So last week while I was setting the analyzers on ElasticSearch settings for Email field, it took me some good time to find the perfect custom analyzer for my purpose, so I feel... | amanagrwl |
254,965 | Check if temp table exists in SQL | I'm going to start posting some SQL snippets, either things I learn day to day or things that I've... | 0 | 2015-10-14T16:48:00 | https://dev.to/adamkdean/check-if-temp-table-exists-in-sql-2ijc | sql | ---
cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg
title: Check if temp table exists in SQL
slug: check-if-temp-table-exists-in-sql
date: 2015-10-14 16:48
published: true
tags:
- sql
---
I'm going to start posting some SQL snippets, either things I learn day to day or things that I've... | adamkdean |
20,608 | Want to Increase Gender Diversity? Encourage Flexible Schedules | In order to truly get the diverse teams we are looking for, we need to pivot on our definition of... | 0 | 2023-01-05T21:20:50 | https://www.ivanstorck.com/want-to-increase-gender-diversity-encourage-flexible-schedules/ | equality, parttime, work, diversity | ---
title: "Want to Increase Gender Diversity? Encourage Flexible Schedules"
tags: equality, parttime, work, diversity
canonical_url: https://www.ivanstorck.com/want-to-increase-gender-diversity-encourage-flexible-schedules/
published: true
---
In order to truly get the diverse teams we are looking for, we need to piv... | ivanoats |
356,018 | Finding files in Vim | One of Vim’s coolest features is how easily it can leverage command-line tools to extend it’s feature... | 0 | 2020-06-15T17:39:25 | https://lepovirta.org/posts/2015-10-11-finding-files-in-vim.html | vim | ---
title: Finding files in Vim
published: true
date: 2015-10-11 00:00:00 UTC
tags: vim
canonical_url: https://lepovirta.org/posts/2015-10-11-finding-files-in-vim.html
---
One of Vim’s coolest features is how easily it can leverage command-line tools to extend it’s feature set. In this article, I’ll present a walkthro... | lepovirta |
1,244,616 | iOS Serial Manager | Apple doesn't like robots. It's strange, since they have some great hardware and some... | 0 | 2015-10-10T10:00:00 | https://ladvien.com/ios-manager | robots, swift, ios, ble | ---
title: iOS Serial Manager
tags: robots, swift, ios, ble
published_at: 20151010T10:00Z
canonical_url: https://ladvien.com/ios-manager
main_image: https://ladvien.com/images/apple-hardware-logo.png
published: true
---
# Apple doesn't like robots.
It's strange, since they have some great hardware and some excellent ... | ladvien |
507,512 | The Big List of Free Pluralsight Courses for Developers | One of the most important aspects of being a software developer is the ability to learn new skills... | 0 | 2020-11-05T20:48:47 | https://www.alexhyett.com/free-pluralsight-courses/ | ---
title: The Big List of Free Pluralsight Courses for Developers
published: true
date: 2015-10-09 20:32:28 UTC
tags:
canonical_url: https://www.alexhyett.com/free-pluralsight-courses/
cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/1hss4zuh856017zys3lb.jpg
---
One of the most important aspects... | alexhyettdev | |
293 | Building a DIY arcade machine, part 1: Baby Steps | Building a DIY arcade machine, part 1. | 0 | 2015-10-09T00:00:00 | https://dev.to/buntine/building-a-diy-arcade-machine-part-1-baby-steps | diy, arcade | ---
title: "Building a DIY arcade machine, part 1: Baby Steps"
published: true
description: Building a DIY arcade machine, part 1.
cover_image: http://i.imgur.com/JC4TikH.jpg
tags: diy, arcade
---
In [the previous post][1], I spoke about the motivation to build my own arcade machine. This time I'm going to start showi... | buntine |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.