software-craftsmanship

Recent in

software-craftsmanship

How to Hide Your API Keys in an Android Application
Android

How to Hide Your API Keys in an Android Application

https://www.freecodecamp.org

Let's say that you are using a version control system and your project uses services that require API keys. Everything is all good when they're on your local machine, but you don’t want to share these API keys with the world.

Tomer Ben RachelJan 16, 2023
Figuring Out When Not To Use DI, IoC, and IoC Containers in .NET C#
Software-craftsmanship

Figuring Out When Not To Use DI, IoC, and IoC Containers in .NET C#

https://hackernoon.com

Dependency Injection (DI), Inversion of Control (IoC), and IoC Containers are our friends, but like everything in life, if you abuse using them, you would get what you don’t ever wish for.Before DI and IoC Containers, it was a hell to manage dependencies between different modules/classes and that’s why we were more careful and cautious about defining these dependencies. We used to think twice or even more about each module/class dependency before starting the implementation.However, now after having DI, IoC, and IoC Containers, defining a dependency became like breathing, you implicitly do it when you actually don’t recognize it.

Ahmed Tarek HasanJan 13, 2023
Coalesce SQL – Example PostgreSQL and SQL Server Functions
Databases

Coalesce SQL – Example PostgreSQL and SQL Server Functions

https://www.freecodecamp.org

In SQL, the COALESCE() function returns the first non-null value in an entry. It evaluates the values of the entries one by one, ignores the null values, then returns the first value that is not null. It works in PostgreSQL, SQL server, and MySQL.

Kolade ChrisJan 13, 2023
Using Node JS for Web Scraping Google Finance
What You Should Know About PHP Mod_Rewrite And Mod_Security.
Web-development

What You Should Know About PHP Mod_Rewrite And Mod_Security.

https://hackernoon.com

Mod_rewrite and Mod_Security will become necessary as you advance as a PHP developer. The Mod rewrite module is an Apache engine that rewrites URLs according to rules. Mod security is anApache module that protects a range of web-based attacks.

Emmanuel OkolieJan 11, 2023
How to Set up a Formatting Standard in Your Code Editor (And Why You Should!)
Web-development

How to Set up a Formatting Standard in Your Code Editor (And Why You Should!)

https://hackernoon.com

The EditorConfig file is used by editors and IDEs to define editor preferences for the project. Without it, IDEs and editors will use their general configuration, causing divergences in the files edited on them. In this post I'll show how to maintain a standard for everyone who works in the code, no matter the editor used.

Daniel GeneziniJan 8, 2023
Newsletter

Let's keep in touch

Benefit from a weekly updates, coding challenges and helpful resources around software development.

Your privacy is important to us. We promise not to send you spam!