How to Use CSS background-size and background-position
Learn how to set the size of a background image with the CSS background-size property, and how to position it with background-position. Continue reading How to Use CSS background-size and background-position on SitePoint.
Read moreImproving the developer experience in the energy sector
SPONSORED BY SHELL Software might not be top of mind when you think of an energy company like Shell, but software engineering powers a lot of what they do. The tech stack includes React, Golang, Python, GraphQL, MongoDB, Kafka, and the list goes on. The experience their developers have at
Read moreRefreshing Private Data Sources with LlamaIndex Document Management
Mastering an essential and practical feature to manage your private data sourcesContinue reading on Better Programming »
Read moreSaying Goodbye to PaaS and IaaS
Why you only need to master Kubernetes as a software engineerContinue reading on Better Programming »
Read moreImplementing Pattern Matching Using TypeScript
Colliding the worlds of TS and FPUsing the function I wrote to write pretty FP style code!MotivationRecently, as my freelance contract expired and I have an upcoming vacation, I decided to use my free days to have some fun writing code and experimenting a bit. I got neck-deep into Function Programming again
Read moreThe 10th Dedekind number
The nth Dedekind number M(n) is the number of monotone Boolean functions of n variables. The 9th Dedekind number was recently computed to be M(9) = 286386577668298411128469151667598498812366. The previous post defines monotone Boolean functions and explicitly enumerates the functions for one, two, or three variables. As that post demonstrates, M(1)
Read moreEnumerating monotone Boolean functions
The 9th Dedekind number was recently computed. What is a Dedekind number and why was it a big deal to compute just the 9th one of them? We need to define a couple terms before we can define Dedekind numbers. A Boolean function is a function whose inputs are o’s
Read moreWhy Writing a Robust React Library Is Hard
The challenges of writing a React library that works well in different environments and scenariosPhoto by Michał Parzuchowski on UnsplashThis topic came to mind when I reviewed my colleagues’ code and realized how challenging creating a robust React library is. Surprisingly, even code found through a Google search, which we often
Read moreLearning Game Dev — Building a Platformer With Bevy #3
Learning Game Dev — Building a Platformer With Bevy #3Let’s give our game a visual overhaul by adding sprites and animationsCheck out the previous article here.IntroductionIn the last article, we implemented a lot of the core functionality of our game, there is still some stuff left but I think it’s about time we focused
Read morePark API — Server side Swift with Hummingbird
Park API — Server-Side Swift With HummingbirdSpecial thanks to Tibor Bödecs for his patience and guidance while writing this tutorialImage credit: Szabolcs TóthServer-side Swift has been available since the end of 2015. The idea was behind the development that you can use the same language for RESTful APIs, desktop and mobile applications. With the
Read more