#Opened a Linkedin account
Hey, I ‘m Yoni, certainly an introvert. My desire for privacy steered me to an isolated situation. Social networks are very daunting for me, I went through a long journey just to find out that I’m not so wrong about it after all, just overreacting. True, people sometimes show their ugly sides, but again, We’re only humans, no reason to fear really. There is a reason to reach out and meet actual people who improve the world every day, each in their individual way. But in order to do that, I have to publish content . It’s time to cowboy up, I’m here… And I’m looking for you! I want to find as many people as I can willing to have fun! Peaple having that remarkable desire to fail at something great! The more the better. Please comment bellow or subsribe
Django vs WordPress
So I need to make a confession, Django is not really passing the reality test for me. I just want to create a website. a big and full website, not a framework in my local machine that every time I need to add something to it I need to update the code, really Django WTF! In WordPress all I need to do is install and play with some plugins. It all started with my love to python which is a really, the best programing language I can use for just about anything. but when I want to create a Website it fails me time and time again. I don’t even know where to start explaining the wasted hours trying to figure out in the IDE why Django is so empty and how do I add the really basic stuff that a Website should have like login page or just, a page.
Android KeyStore hacking with Windows “Expect massive speed loss”
So I needed to hack into an unknown key.jks file. Got the “JKS private key cracker – Nail in the JKS coffin” Repo from Github. And used the ubuntu system installed in my windows. Prerequisites: Ubuntu windows Java installed in the Ubuntu bash Install hashcat-5.0.0 with sudo apt update -y && sudo apt install hashcat -y Device #1: Not a native Intel OpenCL runtime. Expect massive speed loss.
WordPress with Git Dokku
When I started working with PHP CMS, I hated it! Not that I don’t like WP or Drupal I just can’t stand the chaos that is PHP, And as a self-learning developer, It is a nightmare to start with. To start with it doesn’t have a clear convention about the nature of it or its composer. This site is, in fact, a clone of Heroku-Wordpress Repository, It took me a while to get it up and running. But when I launched it It was just amazing. I think the plugin/ theme system is awesome and the PHP code is somewhat manageable, there is a structure but you have to choose it.