Printf("%s %s", dependency, injection).

DbContextExtensions: An approach to managing the EF Core DbContext

Where does all the effort go? Looking at Python core developer activity

Issue #109

10/19/2021

{{PreviewText}} 

Greetings
Just wanted to let you know that if you have articles you think would be interesting to other readers of the newsletter and should be featured, feel free to send them my way! Also I finally got the new issues + comment sections popping up on the site, so the "discuss the issue" link should work correctly now. If you have anything to say about the issue, I encourage you to post something! Here's the issue.

====================================================================

Printf("%s %s", dependency, injection).

Published: 15 October 2021
Tags: functional, oop


Dependency injection (DI) is a term that gets tossed around a good bit, but can actually have different meanings depending on the context. Fredrik Holmqvist's article explores DI used in the functional context in languages like Haksell, Lisp, and JavaScript, and then translates it into an OOP example.

Read Full Article

====================================================================

DbContextExtensions: An approach to managing the EF Core DbContext

Published: 17 October 2021
Tags: csharp


Since you just had a refresher on DI concepts in the article above, what better way is there to transition into this article by Philipp Wagner that applies it to the EntityFramework Core in C#. In this extensive article, Philipp implements an app for the Data Access Layer, using DbContextScope to keep track of the who, what, where, and how.

Read Full Article

====================================================================

Where does all the effort go? Looking at Python core developer activity

Published: 18 October 2021
Tags: python, sql


Doing a meta analysis of merges/commits to a software project can tell you a lot about the characteristics of the code. Łukasz Langa's concise article does precisely that, by analyzing the CPython repo. Łukasz presents the hot parts of the codebase, who is contributing and where, and stats for merging a PR. Not super technically heavy, but some interesting data to explore.

Read Full Article
Want to discuss the issue? 

If you want to discuss or comment on this issue, head on over to this page at A Byte of Coding.
Twitter
Website
Thanks for your Support! 

Thanks to sponsors and supporters like Євген Грицай, Scott Munro, zturak, pek, Emil Hannesbo, and Joe Hill this newsletter is provided to you for free. If you'd like to also show your support and buy me a monthly meal, you can donate on the Patreon page. It's not necessary, but it lets me know that I'm doing a good job and that you're finding value in the content.
Donate Here



Stats (updated daily)

Sent: 2327

Opens: 958

Clicks: 501

Link Clicks Clicks % Unique Clicks Unique Clicks %
Printf("%s %s", dependency, injection). 155 33.92% 139 48.60
DbContextExtensions: An approach to managing the EF Core DbContext 36 7.88% 30 10.49
Where does all the effort go? Looking at Python core developer activity 266 58.21% 117 40.91

Previous

Back to Issues

Next