Contribute to our GoFundMe Campaign https://www.gofundme.com/f/6ek65t-1000 This campaign is to raise money to provide education and training through free youtube videos and youtube courses. The training will focus on Web, Mobile Development to AI and Machine Learning. In future, we can extend into social science, science, and business. The majority (80 to 90%) of the …
Category: ব্লগ । Blog
ব্লগ । Blog
May 24
Magento 2 Useful and Important CLI Commands List
"Cache CLI (Status, Enable, Disable, Clean, Flush) php bin/magento cache:clean Cleans cache type(s) php bin/magento cache:disable Disables cache type(s) php bin/magento cache:enable Enables cache type(s) php bin/magento cache:flush Flushes cache storage used by cache type(s) php bin/magento cache:status" Checks cache status " Also Check: http://bangla.salearningschool.com/recent-posts?s=bin%2Fmagento Also Check: http://bangla.salearningschool.com/recent-posts?s=magento Also, Check: Youtube.com/channel/UCHrtq0pV8mEuTLGd2-Lp9ig/playlists Check the details at: …
May 10
What is Big Data?
What is Big Data? Is Big-data a platform or just huge volume of data? What are 3 V’s of Big Data? What are 5 V’s of Big Data? What are 6 V’s of Big Data? https://www.youtube.com/embed/DhtkQgzEW5M?list=PLUA7SYgJYDFpIHm2vfzdH0slgkCfqgdds *** . *** *** . *** . *** . *** Sayed Ahmed BSc. Eng. in Comp. Sc. & Eng. …
May 10
What is big data?
What is Big Data? Is Big-data a platform or just huge volume of data? What are 3 V’s of Big Data? What are 5 V’s of Big Data? What are 6 V’s of Big Data? <iframe width="732" height="412" src="https://www.youtube.com/embed/DhtkQgzEW5M?list=PLUA7SYgJYDFpIHm2vfzdH0slgkCfqgdds" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> *** . *** *** . *** . *** . …
May 09
Calculate Your Categorized Expenses for Tax Purpose
Calculate Your Categorized Expenses for Tax Purpose. The purpose of this note (i.e. code) is to calculate expenses (revenues) by categories. For the context, read the notes from Write Tax and Financial Software Code examples in relation to writing Tax and Financial Softwaremedium.com At this point, you have spreadsheets for all of your bank accounts …
May 04
All About Magento 2: Indexing/reindexing
[Do not forget to search this site to learn/find related information] # Use reset to reset current indexing status # You may not need to use this all the time # You will need to use this when you see invalid indexing status or you see index locked; # When irrespective of that, you want …
Apr 19
Python: Ecommerce: Part — 9: Incorporate Images in your Magento 2 product Upload File
8112223 Canada Inc. (Justetc) Apr 19 · 3 min read In [112]: #magento_1_upload_file_with_image_urls_no_desc[‘magento_2_upload_file_with_data_no_desc[‘gallery_image_url_1’] = raw_df[‘Additional Product Picture 1’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_2’] = raw_df[‘Additional Product Picture 2’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_3’] = raw_df[‘Additional Product Picture 3’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_4’] = raw_df[‘Additional Product Picture 4’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_5’] = raw_df[‘Additional Product Picture 5’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_6’] = raw_df[‘Additional Product Picture 6’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_7’] = raw_df[‘Additional Product Picture 7’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_8’] = raw_df[‘Additional Product Picture 8’]magento_2_upload_file_with_data_no_desc[‘gallery_image_url_9’] = …
Apr 19
Python: Ecommerce: Part — 8: Calculate Minimum and Maximum Prices for your products.
Related Build Ecommerce Software and Systems Build Ecommerce Software and Systemsmedium.com To make sure, when you adjust prices based on other sellers, you will not lose money. You can upload such files on Amazon Separately. Min and max price calculation. This is done for UK/GBP. You can do the same for other market places. In [ …
Apr 19
Python: Ecommerce: Part — 7: Partition a Data File (with product information) into Multiple Files.
In previous steps, we created a product data file to be uploaded to Magento 2 (from supplier data). However, there is a limit, how big a file can be uploaded to Magento 2 for product data import. Hence, this code will divide the data file into multiple files. This data file does not include image …