-
Is This Still Working In 2022 ?!?!
I haven’t made a post for almost 5 years now since I took this job which I’m still at right now. I’m going 5 years in this job pretty soon. Part of the reason is of course the pandemic. The other is it just kept me busy and kept me learning… and I learned a lot. But what’s with the title then? I thought of posting this on LinkedIn and see... Read More
-
Welcome to My Jekyll-Powered Tech Blog!
I just migrated my technical blog from WordPress to Jekyll on GitHub Pages. And here’s how I did it: Exported my blog site in WordPress to XML. See https://wordpress.com/support/export/. Used wordpress-export-to-markdown to convert Wordpress export XML file into Markdown files suitable for Jekyll. Created GitHub Pages site with Jekyll.... Read More
-
Learning Python for Numeric and Scientific Applications
My purpose in learning Python is mainly for numeric and scientific applications, such as AI deep learning. So my notes will focus mainly on using Python for these types of applications. The code below demonstrates a little about Python such as some variables and types; lists; subsetting and slicing lists; adding, removing and copying lists; ... Read More
-
LINQ Exercises Using Both Query and Fluent Syntaxes
Query syntax: Fluent syntax: Resources: Language Integrated Query (LINQ) Read More
-
Product Catalog: An Angular and Material Demo
[DEMO (unavailable)](#) [CODE](https://github.com/rodansotto/productcatalogdemo-angular2) This is my first Angular app but not the first time creating the product list for the AdventureWorks products database. I previously created one using MVC 4 (check my post here but this time around it has an image view besi... Read More