Configuring Apache on Mac OS X (Mavericks) for Python scripting
I spent a couple of hours today trying to figure out how to configure Apache Web Server on Mac OS X to execute Python scripts, so I thought I would document the process for my own reference. OS X is...
View ArticleMy blog report for 2014
As at the end of past couple of years, WrodPress has created annual report of my blog activities. The report is available at http://jetpack.me/annual-report/33403624/2014/. Some of the highlights are –...
View ArticleMy Second Book Published
My second book “Java EE Development with Eclipse – Second Edition” has been published. One of the reasons I did not post much on the blog was this book. I had been working on the book for the past few...
View ArticleDocker Notes
I recently started using Docker and am very impressed with how easily you can set up environment to develop, test and deploy applications. It provides a virtualization environment, but unlike some of...
View ArticleDocker project for Python3, Django and Apache2 setup
I was working on a Django project and it took me some time to make Django work with Apache2. So I thought I would create a Docker project for this setup. You can find the project at...
View ArticleRemote Debugging Django Project in Docker
In the last post I described how to setup Django and Apache in Docker container. In this post I will describe how to remote debug the Django application running in the same setup. If you look at the...
View ArticleSetting up and Debugging PHP7 in Docker
Before developing applications in any new language/platform I make sure that the debugger works in the set up. I had been working on some projects in Python and PHP recently and I have already shared...
View ArticleFixing “:CFBundleIdentifier, Does Not Exist” Error in React Native iOS build
After spending a couple of hours trying to debug this issue, I thought I would write about the solution that worked for me. Here are some of the possible solutions I found on the web – Make sure 8081...
View ArticleThird Edition of My Book ‘Java EE 8 Development with Eclipse’ Published
Third edition of my book ‘Java EE 8 Development with Eclipse‘ is now published. I had completely re-written the previous edition of this book. The third (current) edition has three new chapters –...
View ArticleSingle Wicket Cricket – A 3D Game
I tried my hand at a low-poly 3D game development with ‘Single Wicket Cricket’ game. This is not a typical Cricket where two teams play against each other. In this game you are the main player – the...
View ArticleMy blogs/videos on Adobe Animate
I managed Adobe Animate team for a couple of years and during that time wrote a few blog articles and created feature videos. These articles and and videos were published on Adobe blog and Animate...
View ArticleSnakes & Ladders Game
I have implemented another game using Unity, after my first Unity game, Single Wicket Cricket. The new game is Snakes & Ladders. You can watch demo of the game in the following video. You can play...
View ArticleOnline Multiplayer Snakes & Ladders
I had previously blogged about the Snakes & Ladder Game I had created. That was a multiplayer game but was not an online game – i.e. multiple people could not play the game together remotely. I had...
View ArticleFeed-Fish Game
This is another Unity game I developed recently, may be a bit silly one but I enjoyed creating it and learned a few new things. In this game you navigate the fish to ‘eat’ numbers. Higher the number...
View ArticleSetting up Ubuntu for HuggingFace
Just wanted to document steps I took to successfully setup an Ubuntu machine for using models on HuggingFace. Refer to https://huggingface.co/docs/transformers/installation for installation...
View ArticleRunning Jupyter Notebook in Ubuntu Docker Container
Recently I attempted to run Jupyter Notebook in Ubuntu Docker container for a project requiring OpenCV and PyTorch. Sharing the Docker configuration files I used here. docker-compose.yml Jupyter...
View ArticleSetting-up Unity FirstPersonController in Terrain
Recently I attempted navigation of the player in Unity using its FirstPersonController component in a terrain environment. I had created character controller from scratch for the player navigation...
View ArticleImport Assets from Blender to Unity
In the last blog post I created a terrain with trees and hills in Unity and added a First Person Controller (FPS) to navigate it. In this blog post I will add an asset from Blender into Unity with all...
View ArticleStep-by-Step Guide: Stick-Figure Animation in Blender and Unity
I am writing this post more for my own reference. I wanted to created a character in Blender, rig and animate it and then use it in Unity. Following videos show how I did this. I created a simple,...
View ArticleSkyWar Game
I have developed yet another simple and short game using Unity, which I am calling SkyWar. You can watch a brief intro of this game in the following video – The goal of the game is to destroy enemy...
View Article