Skip to content

Instantly share code, notes, and snippets.

@iansamz
iansamz / README-Template.md
Created April 21, 2021 20:58 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

@iansamz
iansamz / bp-xprofile-countries-list.php
Created April 1, 2021 14:57 — forked from slaFFik/bp-xprofile-countries-list.php
BuddyPress xProfile - Add Countries
<?php
/**
* If you are using BP 2.1+, this will insert a Country selectbox.
* Add the function to bp-custom.php and then visit .../wp-admin/users.php?page=bp-profile-setup
*/
function bp_add_custom_country_list() {
if ( !xprofile_get_field_id_from_name('Country') && 'bp-profile-setup' == $_GET['page'] ) {

GitHub | LinkedIn | Website

I'm a passionate full stack developer with extensive experience with both server side and client side MVC frameworks. My development stack of choice includes Git, Angular/Vue/React with Server Side Rendering, NestJs/Django for Backend Development, SASS,CSS3 and HTML5. I'm a firm believer in test driven development, continous integration and code review, and always strive to write beautiful and elegant code that solves complex problems easily.