Tag

object-oriented

Being a Better PHP Dev: learning to avoid the common mistakes

This book will upgrade your PHP code by highlighting the errors, antipatterns, and security weaknesses common to PHP applications.

Learning C# by Doing Tiny Projects

With Tiny C# Projects by Denis Panjuta and Jafar Jabbarzadeh

Want to learn C#? There’s no better way to learn than by practical application. This book teaches C# via fun, real-world projects. You’ll be writing C# in no time!

Read on to learn more.

Julia Crash Course: Dictionaries

An excerpt from Julia as a Second Language by Erik Engheim

This article covers:

·   Storing values on keys in dictionaries.

·   Working with pair objects.

·   Using tuples to create dictionaries.

·   Comparing dictionaries and arrays.

Read it if you’re interested in the Julia language or in how it handles dictionaries.

Why Should You Program with Julia?

An excerpt from Julia as a Second Language by Erik Engheim

This article covers:

What type of problems Julia solves.
The limits of statically-typed languages.
Why the world needs a fast dynamically-typed language.
How Julia increases programmer productivity.

Read it if you’re interested in the Julia language and its strengths and weaknesses.

Fetching Data from the Database

From Data-Oriented Programming by Yehonathan Sharvit

This article explores how data-oriented programming deals with retrieving data from a database.

Reliability through Self-Conscious Code

From Seriously Good Software by Marco Faella

This article delves into how thinking about what you want your code to do before you write it can lead to more reliable code.

© 2023 Manning — Design Credits