Skip to content

Instantly share code, notes, and snippets.

@sycobuny
Created November 19, 2012 16:13
Show Gist options
  • Save sycobuny/4111532 to your computer and use it in GitHub Desktop.
Save sycobuny/4111532 to your computer and use it in GitHub Desktop.
Possible Topics for 2012-10-19 Programmer's Meeting

Intro to Sass

http://github.com/sycobuny/sass_presentation

This is an intro to the "Sass" (not "SAS") language, which is a templating language used to generate CSS from a more minimal set of instructions, as well as a set of functions which can help with design and layout (mathematical operators in CSS!)


Code Smells (and what to do about them)

--UNWRITTEN--

One of the buzzwords that has come into the programming world recently is "smells" - It's a new word for an old concept. Your code lets you know when it needs to be refactored; this talk highlights some of the ways it tells you.


Intro to PL/Perl

--NOT UPLOADED TO GITHUB--

This presentation walks through a few of the more basic ways in which you can embed Perl into a PostgreSQL database using PL/Perl.

Mojolicious

--UNWRITTEN--

This will probably be a basic introduction to Mojolicious and how to use it to develop sweet apps without breaking a sweat.

IRP::Auth

--UNWRITTEN--

This would be a fast talk about my custom webform-based authentication module, written using mod_perl.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment