๐Ÿš€ UllrichLumina

All Posts

Thumbnail for Posts

Difference between API and ABI

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Abi

I am new to Linux system programming and I came across API and ABI while reading Linux System Programming Definition of API An API defines the interfaces by

Thumbnail for Posts

Difference between repository and service

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Design-Patterns

Whats the difference between a repository and a service I dont seem to grasp it Im talking about data access through a data access layer typically with linq to

Thumbnail for Posts

Differences between Microsoft NET 40 full Framework and Client Profile

๐Ÿ“‚ Categories: Programming

The Microsoft NET Framework 40 full installer 32 and 64bit is 481nbspMB and the Client Profile installer is 410nbspMB The extracted installation files are

Thumbnail for Posts

Disable a Maven plugin defined in a parent POM

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Maven Maven-2

I am using a parent POM that defines a plugin that I do not want to be run in a child POM How can I disable the plugin in the child pom completely Constraint I

Thumbnail for Posts

ERROR 2002 HY000 Cant connect to local MySQL server through socket tmpmysqlsock duplicate

๐Ÿ“‚ Categories: Mysql
๐Ÿท๏ธ Tags: Macos Homebrew

This question already has answers here Cant connect to local MySQL server through socket varmysqlmysqlsock 38 46 answers Closed 1 year ago I installed MySQL on

Thumbnail for Posts

error string or binary data would be truncated when trying to insert

๐Ÿ“‚ Categories: Sql
๐Ÿท๏ธ Tags: Sql-Server

I am running databat file with the following lines Rem Tis batch file will populate tables cdprogram filesMicrosoft SQL ServerMSSQL osql U sa P Password d

Thumbnail for Posts

Explain claims-based authentication to a 5-year-old

๐Ÿ“‚ Categories: Programming
๐Ÿท๏ธ Tags: Terminology Claims-Based-Identity

Well not exactly to a 5yearold but please avoid buzzword and enterprisespeak if possible Claimsbased authentication seems to be all the rage now but I could

Thumbnail for Posts

Extend data class in Kotlin

๐Ÿ“‚ Categories: Kotlin

Data classes seem to be the replacement to the oldfashioned POJOs in Java It is quite expectable that these classes would allow for inheritance but I can see

Thumbnail for Posts

Filtering Pandas DataFrames on dates

๐Ÿ“‚ Categories: Python

I have a Pandas DataFrame with a date column Now I need to filter out all rows in the DataFrame that have dates outside of the next two months Essentially I