Nominate an IBM Champion

  • 30 Oct, 2019

IBM Champions demonstrate both expertise in and extraordinary support and advocacy for IBM technology, communities, and solutions. I am an IBM Champion since the first class  (2011) an this year i wish to be  an IBM Champion for the year 2020. New Champion Nominations are open now through 22 November 2019. Current IBM Champions may submit a renewal through 9 November 2019. To nominate an IBM Champion use this link(https://developer.ibm.com/champions/)

Nominate an IBM ChampionRead More

Node-Red 1.0 Released

  • 30 Sep, 2019

Node-Red 1.0 released today. Some new features: Asynchronous message passing This release changes the message passing between nodes to be always asynchronous rather than it being sometimes asynchronous and sometimes synchronous depending on the implementation of individual nodes. Node Send API Nodes now have a new API available for how they handle messages in the runtime. This API allows them to tell the runtime when they have finished with a message. This will help the runtime to track nodes as they flow through the system - enabling future features such as automatic timeouts of nodes. To go along with this change, we’ve introduced a new Complete node. This node can be targeted at

Node-Red 1.0 ReleasedRead More

Learn Python for free

  • 25 Sep, 2019

The course isn't quite for total beginners as it assumes people have done a little programming in JavaScript or played around with the MIT-developed Scratch visual programming language aimed at kids. But it could help beginners kick-start ambitions to build machine-learning apps, web applications, or automate processes on a desktop. https://www.youtube.com/playlist?list=PLlrxD0HtieHhS8VzuMCfQD4uJ9yne1mE6

Learn Python for freeRead More

WebSphere Application Server Configuration Comparison Tool

  • 06 Sep, 2019

The Configuration Comparison Tool (CCT) is a lightweight wsadmin script and Python report generation script which will produce HTML reports on configuration settings for the following types of resources. - Application Servers - Node Agents - Global Security configuration (not Domain Security) - Trust Association (Global and Domain) - SSL Configurations - Data Sources - J2C Resource Adapters - JDBC Drivers - Object Cache instances - Servlet Cache instances - Service Integration Bus instances - Resource Environment Providers - Resource Environment Entries - File system comparisons CCT usage scenarios: - Isolating configuration creep: Periodic configuration snapshots can be gathered and arch

WebSphere Application Server Configuration Comparison ToolRead More

Node-Red application does not start on IBM Cloud - Never change the App Name!

  • 04 Sep, 2019

One of my apps does not start after a restart. I changed several things on the Node-Red app and i think the restart will be a good idea. On the logs view there was no good messages to see what is happening with Node-Red So i start the terminal and go to use IBM cloud CLI to get the app log just logon and type ibmcloud cf logs \appname\ > log.txt I saw the following messages \CELL/0\ OUT Cell a64da35a-93fb-4f76-abd8-219869380b84 creating container for instance 6b30e79e-2853-4199-4c3e-1cc0 2019-09-04T13:54:47.36-0300 \CELL/0\ OUT Cell a64da35a-93fb-4f76-abd8-219869380b84 successfully created container for instance 6b30e79e-2853-4199-4c3e-1cc0 2019-09-04T13:54:55.45-0300 \CELL/0\ OUT Start

Node-Red application does not start on IBM Cloud - Never change the App Name!Read More

Good Technology Does the Job

  • 31 Aug, 2019

I'm working on projects that involve many technologies and frameworks. Particularly in one of our projects the IceGuard(http://www.iceguard.com.br) many things have been used such as Flutter for mobile application, Node-Red for  integrations,  IBM Cloud and IBM Watson IoT services. We have reached a point where an asset management application such as sensors and gateways is required. The application has the requirements: 1 - Run OffLine and Web 2 - Data replication 3 - Authentication and  Data security 4 - Integration with other applications. 5 - Implement a simple flow of approval. Another detail is that we needed it to be developed rapidly. Much is said that the Lotus IBM HCL Not

Good Technology Does the JobRead More

Using MySQL 8 on Docker for development

  • 08 Aug, 2019

These are my steps to create a MySQL Docker container, i am using Docker for Mac. 1 - Create a folder to save the database. If you do not create a Docker volume you will loose your data when you restart your container.  My folder is /Users/keniocarvalho/VolumesDocker/mysqdata 2- Execute the command bellow: docker run --name mysqldb -p 3306:3306 -v /Users/keniocarvalho/VolumesDocker/mysqdata/:/var/lib/mysql -e MYSQL\ROOT\PASSWORD=yourpassword -d mysql/mysql-server:latest 3 - Enter on the mysql container using the command :  docker exec -it mysqldb bash 4 - Inside the container type : mysql -uroot -p. The system will ask for the password. Here the password is yourpassword. 5 - To access

Using MySQL 8 on Docker for developmentRead More

Macbook Pro 15 with several problems

  • 05 Aug, 2019

Last week i got back my Macbook Pro 15 2016, after 10 days.  The laptop go to service on an Apple Technical Assistance here in my city. My first Macbook Pro (Mid 2012) works for 5 years without issues. The first problem was the speakers. Sound was horrible.  The problem is the same described on this link.(https://discussions.apple.com/thread/8014046) The second problem was the battery. With only 86 cycles a message about to service the battery appears. The third problem was staingate.(https://www.macrumors.com/2017/11/17/apple-extends-free-staingate-repairs/) Apple replace all parts of my Macbook. The service is ok until now. Lots of problems with this expensive machine. The quality i

Macbook Pro 15 with several problemsRead More

Bye Bye Connections Cloud

  • 17 Jul, 2019

Cloud service end of marketing and end of service: Connections Cloud Effective July 16, 2019, HCL® will withdraw from marketing all part numbers related to Connections Cloud (5725-F82), inclusive of but not limited to Verse, SmartCloud Notes, Connections S1, Connections S2, Connections Social Cloud, Connections Engagement Center, Connections Chat, Connections Meetings, Dual Entitlement,  and Domino Applications on Cloud (5900-A1K) as subscribed to under the applicable agreements.  Existing Connections Cloud customers will be able to purchase additional entitlements through the end of service date. Effective, July 16, 2020, HCL will end service for all part numbers related to Connections Cl

Bye Bye Connections CloudRead More

IBM Watson IoT Rules

  • 15 Jul, 2019

Rules are key elements for an IoT solution. Using rules you can trigger an action or send an alert any kind of notification. IBM update his platform and now you can create rules using a graphical interface. The key part of a rule is the expression that will be evaluate to true or false.  The expression language are built using JSONata. JSONata is a lightweight query and transformation language for JSON data. The point is that IBM are using JSONata v1.4x. and the current version of JSONata is v1.6.5. The versions have lots of difference. Yesterday i was writing a rule to get the hour for an event. If you are using v1.6.5 you can use the function $fromMilllis with picture. $fromMillis(151006

IBM Watson IoT RulesRead More

Converting M4V to MP4 and WEBM with FFmpeg

  • 05 Jun, 2019

This month i am creating a Course about AI & IoT   (AI & IoT Fundamentals). The course are about AI and IoT in general but i will use IBM Watson APIs, IBM Watson IoT and off course Node-Red and Raspberry Pi to make the excersices. The course is 15 hours long (lots off video) plus the exercises. Using the Keynote to generate de videos is fine but when i export the video the only option is M4V type.  To convert the videos i am usin FFmpeg. 1 - Install FFmpeg brew install ffmpeg 2 - Convert to mp4 using ffmpeg -i input.m4v out.mp4 3 - Convert to webm ffmpeg -i input.m4v output.webm

Converting M4V to MP4 and WEBM with FFmpegRead More

Node-RED 1.0.0-beta.2 released

  • 25 May, 2019

This is the first public beta release of Node-RED 1.0. The changes in this release are mostly focused on the editor - and there are some significant changes in there. More info here(https://discourse.nodered.org/t/node-red-1-0-0-beta-2-released/11504) Installing the beta If you want to try out the beta, you will need specify node-red@next when you use npm to update. Without the @next you'll still get 0.20.x. So on a Pi you'd do: hljs coffeescript sudo npm install -g --unsafe-perm node-red@next

Node-RED 1.0.0-beta.2 releasedRead More