Scriptorama Scripting in shell and Perl.

This is the index of the subset of the Softpanorama site intended to simplify access to scripting related pages

Website Development

Every Web Developer must have a basic understanding of HTML, CSS, and JavaScript. Responsive Web Design is used in all types of modern web development.

Mobile App Development

Mobile Development Services. We build native apps for iOS and Android operating systems using platform-specific programming languages like Swift, Objective-C, …

Identity Design

Identity is an independent creative agency with international expertise. We create powerful brands, compelling content and game-changing campaigns.

Web Hosting

100% Uptime. 3X Faster SSD. Free Website Builder. 50 Free PositiveSSLs. cPanel Included.

Our partners

Unix proved that treating everything like a file is a powerful software development  paradigm. In a similar way scripting languages proved that “everything is a string” is also extremely powerful programming paradigm

– softpanorama

Our news and articles

  • Prototype Based Object-Oriented Programming

    JavaScript has object model completely different and superior to Java.  It is called prototype based model. The language itself  has nothing to do with Java.  The name was chosen for marketing reasons. Prototype Based Programming could be described as like Object Oriented Programming, but more so. Prototype-based languages and systems are made up of self describing (abstractable) objects,…

  • Unix Shells

    Ksh93 and Bash Shells for Unix System Administrators “The lyfe so short, the craft so long to lerne,” This collection of links is oriented on students (initially it was provided as a reference material to my shell programming university course) and is designed to emphasize usage of  advanced shell constructs and pipes in shell programming…