I’m going to share with you something I learned today! I needed to show some pictures in a project I’m […]
Dizzy Coding
Laravel + Android
Coding Problem : I am starting my studies in the laravel framework and I have seen that it is very […]
Array en un campo “hidden” de un Formulario
Hay que serializar el array para enviarlo por el URL o en un formulario en un campo “hidden” … Y, […]
tmux always reattach
Really small tip here: I’ve switched to tmux recently and was always wondering why the default behaviour was to always […]
Secure password encryption in Maven
Maven allows you to create and store encrypted passwords to use for automatic server authentication: # Create an encrypted master […]
Gitk –all from inside Git Extensions
So I love using Git Extensions on Windows. However, sometimes when you want an unfiltered view of your repository, nothing […]
Circular interation between array
Here is a tip to easly navigate between array Next interation int i = (i+1) % targetArray.Count Prev interation int […]
A step-by-step guide to develop and deploy Vue apps with docker, part one
Previously, I’ve described a very simple way to develop and deploy a Vue.js app using a combination of git and […]
Bash find command verbose output
Bash find command verbose output – A server stack is the collection of software that forms the operational infrastructure on […]
Replay system for Canvas
This is my go, for making a replay system for canvas. Tutorial also has code for NodeJS how to save […]
How to configure Netbeans to work with PHPUnit in a virtualized environment?
Coding Problem : I use Netbeans 7.4 on Mac to program. And to not have to install PHP and PHPUnit, […]
No JS Click Tracking
Why Being able to track how a user interacts with your application is important for you to develop a smooth […]
Getting started with Yeoman
If you need to go straight to a working example to start with, you’re in the right place. Prerequisites: node.js […]
Call javascript function from string name
var strFunc = “myFunc”; var strParam = “functionParameter” //Create the function var func = window[strFunc]; //Call the function func(strParam);
Validates field uniqueness with state_machine and factory_girl
Include this helper in RSpec::Core::ExampleGroup : module StateMachineHelper module ExampleGroupMethods def it_should_validate_uniqueness_of field @field = field self end def with_factory […]
“html attribute dynamic value” Code Answer
In this article we will learn about some of the frequently asked HTML programming questions in technical like “html attribute […]
# For type maps (negotiated resources):
# For type maps (negotiated resources): – Problems with loading a website are often blamed on the Internet connection, but […]
How to upgrade omnipay-stripe to support 3D Secure payments in Laravel application
In this article we will learn about some of the frequently asked Php programming questions in technical like How to […]
“android vertical seekbar” Code Answer
In this article we will learn about some of the frequently asked Kotlin programming questions in technical like “android vertical […]