Over the years there’s been a steadily increasing ecosystem of JavaScript components to choose from. The sheer amount of choices is fantastic, but this also infamously presents a difficulty when components are mixed-and-matched. And it doesn’t take too long for budding developers to find out that not all components are built to play nicely together. …
Introduction to InkScape
InkScape is great svg manipulation tool to manipulate svg image. We can convert svg images to png, pdf, eps, ps file types. Also it is possible to change size, export area using InkScape. There InkScape apps for Linux, Mac and Windows as well as command lines! https://inkscape.org/doc/inkscape-man.html
Build a Serverless Web Application with AWS Lambda, Amazon API Gateway, Amazon S3, Amazon DynamoDB, Amazon Cognito and Amazon SQS
Amazon provides very powerful and easy to use services and infrastructure for developing micro services based web application. There is no need to use other services or worry about scaling and deployment issues. Please check this official documentation for details. https://aws.amazon.com/getting-started/projects/build-serverless-web-app-lambda-apigateway-s3-dynamodb-cognito/
Libjpeg-turbo
This library is c library to analyze jpeg file in c language. libjpeg-turbo is a JPEG image codec that uses SIMD instructions (MMX, SSE2, AVX2, NEON, AltiVec) to accelerate baseline JPEG compression and decompression on x86, x86-64, ARM, and PowerPC systems, as well as progressive JPEG compression on x86 and x86-64 systems. On such systems, libjpeg-turbo is generally …
DBeaver, professional multi-platform database administration tool
Have you ever suffered with lack of database administration tool? Slow web based UI? No same tool for macOS, windows and Linux? No tool at all? DBeaver is free and open source universal database tool for developers and database administrators. Usability is the main goal of the project, program UI is carefully designed and implemented. …
Debug Errors in WordPress
In order to fix backend errors in wordpress, we need to track those issues in somewhere. There is an option to implement this functionality in wordpress, but we need to setup some configuration for it. Please add the following configuration setting in wp-config.php when you need to track the backend errors in wordpress. define(‘WP_DEBUG’, true);define(‘WP_DEBUG_DISPLAY’, …
About Git, Putty and WinSCP
-git pull and push git add . git commit -m “Commit Message” git pull git push -create new git tag and git branch on the esixing branch and then pull and push git clone cd git tag git checkout -b git push origin for example) git clone cd git add . git commit -m “commit …
Design, prototype, and collaborate all in the browser—with Figma.
https://figma.com Collaborate with everyone, at every phase Each contributor owns their part of the creative process and stays in sync along the way—across any platform. Your designers Collaborate in context and in real time. Never worry about your files being out of date or overwriting each other’s work. Your stakeholders Simply send a link to …
Integration of sub category functionality and filtering functionality on Shopify
When we are going to manage the collections using sub-category in the Shopify projects, we can implement it using tags. In this case, we will likely need to implement the filtering functionality. But the default filtering url doesn’t work for sub categories. In order to figure out this issue, we can adjust the URLs properly …
Standard Library(stdlib.com) and Slack Bot Development
Standard Library is an all-in-one API development, management and hosting solution that lets you build integrations — Slack apps, Stripe webhooks, you name it — in minutes instead of days. Perfect for cross-functional teams, always powered by code. When you develop slack bot, you need to use stdlib.com as API provider. So, your slack bot …