In this episode of the Rubber Duck Dev Show, we discuss the new features of ruby that allow you to set types for your variables. We discuss the pros and cons and discuss static vs. dynamic typing in general.
In this episode, we discuss how optimize your database performance. MySQL vs PostgreSQL SQL vs NoSQL 1 SQL vs NoSQL 2 Postgres pg_stat_statements Postgres...
In this episode, we discuss when you should comment your code. Don't use comments! Use code. Why Good Codes Don’t Need Comments
In this episode, we discuss how many 3rd party libraries you should use in your projects. SHOULD DEVELOPERS USE THIRD-PARTY LIBRARIES?