Saturday, February 8, 2020
Monday, December 23, 2019
Useful Laravel Packages(Andre Madarang)
https://codewithdre.com/useful-laravel-packages
Useful Laravel Packages
A comprehensive video course teaching you how to use the most popular Laravel packages to jump-start your web applications.
Maatwebsite Laravel-Excel document
https://docs.laravel-excel.com/3.1/imports/collection.html
Importing to collections
The easiest way to start an import is to create a custom import class. We'll use a user import as example.
Create a new class called UsersImport in app/Imports:
namespace App\Imports;
use App\User;
use Illuminate\Support\Collection;
use Maatwebsite\Excel\Concerns\ToCollection;
class UsersImport implements ToCollection
{
public function collection(Collection $rows)
{
foreach ($rows as $row)
{
User::create([
'name' => $row[0],
]);
}
}
}
Importing to collections
The easiest way to start an import is to create a custom import class. We'll use a user import as example.
Create a new class called UsersImport in app/Imports:
namespace App\Imports;
use App\User;
use Illuminate\Support\Collection;
use Maatwebsite\Excel\Concerns\ToCollection;
class UsersImport implements ToCollection
{
public function collection(Collection $rows)
{
foreach ($rows as $row)
{
User::create([
'name' => $row[0],
]);
}
}
}
Thursday, October 24, 2019
Implement analytics google
https://analytics.google.com/analytics/web/?authuser=0#/provision
1. Sign up for Google Analytics
2. Add tracking code
3. Learn about your audience
https://la-solution.net result
1. Sign up for Google Analytics
2. Add tracking code
3. Learn about your audience
https://la-solution.net result
Thursday, October 17, 2019
Looking for Freelance
Looking for Freelance / Startup programmer for various project of website and mobile apps. Work place will provide FOC, will have long term project. Interested please pm me 0194103398 (Derric Ooi)
Tuesday, October 15, 2019
Full Stack Web Developer
I'm reaching out to you for an exciting career opportunity with Sparksoft.
We are expanding with strides and thus require talents to join us. We felt that your experience and expertise are able to help our company grow. If you are keen to join our rapidly growing team, please do let me know your availability for an exploratory chat over the phone or email us at jacey.woon@sparksoft.co.
More information at company website: https://www.sparksoft.co/
We wish you a great day ahead! :)
Jacey Woon
HR Executive
We are expanding with strides and thus require talents to join us. We felt that your experience and expertise are able to help our company grow. If you are keen to join our rapidly growing team, please do let me know your availability for an exploratory chat over the phone or email us at jacey.woon@sparksoft.co.
More information at company website: https://www.sparksoft.co/
We wish you a great day ahead! :)
Jacey Woon
HR Executive
Wednesday, October 9, 2019
Saturday, October 5, 2019
Thursday, October 3, 2019
Monday, September 16, 2019
The list of top marketing tools you can use today to leverage your business.
1. AWeber – Email marketing tool for new marketers. Easy drag + drop tool.
2. ActiveCampaign – Email marketing automation tool with outstanding customer service.
3. Converkit – Best email marketing tool for drip email campaigns.
4. Email Subject Line Tester – Create catchy and click-worthy email subject lines
5. MailChimp – Email marketing platform ideal for businesses just starting out.
6. Mailerlite – Alternative to Mailchimp with exciting features.
1. Google Keyword Planner - Official Google keyword research tool for Google Ads.
2. Ahrefs Keyword Explorer - Best keyword tool to find the projected volume and new keyword opportunities.
3. SpyFu - Tool for spying competitor organic and paid keywords.
4. WordStream – Simplified user-friendly tool for Google PPC.
5. Perfect Audience – Best tool for retargeting paid campaigns.
Social Media Management Tools 💎
1. Buffer – One of my favourite tool which offers a single dashboard for all social media accounts.
2. CoSchedule – Save your time by scheduling your social media posts in advance with this tool.
3. Social Message Optimizer – Tool that helps you to optimize your social media posts according to industry trends and practices.
4. Followerwonk – Amazing Twitter Analytics Tool by Moz.
5. Sprout Social – Data-oriented social media planning and publishing tool.
Social Media Monitoring Tools 🔭
1. Mention – Helps with social media monitoring and social media competitor analysis.
2. Brand24 – Effective tools for social sentiment analysis and social monitoring.
SEO Tools 🔍
1. Ahrefs – The best SEO tool with great features and worth the price. Helps to measure overall SEO and Content Marketing performance.
2. LSIGraph – One of the best tools for identifying latent semantic keywords.
3. SEMRush – Efficient tool for SEO and PPC analysis. Can be used for keyword research as well.
4. Screaming Frog – Must have technical SEO tool to check indexation of sites, meta description and etc.
Graphic Design Tools 🖌️
1. Canva – Easy to use design tool with pre-designed templates
2. Piktochart – Awesome design tool for creating stunning infographics.
3. Infogram – Tool for developing engaging and data-oriented infographics.
Video Marketing Tools 📹
1. Wistia - Easy to use video marketing tool that offers a variety of features that allows you to create stunning videos.
2. Wideo – Tools that help to create animated videos and presentations.
3. Slidely – Allows you to easily edit videos and photo collections.
Marketing Analytics Tools 📊
1. Kissmetrics – Marketing analytic tool that provides valuable and accurate data that can be easily incorporated into reports.
2. Funnel.io – Tool that automates data collection and reporting.
3. Google Analytics – Free website analytic tool that gets your data in one place.
4. TrackMaven – Powerful marketing analytics tool that makes it easy to connect and analyze marketing performance across every channel.
CRM Tools 👨
1. Hubspot CRM – Free CRM that help businesses to organize and nurture leads.
2. Zoho CRM – All-in-one CRM suite that focuses on customer engagement.
3. Agile – CRM tool that offers customer service solution, marketing automation and sales enablement.
Landing Page Tools 📄
1. Unbounce – Outstanding custom landing page builder
2. Instapage – landing page platform with hundreds of pre-designed landing page designs to maximize conversions.
3. Leadpages – Develop landing pages from scratch with page builder with various features and elements
CRO (Conversion Rate Optimization) Tools
1. Visual Website Optimizer (VWO) – Tool that helps with A/B testing and identifies what’s working and what’s not.
2. Hotjar – simple heatmap tool that helps in identifying site visits and visitor actions.
3. Optimizely – Digital experimentation and optimization tool to identify the best elements to include on landing pages.
Thursday, September 12, 2019
Tuesday, August 27, 2019
Useful link Sep-2019
1. https://workshops.omni360.my
全马首个免费 Facebook 营销与内容制作工作坊
2.https://github.com/savanihd?tab=repositories
Fullstack PHP Laravel Developer + Owner of ItSolutionStuff.com
Saturday, August 17, 2019
bravonetsolution
http://sgwangacc.com.my
https://www.facebook.com/bravonetsolution/
https://www.facebook.com/bravoliuh
https://www.facebook.com/bravonetsolution/
https://www.facebook.com/bravoliuh
Wednesday, August 14, 2019
Why we need a cms
I'm new to this field, currently working as front end freelancer
I have a headache question, been designing a website for a customer, when comes to content amendments or layout amendments, have to go through me which has taken my majority time.
Some friends recommend me CMS
Anyone has any clue or solution, I'd sincerely appreciate!!
I have a headache question, been designing a website for a customer, when comes to content amendments or layout amendments, have to go through me which has taken my majority time.
Some friends recommend me CMS
Anyone has any clue or solution, I'd sincerely appreciate!!
Sunday, August 4, 2019
Bisston is workflow management software
Bisston is workflow management software.
Our system with a workflow SOP management
and KPI system to facilitate entrepreneurs’ digitalization.
With Bisston, your team is better organized and connected.
http://www.bisston.com
https://www.facebook.com/bisstoncloud
Our system with a workflow SOP management
and KPI system to facilitate entrepreneurs’ digitalization.
With Bisston, your team is better organized and connected.
http://www.bisston.com
https://www.facebook.com/bisstoncloud
Tuesday, July 23, 2019
Let's Study Together
0. https://noidatut.com/
Let's Study Together
1. https://www.workana.com/blog/en/freelancing/how-to-start-working-as-a-freelancer-today-and-be-successful
Guide: How to start working as a freelancer today, and be successful!
Tuesday, July 16, 2019
Open source Jul-2019
1.https://github.com/Ardakilic/WhatTheTag
There are some reasons behind this project.
Firstly, I needed this. I didn't like Picasa's web interface, Lost tags of ~600 photos thanks to Picasa, and I wanted to make a simple website that I could search my photos (actually my "internet meme folder") efficiently.
I wanted to play with Laravel 5.x and to make a sample application that uses various features of Laravel 5.x.
I also wanted to play with some asset management tools such as Gulp.
There are some reasons behind this project.
Firstly, I needed this. I didn't like Picasa's web interface, Lost tags of ~600 photos thanks to Picasa, and I wanted to make a simple website that I could search my photos (actually my "internet meme folder") efficiently.
I wanted to play with Laravel 5.x and to make a sample application that uses various features of Laravel 5.x.
I also wanted to play with some asset management tools such as Gulp.
Subscribe to:
Posts (Atom)





