
What we’re about
Open Source, Software Development, Web Development, Programming Languages, Functional Programming, Object Oriented Programming, Design Patterns, Software Architecture, Software Engineering, Data Engineering, SQL, NoSQL, Mobile Development, TDD, Java, Kotlin, Groovy, Scala, Clojure, JavaScript, TypeScript, Dart, Swift, Ruby, Python, Erlang, Elixir, C, C++, Objective-C, C#, Go, Rust, OCaml, Haskell, HTML, CSS, Rails, Grails, NodeJS, Spark, Hive, Hadoop, Arduino, Raspberry Pi, Linux, Windows, macOS, Android, iOS, Concurrency, Beer, Food, Economics, Politics. These are just a few of the things Coder Consortium has talked about over the years. We're a friendly and welcoming group of Computer Programming enthusiasts who meet the first Thursday of each month and participate in presentations, workshops, tutorials, lightning talks, etc. Come on out and see for yourself!
Upcoming events (1)
See all- Tackling Code ComplexityBloom Workspaces, Sacramento, CA
try
--if you develop code
----for language in languages you write in
------if your language.codebase is not easy to maintain
--------if your interested simplifying code
----------come join us
----------learn about code complexities
----------if interested in extra discussion
------------goto after talk food and drinks
--------else
----------come join us
----------explain your approach
------else
--------Lucky you!!!
catch
---if you can't make it this time
-----please join us soongoto: after talk food and drinks
---continue discussion*Note we discovered in the making of this post that Meetup has very limited support for formatting this details section. So the dashes are a hack around that. In order to do the substitution a small Python program was used, naturally ;)
import re
def inlieu(ch): return lambda m: ch * len(m.group(0))
print(re.sub(r" +", inlieu('-'), text))Run the code for yourself on
StackBlitz#PLnerd