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,088,303
Fathers Day
In the UK today is Fathers Day. Happy Fathers Day Dad! I thought I might talk about how he...
0
2022-05-18T21:00:11
https://www.funkysi1701.com/posts/2015/fathers-day/
--- title: Fathers Day published: true date: 2015-06-21 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/fathers-day/ --- In the UK today is Fathers Day. Happy Fathers Day Dad! I thought I might talk about how he encouraged my interest in technology, especially as in about 8 weeks I will beco...
funkysi1701
372,017
Blissful Static Site Development with Jekyll, BrowserSync, and tmux
I was recently listening to the Shop Talk Show podcast where Chris Coyier shared a submission from a...
0
2020-06-29T12:50:07
https://mjswensen.com/blog/blissful-static-site-development-with-jekyll-browsersync-and-tmux/
--- title: Blissful Static Site Development with Jekyll, BrowserSync, and tmux published: true date: 2015-06-20 05:44:34 UTC tags: canonical_url: https://mjswensen.com/blog/blissful-static-site-development-with-jekyll-browsersync-and-tmux/ --- I was recently listening to the [Shop Talk Show podcast](http://shoptalksh...
mjswensen
1,176,491
50th Blog Post
WOW! I have reached the milestone of 50 blog posts. I have tried to blog at least every week and I...
0
2022-08-26T07:14:24
https://www.funkysi1701.com/posts/2015/50th-blog-post/
--- title: 50th Blog Post published: true date: 2015-06-17 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/50th-blog-post/ --- WOW! I have reached the milestone of 50 blog posts. ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/06/top-50-2012.jpg) I ha...
funkysi1701
1,176,490
Requirement Gathering
Why is it so hard to find out exactly what is needed when designing changes to a system? When...
0
2022-08-26T07:14:38
https://www.funkysi1701.com/posts/2015/requirement-gathering/
--- title: Requirement Gathering published: true date: 2015-06-16 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/requirement-gathering/ --- **Why is it so hard to find out exactly what is needed when designing changes to a system?** ![](https://storageaccountblog9f5d.blob.core.windows.net/...
funkysi1701
254,491
Installing Node.js on a Raspberry Pi
Raspbian is based on of Debian Wheezy, so things are a little different than the standard Ubuntu...
0
2015-05-15T21:37:00
https://dev.to/adamkdean/installing-node-js-on-a-raspberry-pi-4p0
raspberrypi, javascript, node
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Installing Node.js on a Raspberry Pi slug: installing-nodejs-on-a-raspberry-pi date: 2015-05-15 21:37 tags: raspberrypi, javascript, nodejs --- Raspbian is based on of Debian Wheezy, so things are a little different than the sta...
adamkdean
476,461
Styling Radio and Check buttons with CSS
Let's face it, at some point you look at a radio or a checkbox button and you're like... this looks l...
0
2020-10-05T10:52:33
https://dev.to/loginradius/styling-radio-and-check-buttons-with-css-4420
css
--- title: Styling Radio and Check buttons with CSS published: true date: 2015-06-16 00:00:00 UTC tags: CSS canonical_url: --- Let's face it, at some point you look at a radio or a checkbox button and you're like... this looks like something that starts with an "s" and ends with a "hit". I'm here to stop you from say...
amanagrwl
1,459,891
What is Software Quality?
What would you say if I asked you what are the marks of high quality software? Would you have...
0
2023-05-07T00:42:21
https://qualitysoftwarematters.com/what-is-software-quality
--- title: What is Software Quality? published: true date: 2015-06-14 05:00:00 UTC tags: canonical_url: https://qualitysoftwarematters.com/what-is-software-quality --- What would you say if I asked you what are the marks of high quality software? Would you have answered, "a really nice/slick/sexy user interface?" Or...
toddmeinershagen
372,016
Key Takeaways to Common CSS Questions
One of my goals for Q2 2015 was to answer ten CSS-related questions on Stack Overflow. Below is an ou...
0
2020-06-29T12:49:48
https://mjswensen.com/blog/key-takeaways-to-common-css-questions/
--- title: Key Takeaways to Common CSS Questions published: true date: 2015-06-12 14:42:13 UTC tags: canonical_url: https://mjswensen.com/blog/key-takeaways-to-common-css-questions/ --- One of my goals for Q2 2015 was to answer ten CSS-related questions on Stack Overflow. Below is an outline of some of the key concep...
mjswensen
249,584
Runaway SQL Log growth
Today is my day off, but I wake up and have a quick look at nagios to see if there is anything I need...
0
2020-01-27T22:17:46
https://www.funkysi1701.com/2015/06/12/runaway-sql-log-growth/
itadmin, backup, sqlserver, systemadministratio
--- title: Runaway SQL Log growth published: true date: 2015-06-12 07:49:57 UTC tags: ITAdmin, backup, sqlserver, SystemAdministratio canonical_url: https://www.funkysi1701.com/2015/06/12/runaway-sql-log-growth/ --- Today is my day off, but I wake up and have a quick look at [nagios](https://dev.to/funkysi1701/i-love-...
funkysi1701
48,756
Modules not Globals
Often newer JS developers ask when they should turn something into a standalone module. When should t...
0
2021-03-26T18:46:26
http://designfrontier.net/modules-not-globals
javascript, node, programming, development
--- title: Modules not Globals published: true tags: js,node,programming,Development canonical_url: http://designfrontier.net/modules-not-globals --- Often newer JS developers ask when they should turn something into a standalone module. When should that function turn into its own file? There are lots of things we cou...
designfrontier
476,460
Configuring Your Social Sharing Buttons
Social sharing button offers an easy way to distribute your content to a wider audience. The major so...
0
2020-10-05T10:52:25
https://dev.to/loginradius/configuring-your-social-sharing-buttons-3n4f
socialsharing
--- title: Configuring Your Social Sharing Buttons published: true date: 2015-06-09 00:00:00 UTC tags: SocialSharing canonical_url: --- Social sharing button offers an easy way to distribute your content to a wider audience. The major social providers allow options to configure the content that will be shared program...
amanagrwl
1,180,147
Don’t Live with Broken Windows
Last night I started reading The Pragmatic Programmer by Andrew Hunt and David Thomas. One...
0
2022-08-31T18:55:22
https://www.funkysi1701.com/posts/2015/pragmatic-programmer-broken-windows/
--- title: Don’t Live with Broken Windows published: true date: 2015-06-08 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/pragmatic-programmer-broken-windows/ --- ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/06/1-ucIHdOcnByPsF5eX0j_mhg.jpeg?resize=1...
funkysi1701
254,957
Copying files from one container to another
This only works on OS X as I'm using pbcopy and pbpaste. You may replace these as you see fit. Also...
0
2015-06-07T15:56:00
https://dev.to/adamkdean/copying-files-from-one-container-to-another-28eg
docker, linux, osx
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Copying files from one container to another slug: copying-files-from-one-container-to-another date: 2015-06-07 15:56 published: true tags: - docker - linux - osx --- This only works on OS X as I'm using `pbcopy` and `pbpaste`...
adamkdean
906,197
An example of convivence between abstract classes and interfaces
Some years ago, someone asked me about of when to use an interface and when to use an abstract class....
0
2021-11-23T03:07:01
https://streetcoder.dev/coding/2015/06/05/classes-interfaces.html
c, net, coding
--- title: An example of convivence between abstract classes and interfaces published: true date: 2015-06-05 13:50:39 UTC tags: c,net,coding canonical_url: https://streetcoder.dev/coding/2015/06/05/classes-interfaces.html --- Some years ago, someone asked me about of when to use an interface and when to use an abstrac...
foxhard
1,180,146
I’m a developer now
For a while now I have been at the door of describing myself as a developer, but I think I have...
0
2022-08-31T18:55:41
https://www.funkysi1701.com/posts/2015/im-a-developer-now/
--- title: I’m a developer now published: true date: 2015-06-03 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/im-a-developer-now/ --- For a while now I have been at the door of describing myself as a developer, but I think I have finally gone through that door. It is all a state of mind, i...
funkysi1701
15,845
Tutorial: Easily Using Azure CDN with ASP.NET MVC Projects
Happy June, readers! I recently helped design a AlliesForACure.com, a web site for a charity contest....
0
2018-01-03T02:44:32
https://SeanKilleen.com/2015/06/A-Quick-Guide-To-Azure-CDN/
tutorial, azure, cdn, dotnet
--- title: "Tutorial: Easily Using Azure CDN with ASP.NET MVC Projects" published: true tags: tutorial,azure,cdn,dotnet canonical_url: https://SeanKilleen.com/2015/06/A-Quick-Guide-To-Azure-CDN/ --- Happy June, readers! I recently helped design a [AlliesForACure.com, a web site for a charity contest](http://AlliesForA...
seankilleen
476,459
Shopify Embedded App
Recently, I was working on an implementation to build an embedded app on Shopify with PHP. I realized...
0
2020-10-05T11:33:53
https://dev.to/loginradius/shopify-embedded-app-3f00
shopify, php
--- title: Shopify Embedded App published: true date: 2015-06-02 00:00:00 UTC tags: Shopify,PHP canonical_url: --- Recently, I was working on an implementation to build an embedded app on Shopify with PHP. I realized that the 3rd party PHP SDK recommended by Shopify called "phpish" does not support the feature to "PU...
amanagrwl
254,956
Share directories between two containers
Originally posted on June 1st, 2015 (more info) Note: this was posted back in 2015 during the...
0
2015-06-01T23:15:00
https://dev.to/adamkdean/share-directories-between-two-containers-1md0
docker, linux
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Share directories between two containers slug: share-directories-between-two-containers date: 2015-06-01 23:15 published: true tags: - docker - linux --- _Originally posted on June 1st, 2015_ ([more info](https://dev.to/adamk...
adamkdean
1,180,145
User Groups and F#
For a while I have been threatening to try a user group. Well this week I went to my first...
0
2022-08-31T18:56:02
https://www.funkysi1701.com/posts/2015/user-groups-and-f/
--- title: User Groups and F# published: true date: 2015-05-30 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/user-groups-and-f/ --- For a while I have been threatening to try a user group. Well this week I went to my first meeting. The user group I went to is called [Leeds Sharp](https://w...
funkysi1701
254,492
Remove all exited containers
This removes all exited containers. docker ps -a | grep 'Exited' | awk '{print $1}' | xargs...
0
2015-05-27T17:03:00
https://dev.to/adamkdean/remove-all-exited-containers-3gli
docker, linux
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Remove all exited containers slug: remove-all-exited-containers date: 2015-05-27 17:03 tags: - docker - linux --- This removes all exited containers. docker ps -a | grep 'Exited' | awk '{print $1}' | xargs --no-run-if-emp...
adamkdean
1,185,653
Visual Studio
I recently replaced my installation of Visual Studio 2013 with Visual Studio 2015 RC. I like the new...
0
2022-09-09T15:02:47
https://www.funkysi1701.com/posts/2015/visual-studio/
--- title: Visual Studio published: true date: 2015-05-26 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/visual-studio/ --- I recently replaced my installation of Visual Studio 2013 with Visual Studio 2015 RC. I like the new version, I am not a Visual Studio expert so it will probably take ...
funkysi1701
476,458
API Debugging Tools
Are you having trouble with accessing API endpoint? Unsure why your API is not returning data? Most m...
0
2020-10-05T11:34:49
https://dev.to/loginradius/api-debugging-tools-3ag0
engineering, googlechorme, mozilafirefox, soupui
--- title: API Debugging Tools published: true date: 2015-05-26 00:00:00 UTC tags: Engineering,GoogleChorme,MozilaFirefox,SoupUI canonical_url: --- Are you having trouble with accessing API endpoint? Unsure why your API is not returning data? Most modern browsers have tools or plugins that allows you to quickly and e...
amanagrwl
1,575,624
Official Kali Linux Docker Images Released
For the latest information, please see our documentation on Docker Last week we received an email...
0
2023-08-21T21:18:04
https://www.kali.org/blog/official-kali-linux-docker-images/
--- title: Official Kali Linux Docker Images Released published: true date: 2015-05-26 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/official-kali-linux-docker-images/ --- For the latest information, please see our [documentation on Docker](https://www.kali.org/docs/containers/official-kalilinux-docker-...
mohammadtaseenkhan
1,185,652
Overflow
Today I encountered a new error. Run-time error ‘6’: Overflow doesn’t really tell me much. The...
0
2022-09-09T19:10:52
https://www.funkysi1701.com/posts/2015/overflow/
--- title: Overflow published: true date: 2015-05-22 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/overflow/ --- Today I encountered a new error. ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/wp-content/uploads/2015/05/error.jpg?w=385&ssl=1) Run-time error ‘6’: Overflow ...
funkysi1701
226,007
Compiling xslcache 0.7.1 for PHP 5.4
We make heavy use of xslt at work (parsing xml data generated by php controllers), so the xslcache...
0
2019-12-23T21:12:13
https://dev.to/msanford/compiling-xslcache-0-7-1-for-php-5-4-2l7
--- title: Compiling xslcache 0.7.1 for PHP 5.4 published: true date: 2015-05-22 19:46:09 UTC tags: canonical_url: --- We make heavy use of xslt at work (parsing xml data generated by php controllers), so the [xslcache pecl module](http://pecl.php.net/package/xslcache/0.7.1) is pretty fundamental to our infrastructu...
msanford
226,006
Clean up and compact your VDI
TL;DR Guest OS: sudo sfill -llvz / Host OS: VBoxManage modifyhd --compact...
0
2019-12-23T21:11:51
https://dev.to/msanford/clean-up-and-compact-your-vdi-4bml
virtualbox
--- title: Clean up and compact your VDI published: true date: 2015-05-22 19:24:34 UTC tags: virtualbox canonical_url: --- ### TL;DR ``` Guest OS: sudo sfill -llvz / Host OS: VBoxManage modifyhd --compact \<\_.vdi\> ``` ### Details My VirtualBox thin server had put on a few pounds over the months of guest OS data...
msanford
356,016
Commenting lines in Vim
Emacs has a nice command called comment-region, which can be used for commenting lines of code. The...
0
2020-06-15T17:40:04
https://lepovirta.org/posts/2015-05-20-commenting-lines-in-vim.html
vim
--- title: Commenting lines in Vim published: true date: 2015-05-20 00:00:00 UTC tags: vim canonical_url: https://lepovirta.org/posts/2015-05-20-commenting-lines-in-vim.html --- Emacs has a nice command called `comment-region`, which can be used for commenting lines of code. The command adds comment symbols to the beg...
lepovirta
476,457
Use PHP to generate filter portfolio
Overview Filter Portfolio can be very useful for websites, especially when there is a lot of images y...
0
2020-10-05T11:34:56
https://dev.to/loginradius/use-php-to-generate-filter-portfolio-45ek
php
--- title: Use PHP to generate filter portfolio published: true date: 2015-05-19 00:00:00 UTC tags: PHP canonical_url: --- Overview Filter Portfolio can be very useful for websites, especially when there is a lot of images you want to show to users. It is always nice to keep it into different categories and allow you...
amanagrwl
298,926
TCPの空きポートをListenする
はじめに サーバを起動する時にポートは何でもよいので空きポートをListenしたい事がありました。 ウェルノウンポート以外を順に調べるしかないのかと思っていたのですが、 そんな面倒...
0
2015-05-18T03:13:00
https://qiita.com/shiena/items/14016f3875a136ad0134
go, linux
--- title: TCPの空きポートをListenする published: true tags: Go, Linux date: 20150518T03:13Z canonical_url: https://qiita.com/shiena/items/14016f3875a136ad0134 --- # はじめに サーバを起動する時にポートは何でもよいので空きポートをListenしたい事がありました。 ウェルノウンポート以外を順に調べるしかないのかと思っていたのですが、 そんな面倒はなくポート0をListenすると空きポートが割り当てられます。 # サンプル 以下はGoで書いた検証コードです。 ```go:main....
shiena
1,197,780
Trying windows 10
My laptop has been getting a bit cluttered up with stuff so this weekend I gave it a reset. As I am...
0
2022-09-20T21:22:20
https://www.funkysi1701.com/posts/2015/trying-windows-10/
--- title: Trying windows 10 published: true date: 2015-05-17 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/trying-windows-10/ --- My laptop has been getting a bit cluttered up with stuff so this weekend I gave it a reset. As I am using windows 8 this was much easier than doing a format re...
funkysi1701
298,920
Go言語のperiod(.) importとblank(_) importについて
importについて Go言語のperiod importとblank importについて調べてみました。 import全般の仕様は以下から確認できます。 Goプログラミング...
0
2015-05-17T02:14:00
https://qiita.com/shiena/items/c1ac3192af3b00f413ac
go
--- title: Go言語のperiod(.) importとblank(_) importについて published: true tags: Go date: 20150517T02:14Z canonical_url: https://qiita.com/shiena/items/c1ac3192af3b00f413ac --- # importについて Go言語のperiod importとblank importについて調べてみました。 import全般の仕様は以下から確認できます。 * [Goプログラミング言語仕様 / インポート宣言](http://golang.jp/go_spec#Import_declar...
shiena
1,197,779
As A Service
In Cloud Computing there are a lot of terms that end aas or As a Service. Most of these I hadn’t...
0
2022-09-20T21:21:59
https://www.funkysi1701.com/posts/2015/as-a-service/
--- title: As A Service published: true date: 2015-05-16 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/as-a-service/ --- In Cloud Computing there are a lot of terms that end aas or As a Service. Most of these I hadn’t heard of until I started writing this list. Any service that is delivere...
funkysi1701
84,496
Singleton and Multiton Design Patterns
Singleton One of the simplest design patterns is the Singleton. The purpose of Singleton d...
0
2020-01-28T09:45:14
https://dev.to/sarfraznawaz2005/singleton-and-multiton-design-patterns-1oho
php
--- title: Singleton and Multiton Design Patterns published: true tags: php canonical_url: --- ## Singleton One of the simplest design patterns is the Singleton. The purpose of Singleton design pattern is to always have a **single** instance of a some class. Singletons are usually used for things you don't necessari...
sarfraznawaz2005
254,490
Notes on Raspberry Pi & Arduino
Using NOOBS, install Raspbian. It's probably the most supported distro for the Pi....
0
2015-05-15T21:16:00
https://dev.to/adamkdean/notes-on-raspberry-pi-arduino-3bmn
raspberrypi, arduino, javascript, node
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Notes on Raspberry Pi & Arduino slug: notes-on-raspberry-pi-and-arduino date: 2015-05-15 21:16 tags: raspberrypi, arduino, javascript, nodejs --- Using NOOBS, install Raspbian. It's probably the most supported distro for the Pi....
adamkdean
84,495
Factory Design Pattern
Overview Factory design pattern works like a factory in the real world in that it creates...
0
2020-01-28T09:45:04
https://dev.to/sarfraznawaz2005/factory-design-pattern-2697
php
--- title: Factory Design Pattern published: true tags: php canonical_url: --- ## Overview Factory design pattern works like a factory in the real world in that it creates something for others to use. In the context of OOP, it helps in creating and instantiating objects. ## Example Let's say for our application we...
sarfraznawaz2005
84,562
Things to be aware of when change Capybara default_wait_time
This post was originally published at Things to be aware of when change Capybara default_wait_time...
0
2019-02-20T23:48:01
https://blog.tomoyukikashiro.me/post/things-to-be-aware-of-when-change-capybara_default_wait_time
capybara, test, rails
--- title: Things to be aware of when change Capybara default_wait_time published: true tags: capybara,test,rails canonical_url: https://blog.tomoyukikashiro.me/post/things-to-be-aware-of-when-change-capybara_default_wait_time --- This post was originally published at [Things to be aware of when change Capybara defaul...
tomoyukikashiro
476,456
Password Security
When we start thinking about authentication in any kind of software (it can be web, mobile, desktop,...
0
2020-10-05T11:35:07
https://dev.to/loginradius/password-security-2dcl
security, password
--- title: Password Security published: true date: 2015-05-14 00:00:00 UTC tags: Security,Password canonical_url: --- When we start thinking about authentication in any kind of software (it can be web, mobile, desktop, or even console), the first thing that comes to mind is username/password, this is an older but sti...
amanagrwl
84,493
Creating Your Own Artisan in PHP
This post is basic tutorial of how you can create your own command line tool. I will try to explain t...
0
2020-01-28T09:46:45
https://dev.to/sarfraznawaz2005/creating-your-own-artisan-in-php-2267
php
--- title: Creating Your Own Artisan in PHP published: true tags: php canonical_url: --- This post is basic tutorial of how you can create your own command line tool. I will try to explain things step by step so things are easily understood. When I first saw Laravel framework, I really liked its Artisan console tool...
sarfraznawaz2005
372,015
Practical Use Cases For The :empty Pseudo-class
At first, the :empty pseudo-class may not seem to be the most useful of the advanced selectors. Howev...
0
2020-06-29T12:49:26
https://mjswensen.com/blog/practical-use-cases-for-the-empty-pseudo-class/
--- title: Practical Use Cases For The :empty Pseudo-class published: true date: 2015-05-12 04:17:54 UTC tags: canonical_url: https://mjswensen.com/blog/practical-use-cases-for-the-empty-pseudo-class/ --- At first, the `:empty` pseudo-class may not seem to be the most useful of the advanced selectors. However, there ...
mjswensen
254,489
Access boot2docker container IP
When you run boot2docker, all your containers will be running on that VM, not on your local machine....
0
2015-05-10T20:26:00
https://dev.to/adamkdean/access-boot2docker-container-ip-5hml
docker, osx, boot2docker
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Access boot2docker container IP slug: access-boot2docker-container-ip date: 2015-05-10 20:26 tags: - docker - osx - boot2docker --- When you run boot2docker, all your containers will be running on that VM, not on your local m...
adamkdean
84,491
Strategy Design Pattern
In this post, we will explore what strategy design pattern is and what problems does it solve but fir...
0
2020-01-28T09:44:41
https://dev.to/sarfraznawaz2005/strategy-design-pattern-3114
php
--- title: Strategy Design Pattern published: true tags: php canonical_url: --- In this post, we will explore what strategy design pattern is and what problems does it solve but first, what is a design pattern ? Here is how Wikipedia defines it: > In software engineering, a design pattern is a general **reusable sol...
sarfraznawaz2005
84,490
Replace Nested Conditions with Guard Clauses
Sometimes we have to write code when we need to put conditions inside conditions (nested conditions)...
0
2020-01-28T09:38:59
https://codeinphp.github.io/post/replace-nested-conditions-with-guard-clauses/
--- title: Replace Nested Conditions with Guard Clauses published: true tags: canonical_url: https://codeinphp.github.io/post/replace-nested-conditions-with-guard-clauses/ --- Sometimes we have to write code when we need to put conditions inside conditions (nested conditions) and once all of those are true, we perfor...
sarfraznawaz2005
590,152
How to use Bootstrap in React Using a React Library
React is one of the most popular javascript frontend frameworks out there and its popularity does not...
0
2021-04-22T22:03:41
https://www.devwares.com/blog//using-bootstrap-in-react
webdev, react, codenewbie, html
--- title: How to use Bootstrap in React Using a React Library published: true date: 2015-05-06 23:46:37 UTC tags: [webdev, react, codenewbie, html] canonical_url: https://www.devwares.com/blog//using-bootstrap-in-react --- React is one of the most popular javascript frontend frameworks out there and its popularity do...
speedwares
39,087
A really simple Slack integration in Rails
I’m a big fan of Slack. One of its strengths is the large list of integrations that it provides ‘out...
0
2018-07-13T14:54:40
https://neil.bar/a-really-simple-slack-integration-in-rails-eeae365d5f38
ruby, rails, slack, integration
--- title: A really simple Slack integration in Rails published: true tags: ruby,rails,slack,integration canonical_url: https://neil.bar/a-really-simple-slack-integration-in-rails-eeae365d5f38 cover_image: https://cdn-images-1.medium.com/max/1024/1*NY2qPVbEMLWkX9Mur_qWJg.jpeg --- I’m a big fan of [Slack](https://slac...
neilbartley
84,489
Managing Times for Users in PHP
Most of the time, applications we write are meant to be used by users all over the world from differe...
0
2020-01-28T09:39:41
https://codeinphp.github.io/post/managing-times-for-users-in-php/
--- title: Managing Times for Users in PHP published: true tags: canonical_url: https://codeinphp.github.io/post/managing-times-for-users-in-php/ --- Most of the time, applications we write are meant to be used by users all over the world from different parts of the world having different time zones. Imagine a users ...
sarfraznawaz2005
476,455
Loading spinner using CSS
Learn how to create a loading spinner using CSS Read On
0
2020-10-05T11:35:23
https://dev.to/loginradius/loading-spinner-using-css-550g
css, loader
--- title: Loading spinner using CSS published: true date: 2015-05-05 00:00:00 UTC tags: CSS,Loader canonical_url: --- Learn how to create a loading spinner using CSS [Read On](https://www.loginradius.com/engineering/blog/create-a-loading-spinner-using-css/)
amanagrwl
1,198,789
Using your Rubber Duck
Rubber Duck is a process in development where you talk through an issue with an inanimate object such...
0
2022-09-22T18:30:45
https://www.funkysi1701.com/posts/2015/rubber-duck/
--- title: Using your Rubber Duck published: true date: 2015-05-04 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/rubber-duck/ --- Rubber Duck is a process in development where you talk through an issue with an inanimate object such as a Rubber Duck. It gets its name from the book The Pragma...
funkysi1701
1,575,622
Pixiewps, Reaver & Aircrack-ng Wireless Penetration Testing Tool Updates
A short while ago, we packaged and pushed out a few important wireless penetration testing tool...
0
2023-08-21T21:17:59
https://www.kali.org/blog/pixiewps-reaver-aircrack-ng-updates/
--- title: Pixiewps, Reaver & Aircrack-ng Wireless Penetration Testing Tool Updates published: true date: 2015-05-04 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/pixiewps-reaver-aircrack-ng-updates/ --- A short while ago, we packaged and pushed out a few important [wireless penetration testing tool](ht...
mohammadtaseenkhan
131,883
Advice for students applying to the Google Summer of Code
What does it take to get accepted for GSoC? I would love to share my experience with what...
0
2019-07-03T12:05:38
https://sric.me
gsoc, general, googlesummerofcode, opensource
--- title: Advice for students applying to the Google Summer of Code published: false tags: gsoc,general,googlesummerofcode, opensource canonical_url: https://sric.me published: true --- ## What does it take to get accepted for GSoC? I would love to share my experience with what it takes to get into GSoC. I hope it w...
_sricharan_
426,764
Awesome Umbraco
A collection of awesome Umbraco 7 packages, resources and shiny things.
0
2020-08-13T17:22:49
https://mozzy.dev/posts/awesome-umbraco/
umbraco
--- title: Awesome Umbraco description: A collection of awesome Umbraco 7 packages, resources and shiny things. published: true date: 2015-05-01 00:00:00 UTC tags: umbraco canonical_url: https://mozzy.dev/posts/awesome-umbraco/ --- Many of you are probably aware that one of the great things about Umbraco is the fact t...
mozzydev
84,488
Semantic Versioning and Composer
Today any seriously written application/software follows the Semantic Versioning (also called SemVer)...
0
2020-01-28T09:40:07
https://codeinphp.github.io/post/semantic-versioning-and-composer/
--- title: Semantic Versioning and Composer published: true tags: canonical_url: https://codeinphp.github.io/post/semantic-versioning-and-composer/ --- Today any seriously written application/software follows the _[Semantic Versioning](http://semver.org/)_ (also called _SemVer_). It boils down to this (emphasis mine)...
sarfraznawaz2005
476,454
RDBMS vs NoSQL
Learn about RDBMS and NoSQL Database systems, their differences, benefits and limitations Read On
0
2020-10-05T11:34:08
https://dev.to/loginradius/rdbms-vs-nosql-2758
database
--- title: RDBMS vs NoSQL published: true date: 2015-04-28 00:00:00 UTC tags: Database canonical_url: --- Learn about RDBMS and NoSQL Database systems, their differences, benefits and limitations [Read On](https://www.loginradius.com/engineering/blog/relational-database-management-system-rdbms-vs-nosql/)
amanagrwl
84,487
Throwing Your Own Library Exceptions in PHP
In the previous post, we saw the difference between errors and exceptions, how exceptions can be usef...
0
2020-01-28T09:40:26
https://codeinphp.github.io/post/throwing-your-own-library-exceptions-in-php/
--- title: Throwing Your Own Library Exceptions in PHP published: true tags: canonical_url: https://codeinphp.github.io/post/throwing-your-own-library-exceptions-in-php/ --- In the [previous post](http://codeinphp.github.io/post/exceptions-are-bad-yet-awesome/), we saw the difference between errors and exceptions, ho...
sarfraznawaz2005
1,575,620
OpenVAS 8.0 Vulnerability Scanning
Vulnerability scanning is a crucial phase of a penetration test and having an updated vulnerability...
0
2023-08-21T21:17:54
https://www.kali.org/blog/openvas-vulnerability-scanning/
--- title: OpenVAS 8.0 Vulnerability Scanning published: true date: 2015-04-27 00:00:00 UTC tags: canonical_url: https://www.kali.org/blog/openvas-vulnerability-scanning/ --- **Vulnerability scanning** is a crucial phase of a penetration test and having an updated vulnerability scanner in your security toolkit can o...
mohammadtaseenkhan
627,046
MySQL Users & Permissions
Database administration includes users and permissions management. Most of the time, a UI like, MySQL...
0
2021-03-05T22:46:15
https://www.emmanuelgautier.com/blog/mysql-users-permissions/
mysql, sql
--- title: MySQL Users & Permissions published: true date: 2015-04-27 00:00:00 UTC tags: - mysql - sql canonical_url: https://www.emmanuelgautier.com/blog/mysql-users-permissions/ --- Database administration includes users and permissions management. Most of the time, a UI like, [MySQL Workbench](https://www.mysql...
emmanuelgautier
84,484
Sharing Functionality Using Traits in PHP
Official documentation defines traits as: Traits are a mechanism for code reuse in single inheritan...
0
2020-01-28T09:40:57
https://dev.to/sarfraznawaz2005/sharing-functionality-using-traits-in-php-33cp
--- title: Sharing Functionality Using Traits in PHP published: true tags: canonical_url: --- Official [documentation](http://php.net/manual/en/language.oop5.traits.php) defines traits as: > Traits are a mechanism for code reuse in single inheritance languages such as PHP. A Trait is intended to reduce some limitat...
sarfraznawaz2005
1,202,911
I might actually like SQL Server
How did this happen I think I may actually like SQL Server now? I remember a few years back when I...
0
2022-09-26T20:15:10
https://www.funkysi1701.com/posts/2015/i-might-actually-like-sql-server/
--- title: I might actually like SQL Server published: true date: 2015-04-23 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/i-might-actually-like-sql-server/ --- How did this happen I think I may actually like SQL Server now? ![](https://storageaccountblog9f5d.blob.core.windows.net/blazor/w...
funkysi1701
84,482
Closures - PHP vs Javascript
In my previous post Exploring Lambda Functions and Closures in PHP, I gave you example of function th...
0
2020-01-28T09:42:35
https://codeinphp.github.io/post/closures-php-vs-javascript/
php, javascript
--- title: Closures - PHP vs Javascript published: true tags: php,javascript canonical_url: https://codeinphp.github.io/post/closures-php-vs-javascript/ --- In my previous post [Exploring Lambda Functions and Closures in PHP](http://codeinphp.github.io/post/exploring-lambda-functions-and-closures-in-php/), I gave you ...
sarfraznawaz2005
1,202,910
Weakest Database Design
I have been recently working on a database that hasn’t been designed but has been hacked together by...
0
2022-09-26T20:15:31
https://www.funkysi1701.com/posts/2015/weakest-database-design/
--- title: Weakest Database Design published: true date: 2015-04-21 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/weakest-database-design/ --- I have been recently working on a database that hasn’t been designed but has been hacked together by lots of people over the years. It started life...
funkysi1701
476,453
Cloud storage vs Traditional storage
With Information Technology becoming more and more Cloud based nowadays (due to industry demanding re...
0
2020-10-05T11:34:15
https://dev.to/loginradius/cloud-storage-vs-traditional-storage-5932
cloud, storage
--- title: Cloud storage vs Traditional storage published: true date: 2015-04-21 00:00:00 UTC tags: Cloud,Storage canonical_url: --- With Information Technology becoming more and more Cloud based nowadays (due to industry demanding reliability and scalability in their infrastructure), the Cloud storage system has bec...
amanagrwl
84,477
Dependency Injection in PHP
This is what Wikipedia has to say about Dependency Injection: In software engineering, dependency i...
0
2020-01-28T09:43:03
https://codeinphp.github.io/post/dependency-injection-in-php/
php
--- title: Dependency Injection in PHP published: true tags: php canonical_url: https://codeinphp.github.io/post/dependency-injection-in-php/ --- This is what Wikipedia has to say about Dependency Injection: > In software engineering, dependency injection is a software design pattern that implements inversion of cont...
sarfraznawaz2005
84,474
JavaScript Best Practices
JavaScript is not only amazing language but also very tricky language. To make correct use of it, you...
0
2020-01-28T09:43:19
https://dev.to/sarfraznawaz2005/javascript-best-practices-5h1e
javascript
--- title: JavaScript Best Practices published: true tags: javascript canonical_url: --- JavaScript is not only amazing language but also very tricky language. To make correct use of it, you need to follow some best practices to avoid any problems that might come about otherwise. I share some of the best practices yo...
sarfraznawaz2005
84,473
Exploring Lambda Functions and Closures in PHP
What is a Lambda Function A lambda function (also known as anonymous function ) is a funct...
0
2020-01-28T09:43:47
https://codeinphp.github.io/post/exploring-lambda-functions-and-closures-in-php/
php
--- title: Exploring Lambda Functions and Closures in PHP published: true tags: php canonical_url: https://codeinphp.github.io/post/exploring-lambda-functions-and-closures-in-php/ --- # What is a Lambda Function A lambda function (also known as **anonymous function** ) is a function that has: 1. No Name 2. Can be as...
sarfraznawaz2005
1,318,932
Responsive Layout and Animation
I saw Mike Riethmuller’s precision typography pen{.broken_link}, and was highly impressed. I think...
0
2023-01-06T02:54:22
https://brandonrozek.com/blog/2015-04-16-responsive-layout-and-animation/
web, css
--- title: Responsive Layout and Animation published: true date: 2015-04-16 22:19:36 UTC tags: Web,CSS canonical_url: https://brandonrozek.com/blog/2015-04-16-responsive-layout-and-animation/ --- I saw [Mike Riethmuller’s](http://madebymike.com.au/) precision typography [pen](http://codepen.io/MadeByMike/pen/YPJJYv){....
brandonrozek
1,202,909
Security Camera with Raspberry Pi Camera
So my first Raspberry Pi project is a security camera. If you have read my previous Raspberry Pi...
0
2022-09-26T20:15:50
https://www.funkysi1701.com/posts/2015/security-camera-with-raspberry-pi-camera/
--- title: Security Camera with Raspberry Pi Camera published: true date: 2015-04-15 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/security-camera-with-raspberry-pi-camera/ --- So my first Raspberry Pi project is a security camera. If you have read my previous Raspberry Pi posts you will kn...
funkysi1701
254,488
Discovering service discovery services
The problem with service discovery, is that in order to use it to discover services, services must...
0
2015-04-12T12:50:00
https://dev.to/adamkdean/discovering-service-discovery-services-10cd
docker, consul, ubuntu, linux
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Discovering service discovery services slug: discovering-service-discovery-services date: 2015-04-12 12:50 tags: - docker - consul - ubuntu - linux --- The problem with service discovery, is that in order to use it to discov...
adamkdean
1,202,908
The Raspberry Pi Adventure Starts
I am currently buzzing with excitement about my Raspberry Pi. I will try to document here what I have...
0
2022-09-26T20:16:11
https://www.funkysi1701.com/posts/2015/the-raspberry-pi-adventure-starts/
--- title: The Raspberry Pi Adventure Starts published: true date: 2015-04-11 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/the-raspberry-pi-adventure-starts/ --- I am currently buzzing with excitement about my Raspberry Pi. I will try to document here what I have done so far. I decided to...
funkysi1701
48,755
REST vs. RPC and a mention of HATEOS
This is a modified and expanded version of an email I sent a few days ago, here for public consumptio...
0
2018-09-25T03:20:09
http://designfrontier.net/rest-vs-rpc-vs-hateos
rest, rpc, hateos, api
--- title: REST vs. RPC and a mention of HATEOS published: true tags: REST,RPC,HATEOS,API canonical_url: http://designfrontier.net/rest-vs-rpc-vs-hateos --- This is a modified and expanded version of an email I sent a few days ago, here for public consumption. So RPC is great, right? I need to do X to my data so I’ll...
designfrontier
298,900
mac版のIntelliJ IDEA + IdeaVimで^[が効かない
原因 キーボードがJIS配列でもUS配列として認識されてしまうため、[の位置のキーを]と認識されています。 解決方法 機械に合わせる...
0
2015-04-09T09:50:00
https://qiita.com/shiena/items/0b82b242e32f4e4d02c0
mac, intellij
--- title: mac版のIntelliJ IDEA + IdeaVimで^[が効かない published: true tags: Mac, IntelliJ date: 20150409T09:50Z canonical_url: https://qiita.com/shiena/items/0b82b242e32f4e4d02c0 --- # 原因 キーボードがJIS配列でもUS配列として認識されてしまうため、`[`の位置のキーを`]`と認識されています。 # 解決方法 ## 機械に合わせる US配列の`[`の位置のキーを押せばよいので、JIS配列では`^@`を入力します。 ## 機械を合わせる ### v0...
shiena
254,487
UFW, Ubuntu, OpenVPN, and Docker
Today I've been playing with UFW, Ubuntu, OpenVPN, and Docker. A few other things as well but this...
0
2015-04-06T20:35:00
https://dev.to/adamkdean/ufw-ubuntu-openvpn-and-docker-29a5
docker, ufw, openvpn, iptables
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: UFW, Ubuntu, OpenVPN, and Docker slug: ufw-ubuntu-openvpn-and-docker date: 2015-04-06 20:35 tags: - docker - ufw - openvpn - iptables --- Today I've been playing with UFW, Ubuntu, OpenVPN, and Docker. A few other things as w...
adamkdean
84,467
BloggerCMS - An Static Blog Generator CMS
In the last post, I had mentioned about BloggerCMS which is used to build this very blog. BloggerCMS...
0
2020-01-28T09:44:24
https://dev.to/sarfraznawaz2005/bloggercms-an-static-blog-generator-cms-307f
--- title: BloggerCMS - An Static Blog Generator CMS published: true tags: canonical_url: --- In the [last post](https://codeinphp.github.io/post/welcome.html), I had mentioned about BloggerCMS which is used to build this very blog. BloggerCMS is dead simple CMS that can be used to create fully functional static bl...
sarfraznawaz2005
1,202,907
Building something with a Raspberry Pi
Many years ago I spent a lot of time learning about electronics. It was great fun, I can’t remember...
0
2022-09-26T20:16:52
https://www.funkysi1701.com/posts/2015/building-something-with-a-raspberry-pi/
--- title: Building something with a Raspberry Pi published: true date: 2015-04-05 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/building-something-with-a-raspberry-pi/ --- Many years ago I spent a lot of time learning about electronics. It was great fun, I can’t remember specific things I ...
funkysi1701
1,201,603
Building a CI Server with TeamCity
TeamCity is a Continuous Integration software package which is very easy to install and set up. So...
0
2022-09-25T18:54:40
https://www.funkysi1701.com/posts/2015/teamcity/
--- title: Building a CI Server with TeamCity published: true date: 2015-04-01 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/teamcity/ --- TeamCity is a Continuous Integration software package which is very easy to install and set up. So easy I managed it over a weekend. First of all I fir...
funkysi1701
254,485
Get container ID from within container
To get the container ID from within a container, use this: $ cat /proc/self/cgroup | grep "docker"...
0
2015-04-05T12:11:00
https://dev.to/adamkdean/get-container-id-from-within-container-2keb
docker, shell, linux
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Get container ID from within container slug: get-container-id-from-within-container date: 2015-04-05 12:11 tags: - docker - shell - linux --- To get the container ID from within a container, use this: $ cat /proc/self/cg...
adamkdean
254,484
Shell settings for safer scripts
I was just reading through one of Progrium's scripts when I came across set -eo pipefail at the...
0
2015-04-05T09:51:00
https://dev.to/adamkdean/shell-settings-for-safer-scripts-4j1e
shell, bash, linux
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Shell settings for safer scripts slug: shell-settings-for-safer-scripts date: 2015-04-05 9:51 tags: - shell - bash - linux --- I was just reading through one of Progrium's scripts when I came across `set -eo pipefail` at the ...
adamkdean
254,483
Install Consul on Ubuntu 14.04
To install Consul on Ubuntu 14.04, first make sure you have unzip available: $ apt-get install -y...
0
2015-04-05T09:19:00
https://dev.to/adamkdean/install-consul-on-ubuntu-14-04-1eoa
consul, ubuntu
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Install Consul on Ubuntu 14.04 slug: install-consul-on-ubuntu-14-04 date: 2015-04-05 9:19 tags: - consul - ubuntu --- To install Consul on Ubuntu 14.04, first make sure you have unzip available: $ apt-get install -y unzip...
adamkdean
8,486
How I Use Chrome to Run a Web Design Business
As previously mentioned in A Front End Developer’s Daily App Stack, I use Chrome Beta even though...
0
2017-09-25T00:49:32
https://zackphilipps.dev/posts/how-i-use-chrome-to-run-a-web-design-business/
chrome, browser, webdesign
--- title: "How I Use Chrome to Run a Web Design Business" published: true tags: chrome, browser, webdesign canonical_url: https://zackphilipps.dev/posts/how-i-use-chrome-to-run-a-web-design-business/ --- ![How I Use Chrome to Run a Web Design Business](http://zackphilipps.com/content/images/2015/04/google-chrome-2.jp...
zackphilipps
507,095
Git Tips and Tricks
Recently I’ve been collecting a large collection of git shortcuts, tips and tricks. The following...
0
2020-11-05T12:57:48
https://allanmacgregor.com/posts/git-tips-and-tricks
git, productivity, beginners
--- title: Git Tips and Tricks published: true date: 2015-04-04 00:00:00 UTC tags: git,productivity,beginners canonical_url: https://allanmacgregor.com/posts/git-tips-and-tricks --- Recently I’ve been collecting a large collection of git shortcuts, tips and tricks. The following commands have been tested on linux and ...
allanmacgregor
254,482
Rename Ubuntu droplet
To rename a Digital Ocean Ubuntu droplet, update /etc/hostname and /etc/hosts, then run: service...
0
2015-04-01T12:06:00
https://dev.to/adamkdean/rename-ubuntu-droplet-3foo
digitalocean, droplet, ubuntu
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Rename Ubuntu droplet slug: rename-ubuntu-droplet date: 2015-04-01 12:06 tags: - digitalocean - droplet - ubuntu --- To rename a Digital Ocean Ubuntu droplet, update `/etc/hostname` and `/etc/hosts`, then run: service re...
adamkdean
476,452
Getting Started with Phonegap
PhoneGap now also known as Apache Cordova, is a powerful tool for mobile development which allows you...
0
2020-10-05T10:50:36
https://dev.to/loginradius/getting-started-with-phonegap-aho
engineering, phonegap, mobile
--- title: Getting Started with Phonegap published: true date: 2015-03-31 00:00:00 UTC tags: Engineering,PhoneGap,Mobile canonical_url: --- PhoneGap now also known as Apache Cordova, is a powerful tool for mobile development which allows you to develop in HTML/JS markup and quickly generate out various mobile compati...
amanagrwl
8,485
A Front End Developer's Sublime Text Setup
This post – as well as my other post A Front End Developer’s Daily App Stack – is 100% inspired by A...
0
2017-09-25T00:50:56
https://zackphilipps.dev/posts/a-front-end-developers-sublime-text-setup/
sublime, editor
--- title: "A Front End Developer's Sublime Text Setup" published: true tags: sublime, editor canonical_url: https://zackphilipps.dev/posts/a-front-end-developers-sublime-text-setup/ --- This post – as well as my other post [A Front End Developer’s Daily App Stack](http://zackphilipps.com/a-front-end-developers-daily-...
zackphilipps
1,198,788
Monitoring Screens
We all know that it is important to monitor your servers and services, so you can spot issues before...
0
2022-09-22T18:31:07
https://www.funkysi1701.com/posts/2015/monitoring-screens/
--- title: Monitoring Screens published: true date: 2015-03-25 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/monitoring-screens/ --- We all know that it is important to monitor your servers and services, so you can spot issues before they become problems. I personally have spent a lot of ti...
funkysi1701
254,481
ES6 compatible sleep function
While debugging locally, it can be hard to see how an application runs in the wild as the network has...
0
2015-03-24T16:33:00
https://dev.to/adamkdean/es6-compatible-sleep-function-3e18
javascript, es6
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: ES6 compatible sleep function slug: es6-compatible-sleep-function date: 2015-03-24 16:33 tags: - javascript - es6 --- While debugging locally, it can be hard to see how an application runs in the wild as the network has no del...
adamkdean
476,451
Animate the modal popup using CSS
Learn how to animate the modal popup using CSS keyframe Read On
0
2020-10-05T10:50:44
https://dev.to/loginradius/animate-the-modal-popup-using-css-58i8
slide, css, swirl, popup
--- title: Animate the modal popup using CSS published: true date: 2015-03-23 00:00:00 UTC tags: Slide,CSS,Swirl,PopUp canonical_url: --- Learn how to animate the modal popup using CSS keyframe [Read On](https://www.loginradius.com/engineering/blog/animating-simple-css-popup-tutorial/)
amanagrwl
1,201,602
Networking Event
I recently went to an event called ITBoss organised by Core Com Consulting. It was really good,...
0
2022-09-25T18:55:53
https://www.funkysi1701.com/posts/2015/networking-event/
--- title: Networking Event published: true date: 2015-03-22 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/networking-event/ --- I recently went to an event called ITBoss organised by [Core Com Consulting](http://www.corecomconsulting.co.uk/blog/archive?tag=276). It was really good, helped ...
funkysi1701
332,153
Python? Mas por onde começo?
Porque você deveria aprender Python? A resposta é relativamente simples, como foi detalhado num ar...
0
2020-05-11T00:34:38
https://www.gabrielaraujo.dev/posts/python-mas-por-onde-comeco/
--- title: Python? Mas por onde começo? published: true date: 2015-03-21 13:00:17 UTC tags: canonical_url: https://www.gabrielaraujo.dev/posts/python-mas-por-onde-comeco/ --- > Porque você deveria aprender Python? A resposta é relativamente simples, como foi detalhado [num artigo da readwrite](https://readwrite.com/...
gabrielaraujof
154,178
Repairing a Microsoft ergonomic keyboard
I accidentally spilled tea on my Microsoft natural ergonomic keyboard (Referal link). After cleaning...
0
2019-08-08T12:49:41
https://www.zufallsheld.de/2015/03/21/repairing-microsoft-ergonomic-keyboard/
freenas, virtualbox
--- title: Repairing a Microsoft ergonomic keyboard published: true tags: freenas,virtualbox canonical_url: https://www.zufallsheld.de/2015/03/21/repairing-microsoft-ergonomic-keyboard/ --- I accidentally spilled tea on my Microsoft natural ergonomic keyboard (Referal link). After cleaning up the visible mess I contin...
rndmh3ro
48,754
Confidence Without Ego
When I was young I thought humility was placing yourself below other people. To believe that they wer...
0
2018-09-12T00:47:24
http://designfrontier.net/confidence-without-ego
leadership, team, life, teamwork
--- title: Confidence Without Ego published: true tags: leadership,team,life,teamwork canonical_url: http://designfrontier.net/confidence-without-ego --- When I was young I thought humility was placing yourself below other people. To believe that they were better than me. To subserviate myself to their opinions and re...
designfrontier
248,568
Source Control Fail
Every developer uses source control, it is a great tool for keeping track of changes to your code,...
0
2020-01-25T22:08:31
https://www.funkysi1701.com/posts/source-control-fail-dgn
softwaredevelopment, developer, git, programming
--- title: Source Control Fail published: true date: 2015-03-16 21:32:00 UTC tags: SoftwareDevelopment,developer,git,programming canonical_url: https://www.funkysi1701.com/posts/source-control-fail-dgn --- Every developer uses source control, it is a great tool for keeping track of changes to your code, seeing who has...
funkysi1701
476,450
CSS Responsive Grid, Re-imagined
I know what you're thinking. Why am I writing this blog? There's like a bunch of apps out there that...
0
2020-10-05T10:50:51
https://dev.to/loginradius/css-responsive-grid-re-imagined-4np5
css, grid, responsive
--- title: CSS Responsive Grid, Re-imagined published: true date: 2015-03-16 00:00:00 UTC tags: CSS,Grid,Responsive canonical_url: --- I know what you're thinking. Why am I writing this blog? There's like a bunch of apps out there that do this thing automatically. See, that's the problem, "automatically". That means ...
amanagrwl
282,589
Azure Traffic Manager
However Azure has some amazing features that you can configure to help manage when downtime occurs
0
2021-01-16T15:53:16
https://www.funkysi1701.com/posts/azure-traffic-manager-3k9k
itadmin, azure, clouds, devops
--- title: Azure Traffic Manager published: true date: 2015-03-12 21:20:36 UTC tags: ITAdmin,Azure,clouds,devops canonical_url: https://www.funkysi1701.com/posts/azure-traffic-manager-3k9k description: However Azure has some amazing features that you can configure to help manage when downtime occurs --- I have spent m...
funkysi1701
282,588
Tidying my desktop
My desktop is always a mess. I constantly download files there and forget all about them.
0
2021-01-17T20:51:09
https://www.funkysi1701.com/posts/tidying-my-desktop-2f1a
itadmin, desktop, powershell, programming
--- title: Tidying my desktop published: true date: 2015-03-11 20:02:42 UTC tags: ITAdmin,desktop,powershell,programming canonical_url: https://www.funkysi1701.com/posts/tidying-my-desktop-2f1a description: My desktop is always a mess. I constantly download files there and forget all about them. --- My desktop is alwa...
funkysi1701
254,480
Intercepting XMLHttpRequest requests
Let's kick off the continuation of my code blogging with a very helpful little snippet. I'm just...
0
2015-03-11T12:20:00
https://dev.to/adamkdean/intercepting-xmlhttprequest-requests-47lf
javascript
--- cover_image: https://dev-to-uploads.s3.amazonaws.com/i/y9hxcwi5y92j6zfcxbjx.jpg title: Intercepting XMLHttpRequest requests slug: intercepting-xmlhttprequest-requests date: 2015-03-11 12:20 tags: - javascript --- Let's kick off the continuation of my code blogging with a very helpful little snippet. I'm just remo...
adamkdean
1,244,618
Command Line Menu in C
Nostalgia I wanted to post this simply because it working on it brought my a dry nostalgic joy. ...
0
2015-03-10T10:00:00
https://ladvien.com/command-line-menu-c
robots, c
--- title: Command Line Menu in C tags: robots, c published_at: 20150310T10:00Z canonical_url: https://ladvien.com/command-line-menu-c main_image: https://ladvien.com/images/my_uC_icon_12.png published: true --- **Nostalgia** I wanted to post this simply because it working on it brought my a dry nostalgic joy. Whe...
ladvien
1,244,617
FTDI in C
Part of my C journal -- Writing an LPC1114 bootloader Setting Up the GCC Compiler I setup a C...
0
2015-03-10T10:00:00
https://ladvien.com/ftdi-in-c
robots, ftdi, c
--- title: FTDI in C tags: robots, ftdi, c published_at: 20150310T10:00Z canonical_url: https://ladvien.com/ftdi-in-c main_image: https://ladvien.com/images/my_uC_icon_10.png published: true --- Part of my C journal -- Writing an LPC1114 bootloader ![](https://ladvien.com/images/GCCLogo.png)<span style="font-size: ...
ladvien
1,244,619
UUEncode in C
I want to take a moment to thank Bdk6. The man is a walking Stack Overflow, with more patience for...
0
2015-03-09T10:00:00
https://ladvien.com/uuencode-in-c
robots, c, gcc, uuencode
--- title: UUEncode in C tags: robots, c, gcc, uuencode published_at: 20150309T10:00Z canonical_url: https://ladvien.com/uuencode-in-c main_image: https://ladvien.com/images/my_uC_icon_9.png published: true --- **I want to take a moment to thank [Bdk6](http://smalltimeelectronics.com/). The man is a walking Stack O...
ladvien
476,449
An Intro to Curl & Fsockopen
What are they? cURL and Fsock are both methods used to communicate with different types of servers us...
0
2020-10-05T10:48:09
https://dev.to/loginradius/an-intro-to-curl-fsockopen-1i2b
curl, fsock
--- title: An Intro to Curl & Fsockopen published: true date: 2015-03-09 00:00:00 UTC tags: curl,Fsock canonical_url: --- What are they? cURL and Fsock are both methods used to communicate with different types of servers using communication protocols. Fsock is included in PHP and cURL is a library that can be install...
amanagrwl
1,244,615
Intel Hexfile to Array
my_uC_icon_5_300x300.png Not All Those Who Wander are Lost (but I am) I thought I'd take some time...
0
2015-03-08T10:00:00
https://ladvien.com/intel-hexfile-to-array-c
robots, c, intelhex
--- title: Intel Hexfile to Array tags: robots, c, intelhex published_at: 20150308T10:00Z canonical_url: https://ladvien.com/intel-hexfile-to-array-c main_image: https://ladvien.com/images/my_uC_icon_5_300x300.png published: true --- my_uC_icon_5_300x300.png **Not All Those Who Wander are Lost (but I am)** I though...
ladvien
1,201,601
Database Deployment
One of my jobs is adding extra features to our internal databases. There is a fair amount of risk in...
0
2022-09-25T18:56:50
https://www.funkysi1701.com/posts/2015/database-deployment/
--- title: Database Deployment published: true date: 2015-03-05 20:00:45 UTC tags: canonical_url: https://www.funkysi1701.com/posts/2015/database-deployment/ --- One of my jobs is adding extra features to our internal databases. There is a fair amount of risk in doing this. I could make a change to one of the queries...
funkysi1701
476,448
Enqueuing Scripts in WordPress
In this tutorial I want to explain the different methods to enqueue scripts and style sheets in WordP...
0
2020-10-05T10:47:52
https://dev.to/loginradius/enqueuing-scripts-in-wordpress-3ma0
wordpress, php
--- title: Enqueuing Scripts in WordPress published: true date: 2015-03-02 00:00:00 UTC tags: WordPress,PHP canonical_url: --- In this tutorial I want to explain the different methods to enqueue scripts and style sheets in WordPress. This can be a really confusing process for new WordPress developers. There are three ...
amanagrwl