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
1,244,620
Lab Controller PCB
A little lab controller PCB I'm working on.  It centers around four high-power constant current...
20,412
2015-10-08T10:00:00
https://ladvien.com/lab-controller-pcb
robots, highpowerled, pcb, atmega328p
--- title: Lab Controller PCB tags: robots, highpowerled, pcb, atmega328p published_at: 20151008T10:00Z canonical_url: https://ladvien.com/lab-controller-pcb main_image: https://ladvien.com/images/robot_lab3.png series: Custom PCBs published: true --- ![](https://ladvien.com/images/Lab_Controller_Board_Top_and_Bottom....
ladvien
476,478
Social Media Solutions
Integrating social into your site can drastically improve user engagement with your platform. Below a...
0
2020-10-05T10:53:33
https://dev.to/loginradius/social-media-solutions-1c7h
socialmedia, sociallogin
--- title: Social Media Solutions published: true date: 2015-10-08 00:00:00 UTC tags: SocialMedia,SocialLogin canonical_url: --- Integrating social into your site can drastically improve user engagement with your platform. Below are a few useful solutions and implementation instructions. Social Login Social Login, al...
amanagrwl
54,848
Installing Lombok
Lombok is now used in Spring Cloud and though many Java developers have avoided it, the idea of dro...
0
2018-10-13T16:16:24
https://committed.software/posts/lombok/lombok/
--- title: Installing Lombok published: true tags: canonical_url: https://committed.software/posts/lombok/lombok/ --- [![Lombok, Indonesia](https://committed.software/static/atilla-taskiran-386870-342da5d49e5aaf02d48045b3454abe69-f3a32.jpg)](/static/atilla-taskiran-386870-342da5d49e5aaf02d48045b3454abe69-7a1db.jpg) ...
committedsw
1,134,948
Copying settings to an Azure Website
The Software as a Service (SaaS) website that I work on has been sold to lots of clients now. Which...
0
2022-07-08T06:15:45
https://www.funkysi1701.com/posts/2015/copying-settings-to-an-azure-website/
--- title: Copying settings to an Azure Website published: true date: 2015-10-01 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/copying-settings-to-an-azure-website/ --- The Software as a Service (SaaS) website that I work on has been sold to lots of clients now. Which is great news. ![](ht...
funkysi1701
298,925
vimshellで文字コードを制御する
はじめに Windowsのコマンドプロンプトに機能不足を感じるvimmerにとってvimshellは頼もしい存在です。 ですが、GitやGoのようにUTF-8を出力するコマンドでは...
0
2015-05-11T02:35:00
https://qiita.com/shiena/items/3b3f325e15c864936bec
vim
--- title: vimshellで文字コードを制御する published: true tags: Vim date: 20150511T02:35Z canonical_url: https://qiita.com/shiena/items/3b3f325e15c864936bec --- # はじめに Windowsのコマンドプロンプトに機能不足を感じるvimmerにとって[vimshell](https://github.com/Shougo/vimshell.vim/)は頼もしい存在です。 ですが、GitやGoのようにUTF-8を出力するコマンドでは文字化けしてしまいます。 そんな場合の対処方法を紹介します。 ##...
shiena
476,477
Types of Authentication in Asp.Net
Learn types of Authentication in Asp.Net and how it plays an important role in any system. Read On...
0
2020-10-05T10:53:40
https://dev.to/loginradius/types-of-authentication-in-asp-net-4kl7
engineering, authentication, aspnet, multipass
--- title: Types of Authentication in Asp.Net published: true date: 2015-10-01 00:00:00 UTC tags: Engineering,Authentication,AspNet,Multipass canonical_url: --- Learn types of Authentication in Asp.Net and how it plays an important role in any system. [Read On](https://www.loginradius.com/engineering/blog/altern...
amanagrwl
476,476
Using Facebook Graph API After Login
Facebooks Graph API gives you the ability to better understand and target content to your user. In th...
0
2020-10-05T10:54:26
https://dev.to/loginradius/using-facebook-graph-api-after-login-8fi
facebook, graphapi
--- title: Using Facebook Graph API After Login published: true date: 2015-09-29 00:00:00 UTC tags: Facebook,GraphAPI canonical_url: --- Facebooks Graph API gives you the ability to better understand and target content to your user. In this blog we go over some useful implementations of the Graph API that you can use...
amanagrwl
38,210
Multiboot kernel
As a headcase, in my spare time (among other things) I’m writing an operating system kernel. There is...
0
2018-11-17T20:25:54
https://alex.dzyoba.com/blog/multiboot/
--- title: Multiboot kernel published: true tags: canonical_url: https://alex.dzyoba.com/blog/multiboot/ --- As a headcase, in my spare time (among other things) I’m writing an operating system kernel. There is nothing much at this moment because I’m digging into boot process of x86 system. And, to commit my knowledg...
dzeban
48,761
Biology and CSS
I am the average height of my grandfather’s generation. I have brown hair, that is rapidly going gray...
0
2018-09-19T13:50:19
http://designfrontier.net/biology-and-css
css, inheritance
--- title: Biology and CSS published: true tags: css,inheritance canonical_url: http://designfrontier.net/biology-and-css --- I am the average height of my grandfather’s generation. I have brown hair, that is rapidly going gray even at the ripe old age of 31. I have blue eyes and olive skin. Now that you know more ab...
designfrontier
85,741
Being Comfortable With Being Uncomfortable
I'm a creature of habit. I think that's probably true for most people, especially developers. We find...
0
2019-02-25T03:06:35
https://dommagnifi.co/2015-09-25-being-comfortable-with-being-uncomfortable/
career, goals, wellness
--- title: Being Comfortable With Being Uncomfortable published: true tags: career, goals, wellness canonical_url: https://dommagnifi.co/2015-09-25-being-comfortable-with-being-uncomfortable/ --- I'm a creature of habit. I think that's probably true for most people, especially developers. We find comfort in the repeti...
magnificode
1,019,997
Adding Internet Connection Resiliency
I have been asked to investigate adding a fail over internet connection to one of our...
0
2022-03-12T23:11:58
https://www.funkysi1701.com/posts/2015/adding-internet-connection-resiliency/
--- title: Adding Internet Connection Resiliency published: true date: 2015-09-24 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/adding-internet-connection-resiliency/ --- I have been asked to investigate adding a fail over internet connection to one of our offices. Currently this office is...
funkysi1701
9,166
Automated Testing of Dotfiles
Several years ago I started managing my dotfiles based on Zach Holman’s dotfiles repo. His setup is...
0
2017-10-31T19:51:26
https://michael.mior.ca/blog/automated-testing-of-dotfiles/
--- title: "Automated Testing of Dotfiles" published: true tags: canonical_url: https://michael.mior.ca/blog/automated-testing-of-dotfiles/ --- Several years ago I started managing my dotfiles based on Zach Holman’s [dotfiles repo](https://github.com/holman/dotfiles). His setup is quite nice and I found it relatively...
michaelmior
476,475
Hi, My Name is Darryl, and This is How I Work
Ever wondered how I work? No? Well, too bad, I'm still gonna write about it. Hello and welcome to a b...
0
2020-10-05T10:53:48
https://dev.to/loginradius/hi-my-name-is-darryl-and-this-is-how-i-work-40p7
tools, engineering
--- title: Hi, My Name is Darryl, and This is How I Work published: true date: 2015-09-22 00:00:00 UTC tags: Tools,Engineering canonical_url: --- Ever wondered how I work? No? Well, too bad, I'm still gonna write about it. Hello and welcome to a blog post dedicated to me. In this episode, I'm going to tell you about ...
amanagrwl
507,511
Analysing Google Play to find a profitable app idea – Part 5: PlayDrone
So far I have used the PlayDrone data to find out what the most downloaded free games, paid games and...
0
2020-11-05T20:48:10
https://www.alexhyett.com/profitable-app-playdrone/
--- title: Analysing Google Play to find a profitable app idea – Part 5: PlayDrone published: true date: 2015-09-20 20:13:57 UTC tags: canonical_url: https://www.alexhyett.com/profitable-app-playdrone/ cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/uq6zf5qk3allidi5dl9k.jpg --- So far I have use...
alexhyettdev
372,018
Static Sites Are Awesome
When creating landing pages, content sites, or blogs, content management systems shouldn’t be the fir...
0
2020-06-29T12:50:24
https://mjswensen.com/blog/static-sites-are-awesome/
--- title: Static Sites Are Awesome published: true date: 2015-09-19 21:41:00 UTC tags: canonical_url: https://mjswensen.com/blog/static-sites-are-awesome/ --- When creating landing pages, content sites, or blogs, content management systems shouldn’t be the first tool web developers reach for. Because of the many ben...
mjswensen
1,745,281
5 Things I Learned About Managing an R&D Team
I made the first developer I was ever in charge of want to quit programming. That was roughly over 15...
0
2024-01-30T01:15:07
https://developerzen.com/5-things-i-learned-about-managing-an-rd-team/
--- title: 5 Things I Learned About Managing an R&D Team published: true date: 2015-08-19 00:00:00 UTC tags: canonical_url: https://developerzen.com/5-things-i-learned-about-managing-an-rd-team/ --- I made the first developer I was ever in charge of want to quit programming. That was roughly over 15 years ago. I’d li...
ekampf
476,474
Beginner's Guide for Sublime Text 3
Getting started with one of the lightweight Code Editor Sublime Text and it's package control and sho...
0
2020-10-05T10:53:54
https://dev.to/loginradius/beginner-s-guide-for-sublime-text-3-389g
sublimetext, codeeditor
--- title: Beginner's Guide for Sublime Text 3 published: true date: 2015-09-15 00:00:00 UTC tags: SublimeText,CodeEditor canonical_url: --- Getting started with one of the lightweight Code Editor Sublime Text and it's package control and shortcut commends [Read On](https://www.loginradius.com/engineering/blog/b...
amanagrwl
1,019,026
Unmanaged Database Deployment
For the past few months I have been deploying changes to my companies database every couple of weeks...
0
2022-03-11T16:04:07
https://www.funkysi1701.com/posts/2015/unmanaged-database-deployment/
--- title: Unmanaged Database Deployment published: true date: 2015-09-10 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/unmanaged-database-deployment/ --- For the past few months I have been deploying changes to my companies database every couple of weeks or so. Over a weekend when the data...
funkysi1701
507,510
Analysing Google Play to find a profitable app idea – Part 4: Paid apps
In my last post I looked at the most popular paid games on Google Play. If you are not interested in...
0
2020-11-05T20:46:07
https://www.alexhyett.com/profitable-app-paid-apps/
--- title: Analysing Google Play to find a profitable app idea – Part 4: Paid apps published: true date: 2015-09-09 20:03:19 UTC tags: canonical_url: https://www.alexhyett.com/profitable-app-paid-apps/ cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/aq5vkwof8oy23c7k21oo.jpg --- In my last post I...
alexhyettdev
38,209
Perf
Perf overview Perf is a facility comprised of kernel infrastructure for gathering various...
0
2018-11-17T20:17:10
https://alex.dzyoba.com/blog/perf/
--- title: Perf published: true tags: canonical_url: https://alex.dzyoba.com/blog/perf/ --- ## Perf overview Perf is a facility comprised of kernel infrastructure for gathering various events and userspace tool to get gathered data from the kernel and analyze it. It is like a [gprof](/blog/gprof-gcov/), but it is no...
dzeban
507,509
Analysing Google Play to find a profitable app idea – Part 3: Paid games
In my last post I looked at some of the most downloaded freemium games of all time, which are all...
0
2020-11-05T20:44:48
https://www.alexhyett.com/profitable-app-paid-games/
--- title: Analysing Google Play to find a profitable app idea – Part 3: Paid games published: true date: 2015-09-08 20:10:34 UTC tags: canonical_url: https://www.alexhyett.com/profitable-app-paid-games/ cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/q1ff6loame876fqg7sr7.jpg --- In my last post...
alexhyettdev
249,951
Reclaim your inodes by deleting dangling docker volumes
Originally posted on September 8th, 2015 (more info) Note: these days, you can simply use docker...
0
2015-09-08T15:49:00
https://dev.to/adamkdean/reclaim-your-inodes-by-deleting-dangling-docker-volumes-526j
docker, linux, bash
--- title: Reclaim your inodes by deleting dangling docker volumes slug: reclaim-your-inodes-by-deleting-dangling-docker-volumes date: 2015-09-08 15:49 tags: - docker - linux - bash --- _Originally posted on September 8th, 2015_ ([more info](https://dev.to/adamkdean/migrating-to-dev-to-190)) _Note: these days, you...
adamkdean
76,667
How Tabletest Works
In a previous post I introduced the tabletest library. In this post I’m going to dive a little bit in...
0
2019-01-20T14:59:40
https://horia141.com/how-tabletest-works.html
python, tabletest, unittest, testing
--- title: How Tabletest Works published: true tags: python,tabletest,unittest,testing canonical_url: https://horia141.com/how-tabletest-works.html --- In a [previous](/tabletests.html) post I introduced the `tabletest` library. In this post I’m going to dive a little bit into its inner workings. The water is relative...
horia141
235,863
whoami: I’m a web developer
Just over six months ago, I decided I wanted to become a programmer. Now, I’m working as a web develo...
0
2020-01-10T19:43:34
https://dev.to/kdv24/whoami-i-m-a-web-developer-1466
education, programming
--- title: whoami: I’m a web developer published: true date: 2015-09-08 00:14:30 UTC tags: education,programming canonical_url: --- Just over six months ago, I decided I wanted to become a programmer. Now, I’m working as a web developer for a great company. It’s amazing to me how much has changed in such a short amou...
kdv24
476,473
Social Network Branding Guidelines
I am here to tell you that Facebook, Google, Twitter, or LinkedIn aren’t going to be happy when they...
0
2020-10-05T10:54:33
https://dev.to/loginradius/social-network-branding-guidelines-2apo
social, sociallogin, branding
--- title: Social Network Branding Guidelines published: true date: 2015-09-08 00:00:00 UTC tags: Social,SocialLogin,Branding canonical_url: --- I am here to tell you that Facebook, Google, Twitter, or LinkedIn aren’t going to be happy when they find out that you changed their icon color to green. But, hey at least y...
amanagrwl
507,508
Analysing Google Play to find a profitable app idea – Part 2: Freemium games
In my previous post a gave a few examples of apps that are making millions and billions a year. It...
0
2020-11-05T20:43:23
https://www.alexhyett.com/profitable-app-freemium-games/
--- title: Analysing Google Play to find a profitable app idea – Part 2: Freemium games published: true date: 2015-09-06 20:47:13 UTC tags: canonical_url: https://www.alexhyett.com/profitable-app-freemium-games/ cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ntkzawb3wj007kjqet2u.png --- In my [...
alexhyettdev
1,459,895
Quality is Everyone's Responsibility
Have you ever had this experience before? I drove up to a Chase ATM to transfer money from my...
0
2023-05-07T00:43:35
https://qualitysoftwarematters.com/quality-is-everyones-responsibility
--- title: Quality is Everyone's Responsibility published: true date: 2015-07-09 05:00:00 UTC tags: canonical_url: https://qualitysoftwarematters.com/quality-is-everyones-responsibility --- Have you ever had this experience before? ![chase-atm-cash](https://cdn.hashnode.com/res/hashnode/image/upload/v1683415792698/4...
toddmeinershagen
507,507
Analysing Google Play to find a profitable app idea – Part 1
Maybe like me you are thinking of dipping your toe into mobile development. You may have even started...
0
2020-11-05T20:40:11
https://www.alexhyett.com/profitable-app-idea/
--- title: Analysing Google Play to find a profitable app idea – Part 1 published: true date: 2015-09-06 20:21:03 UTC tags: canonical_url: https://www.alexhyett.com/profitable-app-idea/ cover_image: https://dev-to-uploads.s3.amazonaws.com/uploads/articles/ltq485lqpczyb64z92hf.jpg --- Maybe like me you are thinking of...
alexhyettdev
435,660
Изображение как звук
А что будет если над изображением применить не обычные фильтры или спецэффекты из фотошопа, а аудио э...
0
2015-09-03T00:00:00
https://medium.com/%D0%B7%D0%B2%D1%83%D0%BA%D0%B8-%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D1%8B/%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BA%D0%B0%D0%BA-%D0%B7%D0%B2%D1%83%D0%BA-378fdb9d0201
--- title: "Изображение как звук" date: "2015-09-03" canonical_url: "https://medium.com/%D0%B7%D0%B2%D1%83%D0%BA%D0%B8-%D0%BA%D0%B0%D1%80%D1%82%D0%B8%D0%BD%D1%8B/%D0%B8%D0%B7%D0%BE%D0%B1%D1%80%D0%B0%D0%B6%D0%B5%D0%BD%D0%B8%D0%B5-%D0%BA%D0%B0%D0%BA-%D0%B7%D0%B2%D1%83%D0%BA-378fdb9d0201" --- А что будет если над изображ...
senior_sigan
6,416
Get location coordinates with windows phone application
This post was originally published on blog.mandarbadve.com Location A...
0
2018-02-10T22:31:37
http://blog.mandarbadve.com/2015/09/02/get-location-coordinates-with-windows-phone-application/
windowsphone, app, geolocation, mobileapp
--- title: "Get location coordinates with windows phone application" published: true tags: Windows Phone,app,geo location,mobile app canonical_url: http://blog.mandarbadve.com/2015/09/02/get-location-coordinates-with-windows-phone-application/ --- _This post was originally published on [blog.mandarbadve.com](http://bl...
mandarbadve
150,853
LinkedIn Rest API with OAuth 2.0
Connecting with LinkedIn Rest API is easy once you know how to authorize the user. Following are the...
0
2019-08-02T13:18:31
http://shanalikhan.github.io/2015/09/02/OAuth-2.0-working-with-LinkedIn.html
oauth, api, linkedin, rest
--- title: LinkedIn Rest API with OAuth 2.0 published: true tags: oauth, api, linkedin, rest canonical_url: http://shanalikhan.github.io/2015/09/02/OAuth-2.0-working-with-LinkedIn.html --- Connecting with LinkedIn Rest API is easy once you know how to authorize the user. Following are the steps that can be performed ...
shanalikhan
476,472
Index in MongoDB
Index is a typical way to speed-up queries in normal database system. There is no difference between...
0
2020-10-05T10:54:39
https://dev.to/loginradius/index-in-mongodb-4pbk
mongodb, database
--- title: Index in MongoDB published: true date: 2015-09-01 00:00:00 UTC tags: MongoDB,Database canonical_url: --- Index is a typical way to speed-up queries in normal database system. There is no difference between MongoDB and a document-based database system. This article gives insight about the index in MongoDB, ...
amanagrwl
187,421
How to store user id in the Laravel session table
Sometimes you want to store the user id with the session so you can purge all sessions or even a...
0
2019-10-10T18:41:48
https://alex.bouma.blog/posts/how-to-store-user-id-in-the-session-table/
laravel, php
--- title: How to store user id in the Laravel session table published: true date: 2015-08-31 23:58:02 UTC tags: laravel,php cover_image: https://alex.bouma.blog/img/ghost/laravel.jpg canonical_url: https://alex.bouma.blog/posts/how-to-store-user-id-in-the-session-table/ --- Sometimes you want to store the user id wit...
stayallive
48,760
Thoughts on Components and stuff
TLDR: Create small shared granular components for everything, and a "view" is just an ordered collect...
0
2018-10-15T23:05:44
http://designfrontier.net/thoughts-on-components-and-stuff
architecture, code, development, dev
--- title: Thoughts on Components and stuff published: true tags: architecture,code,development,dev canonical_url: http://designfrontier.net/thoughts-on-components-and-stuff --- TLDR: Create small shared granular components for everything, and a "view" is just an ordered collection of components. Warning: this is ram...
designfrontier
76,666
Tabletests
This article is an introduction and justification for tabletest and tabletest3. These are small Pytho...
0
2019-01-20T14:58:29
https://horia141.com/tabletests.html
python, tabletest, unittest, testing
--- title: Tabletests published: true date: "2015-08-31 20:20:05" tags: python,tabletest,unittest,testing canonical_url: https://horia141.com/tabletests.html --- This article is an introduction and justification for [tabletest](https://github.com/horia141/tabletest) and [tabletest3](https://github.com/horia141/tablete...
horia141
865,357
Super quick way to back up and restore a Meteor Mongodb database
If you're ever planning on doing anything experimental in your Meteor solution and don't want to be...
0
2021-10-16T02:13:05
https://waiholiu.blogspot.com/2015/08/super-quick-way-to-back-up-and.html
meteornerdspeak, mongodb
--- title: Super quick way to back up and restore a Meteor Mongodb database published: true date: 2015-08-30 13:33:00 UTC tags: meteornerdSpeak,mongodb canonical_url: https://waiholiu.blogspot.com/2015/08/super-quick-way-to-back-up-and.html --- If you're ever planning on doing anything experimental in your [Meteor](ht...
diskdrive
150,852
Github Atom Plugins for Web Developers
Atom by Github is an amazing , powerful and modern text editor when compared to other text editors an...
0
2019-08-02T13:42:25
http://shanalikhan.github.io/2015/08/28/Github-atom-plugins-for-web-developer.html
atom, productivity
--- title: Github Atom Plugins for Web Developers published: true tags: atom, productivity canonical_url: http://shanalikhan.github.io/2015/08/28/Github-atom-plugins-for-web-developer.html --- Atom by Github is an amazing , powerful and modern text editor when compared to other text editors and the one major reason to...
shanalikhan
254,962
Add notices to auto-generated files with gulp
I wrote a little tool today to pop into my gulp workflow which writes some text to the top of files p...
0
2015-08-25T14:17:00
https://dev.to/adamkdean/add-notices-to-auto-generated-files-with-gulp-476b
npm, node, gulp
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Add notices to auto-generated files with gulp slug: add-notices-to-auto-generated-files-with-gulp date: 2015-08-25 14:17 published: true tags: - npm - node.js - gulp --- I wrote a little tool today to pop into my gulp workflo...
adamkdean
367,928
Esto es lo que hago y quiero seguir haciendo porque en verdad lo disfruto
Desde hace 6 años me dedico a la educación en el área de desarrollo web/móvil, como instructor día a...
0
2020-06-25T22:33:40
https://dev.to/highercomve/esto-es-lo-que-hago-y-quiero-seguir-haciendo-porque-en-verdad-lo-disfruto-31l
entrepreneurship, education, development
--- title: Esto es lo que hago y quiero seguir haciendo porque en verdad lo disfruto published: true date: 2015-08-24 09:09:03 UTC tags: entrepreneurship,education,development canonical_url: --- Desde hace 6 años me dedico a la educación en el área de desarrollo web/móvil, como instructor día a día compruebo que las ...
highercomve
131,314
Lotus DB Migrations Tips
Lotus, just like Rails, also supports database migration through Sequel Migrations. It´s pretty simpl...
0
2019-07-02T21:39:25
https://leandrocp.com.br/2015/08/lotus-migration/
lotus, ruby
--- title: Lotus DB Migrations Tips published: true tags: lotus,ruby canonical_url: https://leandrocp.com.br/2015/08/lotus-migration/ --- Lotus, just like Rails, also supports database migration through [Sequel Migrations](http://sequel.jeremyevans.net/rdoc/files/doc/migration_rdoc.html). It´s pretty simple but some t...
leandrocp
46,417
Movin on up and trying to stay relevant.
Kristen and I are building a house in Westminster, and should be moving sometim...
0
2018-08-27T20:57:41
https://kritner.blogspot.com/2015/08/movin-on-up-and-trying-to-stay-relevant.html
net, career, development, home
--- title: Movin on up and trying to stay relevant. published: true tags: .net,career,development,home canonical_url: https://kritner.blogspot.com/2015/08/movin-on-up-and-trying-to-stay-relevant.html --- Kristen and I are building a house in Westminster, and should be moving sometime around mid October! We're both no...
kritner
327,126
Test Angular2 now or how to set up Angular2 unit tests
Currently, I’m working on a project and I decided to build it with Angular2. It was a brave decisio...
0
2020-05-04T15:48:10
https://dev.to/forforeach/test-angular2-now-or-how-to-set-up-angular2-unit-tests-1ek8
angular2, frontend, angular, webdeveloper
--- title: Test Angular2 now or how to set up Angular2 unit tests published: true date: 2015-08-21 12:57:43 UTC tags: angular2,frontend,angular,web-developer canonical_url: --- ![angular](https://dev-to-uploads.s3.amazonaws.com/i/455xvwgo96tczpkvvn8l.png) Currently, I’m working on a project and I decided to build it...
forforeach
6,415
AngularJS directives and custom directives
...
0
2018-02-10T22:31:37
http://blog.mandarbadve.com/2015/08/19/angular-js-directives-and-custom-directives/
angular, javascript, javascriptframework
--- title: "AngularJS directives and custom directives" published: true tags: angularjs,javascript,javascript framework canonical_url: http://blog.mandarbadve.com/2015/08/19/angular-js-directives-and-custom-directives/ --- _This post was originally published on [blog.mandarbadve.com](http://blog.mandarbadve.com/2015/0...
mandarbadve
476,471
How to ab-USE CSS2 sibling selectors
Hey there, spider. It’s me again, your amazing blog writer, Darryl. Have you ever wanted to select th...
0
2020-10-05T10:54:47
https://dev.to/loginradius/how-to-ab-use-css2-sibling-selectors-9go
engineering, selector, css
--- title: How to ab-USE CSS2 sibling selectors published: true date: 2015-08-18 00:00:00 UTC tags: Engineering,Selector,CSS canonical_url: --- Hey there, spider. It’s me again, your amazing blog writer, Darryl. Have you ever wanted to select the second or third child of an element without using CSS3 nth-child —which...
amanagrwl
294
Building a DIY arcade machine, part 0: Motivation
Building a DIY arcade machine, part 0
0
2015-08-15T00:00:00
https://dev.to/buntine/building-a-diy-arcade-machine-part-0-motivation
diy, arcade
--- title: "Building a DIY arcade machine, part 0: Motivation" published: true description: "Building a DIY arcade machine, part 0" cover_image: http://i.imgur.com/JC4TikH.jpg tags: diy, arcade --- I've always been a fan of retro video games. It takes me back to my childhood years when my brother, my sister and I woul...
buntine
1,135,877
How complex are my stored procedures?
Recently me and my development team have been looking at performance and how to improve it. One area...
0
2022-07-09T12:52:36
https://www.funkysi1701.com/posts/2015/how-complex-are-my-stored-procedures/
--- title: How complex are my stored procedures? published: true date: 2015-08-13 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/how-complex-are-my-stored-procedures/ --- Recently me and my development team have been looking at performance and how to improve it. One area of improvement we h...
funkysi1701
1,459,897
The Coding Dojo
In my post on "Being Prepared", I wrote about the need for us to practice our craft in order to...
0
2023-05-07T00:44:00
https://qualitysoftwarematters.com/the-coding-dojo
--- title: The Coding Dojo published: true date: 2015-08-13 05:00:00 UTC tags: canonical_url: https://qualitysoftwarematters.com/the-coding-dojo --- In [my post on "Being Prepared"](http://www.qualitysoftwarematters.com/2015/07/being-prepared.html), I wrote about the need for us to **_practice_** our craft in order t...
toddmeinershagen
1,138,849
ICYMI What does it mean?
For a while now I have seen ICYMI splattered around the internet. I had no idea what it meant so just...
0
2022-07-14T21:30:34
https://www.funkysi1701.com/posts/2015/icymi-what-does-it-mean/
--- title: ICYMI What does it mean? published: true date: 2015-08-10 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/icymi-what-does-it-mean/ --- For a while now I have seen ICYMI splattered around the internet. I had no idea what it meant so just ignored it but I have finally had enough and ...
funkysi1701
236,183
Bootstrap 3 Responsive Button Groups
Ever been disappointed/pissed off with how Bootstrap handles (read ignores) button formatting on...
0
2020-01-24T19:21:54
https://kylekeesling.dev/posts/2015/08/bootstrap-responsive-btn-group
css, bootstrap, bootstrap3
--- title: Bootstrap 3 Responsive Button Groups published: true date: 2015-08-12 17:28:01 UTC tags: css, bootstrap, bootstrap3 canonical_url: https://kylekeesling.dev/posts/2015/08/bootstrap-responsive-btn-group --- Ever been disappointed/pissed off with how Bootstrap handles (read ignores) button formatting on smalle...
kylekeesling
254,960
Koa middleware for serving static files
Quite often I find myself using the same snippet of code over and over in projects for serving up sta...
0
2015-08-12T13:19:00
https://dev.to/adamkdean/koa-middleware-for-serving-static-files-458o
npm, node, koa
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Koa middleware for serving static files slug: koa-middleware-for-serving-static-files date: 2015-08-12 13:19 published: true tags: - npm - node.js - koa --- Quite often I find myself using the same snippet of code over and ov...
adamkdean
254,959
Node.js IsDirectory
Here's a useful snippet for checking if a path is a directory in Node.js, this obviously requires('fs...
0
2015-08-12T13:12:00
https://dev.to/adamkdean/node-js-isdirectory-1307
node, snippet
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Node.js IsDirectory slug: node-js-is-directory date: 2015-08-12 13:12 published: true tags: - node.js - snippet --- Here's a useful snippet for checking if a path is a directory in Node.js, this obviously requires('fs'). ...
adamkdean
476,470
Customize User Login, Register and Forgot Password Page in Drupal 7
Did you ever want to customize your registration or login page on Drupal 7, but did not know how? Cus...
0
2020-10-05T10:54:54
https://dev.to/loginradius/customize-user-login-register-and-forgot-password-page-in-drupal-7-2mca
drupal
--- title: Customize User Login, Register and Forgot Password Page in Drupal 7 published: true date: 2015-08-11 00:00:00 UTC tags: Drupal canonical_url: --- Did you ever want to customize your registration or login page on Drupal 7, but did not know how? Customizing these pages by adding new text or changing theme i...
amanagrwl
1,575,628
Kali Linux 2.0 Release - Sana
Our Next Generation Penetration Testing Platform We’re still buzzing and recovering from...
0
2023-08-21T21:18:16
https://www.kali.org/blog/kali-linux-2-0-release/
--- title: Kali Linux 2.0 Release - Sana published: true date: 2015-08-11 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-2-0-release/ --- ## Our Next Generation Penetration Testing Platform We’re still buzzing and recovering from the Black Hat and DEF CON conferences where we finished present...
mohammadtaseenkhan
298,927
Boot2Docker on WindowsでMinGWのパス変換を回避する
WindowsのBoot2Dockerでdocker execのようなパスを渡すコマンドを実行すると以下のように失敗してしまいます。 $ docker exec -it 500e4b38e0fd /...
0
2015-08-09T03:20:00
https://qiita.com/shiena/items/39bd32156b8d04ea5b92
windows, docker, boot2docker
--- title: Boot2Docker on WindowsでMinGWのパス変換を回避する published: true tags: Windows, Docker, boot2docker date: 20150809T03:20Z canonical_url: https://qiita.com/shiena/items/39bd32156b8d04ea5b92 --- WindowsのBoot2Dockerで`docker exec`のようなパスを渡すコマンドを実行すると以下のように失敗してしまいます。 ``` $ docker exec -it 500e4b38e0fd /bin/bash exec: "C:/P...
shiena
190,706
Track traffic exiting your site, without jQuery
A few years ago (well, over five years ago!) I published an article that showed you how to use Google...
0
2019-10-17T17:16:21
https://www.theparticlelab.com/update-to-track-traffic-exiting-your-site/
javascript, jquery, googleanalytics
--- title: Track traffic exiting your site, without jQuery published: true date: 2015-08-07 00:00:00 UTC tags: javascript, jquery, googleanalytics canonical_url: https://www.theparticlelab.com/update-to-track-traffic-exiting-your-site/ --- A few years ago (well, over five years ago!) [I published an article](https://w...
marcroberts
1,143,155
Common git commands
I use git as my source control system. Here are some of the most common git commands in no particular...
0
2022-07-18T08:10:20
https://www.funkysi1701.com/posts/2015/common-git-commands/
--- title: Common git commands published: true date: 2015-08-06 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/common-git-commands/ --- I use git as my source control system. Here are some of the most common git commands in no particular order. - Check Out a git Repository **git clone /path...
funkysi1701
53,776
Living la vida Hackintosh
Like many, I make a living from open source software development, which I develop on Linux, but then...
0
2018-10-06T01:48:32
http://www.hpcoders.com.au/blog/?p=84
mac, hackintosh, vm
--- title: Living la vida Hackintosh published: true tags: mac, hackintosh, vm canonical_url: http://www.hpcoders.com.au/blog/?p=84 --- Like many, I make a living from open source software development, which I develop on Linux, but then build on Windows and Macintosh. I do have a Mac, a rather cute Mac mini, which is ...
highperformancecoder
6,863
Working remotely? How to be awesome at it!
You may find yourself at some point in your career when you'll be given the opportunity to work for...
0
2019-03-28T11:37:59
https://stefancosma.xyz/2015/07/26/working-remotely-how-to-be-awesome-at-it/
useful, awesome, tools, apps
--- title: "Working remotely? How to be awesome at it!" published: true tags: useful,awesome,tools,Apps canonical_url: https://stefancosma.xyz/2015/07/26/working-remotely-how-to-be-awesome-at-it/ --- ![Working remotely? How to be awesome at it!](https://stefancosma.xyz/content/images/2015/07/photo-1428342319217-5fdaf...
stefanbc
1,150,470
Writing better Git commit messages
I always use source control for my coding changes, however some of my commit messages leave...
0
2022-07-25T07:32:49
https://www.funkysi1701.com/posts/2015/writing-better-git-commit-messages/
--- title: Writing better Git commit messages published: true date: 2015-07-25 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/writing-better-git-commit-messages/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/07/git_commit.png?w=439&ssl=1) I alwa...
funkysi1701
476,468
Best practice for reviewing QQ app
QQ is the most popular ID provider for Chinese people since the 90s, it is always the first choice fo...
0
2020-10-05T10:55:01
https://dev.to/loginradius/best-practice-for-reviewing-qq-app-1pli
sociallogin, qq
--- title: Best practice for reviewing QQ app published: true date: 2015-08-04 00:00:00 UTC tags: SocialLogin,QQ canonical_url: --- QQ is the most popular ID provider for Chinese people since the 90s, it is always the first choice for websites who want to provide social login functionality for their Chinese users. Bu...
amanagrwl
1,143,154
Volunteering for a Technical Team
For the past few years I have volunteered on the technical team at my local church St Michael le...
0
2022-07-18T08:08:02
https://www.funkysi1701.com/posts/2015/volunteering-for-a-technical-team/
--- title: Volunteering for a Technical Team published: true date: 2015-08-03 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/volunteering-for-a-technical-team/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/07/20150802_113719.jpg?resize=1024%2C576...
funkysi1701
1,792,153
Apache webserver configuration checklist
A brief checklist of common things you would like to configure in your Apache webserver. ...
0
2024-03-16T10:08:09
https://io.serendipityhq.com/experience/apache-webserver-configuration-checklist/
experience, apache
--- title: Apache webserver configuration checklist published: true date: 2015-08-01 00:51:31 UTC tags: Experience,Apache canonical_url: https://io.serendipityhq.com/experience/apache-webserver-configuration-checklist/ --- A brief checklist of common things you would like to configure in your Apache webserver. ## Acc...
aerendir
1,792,152
How to upgrade the built-in PHP of your Mac (OsX)
Each Mac has a built-in Apache server that runs a built-in PHP. To upgrade it you need less than 10...
0
2024-03-16T10:08:14
https://io.serendipityhq.com/experience/how-to-upgrade-php-built-in-your-mac-osx/
experience, php
--- title: How to upgrade the built-in PHP of your Mac (OsX) published: true date: 2015-07-31 23:03:25 UTC tags: Experience,PHP canonical_url: https://io.serendipityhq.com/experience/how-to-upgrade-php-built-in-your-mac-osx/ --- Each Mac has a built-in Apache server that runs a built-in PHP. To upgrade it you need le...
aerendir
1,792,151
A useful php.ini configuration for local development
Here there is a good configuration for your PHP environment. It is a good checklist to use, for...
0
2024-03-16T10:08:22
https://io.serendipityhq.com/experience/a-useful-php-ini-configuration-for-local-development/
experience, php
--- title: A useful php.ini configuration for local development published: true date: 2015-07-31 16:15:54 UTC tags: Experience,PHP canonical_url: https://io.serendipityhq.com/experience/a-useful-php-ini-configuration-for-local-development/ --- Here there is a good configuration for your PHP environment. It is a good c...
aerendir
254,958
Useful git aliases
I've been so busy recently that this blog has been neglected. I'm planning on fixing some design...
0
2015-07-31T14:58:00
https://dev.to/adamkdean/useful-git-aliases-5pj
git
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Useful git aliases slug: useful-git-aliases date: 2015-07-31 14:58 published: true tags: - git --- I've been so busy recently that this blog has been neglected. I'm planning on fixing some design quirks and adding in some archi...
adamkdean
1,150,471
10 facts about Windows 10
Today Microsoft release Windows 10 so what else can I talk about? I like many technology people are...
0
2022-07-25T07:32:36
https://www.funkysi1701.com/posts/2015/10-facts-about-windows-10/
--- title: 10 facts about Windows 10 published: true date: 2015-07-29 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/10-facts-about-windows-10/ --- Today Microsoft release Windows 10 so what else can I talk about? I like many technology people are very excited today. This version of window i...
funkysi1701
8,490
A WordPress Development Workflow for Small Teams in 2015
The future of web development is here, and has been for a while. I'm talking about front end tools...
0
2017-09-25T00:47:07
https://zackphilipps.dev/posts/a-wordpress-development-workflow-for-small-teams-in-2015/
wordpress, localdev
--- title: "A WordPress Development Workflow for Small Teams in 2015" published: true tags: wordpress, localdev canonical_url: https://zackphilipps.dev/posts/a-wordpress-development-workflow-for-small-teams-in-2015/ --- ![A WordPress Development Workflow for Small Teams in 2015](http://zackphilipps.com/content/images/...
zackphilipps
298
ClojureScript saved me 100 hours
Three quiet evenings with ClojureScript to save 100 hours of JavaScript
0
2015-07-28T00:00:00
https://dev.to/buntine/clojurescript-saved-me-100-hours
clojure, clojurescript, games, programming
--- title: ClojureScript saved me 100 hours published: true description: Three quiet evenings with ClojureScript to save 100 hours of JavaScript cover_image: tags: clojure, clojurescript, games, programming --- [Five years ago][1], I started tinkering with Clojure, a Lisp that runs atop the JVM. The language was stil...
buntine
164,469
Android Data Binding Part 2: Observer pattern to the bone
In the previous part I've described typical problems we have to face when developing applications on...
0
2015-07-27T08:45:00
https://brightinventions.pl/blog/android-data-binding-part-2-observer-pattern-to-the-bone/
android, beginners, programming, coding
--- layout: post published: true title: 'Android Data Binding Part 2: Observer pattern to the bone' date: '2015-07-27 08:45' categories: - android tags: android, beginners, programming, coding author: piotr --- In the [previous part]({% post_url 2015-07-20-android-data-binding-part-1-why-it-is-important %}) I've de...
brightdevs
154,179
Firewalld blocking snmp and fixing it (with Ansible)
Some time ago I had to use a new CentOS 7 virtual-machine for some things that aren’t relevant to...
0
2019-08-08T12:48:25
https://www.zufallsheld.de/2015/07/27/firewalld-snmp-ansible/
centos, firewalld, snmp, ansible
--- title: Firewalld blocking snmp and fixing it (with Ansible) published: true tags: centos,firewalld,snmp,ansible canonical_url: https://www.zufallsheld.de/2015/07/27/firewalld-snmp-ansible/ --- Some time ago I had to use a new CentOS 7 virtual-machine for some things that aren’t relevant to this post. This machine ...
rndmh3ro
1,157,007
My Love/Hate Relationship with Microsoft Access
For historical reasons I use Microsoft Access as the front-end for all my line of business...
0
2022-08-02T10:42:23
https://www.funkysi1701.com/posts/2015/microsoft-access/
--- title: My Love/Hate Relationship with Microsoft Access published: true date: 2015-07-24 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/microsoft-access/ --- For historical reasons I use Microsoft Access as the front-end for all my line of business databases. Access allows you to create ...
funkysi1701
1,157,006
7 Warning Signs that you’re a Bad Programmer
Am I a good programmer or a bad programmer? Here are 7 signs that might mean you are more towards...
0
2022-08-02T10:42:48
https://www.funkysi1701.com/posts/2015/7-warning-signs-that-youre-a-bad-programmer/
--- title: 7 Warning Signs that you’re a Bad Programmer published: true date: 2015-07-23 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/7-warning-signs-that-youre-a-bad-programmer/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/07/you_are_coding_i...
funkysi1701
1,792,150
How to lazy load objects in PHP
Lazy loading is a mechanism that make the script able to load data only when they are required...
0
2024-03-16T10:08:29
https://io.serendipityhq.com/experience/how-to-lazy-load-objects-in-php/
experience, php
--- title: How to lazy load objects in PHP published: true date: 2015-07-21 11:55:15 UTC tags: Experience,PHP canonical_url: https://io.serendipityhq.com/experience/how-to-lazy-load-objects-in-php/ --- **Lazy loading is a mechanism that make the script able to load data only when they are required to.** So, if we ha...
aerendir
476,467
CSS3 Responsive Icons
What’s up, my neighbor? This is your boy, Darryl Tec. I am here to teach you how to create a responsi...
0
2020-10-05T10:55:08
https://dev.to/loginradius/css3-responsive-icons-1iop
css, responsive, ui
--- title: CSS3 Responsive Icons published: true date: 2015-07-21 00:00:00 UTC tags: CSS,Responsive,UI canonical_url: --- What’s up, my neighbor? This is your boy, Darryl Tec. I am here to teach you how to create a responsive and awesomely scalable icon using CSS sprites. On top of that, we will also add a fallback f...
amanagrwl
43,672
Creating a subset font
Using custom font faces on a web page introduces several potential issues. Most commonly, these...
0
2018-08-12T21:58:44
https://michaeljherold.com/2015/05/04/creating-a-subset-font/
webdev
--- title: Creating a subset font published: true tags: webdev canonical_url: https://michaeljherold.com/2015/05/04/creating-a-subset-font/ --- Using custom font faces on a web page introduces several potential issues. Most commonly, these issues manifest in one of two types of problem: the dreaded “flash of unstyled ...
michaelherold
1,016,661
Sudoku Challenge
Last night I went to a Code Dojo at Leeds Sharp (the coding user group I have started going to). A...
0
2022-03-09T20:47:28
https://www.funkysi1701.com/posts/2015/sudoku-challenge/
--- title: Sudoku Challenge published: true date: 2015-06-26 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/sudoku-challenge/ --- Last night I went to a Code Dojo at Leeds Sharp (the coding user group I have started going to). A Code Dojo is a programming challenge that people work on usuall...
funkysi1701
1,016,662
Things to know before working on your database
I recently saw this blog post by Brent Ozar that I thought I might discuss. Brent listed 13...
0
2022-03-09T20:47:48
https://www.funkysi1701.com/posts/2015/things-to-know-before-working-on-your-databasethings-to-know-before-working-on-your-database/
--- title: Things to know before working on your database published: true date: 2015-07-20 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/things-to-know-before-working-on-your-databasethings-to-know-before-working-on-your-database/ --- I recently saw this blog [post](http://www.brentozar.com...
funkysi1701
75,123
Toying with Cryptography: Crib Dragging
Cryptograhpy has become very topical in the UK over the last few years, what with the UK government w...
0
2019-01-14T13:47:13
http://samwho.co.uk/blog/2015/07/18/toying-with-cryptography-crib-dragging/
cryptography, programming
--- title: Toying with Cryptography: Crib Dragging published: true tags: [cryptography, programming] canonical_url: http://samwho.co.uk/blog/2015/07/18/toying-with-cryptography-crib-dragging/ --- Cryptograhpy has become very topical in the UK over the last few years, what with the UK government [wanting to do nasty th...
samwho
1,459,896
Application Monitoring
Do you actively monitor your applications? Chances are that if your development team doesn't, your...
0
2023-05-07T00:43:50
https://qualitysoftwarematters.com/application-monitoring
--- title: Application Monitoring published: true date: 2015-07-18 05:00:00 UTC tags: canonical_url: https://qualitysoftwarematters.com/application-monitoring --- Do you actively monitor your applications? Chances are that if your development team doesn't, your operations group does. There are a variety of metrics t...
toddmeinershagen
1,792,149
How to install XCode Command Line Tools
XCode is the development environment provided by Apple and it contains a set of tools useful for...
0
2024-03-16T10:08:36
https://io.serendipityhq.com/experience/how-to-install-xcode-command-line-tools/
experience, php, xcode
--- title: How to install XCode Command Line Tools published: true date: 2015-07-17 19:34:12 UTC tags: Experience,PHP,XCode canonical_url: https://io.serendipityhq.com/experience/how-to-install-xcode-command-line-tools/ --- XCode is the development environment provided by Apple and it contains a set of tools useful fo...
aerendir
1,792,148
How to set the $PHP_AUTOCONF environment variable in MAMP (in 2 steps)
If you receive this error trying to install some new binaries using MAMP (for example, installing...
0
2024-03-16T10:08:44
https://io.serendipityhq.com/experience/how-to-set-the-php_autoconf-environment-variable-in-mamp-in-2-steps/
experience, php
--- title: How to set the $PHP_AUTOCONF environment variable in MAMP (in 2 steps) published: true date: 2015-07-17 19:33:30 UTC tags: Experience,PHP canonical_url: https://io.serendipityhq.com/experience/how-to-set-the-php_autoconf-environment-variable-in-mamp-in-2-steps/ --- If you receive this error trying to instal...
aerendir
1,792,147
How to install PHP Intl module in MAMP
Intl (Internationalization) Extension […] is a wrapper for » ICU library, enabling PHP programmers...
0
2024-03-16T10:08:52
https://io.serendipityhq.com/experience/how-to-install-php-intl-module-in-mamp/
experience, mamp, php
--- title: How to install PHP Intl module in MAMP published: true date: 2015-07-17 19:31:14 UTC tags: Experience,MAMP,PHP canonical_url: https://io.serendipityhq.com/experience/how-to-install-php-intl-module-in-mamp/ --- Intl (Internationalization) Extension > […] is a wrapper for » ICU library, enabling PHP programm...
aerendir
1,792,146
How to make Terminal use MAMP’s PHP (in only 3 steps)
In MacOSX there is a default Apache + PHP server. When you type the php command in Terminal, the PHP...
0
2024-03-16T10:09:00
https://io.serendipityhq.com/experience/how-to-make-terminal-use-mamps-php-in-only-3-steps/
experience, php
--- title: How to make Terminal use MAMP’s PHP (in only 3 steps) published: true date: 2015-07-17 17:27:47 UTC tags: Experience,PHP canonical_url: https://io.serendipityhq.com/experience/how-to-make-terminal-use-mamps-php-in-only-3-steps/ --- In MacOSX there is a default Apache + PHP server. When you type the `php` c...
aerendir
507,097
Manfred Macx and the Problem of Information Overload
I’ve always been fascinated with the technology concepts presented on Charles Stross book...
0
2020-11-05T13:38:43
https://allanmacgregor.com/posts/the-problem-of-information-overload
technology, discuss
--- title: Manfred Macx and the Problem of Information Overload published: true date: 2015-07-17 00:00:00 UTC tags: technology,discuss canonical_url: https://allanmacgregor.com/posts/the-problem-of-information-overload --- I’ve always been fascinated with the technology concepts presented on **Charles Stross** book _A...
allanmacgregor
1,157,980
New Horizons Pluto Spacecraft
To explore Strange New Worlds, well today the NASA spacecraft New Horizons has been doing just...
0
2022-08-03T22:44:48
https://www.funkysi1701.com/posts/2015/new-horizons-pluto-spacecraft/
--- title: New Horizons Pluto Spacecraft published: true date: 2015-07-14 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/new-horizons-pluto-spacecraft/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/07/84270464_p_lorri_fullframe_color.png?w=976&ss...
funkysi1701
476,466
Write a highly efficient python Web Crawler
As my previous blog, I use the python web Crawler library to help crawl the static website. For the S...
0
2020-10-05T10:55:17
https://dev.to/loginradius/write-a-highly-efficient-python-web-crawler-115k
python, coding
--- title: Write a highly efficient python Web Crawler published: true date: 2015-07-14 00:00:00 UTC tags: Python,Coding canonical_url: --- As my previous blog, I use the python web Crawler library to help crawl the static website. For the Scrapy, there can be customize download middle ware, which can deal with stati...
amanagrwl
297
Dim Jump, Löve and Lua
Dim Jump, Löve and Lua
0
2015-07-12T00:00:00
https://dev.to/buntine/dim-jump-lve-and-lua
lua, love2d, games
--- title: Dim Jump, Löve and Lua published: true description: Dim Jump, Löve and Lua cover_image: tags: lua, love2d, games --- I've recently been surveying a few 2D game development frameworks, of which there are a [literal shittonne][1]. I stumbled upon one called [Löve2d][2] that looked promising. A quick brows...
buntine
1,162,561
How to upgrade to Windows 10
Microsoft are releasing a new operating system on July 29th called Windows 10. If you have questions...
0
2022-08-09T14:58:03
https://www.funkysi1701.com/posts/2015/how-to-upgrade-to-windows-10/
--- title: How to upgrade to Windows 10 published: true date: 2015-07-11 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/how-to-upgrade-to-windows-10/ --- Microsoft are releasing a new operating system on July 29th called Windows 10. If you have questions about Windows 10 watch this video by...
funkysi1701
226,008
Popups in Print Media 2.0
Well, we’ve come full circle. This morning, I took a Journal métro (while exiting the Métro) to...
0
2019-12-23T21:12:24
https://dev.to/msanford/popups-in-print-media-2-0-32c2
--- title: Popups in Print Media 2.0 published: true date: 2015-07-08 02:42:41 UTC tags: canonical_url: --- Well, we’ve come full circle. This morning, I took a [Journal métro](http://journalmetro.com/) (while exiting the [Métro](http://stm.info/)) to discover that an enterprising marketing guy had stuck a popup on ...
msanford
1,162,560
Why do we call them bugs?
On my way home from the office I spotted this little chap. In my expert opinion it is a...
0
2022-08-09T14:58:21
https://www.funkysi1701.com/posts/2015/why-do-we-call-them-bugs/
--- title: Why do we call them bugs? published: true date: 2015-07-07 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/why-do-we-call-them-bugs/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/07/11666093_10153470803062792_4914668365512645054_n.jpg?w...
funkysi1701
476,465
Memcached Memory Management
The memcached is one of the most popular open source on-memory key-value caching systems. I will bri...
0
2020-10-05T10:51:35
https://dev.to/loginradius/memcached-memory-management-47mp
memorymanagement
--- title: Memcached Memory Management published: true date: 2015-07-07 00:00:00 UTC tags: MemoryManagement canonical_url: --- The memcached is one of the most popular open source on-memory key-value caching systems. I will briefly talk about the design of memory management of memcached. Chunk and Slab This is the s...
amanagrwl
1,575,626
Kali Linux 2.0 Release Day Scheduled
We’ve been awfully quiet lately, which usually means something is brewing below the surface. In the...
0
2023-08-21T21:18:08
https://www.kali.org/blog/kali-linux-2-release-day-scheduled/
--- title: Kali Linux 2.0 Release Day Scheduled published: true date: 2015-07-06 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/kali-linux-2-release-day-scheduled/ --- We’ve been awfully quiet lately, which usually means something is brewing below the surface. In the past few months we’ve been working fe...
mohammadtaseenkhan
1,162,559
Agile Software Development
I have heard the term Agile Software Development quite a bit, but lets see if we can define it and...
0
2022-08-09T14:58:34
https://www.funkysi1701.com/posts/2015/agile-software-development/
--- title: Agile Software Development published: true date: 2015-07-04 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/agile-software-development/ --- I have heard the term **Agile Software Development** quite a bit, but lets see if we can define it and see if I do any of the processes involv...
funkysi1701
1,792,145
Value Objects, Immutable objects and Doctrine Embeddables
I was thinking about some entities I need, when I came across a very interesting concept: Immutable...
0
2024-03-16T10:09:14
https://io.serendipityhq.com/experience/php-and-doctrine-immutable-objects-value-objects-and-embeddables/
experience, doctrine, php, symfony
--- title: Value Objects, Immutable objects and Doctrine Embeddables published: true date: 2015-07-03 17:09:22 UTC tags: Experience,Doctrine,PHP,Symfony canonical_url: https://io.serendipityhq.com/experience/php-and-doctrine-immutable-objects-value-objects-and-embeddables/ --- I was thinking about some entities I need...
aerendir
426,768
Continuous delivery for .NET (revisited)
Last year I wrote about deployments and the idea of continuous delivery for .NET. During that article...
8,282
2020-08-13T17:30:29
https://mozzy.dev/posts/continuous-delivery-for-dotnet-revisited/
dotnet, teamcity, octopusdeploy
--- title: Continuous delivery for .NET (revisited) series: Continuous delivery for .NET published: true date: 2015-07-03 00:00:00 UTC tags: dotnet, teamcity, octopusdeploy canonical_url: https://mozzy.dev/posts/continuous-delivery-for-dotnet-revisited/ --- Last year I wrote about deployments and the idea of [continuo...
mozzydev
1,176,492
Developer Personality Test
I was sent a link to a developer personality test earlier. The test aims to give you a look at your...
0
2022-08-26T07:13:52
https://www.funkysi1701.com/posts/2015/developer-personality-test/
--- title: Developer Personality Test published: true date: 2015-07-02 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/developer-personality-test/ --- I was sent a [link](https://www.surveygizmo.com/s3/1883619/Developer-Personality-Test) to a developer personality test earlier. The test aims ...
funkysi1701
1,459,894
Being Prepared
It happens every once in a while. I waltz into the classroom looking forward to a new lesson and...
0
2023-05-07T00:43:20
https://qualitysoftwarematters.com/being-prepared
--- title: Being Prepared published: true date: 2015-07-02 05:00:00 UTC tags: canonical_url: https://qualitysoftwarematters.com/being-prepared --- It happens every once in a while. I waltz into the classroom looking forward to a new lesson and suddenly realize that today is the final exam. Everything I should have b...
toddmeinershagen
476,463
HTML5 Limitation in Internet Explorer
HTML 5 is the latest and greatest web technology, although it has some issues in some browsers which...
0
2020-10-05T10:51:43
https://dev.to/loginradius/html5-limitation-in-internet-explorer-i1g
java, maven, eclipse
--- title: HTML5 Limitation in Internet Explorer published: true date: 2015-06-30 00:00:00 UTC tags: Java,Maven,Eclipse canonical_url: --- HTML 5 is the latest and greatest web technology, although it has some issues in some browsers which don’t have native support for the new HTML5 elements. If you want to support s...
amanagrwl
15,887
Quick Tip: When Testing with Moq, Try Lambdas for More Flexible Tests
Mocks are invaluable to the art of testing. For those who are unfamiliar, mocks are essentially a way...
0
2018-01-12T15:01:58
https://SeanKilleen.com/2015/06/Moq-Using-Lambdas/
unittesting, mocking, csharp, dotnet
--- title: "Quick Tip: When Testing with Moq, Try Lambdas for More Flexible Tests" published: true tags: unit testing, mocking, csharp, dotnet canonical_url: https://SeanKilleen.com/2015/06/Moq-Using-Lambdas/ --- Mocks are invaluable to the art of testing. For those who are unfamiliar, mocks are essentially a way to f...
seankilleen
476,462
What is an API
An API is an acronym for Application Programming Interface. API's include various tools, protocols, a...
0
2020-10-05T10:52:11
https://dev.to/loginradius/what-is-an-api-52bn
api, postman
--- title: What is an API published: true date: 2015-06-23 00:00:00 UTC tags: API,Postman canonical_url: --- An API is an acronym for Application Programming Interface. API's include various tools, protocols, and routines. API's are used as a way for applications to communicate with various systems. But what does thi...
amanagrwl