Read more...
Read more...
Read more...
- Introduce new members. What have you worked on, game related or not? What do you want to work on next?
- Discuss this week's conversation starter. Some article, video or game that we can dig into a little.
- Members can present any games they're working on, for feedback or just to brag.
Looking forward to it!
Read more...
Tannin is where Geek Night originated! Join us here on Monday nights during the entire month of September. See you on Monday!
Read more...
Be sure and sign up at the national Brigade site: brigade.codeforamerica.org
And join our Google+ community too!
Read more...
Read more...
Read more...
Read more...
Meeting Learning:
Meeting Description:
About the Speakers:
Read more...
Scott will take us through a variety of free and purchased plugins that being used to rebuild the functionality in the old CMS. WooCommerce for online exhibitor directories and data collection for print versions, a 3rd party map plugin being used to display booth maps for convention centers and others.
This is a topic that will benefit all levels of expertise in WordPress, so join us for a great evening of learning and discussions!
Read more...
UPCOMING EVENTS
Read more...
http://www.cinemark.com/doctor-who-the-day-of-the-doctor-in-3d
Read more...
Piero is the manager of analytics and insights at Blue Cross Blue Shield of Kansas City and longtime data enthusiast. He holds a BS in Finance and MIS from the University of Delaware and a MS in predictive analytics from Northwestern University.
Matt Habiger will show how one can use Amazon's Web Services (AWS) to handle large datasets. This can be particularly useful when the dataset is too large to fit into your personal machine's memory or you are running an algorithm that can be parrallelized.
Read more...
Tannin is where Geek Night originated! Join us here on Monday nights during the entire month of September. See you on Monday!
Read more...
Read more...
Be sure and sign up at the national Brigade site: brigade.codeforamerica.org
And join our Google+ community too!
Read more...
The Big Data Festival in Kansas City begins tomorrow
http://bd-kc.com/
November 20th and 21st.
Read more...
Beginning Presentation: Drive Business Decisions by Tracking and Analyzing Data from Multiple Data Sources Instantaneously using Excel PowerPivot
Presenter: Caren Grandgenett
Description: Demonstration of Microsoft Excel PowerPivot that allows instantaneous collection, management and analysis of data from various sources; including Excel, Access and any number of other sources.
Caren Grandgenett is a database development and training specialist, with expertise that empowers clients to track customers, competitors and business metrics. Clients include Cherub Medical Supplies, Tall Grass Freight, and Johnson County Community College
Advanced Presentation: Creating a custom function in Access
Presenter: Lisa Friedrichsen
Description: Have you ever needed to calculate a bonus, stipend, commission, or any other value for your employees based on your company’s unique policies and business needs? If so, you’re looking at an excellent candidate for an Access custom function to help you do the work.
A custom function is a saved formula that allows you to quickly, consistently, and accurately calculate a result. A custom function defines a unique formula that you create in a VBA module. Once the custom function is created it can be used over and over again in queries, forms, and report.
In this example we’ll create a custom function called STIPEND. The STIPEND function will return a value of $0, $250, or $50 based on several conditions including the enrollments and number of sections an instructor teaches over the course of the academic year.
By defining STIPEND once as a custom function, we will greatly simplify every query, form, and report that needs to calculate stipend values.
Lisa Friedrichsen is a professor of database and Web technologies at JCCC.
Drawing: Microsoft Access 2013 Absolute Beginner's Guide by Alison Balter Make the most of Access 2013--without becoming a technical expert! Give-away drawing for HUG members only. Sponsored by: Heritage Computer Consulting & Services, Inc.
Arlene Watkins | President/CEO
Read more...
Format: Lean Coffee topical format
Where: Digital Evolution Group Coffee Shop, 10801 Mastin Street, Overland Park, KS
This is a BYOL (bring your own lunch) event.
Starbucks coffee is provided!
Read more...
Then why aren't we getting together?
Let's get together and talk about our ideas, projects, and problems.
This is a great time to get together with other like minded individuals to run your projects by, test your next great game/app/software or got a coding problem you just can't get the answer to, why not run it by the group.
Bring your laptops, tablets, whatever and lets talk tech, share ideas and solve problems!
Read more...
Scott will take us through a variety of free and purchased plugins that being used to rebuild the functionality in the old CMS. WooCommerce for online exhibitor directories and data collection for print versions, a 3rd party map plugin being used to display booth maps for convention centers and others.
This is a topic that will benefit all levels of expertise in WordPress, so join us for a great evening of learning and discussions!
Read more...
Read more...
6:30 PM, Wed, NOV 20, 2013
Centriq Training Center
8700 State Line Rd, Leawood, KS
(West side of State Line Rd, directly across from Ward Parkway Mall)
Sponsor: CJK Consulting
--------------------------------------------------------------------------------
Food and door prizes will be provided by : CJK Consulting
In order to ensure that we have enough food, please send an email to John K. or Kurt Loudon ([email protected] AND [email protected]) to indicate if you will be attending. Thanks very much !
This month's topic is:
ASP.NET 4.5 N-Layered Application Architecture: Foundations (Speaker: Leslie Koorhan)
In a series of articles, Imar Spaanjaars lays out a complete framework
for building an ASP.NET N-Layered Application. These articles are
highly recommended for their completeness. In this presentation, Leslie
will show the basic layers, the foundation as it were, explaining why
he used Entity Framework, and showing the classes, interfaces and
projects that make this all work. As the wrap up, he will demonstrate
the resulting application, showing off a little of the front-end code.
Leslie Koorhan's Mini-BIO:
Leslie Koorhan is currently working at Centriq Training, revamping their
internal software for scheduling classes, and enrolling students. He
has been a Microsoft Certified Trainer for 20 years, and has spent most
of the past 22 years as a full-time trainer. Leslie has been working
with the .NET Framework since it was first released in 2001, and has
worked with all versions of Visual Studio, through 2012.
Read more...
Read more...
This talk will introduce Scotty, a Haskell-hosted Domain-Specific Language for declaratively specifying RESTful web services. Scotty is modeled on the popular Ruby web framework, Sinatra, but takes advantage of Haskell's type system to help the user write code that is both more correct and more concise. We'll overview the Scotty API, its implementation, and use it to define some simple web services. We'll highlight the advantages provided by the type system and compare Scotty to other major Haskell web frameworks. Anyone interested in following the code examples is encouraged to 'cabal install scotty' prior to the talk.
About the Speaker
Andrew Farmer is a Ph.D. Student at the University of Kansas. He is interested in programming language design in general, and specifically the compilation and optimization of functional languages. Prior to returning to graduate school, Andrew spent five years in industry designing web frameworks in various languages. In addition to creating Scotty, Andrew works on HERMIT, a toolkit for interacting with the Glasgow Haskell Compiler's optimizer. When he's not staring at a screen, you can find him on a bike or climbing things.
Thinking in Map Reduce - Ryan Brush
MapReduce reflects the essence of scalable processing: split a big problem into lots of parts, process them in parallel, and then merge the results. Yet this model is at odds with how we’ve thought about computing for most of history, where we center our applications on longlived stores of mutable data and incrementally apply change. This talk starts with the basics of MapReduce and design patterns to apply it effectively. We then look at how Cerner is using MapReduce to solve problems in health care, and at emerging opportunities to solve previously unapproachable problem across many industries.
About the Speaker
Ryan is a Distinguished Engineer with Cerner. He has built infrastructure for healthcare systems over the past decade, with a recent emphasis on making sense of huge and complex data sets and applying that to real problems in healthcare. Ryan has spoken at Strata + Hadoop World, ApacheCon, and StampedeCon. He also dabbles in writing, with contributions to the book 97 Things Every Programmer Should Know and on Cerner's engineering blog as well as his personal blog.
New Attendees
Welcome! This is an easy meetup to get involved with. There are no functional programming experience expectations or prerequisites of any kind, though some talks are more advanced than others. These events are generally well suited to help infuse functional programming ideas into an existing programming skill set.
Location Details
The address is 4210 Shawnee Mission Parkway, Suite 400A.
C2FO offices are on the top floor of the same building in which Fairway, KS City Hall is located. This building is right behind Stroud's restaurant and LLKC attendees should be able to gain entry from any door. If anyone has trouble getting in just call Pete's cell at 206-778-1545.
Additional Notes
Pizza will be provided, so come hungry!
Read more...
Read more...
November 21st: WordPress Kansas City Meeting - Migrating a Custom CMS to WordPress with Scott Rarden
Scott will take us through a variety of free and purchased plugins that being used to rebuild the functionality in the old CMS. WooCommerce for online exhibitor directories and data collection for print versions, a 3rd party map plugin being used to display booth maps for convention centers and others.
This is a topic that will benefit all levels of expertise in WordPress, so join us for a great evening of learning and discussions!
Read more...
http://bd-kc.com/
A festival celebrating the impact & application of data.
BDKC (Big Data - Kansas City) is part of the global crowd-sourced Big Data Festival going on November 20-21, 2013. The Big Data Festival (BDF) unites the data community around the world.
Kansas City has partnered with major cities to create a global platform for big data enthusiasts. With over 25,000 attendees, you can expect a think-tank of our data community including: scientists, visualizers, architects, researchers, engineers, experts, beginners, professors and learners. Our focus will be the challenges and opportunities presented by the growth of Big Data.
Read more...
Each month we have one or more guest speakers discussing Google Analytics, Web Analytics and Marketing Metrics.
Meeting Agenda*
6:45 - 7:00 Welcome and Networking with food and drink
7:00 - 7:30 Google & Web Analytics Topic 1
7:30 - 8:00 Google & Web Analytics Topic 1
8:00 - 8:30 Group Discussion - Q&A and Answers To Previously Submitted Questions
8:30 - 9:00 Informal Breakout sessions for specific Q&A among group members
* The actual agenda is flexible depending upon speaker's presentations and length of Q&A.
All attendees are encouraged to email questions to be answered at the event to Breht Burri at [email protected].
Parking: Free Parking on Grand Blvd on both east a west sides of the street.
Read more...
Read more...
- Introduce new members. What have you worked on, game related or not? What do you want to work on next?
- Discuss this week's conversation starter. Some article, video or game that we can dig into a little.
- Members can present any games they're working on, for feedback or just to brag.
Looking forward to it!
Read more...
Tannin is where Geek Night originated! Join us here on Monday nights during the entire month of September. See you on Monday!
Read more...
What is coderetreat?
Coderetreat is a day-long, intensive practice event, focusing on the fundamentals of software development and design. By providing developers the opportunity to take part in focused practice, away from the pressures of 'getting things done', the coderetreat format has proven itself to be a highly effective means of skill improvement. Practicing the basic principles of modular and object-oriented design, developers can improve their ability to write code that minimizes the cost of change over time.Details on the website: http://coderetreat.org/
Specifics on what a typical coderetreat day is: http://coderetreat.org/facilitating/structure-of-a-coderetreat
The coderetreat day consists of 5-6 sessions, each session's learnings building upon previous sessions. The morning focuses on becoming comfortable with the problem domain, breaking old habits and beginning focused self-discovery. The afternoon pushes the envelope by challenging pairs to stretch their skills and understanding of abstractions, modular design and test-driven development.
Global Day of Coderetreat joins cities across the world in coderetreat, all on the same day.
Money is to reserve your spot and will be refunded when you show up. If you don't show up, it will be donated to some programming related cause.
Read more...
Whether you have development question you want answers to, want to weep into your coffee while telling your latest coding nightmare, want to be a fly on the wall or just want some face time with other developers, you're encouraged to bring your laptop and grab a coffee or snack at this informal meetup!
Our Saturday Meeting Format
Our Saturday meetings are free-formed and the attendees bring up topics that interest them or that they want feedback on. Our rough meeting structure follows this format:
* Introductions / meet and greet new members
* Open group discussion on any development topic, concern or question; discussing any new happenings that interest the group
* Setting up your development environment, reviewing code written by others, quick demos, etc. (time permitting)
All Developers Welcome!
We understand PHP developers come from all backgrounds, many doing work as developers using other languages than just PHP, while many others are from a system administration background.
Our attendees range in all skill levels from beginner, to weekend warrior, to development professionals and experts. Whether you're curious about PHP and just starting out, or work with PHP for a living, our goal is that you will learn something new, useful and thought provoking during one of our meetings.
Regular attendees of our meetings are knowledgeable about and use the following PHP frameworks/libraries: Symfony, Zend Framework, Laravel, Composer, Silex, Slim, CakePHP, WordPress, Drupal and Joomla, just to name the most popular.
Interested in giving a more formal presentation to the group, or demoing something new and exciting you're working on? Contact one of our organizers through Meetup or talk after a monthly meeting and tell us your ideas!
Read more...
We do have a last minute substitution.
Read more...
Then why aren't we getting together?
Let's get together and talk about our ideas, projects, and problems.
This is a great time to get together with other like minded individuals to run your projects by, test your next great game/app/software or got a coding problem you just can't get the answer to, why not run it by the group.
Bring your laptops, tablets, whatever and lets talk tech, share ideas and solve problems!
Read more...
Read more...
Read more...
6:30 PM, Wed, NOV 20, 2013
Centriq Training Center
8700 State Line Rd, Leawood, KS
(West side of State Line Rd, directly across from Ward Parkway Mall)
Sponsor: CJK Consulting
--------------------------------------------------------------------------------
Food and door prizes will be provided by : CJK Consulting
In order to ensure that we have enough food, please send an email to John K. or Kurt Loudon ([email protected] AND [email protected]) to indicate if you will be attending. Thanks very much !
This month's topic is:
ASP.NET 4.5 N-Layered Application Architecture: Foundations (Speaker: Leslie Koorhan)
In a series of articles, Imar Spaanjaars lays out a complete framework
for building an ASP.NET N-Layered Application. These articles are
highly recommended for their completeness. In this presentation, Leslie
will show the basic layers, the foundation as it were, explaining why
he used Entity Framework, and showing the classes, interfaces and
projects that make this all work. As the wrap up, he will demonstrate
the resulting application, showing off a little of the front-end code.
Leslie Koorhan's Mini-BIO:
Leslie Koorhan is currently working at Centriq Training, revamping their
internal software for scheduling classes, and enrolling students. He
has been a Microsoft Certified Trainer for 20 years, and has spent most
of the past 22 years as a full-time trainer. Leslie has been working
with the .NET Framework since it was first released in 2001, and has
worked with all versions of Visual Studio, through 2012.
Read more...
1040 New Hampshire is the old church just north of the county courthouse. Plenty of parking on the street or behind the building.
Read more...
Whether you are only looking for a way to simplify your persistence tier or already use Spring and want to streamline your application even more, Spring Data is excellent choice for both relational and NoSQL technologies!
About the Presenter
Rob Winch - Spring Security Lead
Rob Winch is a Senior Software Engineer at SpringSource and is the project lead of the Spring Security framework. He is also a committer on the core Spring Framework, co-author of the Spring Security 3.1 book, and enjoys presenting about anything technical. In the past he has worked in the health care industry, bioinformatics research, high performance computing, and as a web consultant. When he is not sitting in front of a computer he enjoys playing the guitar.
- Meet and Greet @ 6:30 PM
- Presentation starts @ ~7:00 PM
Sponsor: DST
DST delivers industry experience, technological expertise and service excellence to help our clients process, communicate and safeguard the critical, high-value information their customers need to manage life’s most important business.
At DST we believe we are only as good as the associates who work here. We strive to instill in our associates a sense of engagement with their particular work and with the goals of the organization as a whole. An engaged associate finds satisfaction in their work. They begin each day with a sense of purpose and end the day with the knowledge of a job well done.
Read more...