Top

Uncategorized

The controversy of JavaScript runtime environments

For nearly a decade, I have honed my skills as both a frontend and backend developer. Over the past five years, my focus has primarily been on backend development, specializing exclusively in JavaScript. "Hold on, isn't JavaScript both a programming language and a standard? Actually, no. ECMAScript is the standard, and JavaScript is just an implementation of that standard. Do I, as a programmer, need to concern myself with the distinction above? Perhaps I should. However, my intent isn't to debate the nuances of the programming language or the standard that underpins this elegant and versatile language. I'm also not here to delve into the complexities and debates surrounding JavaScript Engines and the emerging concept of JavaScript...

For nearly a decade, I have h...

Read More

Cross Programming Language Encryption – CSharp vs Go, Part 2

See a demo at Github The first part of this article, discussed Encryption coding at C# level. It introduced you in the world of AES and RSA encryption algorithms. But the role of this story is not only to introduce you to some encryption algorithms but also show you how to code them under some programming languages. As mentioned before, our team goal was to encrypt messages from a module written in C#, and decrypt them in a module written in Go lang. Coding AES with Go For this purpose, I have chosen to define a structure holding the Key and the Initialization Vector (IV). As explained in the previous article, we will use a private Hash which will be shared between...

See a demo at Github The...

Read More

infoturism.ro

A fost odata ca niciodata o eroare: Warning: fopen(/var/www/html/www.infoturism/sql_log.sql) [function.fopen]: failed to open stream: Permission denied in /var/www/html/www.infoturism/class/pgsql.class.php on line 28 [caption id="attachment_185" align="aligncenter" width="300" caption="Click me for bigger view"][/caption] Am intrat pt http://hoteluri.infoturism.ro , am dat click pe Grecia, si apoi, primul link care mi-a iesit in cale (referitor la hoteluri)....

A fost odata ca niciodata o er...

Read More