Perl DBI in Five StepsElvin Aslanov·FollowJul 4, 2022--ListenShareconnectpreparebind_paramexecutefetchconnect returns DBI::db object.prepare returns DBI::st object to be bound, executed, and fetched later.bind_param, execute, fetch act on the statement object.
Elvin AslanovFreeBSD Jail ManagementFreeBSD jails is a containerization (lightweight virtualization) technology native to FreeBSD operating system.2 min read·Jul 9, 2022--1
Elvin AslanovFreeBSD package upgrade with Perl’s Rex automationConnect with SSH and manage servers programmatically1 min read·Jul 5, 2022--
Elvin AslanovPerl to Unix MappingsPerl functions and operators can translate to Unix commands (from section 1 and 8 of the manual) and system calls (from section 2 of the…1 min read·Aug 31--
Elvin AslanovFreeBSD Log FilesThese are defined by system’s syslogd daemon in its syslog.conf configuration file.1 min read·Jul 16, 2022--
Vaishnav ManojinDataX JournalJSON is incredibly slow: Here’s What’s Faster!Unlocking the Need for Speed: Optimizing JSON Performance for Lightning-Fast Apps and Finding Alternatives to it!16 min read·Sep 28--123
Mohammad FaisalinLevel Up CodingAwesome Terminal ApplicationsSharpen the axe before you cut the wood.·4 min read·Nov 13--23
PowerSoft ITMastering ASP.NET:The possibilities and career opportunities in tech are limitless and the world is becoming almost entirely technology oriented. If you are…7 min read·Nov 21--
Carlos ArguellesMy favorite coding question to give candidatesA coding question, from the viewpoint of an Google/Amazon/Microsoft interviewer11 min read·Nov 12--47
Benoit RuizinBetter ProgrammingAdvice From a Software Engineer With 8 Years of ExperiencePractical tips for those who want to advance in their careers22 min read·Mar 20--234
Nishant Aanjaney JalaninCodeXProgramming Principles They Don’t Teach You In SchoolIntroduction to important principles you should know — DRY, KISS, SOLID10 min read·Mar 3--22