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
114,488
Connect to Purdue CS Files Using SSHFS
Here’s a quick tutorial on how I access my Purdue CS files remotely so that I can still use all my...
0
2020-06-14T22:01:29
https://jayhankins.me/2016/connect-to-purdue-cs-files-using-sshfs/
--- title: Connect to Purdue CS Files Using SSHFS published: true tags: canonical_url: https://jayhankins.me/2016/connect-to-purdue-cs-files-using-sshfs/ --- Here’s a quick tutorial on how I access my Purdue CS files remotely so that I can still use all my preferred local development tools, like Sublime Text and my s...
jayhankins
31,212
Go-odbye
One of the worst things that can be happens to a twitter user is surely to be unfollows but how to...
0
2018-09-04T08:45:36
https://dev.to/dlion/go-odbye-o0m
go, programming
--- title: Go-odbye published: true tags: Go, Golang, Programming cover_image: https://domenicoluciani.com/assets/images/covers/twitter.jpg --- One of the worst things that can be happens to a twitter user is surely to be unfollows but how to discover who unfollow you ? To solve this problem I create an ad-hoc offline...
dlion
84,501
From Bad to Good: DI, DIC and Services
In this post, I intend to touch the concepts of: Dependency Injection (My previous post on DI) Depe...
0
2019-09-02T13:18:47
https://codeinphp.github.io/post/from-bad-to-good-di-dic-and-services/
php
--- title: From Bad to Good: DI, DIC and Services published: true tags: php canonical_url: https://codeinphp.github.io/post/from-bad-to-good-di-dic-and-services/ --- In this post, I intend to touch the concepts of: - Dependency Injection ([My previous post on DI](http://codeinphp.github.io/post/dependency-injection-i...
sarfraznawaz2005
108
The "Commonsense" Problem In Computer-Generated Works
Our algorithms do not share the same world view as us. But certain approaches can be used to ensure that our algorithms can still generate meaningful stories that people like.
0
2016-08-26T13:31:04
https://dev.to/tra/the-commonsense-knowledge-problem-in-computer-generated-works
--- title: The "Commonsense" Problem In Computer-Generated Works published: true description: Our algorithms do not share the same world view as us. But certain approaches can be used to ensure that our algorithms can still generate meaningful stories that people like. cover_image: https://i.guim.co.uk/img/media/6457d2...
tra
15,213
Serving compressed SVG files
Over the years, Scalable Vector Graphics (SVG) has become the de facto standa...
0
2017-12-27T14:53:42
https://www.moxio.com/blog/6/serving-compressed-svg-files
https, svg, webdev
--- title: "Serving compressed SVG files" published: true tags: https,svg,web-development canonical_url: https://www.moxio.com/blog/6/serving-compressed-svg-files --- ![](https://cdn-images-1.medium.com/max/811/0*wHh61Ifp5OlcT_-p.png) Over the years, Scalable Vector Graphics (SVG) has become the _de facto_ standard f...
arnoutboks
1,095,075
DZone
For a while now I have been sharing some of my blog posts on the Dzone website. The Dzone website...
0
2022-05-25T20:32:11
https://www.funkysi1701.com/posts/2016/dzone/
--- title: DZone published: true date: 2016-08-25 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/dzone/ --- For a while now I have been sharing some of my blog posts on the [Dzone](https://dzone.com/) website. ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/upload...
funkysi1701
105
The Flawed Goal of Uniformity in Software Development
Rethinking "the way it has always been done"
0
2016-08-24T18:12:26
https://dev.to/ben/the-flawed-goal-of-uniformity-in-software-development
--- title: The Flawed Goal of Uniformity in Software Development published: true description: Rethinking "the way it has always been done" cover_image: http://i.imgur.com/bJyH9tC.jpg --- Some days I produce an incredible amount of productive coding work. Some days are not even close. I would guess that the eighty-twen...
ben
104
My Top Eight Must-Listen Developer Podcasts
I am a regular listener of many development podcasts. Here are my faves.
0
2016-08-23T14:49:05
https://dev.to/ben/my-eight-must-listen-podcasts
--- title: My Top Eight Must-Listen Developer Podcasts published: true description: I am a regular listener of many development podcasts. Here are my faves. cover_image: http://eskipaper.com/images/girl-headphones-art-1.jpg --- I love listening to podcasts. It's how I casually keep up to date with trends and learn abo...
ben
54,854
React Router Redux Authenticated Container
Separate authentication from your Components with a dedicated authentication component. When writing...
0
2018-10-13T16:20:19
https://committed.software/posts/auth-container/
react, redux
--- title: React Router Redux Authenticated Container published: true tags: react, redux canonical_url: https://committed.software/posts/auth-container/ --- Separate authentication from your Components with a dedicated authentication component. <!--more--> When writing [React](https://facebook.github.io/react/) appl...
committedsw
100,603
Travis CI script for your Swagger/OpenAPI Specification
Recently I have been working with swagger in a project. Swagger 2.0 has become ...
0
2019-04-15T23:40:05
https://medium.com/@hossainkhan/travis-ci-script-for-your-swagger-openapi-specification-13ba94e7bfdc
api, openapispecificatio, github, travisci
--- title: Travis CI script for your Swagger/OpenAPI Specification published: true tags: api,openapi-specificatio,github,travis-ci canonical_url: https://medium.com/@hossainkhan/travis-ci-script-for-your-swagger-openapi-specification-13ba94e7bfdc --- Recently I have been working with swagger in a project. [Swagger 2.0...
hossain
158,478
Three Ways To Add an ActionListener In Java Swing
When building GUI’s, the interface needs a way to listen and respond to events. Events are triggered...
0
2019-08-19T02:32:52
https://anthonybruno.dev/2016/08/20/Three-Ways-To-Add-ActionListener-In-Java.html
java, swing, guide
--- title: Three Ways To Add an ActionListener In Java Swing published: true tags: Java,Swing,Guide canonical_url: https://anthonybruno.dev/2016/08/20/Three-Ways-To-Add-ActionListener-In-Java.html --- When building GUI’s, the interface needs a way to listen and respond to events. Events are triggered when the user int...
aussieguy
11,828
Use a Slack bot to deploy your app
Deploying your web application is certainly not the most interesting activity of your day. But what i...
0
2017-11-10T17:53:15
https://dev.to/adrienchauve/use-a-slack-bot-to-deploy-your-app-347
bots, devops, slack
--- title: "Use a Slack bot to deploy your app" published: true tags: bots,devops,slack canonical_url: --- Deploying your web application is certainly not the most interesting activity of your day. But what if it could be simple, reliable and&nbsp;fun? Using a [Slack bot](https://api.slack.com/bot-users) to deploy y...
adrienchauve
14,670
10 Steps to look smart while sharing your desktop with client
Image courtesy Luis Llerena DISCLAIMER: Please follow or use these tricks on y...
0
2017-12-19T03:51:51
https://dev.to/tusharvjoshi/10-steps-to-look-smart-while-sharing-your-desktop-with-client-15on
virtualmeetings, desktopsharing, productivity, officeculture
--- title: "10 Steps to look smart while sharing your desktop with client" published: true tags: virtual-meetings,desktop-sharing,productivity,office-culture canonical_url: --- ![](https://cdn-images-1.medium.com/max/1024/1*kkVaRTNAbe5cTUJGi6bYDQ.jpeg)<figcaption>Image courtesy <a href="https://unsplash.com/photos/t5...
tusharvjoshi
20,711
Reading a Postgres EXPLAIN ANALYZE Query Plan
The most powerful tool at our disposal for understanding and optimizing SQL queries is EXPLAIN...
0
2018-02-22T18:04:53
https://calebhearth.com/reading-an-explain-analyze-query-plan
database, postgres, performance
--- title: "Reading a Postgres EXPLAIN ANALYZE Query Plan" published: true tags: databases, postgres, performance canonical_url: https://calebhearth.com/reading-an-explain-analyze-query-plan cover_image: https://thepracticaldev.s3.amazonaws.com/i/bns2q4wpqvjfp74fr6h6.jpg --- The most powerful tool at our disposal for...
calebhearth
82
The psychological battle of big refactorings
We usually talk about refactoring code with the same kind of pedantic approach ...
0
2016-07-24T18:25:55
https://dev.to/developerscode/the-psychological-battle-of-big-refactorings
<p>We usually talk about refactoring code with the same kind of pedantic approach we do with all other kinds of software writing. We come up with recipes to abstract, break apart, and clarify. We fold these techniques together into larger ideas and catchier names like the Mikado method, the Big Bang approach, divide an...
developerscode
282,592
Amazon Web Services
I am a big fan of Azure but I know zero about its biggest rival – Amazon Web Services or AWS. So...
0
2020-10-01T19:12:20
https://www.funkysi1701.com/2016/07/21/amazon-web-services/
softwaredevelopment, amazon, aws, azure
--- title: Amazon Web Services published: true date: 2016-07-21 07:00:25 UTC tags: SoftwareDevelopment,Amazon,aws,Azure canonical_url: https://www.funkysi1701.com/2016/07/21/amazon-web-services/ --- I am a big fan of Azure but I know zero about its biggest rival – Amazon Web Services or AWS. So lets sign up for a fre...
funkysi1701
41,479
JavaScript Selenium Mocha QuickStart Guide
Getting started with JavaScript, Selenium and Mocha! In this article we’ll be using Mocha...
0
2018-09-04T19:51:35
https://dev.to/stephencavender/javascript-selenium-mocha-quickstart-guide-5a5k
selenium, mocha, javascript, node
--- title: JavaScript Selenium Mocha QuickStart Guide published: true tags: Selenium,Mocha,JavaScript,NodeJS canonical_url: --- ## Getting started with JavaScript, Selenium and Mocha! In this article we’ll be using Mocha and Selenium to write tests for web applications. This will be a starter project we can build on...
stephencavender
1,575,636
Hacking with Kali at Black Hat USA 2016
Kali Linux Dojo, BlackHat 2016 - Las Vegas We have really enjoyed doing the Dojo at Black...
0
2023-08-21T21:22:25
https://www.kali.org/blog/hacking-kali-black-hat/
--- title: Hacking with Kali at Black Hat USA 2016 published: true date: 2016-07-20 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/hacking-kali-black-hat/ --- ## Kali Linux Dojo, BlackHat 2016 - Las Vegas We have really enjoyed doing the [**Dojo at Black Hat**](https://www.blackhat.com/us-16/kali-linux....
mohammadtaseenkhan
54,852
Setting up Eclipse
Setting up an IDE is always going to be a personal thing, but here’s what we think is a starting st...
0
2018-10-13T16:19:14
https://committed.software/posts/eclipse-setup/eclipse-setup/
eclipse
--- title: Setting up Eclipse published: true tags: eclipse canonical_url: https://committed.software/posts/eclipse-setup/eclipse-setup/ --- [![bryan goff 356687](https://committed.software/static/bryan-goff-356687-5a4de7ebc99a741957e28189cc6a1ca4-f3a32.jpg)](/static/bryan-goff-356687-5a4de7ebc99a741957e28189cc6a1ca4-...
committedsw
54,851
Recommended Eclipse plugins
We love Eclipse and use it daily (and nightly) as our Java IDE. (Ok, we use Android Studio for the An...
0
2018-10-13T16:18:50
https://committed.software/posts/eclipse-plugins/eclipse-plugins/
eclipse
--- title: Recommended Eclipse plugins published: true tags: eclipse canonical_url: https://committed.software/posts/eclipse-plugins/eclipse-plugins/ --- We love [Eclipse](http://www.eclipse.org/) and use it daily (and nightly) as our Java IDE. (Ok, we use Android Studio for the Android stuff these days). [![micah wi...
committedsw
1,079,920
Hide number input spinners using CSS
HTML 5 number pickers are great, since they help restrict users to the input ranges required in...
0
2022-05-09T13:59:15
https://carl-topham.com//articles/hide-number-input-spinners-using-css
--- title: Hide number input spinners using CSS published: true date: 2016-07-18 00:00:00 UTC tags: canonical_url: https://carl-topham.com//articles/hide-number-input-spinners-using-css --- HTML 5 number pickers are great, since they help restrict users to the input ranges required in certain cases. Some browsers add...
designer023
81
Using Templates in Computer-Generated Works
“Templates may seem like a terrible way to produce sentences until you conside...
0
2016-07-17T01:53:38
https://dev.to/tra/using-templates-innbspcomputer-generated-works
<blockquote> <p>&ldquo;Templates may seem like a terrible way to produce sentences until you consider the alternatives.&rdquo; &ndash;<a href="https://github.com/dariusk/NaNoGenMo-2015/issues/16">Chris Pressey</a></p> </blockquote> <p>How can you build an algorithm to build &lsquo;human-readable&rsquo; novels? While th...
tra
901,550
How to use Glyphicons in bootstrap?
Like many other useful components, Bootstrap also provides a lot of easy-to-use Glyphicon “icons”....
0
2021-12-09T06:08:23
https://www.moreonfew.com/how-to-use-glyphicons-in-bootstrap/
css, web, bootstrap, customfonts
--- title: How to use Glyphicons in bootstrap? published: true date: 2016-07-07 17:57:30 UTC tags: CSS,Web,Bootstrap,customfonts canonical_url: https://www.moreonfew.com/how-to-use-glyphicons-in-bootstrap/ --- Like many other useful components, Bootstrap also provides a lot of easy-to-use Glyphicon “icons”. Well in si...
moreonfew
24,735
How to Make a Program - Answering 12 Year Old Me's Question
When I was little, I loved computers. I thought they were terrifically cool and...
0
2018-03-30T18:56:02
https://www.gunnargissel.com/how-to-make-a-program-answering-12-year-old-mes-question.html
programming, blastfromthepast, howto, tutorial
--- title: How to Make a Program - Answering 12 Year Old Me's Question published: true tags: programming,blast-from-the-past,how-to,tutorial canonical_url: https://www.gunnargissel.com/how-to-make-a-program-answering-12-year-old-mes-question.html --- When I was little, I loved computers. I thought they were terrifical...
monknomo
23,530
The git's guide to git: Commits & their messages
The core unit of git is the commit. A commit is simple on the surface (some code changes and a messag...
0
2018-04-03T14:03:13
https://rkoutnik.com/2016/07/16/git-s-guide-to-git-commit-messages.html
--- title: The git's guide to git: Commits & their messages published: true tags: canonical_url: https://rkoutnik.com/2016/07/16/git-s-guide-to-git-commit-messages.html --- The core unit of git is the commit. A commit is simple on the surface (some code changes and a message). Such simplicity belies the complexity wi...
rkoutnik
80
Hiring Passionate Front-End Developer
Work with exciting new JavaScript technology! And really old, awful JavaScript ...
0
2016-07-14T18:36:30
https://dev.to/ben/hiring-passionate-front-end-developer
<p>Work with exciting new JavaScript technology! And really old, awful JavaScript technology that we can't get rid of because we're afraid to touch it. Work with some backbone, jQuery, some of the YUI library. We tried Angular so there's this whole Angular thing going on in parts. We just heard that mixins were crap in...
ben
84
Maybe Reinvent The Wheel
Don't reinvent the wheel — unless the wheel is written in PHP, opinionated in w...
0
2016-07-12T20:41:22
https://dev.to/ben/maybe-reinvent-the-wheel
<p>Don't reinvent the wheel &mdash; unless the wheel is written in PHP, opinionated in ways you'll always be fighting against and not a wheel, but a steaming pile of hot code. This site is not a Wordpress site and I am so happy I "reinvented the wheel." I chose a stack &mdash; Rails &mdash; that I enjoy working with an...
ben
54,849
Redux API middleware with React
When writing React applications with Redux you’ll no doubt need to call upon a web service of some ki...
0
2018-10-13T16:17:50
https://committed.software/posts/redux-api/redux-api/
react, redux
--- title: Redux API middleware with React published: true tags: react, redux canonical_url: https://committed.software/posts/redux-api/redux-api/ --- When writing React applications with Redux you’ll no doubt need to call upon a web service of some kind to hydrate your components with information. But where should t...
committedsw
54,850
Must have Atom Plugins
Atom is a great text editor - it serves as our Go, Javascript/React IDE - thanks in part to its plugi...
0
2018-10-13T16:18:29
https://committed.software/posts/atom-plugins/atom-packages/
atom, ide
--- title: Must have Atom Plugins published: true tags: Atom, IDE canonical_url: https://committed.software/posts/atom-plugins/atom-packages/ --- [Atom](https://atom.io/) is a great text editor - it serves as our Go, Javascript/React IDE - thanks in part to its plugin support and the efforts of the community. <!--mor...
committedsw
131,531
A Python Ate My GUI - Part 2: Design
Creating a solution In the first part of this series, we discussed a f...
0
2019-07-05T03:10:27
https://tryexceptpass.org/article/a-python-ate-my-gui-2/
python, gui, webdev
--- title: A Python Ate My GUI - Part 2: Design published: true tags: python, gui, web development canonical_url: https://tryexceptpass.org/article/a-python-ate-my-gui-2/ cover_image: https://tryexceptpass.org/images/python-ate-my-gui.jpeg --- ### Creating a solution In the [first part](https://tryexceptpass.org/arti...
tryexceptpass
76
Kelsey Hightower Channels Maya Angelou to Talk About Race at GopherCon
Paying homage to Maya Angelou's Still I Rise poem, Kelsey Hightower delivered a...
0
2016-07-11T19:01:14
https://dev.to/ben/kelsey-hightower-channels-maya-angelou-to-talk-about-race-at-gophercon
<p>Paying homage to Maya Angelou's <a href="https://www.poets.org/poetsorg/poem/still-i-rise" target="_blank">Still I Rise</a>&nbsp;poem, <a href="https://twitter.com/kelseyhightower" target="_blank">Kelsey Hightower</a> delivered a powerful opening talk at GopherCon. I was&nbsp;not there to see it, but I smiled and te...
ben
159,774
The Proper Way to Test Custom Controllers in Rspec
The Proper Way to Test Custom Controllers in Rails Recently at work we spent some time ref...
0
2019-08-21T20:22:05
https://dev.to/farisj/the-proper-way-to-test-custom-controllers-in-rspec-3968
rspec, rails
# The Proper Way to Test Custom Controllers in Rails Recently at work we spent some time refactoring one of our app’s test suites to fix a few flaky tests and decrease the total amount of time the suite takes to run. That day, I ran `rspec --profile` to obtain a glimpse of what test and test groups were slowing the te...
farisj
9,350
Makefile + Dockerfile to boost your productivity
After several months using Docker, I started looking for ways to automate, or at least speed up the g...
0
2017-10-07T16:41:45
https://dev.to/earvin/makefile--dockerfile-to-boost--your-productivity-28b
--- title: "Makefile + Dockerfile to boost your productivity" published: true tags: canonical_url: --- After several months using Docker, I started looking for ways to automate, or at least speed up the general routine of checking if: - the `container is up`, - looking for the name of the container, - etc.. I’ve ...
earvin
48,772
CSS Only Partial Width Borders
A design that I was recently implementing required a partial width underline for some headings and a...
0
2018-09-18T12:48:58
http://designfrontier.net/css-only-partial-width-borders
css, dev, development, code
--- title: CSS Only Partial Width Borders published: true tags: css,dev,development,code canonical_url: http://designfrontier.net/css-only-partial-width-borders --- A design that I was recently implementing required a partial width underline for some headings and a partial height border as a divider between two elemen...
designfrontier
1,100,291
Clever things with MS Access
I hate MS Access and especially developing with it as you can’t do any thing clever with it. Wrong,...
0
2022-05-31T07:57:56
https://www.funkysi1701.com/posts/2016/clever-things-ms-access/
--- title: Clever things with MS Access published: true date: 2016-07-07 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/clever-things-ms-access/ --- I hate MS Access and especially developing with it as you can’t do any thing clever with it. **Wrong, Wrong, Wrong!** There are a few clever ...
funkysi1701
294,010
You Don’t Have to Be Right
Not too long ago, I was asked during a job interview “how do you convince your teammates that you’re...
0
2020-03-28T21:43:05
http://blog.boochtek.com/2016/07/06/you-dont-have-to-be-right
agile, empathy
--- title: You Don’t Have to Be Right published: true date: 2016-07-07 04:22:08 UTC tags: Agile,Empathy canonical_url: http://blog.boochtek.com/2016/07/06/you-dont-have-to-be-right --- Not too long ago, I was asked during a job interview “how do you convince your teammates that you’re right?” I answered with probably ...
craigbuchek
181,517
3 tricks to better handle npm modules
Developing with npm modules isn’t just installing modules and then updating them. In a team...
0
2019-10-02T12:31:12
https://voxpelli.com/2016/07/better-handle-npm-modules/
node, npm, developertools
--- title: 3 tricks to better handle npm modules published: true date: 2016-07-05 17:10:00 UTC tags: node, npm, developertools canonical_url: https://voxpelli.com/2016/07/better-handle-npm-modules/ --- Developing with npm modules isn’t just installing modules and then updating them. In a team environment you might not...
voxpelli
159,750
Spring Data Elasticsearch and GeoPoints
Some backstory... I was working on a Java app with an Angular 1.x frontend. The...
0
2019-08-21T19:17:36
https://blog.joshmlwood.com/spring-data-elasticsearch-and-geopoints/
elasticsearch, springframework
--- title: Spring Data Elasticsearch and GeoPoints published: true tags: elasticsearch,spring framework canonical_url: https://blog.joshmlwood.com/spring-data-elasticsearch-and-geopoints/ --- ![Spring Data Elasticsearch and GeoPoints](https://images.unsplash.com/photo-1524146128017-b9dd0bfd2778?ixlib=rb-1.2.1&q=80&fm...
jmlw
884,645
DIY Tuxedo Monitoring - ULOG and TMTRACE
Going the least painfull way I wrote a Python script that analyzes Oracle Tuxedo user log entries and...
0
2021-11-03T06:26:17
http://aivarsk.com/2016/07/05/ulog/
oracle, tuxedo, monitoring
--- title: DIY Tuxedo Monitoring - ULOG and TMTRACE published: true date: 2016-07-05 00:00:00 UTC tags: oracle,tuxedo,monitoring canonical_url: http://aivarsk.com/2016/07/05/ulog/ --- Going the least painfull way I wrote a Python script that analyzes Oracle Tuxedo user log entries and extracts trace information from i...
aivarsk
74
"Structure" in Computer-Generated Novels
"Welcome! I think you'll find that writing code that writes a book that is not-boring to read for th...
0
2016-07-04T23:50:19
https://dev.to/tra/structure-in-computer-generated-novels
>"Welcome! I think you'll find that writing code that writes a book that is not-boring to read for the first few hundred words is not too difficult. >After those first few hundred words, though... well, all I can suggest is you download one of the completed novels (from this year or from any earlier year) and try to re...
tra
901,549
How to disable selection of text in html using CSS ?
Depending on your requirement you might have to disable text selection or text highlighting in HTML...
0
2021-11-24T09:39:55
https://www.moreonfew.com/how-to-disable-selection-of-text-in-html-using-css/
css, webdev, tutorial, html
--- title: How to disable selection of text in html using CSS ? published: true date: 2016-07-04 13:28:08 UTC tags: CSS,Webdev,tutorial,html canonical_url: https://www.moreonfew.com/how-to-disable-selection-of-text-in-html-using-css/ --- Depending on your requirement you might have to disable text selection or text hi...
moreonfew
1,255,619
GSoC — Mid Term Evaluation
So, all GSoCers were eagerly waiting for Mid-Term Evaluation results (27 June 19:00 UTC). Google...
0
2022-11-13T19:17:06
https://venkat.eu/gsoc-mid-term-evaluation
--- title: GSoC — Mid Term Evaluation published: true date: 2016-07-03 13:00:23 UTC tags: canonical_url: https://venkat.eu/gsoc-mid-term-evaluation --- ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1668355846593/f7J6R0mUq.png) So, all GSoCers were eagerly waiting for Mid-Term Evaluation results (27 June 19...
venkat2811
372,021
GitHub Pages vs. GitLab Pages
I’ve been a longtime fan of GitHub Pages. It is a wonderful option for hosting many types of sites. H...
0
2020-06-29T12:51:10
https://mjswensen.com/blog/github-pages-vs-gitlab-pages/
--- title: GitHub Pages vs. GitLab Pages published: true date: 2016-07-01 03:59:00 UTC tags: canonical_url: https://mjswensen.com/blog/github-pages-vs-gitlab-pages/ --- I’ve been a longtime fan of [GitHub Pages](https://pages.github.com/). It is a wonderful option for hosting many types of sites. However, recent move...
mjswensen
1,096,128
Periodic Table of DevOps
The periodic table lists all the chemical elements and groups them together based on some key...
0
2022-05-26T21:04:34
https://www.funkysi1701.com/posts/2016/periodic-table-devops/
--- title: Periodic Table of DevOps published: true date: 2016-06-30 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/periodic-table-devops/ --- The periodic table lists all the chemical elements and groups them together based on some key properties. Today I found an article about the [periodi...
funkysi1701
72
Web and Browser Performance is More Important Than Ever
I attended O’Reilly Velocity Conference, which took place last week in Santa Cl...
0
2016-06-30T16:43:10
https://dev.to/ben/web-and-browser-performance-is-more-important-than-ever
<p>I attended <a href="http://conferences.oreilly.com/velocity" target="_blank">O&rsquo;Reilly Velocity Conference</a>, which took place last week in Santa Clara, is a major conference focusing on DevOps and web performance. The web perf content of the conference reaffirmed my belief that the web, as accessed through t...
ben
68
The ABC's of A/B Testing
TL;DR You should probably be A/B testing features. Third party services may o...
0
2016-06-29T23:44:11
https://dev.to/chrislock/the-abcs-of-ab-testing
<h2>TL;DR</h2> <ol> <li>You should probably be A/B testing features.</li> <li>Third party services may open you up to some engineering liabilities.</li> <li>These services may be incompatible with your shiny new JS framework.</li> <li>You can write A/B testing components in React.</li> <li>Third party services&nbsp;may...
chrislock
79,983
First, solve problem Then, write code
At starting of my developing journey when I used to code the HTML and CSS and create some static page...
0
2019-10-30T16:13:39
https://shubhampandey.in/first-solve-problem-then-write-code/
--- title: First, solve problem Then, write code published: true tags: canonical_url: https://shubhampandey.in/first-solve-problem-then-write-code/ --- At starting of my developing journey when I used to code the HTML and CSS and create some static pages that look awesome (if you don’t compare them with other online ...
shubham9411
943,308
How to set proxy using npm config in NodeJs?
While working with NodeJs you’ll notice that many times you might not be able to install or update...
0
2022-01-18T05:13:12
https://www.moreonfew.com/how-to-set-proxy-using-npm-config-in-nodejs/
javascript, webdev, node, npm
--- title: How to set proxy using npm config in NodeJs? published: true date: 2016-06-28 07:32:12 UTC tags: Javascript,WebDev,node,npm canonical_url: https://www.moreonfew.com/how-to-set-proxy-using-npm-config-in-nodejs/ --- While working with NodeJs you’ll notice that many times you might not be able to install or up...
moreonfew
13,652
Duck Typing
In this post I will describe Duck Typing in regards to dynamic languages (JavaScript, PHP, Python, Ru...
0
2017-12-04T22:35:37
http://www.bardev.com/2016/06/26/duck-typing/
javascript
--- title: "Duck Typing" published: true tags: JavaScript,Javascript canonical_url: http://www.bardev.com/2016/06/26/duck-typing/ --- In this post I will describe Duck Typing in regards to dynamic languages (JavaScript, PHP, Python, Ruby). If you ever read or heard about Duck Typing, you have probably seen the follow...
bardev
66
Technical Debt
The subject of technical debt comes up often in software development. It is bet...
0
2016-06-26T21:27:05
https://dev.to/pbeekums/technical-debt
<p><span style="font-weight: 400;">The subject of technical debt comes up often in software development. It is better to have something done sooner rather than later from the perspective of the project. Yet, this assumes all things are equal, which is rarely the case. Often a developer will have a choice: the short ter...
pbeekums
65
The Web is Too Damn Slow
I spent this past week at O’Reilly Velocity Conference, a three day conference ...
0
2016-06-26T16:51:41
https://dev.to/ben/the-web-is-too-damn-slow
webperf, css, html
<p>I spent this past week at <a title="O&rsquo;Reilly Velocity Conference" href="http://conferences.oreilly.com/velocity" target="_blank">O&rsquo;Reilly Velocity Conference</a>, a three day conference which focuses on web performance and devops. I plan to write, with care, several articles this week on the key topics c...
ben
1,255,618
Writing a good Google Summer of Code (GSoC) Proposal
Getting selected in GSoC has various aspects and the most important of them is writing a good...
0
2022-11-13T19:16:21
https://venkat.eu/writing-a-good-google-summer-of-code-gsoc-proposal-6f040e217af4
--- title: Writing a good Google Summer of Code (GSoC) Proposal published: true date: 2016-06-26 13:00:47 UTC tags: canonical_url: https://venkat.eu/writing-a-good-google-summer-of-code-gsoc-proposal-6f040e217af4 --- ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1668355850602/STjTHxsU3.png) Getting selecte...
venkat2811
38,214
On dynamic arrays
I was reading Skiena’s “Algorithm Design Manual”, it’s an amazing book by the way, and run into this...
0
2018-11-17T20:53:00
https://alex.dzyoba.com/blog/dynamic-arrays/
--- title: On dynamic arrays published: true tags: canonical_url: https://alex.dzyoba.com/blog/dynamic-arrays/ --- I was reading Skiena’s “Algorithm Design Manual”, it’s an amazing book by the way, and run into this comparison (chapter 3.1.3) of linked lists and arrays: ``` The relative advantages of linked lists ov...
dzeban
1,255,617
What is Google Summer of Code (GSoC) ?
Google Summer of Code is a global program focused on bringing more student developers into open...
0
2022-11-13T19:15:35
https://venkat.eu/what-is-google-summer-of-code-gsoc-fc721e631e27
--- title: What is Google Summer of Code (GSoC) ? published: true date: 2016-06-24 13:00:43 UTC tags: canonical_url: https://venkat.eu/what-is-google-summer-of-code-gsoc-fc721e631e27 --- ![banner-gsoc2016_2.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1668357680215/pEMzFrFMy.png) [Google Summer of Code](...
venkat2811
25,724
Implementing Soft-Delete in pure MySQL
Soft-delete, setting a deleted flag instead of actually deleting, is a great wa...
0
2018-06-18T18:28:50
https://www.domysee.com/blogposts/mysql-soft-delete
programming, database, sql, softdelete
--- title: Implementing Soft-Delete in pure MySQL published: true tags: programming, databases, sql, soft-delete canonical_url: https://www.domysee.com/blogposts/mysql-soft-delete --- Soft-delete, setting a deleted flag instead of actually deleting, is a great way to ensure the ability to recover accidentally deleted ...
domysee
64
Machine Learning Advice for Developers
Some tips for developers trying to get their hands dirty with ML.
0
2016-06-22T03:11:06
https://dev.to/thealexlavin/machine-learning-advice-for-developers
--- title: Machine Learning Advice for Developers published: true description: Some tips for developers trying to get their hands dirty with ML. tags: cover_image: http://static.nautil.us/5233_26b58a41da329e0cbde0cbf956640a58.jpg --- _UPDATE: I've moved on from Numenta and would like to rewrite this post to be both o...
thealexlavin
53,777
Saying goodbye to Aegis
After nearly 16 years, I am now saying a long farewell the the Aegis source code management system (h...
0
2018-10-06T01:46:21
http://www.hpcoders.com.au/blog/?p=92
scm
--- title: Saying goodbye to Aegis published: true tags: scm canonical_url: http://www.hpcoders.com.au/blog/?p=92 --- After nearly 16 years, I am now saying a long farewell the the Aegis source code management system ([http://aegis.sf.net](http://aegis.sf.net)). Aegis was, in its day, years ahead of its time. But now,...
highperformancecoder
41,477
C# Selenium MSTest QuickStart Guide
Getting started with C#, Selenium and MSTest! In this article we’ll be using MSTest and...
0
2018-09-04T19:51:07
https://dev.to/stephencavender/c-selenium-mstest-quickstart-guide-31p9
selenium, mstest, dotnet
--- title: C# Selenium MSTest QuickStart Guide published: true tags: Selenium,MSTest,dotnet canonical_url: --- ## Getting started with C#, Selenium and MSTest! In this article we’ll be using MSTest and Selenium to write tests for web applications. This will be a starter project we can build on for various projects a...
stephencavender
48,771
Io: the language, not the moon
This is the first in the Seven Languages series of posts and covers the Io lang...
0
2018-09-28T23:03:14
http://designfrontier.net/io-the-language-not-the-moon
sevenlanguages, programming, io, development
--- title: Io: the language, not the moon published: true tags: seven languages,programming,io,development canonical_url: http://designfrontier.net/io-the-language-not-the-moon --- This is the first in the Seven Languages series of posts and covers the [Io language](http://iolanguage.org/), a small prototypal language...
designfrontier
1,102,237
Automatic Git Tagging
One of the features of git is the ability to tag a point in my change history with a tag. For a while...
0
2022-06-02T17:58:13
https://www.funkysi1701.com/posts/2016/automatic-git-tagging/
--- title: Automatic Git Tagging published: true date: 2016-06-16 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/automatic-git-tagging/ --- One of the features of git is the ability to tag a point in my change history with a tag. For a while now I have been manually tagging my code whenever ...
funkysi1701
61
Five Killer Custom Searches for Finding Remote Development Jobs
If you're looking for a remote development job, you can save yourself loads of ...
0
2016-06-16T14:53:47
https://dev.to/codingremote/five-killer-custom-searches-for-finding-remote-development-jobs
<p>If you're looking for a remote development job, you can save yourself loads of time and aggravation by using Google's site-search functionality to deliver targeted and up-to-date leads in record time! In this age of information overload, we all suffer from having to spend large amounts of time separating signal from...
codingremote
177,439
I'll miss Windows Phone
Time is moving fast, it seems like yesterday I got my first Windows phone. It was...
0
2019-10-02T11:04:02
https://dev.to/stipegrbic/i-ll-miss-windows-phone-58pn
windowsphone
--- title: I'll miss Windows Phone published: true tags: windows phone canonical_url: --- Time is moving fast, it seems like yesterday I got my first Windows phone. It was so exciting to have a bold new platform after getting bored by iOS and Android. More than four years later, Windows Phone was left out on the cold...
stipegrbic
62
Faster Rendering on the Web
I had always considered external CSS files a best practice in web development. ...
0
2016-06-14T17:55:49
https://dev.to/ben/faster-rendering-on-the-web
webperf, css, html
<p>I had always considered external CSS files a best practice in web development. It does, however, seem fairly&nbsp;counter-intuitive. Why would we fetch the HTML for a page, then wait around for another round trip to fetch the styles, deal with all the handshakes and latency involved in the process, and then eventual...
ben
302,354
Rancher - How to
Mon expérience en tant que stagiaire chez Zenika m’a amené à utiliserRancher pour orchestrer mes cont...
0
2020-04-08T10:18:49
https://slashgear.github.io/fr/rancher/
rancher, devops, tutorial
--- title: Rancher - How to published: true date: 2016-06-13 00:00:00 UTC tags: rancher, devops, tutorial canonical_url: https://slashgear.github.io/fr/rancher/ --- Mon expérience en tant que stagiaire chez Zenika m’a amené à utiliserRancher pour orchestrer mes conteneurs Docker. Je vous présente ici uncondensé de mon...
slashgear_
189,220
I made the web better today, you can too.
A long while ago, say 5 years back, on the way home from a work trip from Bellevue, WA I purchased a...
0
2019-10-16T03:56:10
http://www.patrickhyatt.com/2016/06/11/I-made-the-web-better.html
--- title: I made the web better today, you can too. published: true date: 2016-06-11 07:11:27 UTC tags: canonical_url: http://www.patrickhyatt.com/2016/06/11/I-made-the-web-better.html --- A long while ago, say 5 years back, on the way home from a work trip from Bellevue, WA I purchased a book before getting on my f...
pathyatt
1,683,282
Flexbox Layout – część 2 – children items
Rozdysponowanie elementów wewnątrz kontenera wcale nie jest takie proste. Czas na drugi wpis z serii...
0
2023-11-30T12:47:12
https://dawidrylko.com/flexbox-layout-czesc-2-children-items/
css
--- title: Flexbox Layout – część 2 – children items published: true date: 2016-06-05 18:23:04 UTC tags: [css] canonical_url: https://dawidrylko.com/flexbox-layout-czesc-2-children-items/ cover_image: https://dawidrylko.com/static/f8d1c0927767f7b80087585929a323d4/ed28b/books.webp --- Rozdysponowanie elementów wewnątrz...
dawidrylko
332,154
TODO App em Angular 2 — Parte 1
[Atualizado em 16/09/2016] Cerca de dois anos após os primeiros anúncios, o framework web Angular...
0
2020-05-11T00:39:33
https://gabrielaraujo.dev/posts/todo-app-em-angular-2-parte-1/
--- title: TODO App em Angular 2 — Parte 1 published: true date: 2016-06-04 13:58:47 UTC tags: canonical_url: https://gabrielaraujo.dev/posts/todo-app-em-angular-2-parte-1/ --- **[Atualizado em 16/09/2016]** [![asset 1](https://gabrielaraujo.dev/static/f60690fc44490c25ed99369541abe0c4/29d31/asset-1.jpg "asset 1")](/...
gabrielaraujof
282,591
I’m 100 blog posts old
That’s right this is the one hundredth post that I have written on this blog. So what have I...
0
2021-01-19T22:48:10
https://www.funkysi1701.com/2016/06/02/im-100-blog-posts-old/
softwaredevelopment, 100, blog, development
--- title: I’m 100 blog posts old published: true date: 2016-06-02 07:00:35 UTC tags: SoftwareDevelopment,100,blog,development canonical_url: https://www.funkysi1701.com/2016/06/02/im-100-blog-posts-old/ --- That’s right this is the one hundredth post that I have written on this blog. ![100-posts-old-L-fwCF_f](https:...
funkysi1701
57
Expert Resumé Driven Development
Disclaimer: I wrote the book "Essential Copying and Pasting From Stack Overflow...
0
2016-06-02T02:49:14
https://dev.to/tra/expert-resum-driven-development
<p>Disclaimer: I wrote the book <a href="https://tra38.gitbooks.io/essential-copying-and-pasting-from-stack-overflow/content/">"Essential Copying and Pasting From Stack Overflow"</a>, which was inspired by a <a href="https://twitter.com/thepracticaldev/status/705825638851149824">cover</a> designed by <a href="https://t...
tra
56
Tabs vs Spaces: The Verdict is In
The Practical Dev asked the simple question "Tabs or spaces?". 16,281 developer...
0
2016-06-01T15:13:51
https://dev.to/ben/tabs-vs-spaces-the-verdict-is-in
<p><a href="https://twitter.com/thepracticaldev" target="_blank">The Practical Dev</a> asked&nbsp;the simple question "Tabs or spaces?". 16,281 developers weighed in, and we crowned a winner. Tabs are preferred by 54 percent of programmers! (Or, that is to say, 54% of people who voted on this public survey anyone can v...
ben
55
The Poetry of Code
This is not a philosophical point about programming being as beautiful as Shake...
0
2016-06-01T11:50:45
https://dev.to/poetrycode/the-poetry-of-code
<p>This is not a philosophical point about programming being as beautiful as Shakespeare sonets. This is real poetry made with code. Started as an unofficial initiative within Java developer community of Vilnius, Lithuania, <a href="http://www.sourcecodepoetry.com/" target="_blank">Source Code Poetry Challenge</a> was ...
poetrycode
165,852
Improving unit test readability: helper methods & named arguments
‘Uncle Bob’ wrote the following in Clean Code: A Handbook of Agile Software Craftsmanship: “The...
0
2019-09-04T11:58:09
https://blog.marcduiker.nl/2016/06/01/improving-unit-test-readability-named-args.html
dotnet, unittesting, testing
--- title: Improving unit test readability: helper methods & named arguments published: true tags: dotnet, unittesting, testing canonical_url: https://blog.marcduiker.nl/2016/06/01/improving-unit-test-readability-named-args.html --- ‘Uncle Bob’ wrote the following in [Clean Code: A Handbook of Agile Software Craftsman...
marcduiker
865,358
How to get free SSL certificate for your Meteor site using LetsEncrypt and MUP
Recently, we added HTTPS to webstandup.com using LetsEncrypt. This is a list of steps documenting...
0
2021-10-16T02:12:47
https://waiholiu.blogspot.com/2016/06/how-to-get-free-ssl-certificate-for.html
certbot, letsencrypt, meteor, meteornerdspeak
--- title: How to get free SSL certificate for your Meteor site using LetsEncrypt and MUP published: true date: 2016-05-31 14:18:00 UTC tags: certbot,letsencrypt,meteor,meteornerdSpeak canonical_url: https://waiholiu.blogspot.com/2016/06/how-to-get-free-ssl-certificate-for.html --- Recently, we added HTTPS to [webstan...
diskdrive
131,530
The Python that Speaks Whale
Using docker-py to interact with containers “You should really be looking at Vagrant” — he...
0
2019-07-05T03:07:36
https://tryexceptpass.org/article/the-python-that-can-speak-whale/
python, docker
--- title: The Python that Speaks Whale published: true tags: python, docker canonical_url: https://tryexceptpass.org/article/the-python-that-can-speak-whale/ cover_image: https://tryexceptpass.org/images/python-speaks-whale.png --- ### Using docker-py to interact with containers “You should really be looking at Vagr...
tryexceptpass
356,021
Ways to pattern match generic types in Scala
Occasionally in Scala, there becomes a need to pattern match on values where the type information is...
0
2020-06-15T17:34:33
https://lepovirta.org/posts/2016-05-31-ways-to-pattern-match-generic-types-in-scala.html
scala, shapeless, functional
--- title: Ways to pattern match generic types in Scala published: true date: 2016-05-31 00:00:00 UTC tags: scala, shapeless, functional canonical_url: https://lepovirta.org/posts/2016-05-31-ways-to-pattern-match-generic-types-in-scala.html --- Occasionally in Scala, there becomes a need to pattern match on values whe...
lepovirta
296
Simple technique for car engine sounds in video games
Simple technique for car engine sounds in video games
0
2016-05-28T00:00:00
https://dev.to/buntine/simple-technique-for-car-engine-sounds-in-video-games
programming, games, sound
--- title: Simple technique for car engine sounds in video games published: true description: Simple technique for car engine sounds in video games cover_image: tags: programming, games, sound --- When I was working on [Swervin' Mervin](https://github.com/buntine/SwervinMervin), there was one thing that constantly sa...
buntine
81,876
Your most valuable collaborator, future-you
I was recently at a R users meetup where Hadley Wickham talked about data wrang...
0
2019-02-09T18:33:36
https://blog.rmhogervorst.nl/blog/2016/05/26/your-most-valuable-collaborator-future-you/
r, future, bestpractices
--- title: Your most valuable collaborator, future-you published: true tags: R, future, best-practices canonical_url: https://blog.rmhogervorst.nl/blog/2016/05/26/your-most-valuable-collaborator-future-you/ --- I was recently at a R users [meetup](http://www.meetup.com/amst-R-dam/ "amst-R-dam") where Hadley Wickham ta...
rmhogervorst
7,874
Debugging Django Management Commands in PyCharm
My favorite editor for Python projects is PyCharm. Besides editing code, it allows you to inspect...
0
2018-02-10T22:38:13
http://djangotricks.blogspot.com/2016/05/debugging-management-commands-in-pycharm.html
django, debugging, pycharm
--- title: "Debugging Django Management Commands in PyCharm" published: true tags: Django,Debugging,PyCharm canonical_url: http://djangotricks.blogspot.com/2016/05/debugging-management-commands-in-pycharm.html --- ![](https://3.bp.blogspot.com/-k9c5SDqv8-k/WFCk9yVTdGI/AAAAAAAABwE/xo8B7TUEQI4OG48aU3-v7YAiNIVZBy62wCPcB...
djangotricks
53
Long Live jQuery
The reports of jQuery's death are greatly exaggerated. jQuery, which recently ...
0
2016-05-24T17:15:02
https://dev.to/ben/long-live-jquery
<p>The reports of jQuery's death&nbsp;are greatly exaggerated.</p> <p>jQuery, which recently&nbsp;announced&nbsp;its first <a href="https://blog.jquery.com/2016/05/20/jquery-3-0-release-candidate-released/" target="_blank">3.0 release candidate</a>, has been an&nbsp;important tool for&nbsp;web&nbsp;development since it...
ben
52
What Can Phrenology Teach Us About Imposter Syndrome?
Impostor syndrome (also spelled imposter syndrome, also known as impostor phen...
0
2016-05-23T17:01:16
https://dev.to/ben/what-can-phrenology-teach-us-about-imposter-syndrome
<blockquote> <p>Impostor syndrome (also spelled imposter syndrome, also known as impostor phenomenon or fraud syndrome) is a term coined in 1978 by clinical psychologists Dr. Pauline R. Clance and Suzanne A. Imes referring to high-achieving individuals marked by an inability to internalize their accomplishments and a p...
ben
1,255,616
GSoC — Community Bonding Period
This year, the community bonding period was from April 22ndMay 22nd.. Though I was communicating...
0
2022-11-13T19:14:48
https://venkat.eu/gsoc-community-bonding-period-b0d8f36d918
--- title: GSoC — Community Bonding Period published: true date: 2016-05-23 13:00:46 UTC tags: canonical_url: https://venkat.eu/gsoc-community-bonding-period-b0d8f36d918 --- ![](https://cdn.hashnode.com/res/hashnode/image/upload/v1668355858026/6k2Bc01MG.png) This year, the community bonding period was from April 22n...
venkat2811
51
Teach Writing Code First
Throughout my career as a software engineer, many people have told me that lear...
0
2016-05-20T03:00:19
https://dev.to/pbeekums/teach-writing-code-first
<p><span style="font-weight: 400;">Throughout my career as a software engineer, many people have told me that learning to write code is difficult. I challenge this claim. The real difficulty is that people are often taught computer science before they are taught to actually write code. By computer science, I mean funda...
pbeekums
426,769
Upgrading Umbraco
During a recent project, I was tasked with upgrading a site from v4 of Umbraco to the latest and...
0
2020-08-13T17:32:26
https://mozzy.dev/posts/upgrading-umbraco/
umbraco
--- title: Upgrading Umbraco published: true date: 2016-05-17 00:00:00 UTC tags: umbraco canonical_url: https://mozzy.dev/posts/upgrading-umbraco/ --- During a recent project, I was tasked with upgrading a site from v4 of Umbraco to the latest and greatest. There are a few reasons for this and it doesn't come without ...
mozzydev
85,744
Basic Class Toggle with Vanilla JS
One of my goals for this year was to start to grasp vanilla JS a little bit mor...
0
2019-02-25T03:03:37
https://dommagnifi.co/2016-05-16-basic-class-toggle-with-vanilla-js/
vanillajs, javascript
--- title: Basic Class Toggle with Vanilla JS published: true tags: vanilla js, javascript canonical_url: https://dommagnifi.co/2016-05-16-basic-class-toggle-with-vanilla-js/ --- One of my [goals for this year](/update/2015/12/29/2015.html) was to start to grasp vanilla JS a little bit more. While I was in school, Jav...
magnificode
16,304
Database Migrations with Nodejs
A database is a vital part of every complex application. Databases change very often and contain data...
0
2018-01-07T23:00:50
https://kostasbariotis.com/data-migration-with-nodejs/
node, database, migrations
--- title: "Database Migrations with Nodejs" published: true tags: Node.js, Databases, Migrations canonical_url: https://kostasbariotis.com/data-migration-with-nodejs/ --- A database is a vital part of every complex application. Databases change very often and contain data that can even disintegrate our whole applicat...
kbariotis
1,680,338
Flexbox Layout – część 1 – parent container
Witryny i strony internetowe oparte na statycznych elementach blokowych powoli przechodzą do lamusa....
0
2023-11-27T21:15:47
https://dawidrylko.com/flexbox-layout-czesc-1-parent-container/
css
--- title: Flexbox Layout – część 1 – parent container published: true date: 2016-05-14 13:28:13 UTC tags: [css] canonical_url: https://dawidrylko.com/flexbox-layout-czesc-1-parent-container/ cover_image: https://dawidrylko.com/static/ae98ad4bfc12c9f0c39a5858822a462e/26222/boxes.webp --- **Witryny i strony internetow...
dawidrylko
131,529
A Python Ate My GUI
Thoughts on the future of Python and graphical interfaces Staring at m...
0
2019-07-05T03:06:19
https://tryexceptpass.org/article/a-python-ate-my-gui/
python, gui, webdev
--- title: A Python Ate My GUI published: true tags: python, gui, web development canonical_url: https://tryexceptpass.org/article/a-python-ate-my-gui/ cover_image: https://tryexceptpass.org/images/python-ate-my-gui.jpeg --- ### Thoughts on the future of Python and graphical interfaces Staring at my coworkers, alread...
tryexceptpass
901,547
How to make CSS first-child work
With the onset of CSS3 a lot of new selectors were introduced. Many of these new selectors have been...
0
2022-01-03T13:22:03
https://www.moreonfew.com/make-css-first-child-work/
css, webdev, html, tutorial
--- title: How to make CSS first-child work published: true date: 2016-05-13 18:21:01 UTC tags: CSS,Webdev,html,tutorial canonical_url: https://www.moreonfew.com/make-css-first-child-work/ --- With the onset of CSS3 a lot of new selectors were introduced. Many of these new selectors have been of a lot of help to us. T...
moreonfew
901,546
How to auto resize an image to fit within a DIV without stretching?
If you are developing a Responsive Webpage or a Fluid Web page, you would have definitely come across...
0
2022-10-04T07:31:00
https://www.moreonfew.com/how-to-auto-resize-an-image-to-fit-within-a-div-without-stretching/
webdev, css, html, tutorial
--- title: How to auto resize an image to fit within a DIV without stretching? published: true date: 2016-05-12 12:54:21 UTC tags: webdev, css, html, tutorial canonical_url: https://www.moreonfew.com/how-to-auto-resize-an-image-to-fit-within-a-div-without-stretching/ --- If you are developing a Responsive Webpage or a...
moreonfew
15,295
Disqus comments setup for Jekyll
Adding Disqus comments to your Jekyll static website is easy. I will show you step by step if you give me a few minutes of your time.
0
2017-12-28T20:22:17
https://desiredpersona.com/disqus-comments-jekyll/
jekyll, disqus, comments
--- title: "Disqus comments setup for Jekyll" description: "Adding Disqus comments to your Jekyll static website is easy. I will show you step by step if you give me a few minutes of your time." published: true tags: Jekyll, Disqus, comments canonical_url: https://desiredpersona.com/disqus-comments-jekyll/ --- I recen...
desiredpersona
6,469
Why I quit WhatsApp
Why I quit WhatsApp in favor of productivity (and sanity) Photo by Jesper on Flickr What...
0
2018-02-10T22:31:51
https://medium.com/@marcelocg/why-i-quit-whatsapp-76f4c946174a
productivity, lifehacking
--- title: "Why I quit WhatsApp" published: true tags: productivity,life-hacking canonical_url: https://medium.com/@marcelocg/why-i-quit-whatsapp-76f4c946174a --- ### Why I quit WhatsApp in favor of productivity (and&nbsp;sanity) ![](https://cdn-images-1.medium.com/max/333/1*gt8KEyT2XwLh9DrMH6yIrA.jpeg)<figcaption>Ph...
marcelocg
53,720
Solving Mysteries in Magento
Not long ago our Magento eCommerce website started logging a strange and cryptic exception. PHP...
0
2018-10-05T19:09:45
http://dangerisgo.com/blog/2016/05/11/solving-mysteries-in-magento.html
tech, magento, ecommerce, php
--- title: Solving Mysteries in Magento published: true tags: tech,Magento,eCommerce,PHP canonical_url: http://dangerisgo.com/blog/2016/05/11/solving-mysteries-in-magento.html --- Not long ago our Magento eCommerce website started logging a strange and cryptic exception. ``` PHP Fatal error: Uncaught exception 'Except...
cwardzala
110,312
PySpark and Latent Dirichlet Allocation
This past semester, I had the chance to take two courses: Statistical Machine Lea...
0
2019-07-06T00:12:32
https://sean.lane.sh/posts/2016/05/PySpark-and-Latent-Dirichlet-Allocation/
python, machinelearning, nlp, pyspark
--- title: PySpark and Latent Dirichlet Allocation published: true tags: python, machine learning, nlp, pyspark canonical_url: https://sean.lane.sh/posts/2016/05/PySpark-and-Latent-Dirichlet-Allocation/ --- This past semester (Spring of 2016), I had the chance to take two courses: Statistical Machine Learning from a ...
seanlane
48
What Will GitHub Be in 5 years?
GitHub has had a profound effect on software, and therefore the world. Everyone...
0
2016-05-09T16:46:54
https://dev.to/ben/what-will-github-be-in-5-years
<p>GitHub has had a profound effect on software, and therefore the world. Everyone knows the company that has raised a lot of money with the impetus to grow. This fact deserves more attention than it gets. As a critical piece of open source software as it exists today, there is grey area in GitHub&rsquo;s current role ...
ben
7,585
Do you realy need a dependency injection container?
I think dependency injection is a very effective technique to write more modula...
0
2018-02-10T22:36:55
http://mariosangiorgio.github.io/post/di-container/
programming, dependencyinjection
--- title: "Do you realy need a dependency injection container?" published: true tags: ["programming", "dependency injection"] canonical_url: http://mariosangiorgio.github.io/post/di-container/ --- I think dependency injection is a very effective technique to write more modular and generally better structured programs...
mariosangiorgio
45
How I Made this Website Hella Fast Without Overcomplicating Things
I hope your experience getting to this website was an expedited one and your br...
0
2016-05-06T14:14:19
https://dev.to/ben/how-i-made-this-website-hella-fast-without-overcomplicating-things
<p>I hope your experience getting to this website was an expedited one and your browsing of it is swift.</p> <p>When I set out to build this website, I knew I wanted to keep things light, maintainable and super duper fast. I do not care too much about complex UI behavior or ad delivery or implementing features quickly ...
ben
1,102,236
Running Windows on Raspberry Pi
Last year you may remember me talking about playing with a Raspberry Pi. Well since then my Raspberry...
0
2022-06-02T17:58:27
https://www.funkysi1701.com/posts/2016/windows-10-raspberry-pi-3/
--- title: Running Windows on Raspberry Pi published: true date: 2016-05-05 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2016/windows-10-raspberry-pi-3/ --- Last year you may remember me talking about playing with a Raspberry Pi. Well since then my Raspberry Pi has been sat on a desk collecting...
funkysi1701
177,438
Xamarin.Forms hands on
For some time I wanted to try Xamarin for multi platform mobile app development. ...
0
2019-10-17T12:51:15
https://dev.to/stipegrbic/xamarin-forms-hands-on-35nc
windowsphone, xamarin, android
--- title: Xamarin.Forms hands on published: true tags: windows phone,xamarin,android canonical_url: --- For some time I wanted to try Xamarin for multi platform mobile app development. Recently I got very basic app idea suggested by a friend and it looked like a perfect excuse to finally try Xamarin. Of course that ...
stipegrbic
16,164
Kata for software developers
Today I want to talk about such thing like Kata. Originally Kata is an exercise...
0
2018-03-03T08:54:49
https://dev.to/gimlet2/kata-for-software-developers-1fle
programming, kata, selfimprovement
--- title: "Kata for software developers" published: true tags: programming,kata,self-improvement canonical_url: --- Today I want to talk about such thing like Kata. Originally Kata is an exercise in martial arts that has to be repeated again and again to make your movements clean, fast and almost automatic. So, sam...
gimlet2
3,302
Re-becoming a developer
Since my childhood I’ve always been a coder. I got started with some GW BASIC, ...
0
2017-09-23T21:59:26
https://www.linkedin.com/pulse/re-becoming-developer-tom-lous
softwaredevelopment, lifechange, bigdata, development
--- title: "Re-becoming a developer" published: true tags: software-development,life-change,big-data,development canonical_url: https://www.linkedin.com/pulse/re-becoming-developer-tom-lous cover_image: https://thepracticaldev.s3.amazonaws.com/i/8ercul941ce2c6qiuymc.png --- Since my childhood **I’ve always been a code...
tomlous