article_text stringlengths 10 100k | tags stringlengths 6 263 |
|---|---|
Cut, Copy, Paste, and Undo
To cut a line or section of code, simply hold the command button (⌘) and hit X.
To copy a line or section of code, hold the command button (⌘) and hit C.
To paste a line or section of code, hold the command button (⌘) and hit V.
To undo your most recent change, hold the command button (⌘)... | ['Flatiron School', 'Software Engineering', 'Mac', 'Vscode', 'Coding'] |
Amaze your friends with these simple yet fun tricks.
Photo by Brooke Cagle on Unsplash
Who said programming is only for nerds. With python’s incessant tools and modules you will never feel bored. In this article we will learn 4 such tricks to make you feel like a pro. Before starting with our article I assume that yo... | ['Python Programming', 'Vscode', 'Easytech', 'Python', 'Pro'] |
Infrastructure as Code | Deploy a VNET with NSG and UDRs
Infrastructure as Code, or just IaC, provides three three main advantages: cost reduction, faster execution and risk reduction, the attributes of the DevOps culture.
Microsoft Azure Resource Manager allows the managing and provisioning of Azure Resources, that ... | ['Iac', 'Vscode', 'Mvpbuzz', 'Azure'] |
On the top, left side of VSCode, find your debug settings files by going to the gear icon.
In launch.json you should see pre-populated settings that looks something like:
{ // Use IntelliSense to learn about possible attributes. // Hover to view descriptions of existing attributes. // For more information, visit: htt... | ['Vscode', 'Python'] |
I try Homebrew to install tomcat , but there is not easy to use with VS Code. If you have VS Code and you want to use it with tomcat , there would be some problem (wish you can solve it, I CANNOT. 😂).
By the way, I’m totally new to tomcat or apache .
Download Tomcat
If you want to use the tomcat plugin in VS Code, ... | ['Vscode', 'Java', 'Tomcat', 'Vscode Extension'] |
Code overview — mission impossible?
As a new user of Visual Studio Code, I sometimes find it hard to navigate through my opening and closing code. Especially when it comes to nesting and functions; there are parentheses and curly brackets everywhere! Sometimes, they are aloof breaking your code and you have to find wh... | ['HTML', 'JavaScript', 'Vscode', 'Extension'] |
While the Remix extension for VSCode is still in Beta — try out Remix’s popular features in VSCode!
In the VSCode marketplace search for: Ethereum Remix
As of version 0.0.9 we have included:
the famous Remix debugger
connect directly to the Remix IDE with an integrated Remixd module
module deploy with Metamask via... | ['Vscode', 'Remix Ide', 'Ethereum', 'Solidity'] |
Game Main Screen
Install PyGame
Pygame is a cross-platform set of Python modules which is used to create video games. It includes computer graphics and sound libraries designed to be used with the Python programming language.
You can install it by using following command,
pip install pygame
For more information, c... | ['Python Game', 'Python3', 'Vscode', 'Github', 'Pygame'] |
By Xulun
After learning how to complete the LSP code, we can try to build a running LSP system. But before that, let’s consolidate some things first. So we have introduced you the handshake process of LSP initialization previously in this tutorial series. Well, now we can receive the client’s initialization parameters... | ['Development', 'Tutorial', 'Vscode', 'Programming', 'Alibabacloud'] |
2. Ruby RuboCop by misogi
This extension provides interfaces to RuboCop for VS Code. RuboCop is a code analyzer for ruby.
Before we configure RuboCop, it’s good to get the background understanding of what powers it behind the scenes.
“RuboCop is a Ruby static code analyzer and code formatter. Out of the box it will ... | ['Ruby on Rails', 'Ruby', 'Vscode', 'Coding', 'Programming'] |
By Xulun
Now that since from the other tutorials in this tutorial series we have gained some basic knowledge about VSCode plug-ins, LSP, and code programming languages, we can start to build a Client and Server mode LSP plug-in. To do this, in this tutorial we will be writing a complete LSP project from scratch.
Writ... | ['JavaScript', 'Tutorial', 'Vscode', 'Programming', 'Alibabacloud'] |
It had been more than half a decade since I dabbled with front-end development — I’m primarily a C++ platform developer who works in monolithic code. I’ve been running into React quite often as a library which can help build interactive websites easily. Curious to see what the fuss is all about, Jaikanth and I decided ... | ['React', 'Vscode', 'Github Pages', 'NPM'] |
Why I’m Using VSCode for Jupyter Notebooks
The first time that I used VSCode to open a Jupyter notebook was a complete accident.
I use VSCode for writing standalone Python scripts and Flask apps but I’ve always used the standard browser interface for running Jupyter notebooks. Frankly, it never occurred to me to do a... | ['Data Science', 'Vscode', 'Programming', 'Jupyter Notebook', 'Python'] |
Your next project might contain a lot of complex machine learning code with numerous different libraries and their versions threatening to wreak havoc on your machine. Next comes the process of making sure your colleague can also run your app with the right dependencies installed. This brings forward a new round of hea... | ['Data Science', 'Vscode', 'Docker', 'Machine Learning', 'Python'] |
Introduction
This tutorial aims to be a definitive guide for setting up ESLint and Prettier working together on a React Typescript project.
After reading a lot of tutorials, and struggling myself into it, I decided to create this definitive guide to make life easier for anyone who needs it.
Why use ESLint and Pretti... | ['React', 'Eslint', 'Typescript', 'Vscode', 'Prettier'] |
I’ve been using VS Code as my main IDE for many many years. Though I’m going to be honest, it took me a few years before I began USING it. In my earlier years as a developer, I was simply leveraging the defaults in VS Code, the syntax highlighting, code suggestions, etc. Then one day after I updated it, I finally took ... | ['Vscode', 'Coding', 'Programming', 'Software Development', 'Technology'] |
Bored of VS Code? Try Lite-XL
Visual Studio Code vs. Lite-XL, a cover designed by the author with Canva.
I was a die-hard fan of Visual Studio Code for three years. But I started using a lightweight alternative called Lite after Visual Studio Code started behaving similar to Visual Studio by taking all the resources ... | ['JavaScript', 'Vs Code', 'Programming', 'Software Development', 'Technology'] |
Introduction
After struggling a lot trying to install and understand ESLint on my React Typescript project, I decided to create a definitive guide to setting ESLint to a React Typescript project.
The main goal of this tutorial is to set up step-by-step and explain every line added or executed, instead of just giving ... | ['React', 'Eslint', 'Typescript', 'Vscode', 'Eslint Config'] |
How Postman led me to create my own API Client called Thunder Client Extension for VS Code.
I work for my own project localmint.com, where I need to update the location data regularly, which involves dealing with lot of Crawlers & APIs. I was using Postman to test APIs from last few years, But recently for each update... | ['JavaScript', 'API', 'Postman', 'Vscode Extension', 'Vscode'] |
Installing Neovim + LSP dependencies
The version of Neovim from your package manager probably doesn’t have LSP support yet. As of now, to use the latest LSP features, you need to build Neovim from its master branch. On macOS, this is as simple as running the following command
brew install --HEAD neovim
Note that for... | ['Vim', 'Neovim', 'Typescript', 'Vscode', 'Terminal'] |
Discover more information about the types of companies that hire freelancers from freelance websites.
As seen on the SkillSoniq Blog: https://skillsoniq.com/blog/introduction-to-freelancing-and-the-basics-of-freelancing
The freelancing economy continues to grow every year and as it continues to expand, an ever-increa... | ['Freelancers', 'Startup', 'Enterprise', 'Freelancing', 'Gig Economy'] |
By Aishwarya Raman and Sreelakshmi R.
India is the first country globally to mandate social protection for all workers, including the new-age gig and platform workers. This landmark and proactive move via The Code on Social Security, 2020 is enhanced by the distinction drawn between gig and platform workers, the absen... | ['Social Security', 'Platform Economy', 'Mobility', 'Gig Economy', 'Future Of Work'] |
In America, work isn’t working for everyone.
People are feeling disenfranchised, their attention divided, and feel they lack control. Folks are tired. I should know: I was laid off seven months pregnant and forced into a freelance career I hadn’t planned.
Across industries, regions, and demographics — and well before... | ['Inclusion', 'Working Moms', 'Freelancing', 'Gig Economy', 'Future Of Work'] |
Freelance Chopshop
A horror story from the pits of freelancer-hell. Dedicated to those that, like I, must learn these lessons. May you adopt these (incredibly obvious) truths and become empowered. Hashtagged Reality Jan 21·4 min read
I had spent the last ten minutes trying to close accounts, filter emails directly to... | ['Rules As Code', 'Freelancers', 'Blogging', 'Gig Economy', 'Business Intelligence'] |
When I decided to convert my real people casting company into a platform I had two clear goals in mind.
First I saw an opportunity to make media more authentic and diverse. Battling token diversity and stereotypes created by casting became our mission.
I also saw another side of this opportunity. Oncata can bring mor... | ['Make Money', 'Casting', 'Gig Economy', 'Marketing', 'Make Money Online'] |
Salaried Employees vs Independent Sales Reps: Which is best for your global enterprise? Maria Adam Follow Jan 21 · 4 min read
There is no question that technology has fueled a global gig economy that enables freelancers and small business contractors to engage with enterprises of all sizes. While some businesses benef... | ['Independent Contractor', 'Global Companies', 'Global Peo', 'Salaried Employees', 'Gig Economy'] |
Well thought out article, thanks for the insight into the nature of the gig economy. That of subsidized services on the back of financially indentured workers, who often can’t see the long term economic impact of the gig until it’s too late. It will only get worse as more automation changes the nature of work. There wi... | ['Future', 'Tradition', 'Gig Economy', 'Ideas For Change', 'Automation'] |
Historically, bigger has often been considered better. This is true for our biggie meals, our massive vehicles, and our paychecks.
It’s also been the association for large accounting firms, which is why they’ve always been able to scoop up clients by the truckload. Bigger means more resources. Bigger means better, hig... | ['Freelancing', 'Accounting', 'Gig Economy', 'CPA'] |
The first wave of gig economy marketplaces came bearing hefty promises: get autonomy, make a good living, set your own schedule. In the shadow of the 2008 financial crisis, these promises incited thousands of people to take a chance on a new way to work. As on-demand became the rallying cry guaranteeing consumers bette... | ['Business Owner', 'Gig Economy', 'Entrepreneurship', 'On Demand'] |
Missed out the last Durians Daily? Go here to check it out.
You can also find us on LinkedIn, Facebook, Twitter, and Instagram.
500 Startups is a venture capital firm on a mission to discover and back the world’s most talented entrepreneurs, help them create successful companies at scale, and build thriving global ec... | ['Edtech', 'Funding', 'Series A', 'Gig Economy', 'Fintech'] |
Fares stay high, Prop. 22 gets a bashing, and taxis on the rise. LegalRideshare breaks it down.
MONDAY 8/23/21
Why are Uber and Lyft fares expensive? Yahoo Finance explains:
It has everything to do with the pandemic. “The pandemic demonstrated the volatility of the ride-hailing industry with early sharp reductions i... | ['Uber', 'Lyft', 'Gig Economy', 'Taxi', 'Ridesharing'] |
The gig-economy is one of the fast-growing business models worldwide. It involves using digital platforms to connect freelancers with customers to provide short-term service or asset-sharing. Example of companies in the food industry that uses this model includes BoltFood, Jumia, and Glovo.
The outbreak of the global ... | ['Gig Economy', 'Food And Beverage', 'Logistics', 'Food Delivery', 'Restaurant'] |
We all may be familiar with a freelancer who works for a company on a one-off project basis — someone you hire from a talent platform, assign a project, and their work for you is done. Instead, these past few years have seen the rise of a new type of freelancer, a Permalancer. This is a category of workers somewhere be... | ['Payments', 'Gig Economy', 'Freelancers', 'Fintech'] |
Content moderation, simply refers to assisting or moderating content on an online platform.. In the realm of advanced advertising, content moderation plays a crucial role in improving brand image, online presence and client perspective. Content moderation is an assistance with a consistently developing interest in toda... | ['Content Moderation', 'Content Moderation Types', 'Gig Economy', 'Content Moderation Guide', 'Jobs'] |
Jobs are changing, and in the new world of 2021, the needs of businesses are quickly evolving. As part of that evolution, workers that are used to an 8:00 a.m. to 5:00 p.m. schedule are going the freelance route.
With more than 59 million Americans performing freelance work last year, we at AllWork are getting one que... | ['Freelancers', 'Payments', 'Gig Economy', 'Compliance', 'Fintech'] |
9 of the Best Fiverr Gigs to Make Your Blog Awesome Rosaamanda Aug 27·7 min read
9 of the Best Fiverr Gigs to Make Your Blog Awesome
Every now and then a new trend comes along that completely changes the way business is done on the internet. And I usually ignore it…
It might sound strange, but I’m not really an earl... | ['Fiverr Gig Promotion', 'Gig Economy', 'Fiverr'] |
My objective in this document is to explain how Courier companies ( UPS as an example) manage growth and its supply and demand. How Parcel companies are undertaking many operational investments to manage consumer demands effectively, especially when it comes to capacity planning and peak preparation.
United Parcel Ser... | ['Ecommerce', 'Capacity Planning', 'Gig Economy', 'Logistics', 'Last Mile'] |
Designing for Obsolescence
Your washing machine has a secret.
Your favourite shoes have a secret.
Hell even your shampoo has a secret.
They won’t be around for ever. You may love them now but one day they will need replacing.
Photo by Flo Karr on Unsplash
For some items (like your shampoo) this will just be a mat... | ['Design', 'Sustainability', 'Customer Needs', 'Humans', 'Gig Economy'] |
Do you want to safely increase adoption of Freelancing in your Business? Assess your readiness first [Part 3] GigsBoard Feb 7, 2019·5 min read
Have you read the previous part (2 of 3) of this article: Internal & External factors for assessing your preparedness for increasing Freelancing adoption ? This would help to s... | ['Outsourcing', 'Freelancing', 'Gig Economy', 'Future Of Work', 'Resource Management'] |
Photo by Skeeze
Conversations about the future of business and work tend to focus on technology — right now, automation, machine learning and Artificial Intelligence are the buzz topics. But companies are increasingly being judged and defined by how they treat human beings — both customers and employees.
Every busine... | ['Human Resources', 'Business Strategy', 'Gig Economy', 'Work'] |
A while back I was getting my Gillian Anderson fix by watching The Fall. In it, Scully plays a cop in the UK, and spends a lot of time waiting for (basically)SWAT to show up. Over the pond the average cop and even detectives don’t carry firearms, most of the time they have to call in the gun toting Calvary when things ... | ['BlackLivesMatter', 'Gig Economy', 'Police', 'Social Justice', 'Technology'] |
Fourth: zero marginal cost? Digital technologies have a material limit
We have been told that digital technologies are fully scalable. A criterion of infinity is part of the digital mindset. Albert Wenger best described this in his book “World After Capital”, where he suggests that “Once a piece of information is on t... | ['Austerity', 'Surveillance', 'Environment', 'Gig Economy', 'Digital Transformation'] |
The development of new technologies has enabled the creation of an infinity of new services. The emergence of the digital economy has meant fundamental changes to the way in which societies are organized, producing new paradigms in our systems of cooperation and coordination. The extraordinary growth that the companies... | ['Digital Economy', 'Gig Economy', 'Regulation', 'Sharing Economy'] |
10 things every new freelancer needs to know before they begin Vanshika Mehta Apr 20·13 min read
Disclaimer: Read time: 13 minutes
Picture this — you’re in your final year of college, and it’s time to apply for a job that will kickstart your career. The advice your college counsellor gives you at this point is standa... | ['Career Advice', 'Entrepreneurship', 'Freelancing', 'Gig Economy', 'Freelancing Tips'] |
Beware the Fiverr Sinkhole
Image via Blake Wisz, Unsplash
Oof, the gig economy. The glory it promises. Live anywhere you want! Embrace your location independence! Be your own boss! Set your own hours! Freedom! Freedom can be yours! It all sounds amazing until you sober up and realize it’s just one of your particularl... | ['Digital Nomads', 'Humor', 'Gig Economy', 'Fiverr', 'Money'] |
One of the things that we can’t change after we born, although nowadays it’s possible, it’s our name. It’s extremely hard (for all the reasons).
I’ve born, fortunate and luckily (or not) with a “famous” name (including my surname), that was picked by other parents, even from different countries (other parents with goo... | ['Digital', 'Personal Branding', 'Branding Strategy', 'Tiago Valente'] |
Approach toward Digital Marketing –
Digital Marketing is a vast subject with various segments like SEO, Email marketing, social media marketing, paid advertisement, etc. All these segments are constantly evolving and upgrading. Focusing on only one segment would not result in sales. Digital marketing is more successfu... | ['Personal Branding', 'Wealth Creation', 'Digital Marketing', 'Buyer Personas', 'SEO'] |
Well let’s get started with understanding what is marketing and its importance?
Fundamentals of Marketing:
What is Marketing?
“Marketing is a social and managerial process by which individuals and groups obtain what they need and want through creating and exchanging products and value with other”. — Philip Kotler
L... | ['Personal Branding', 'Digital Marketing', 'Traditional Marketing', 'Market', 'Niche'] |
I guess the first question to answer here — is it? Do we have to package ourselves like a commodity on a grocery shelf? Does your service need to be instantly recognizable like Netflix or Uber? Is going down the rabbit hole of endless self-promotion actually give you a sense of control or actual control in a digitally ... | ['Human Resources', 'Personal Branding', 'Digital Marketing', 'Personal Development', 'Freelancing'] |
If you want to build or grow your business with Digital marketing or create an online presence of your business, then this article is only for you.
Everyone in the world wants to create a lot of wealth in the future. Today everyone wants to increase revenue, build a personal brand. But due to the covid 19 pandemic, ma... | ['Communication Skills', 'Personal Branding', 'Fundamentals Of Marketing', 'Digital Marketing', '4ps Of Marketing'] |
Branding isn’t just for businesses seeking to maximize online visibility, although that’s how this concept first began. Today, anyone can develop a personal brand and use it to help them follow their chosen career path. Here are a few tips for pursuing your personal brand in the workplace.
Develop Your Brand
The firs... | ['Career Strategies', 'Personal Branding', 'Branding', 'Warren Ferster Manchester'] |
Personal Branding in 2021 is huge. I am an Advance Marketer who worked with 300+ brands but never thought of personal branding and that was a big mistake. Yes, I have clients, Yes I have money to pay my bills but I have not built the community to make an everlasting impact. Being an Advance Marketing agency owner it’s ... | ['Digital Marketing 2021', 'Personal Branding', 'Content Marketing', 'Personal Growth', 'Branding Strategy'] |
From Personal Branding to Personal Narrative
After recently creating my first logo below, I thought I revisit my views about “personal branding.
I was always uncomfortable with the idea of treating myself and the psychotherapy services I offer in Dubai as “products” to “market” so that others can “consume” them. Part... | ['Capitalism', 'Personal Branding', 'Mental Health', 'Accessibility', 'Marketing'] |
6. Every Company Needs Help Transmuting Their Company Culture Into a Company Message
What is a company message?
Well, as a writer, a ghostwriter, and a copywriter, I can tell you that after working with hundreds of extremely successful companies on their messaging, I can tell you that an effective message is all abou... | ['Personal Branding', 'Branding', 'Advertising', 'Marketing', 'Business'] |
Have you ever faced a turning point in life? In an instant, what was there before is no longer, and the future is suddenly uncertain. Maybe you knew it was time for a change and chose it for yourself, or maybe a change was foisted upon you.
Now what?
In our case, the professional lives we had built disappeared, virtu... | ['Personal Branding', 'Entrepreneurship', 'Reputation Management', 'Reputation', 'Success'] |
By definition, your reputation is the general belief or opinion that other people have about you. It is the general BELIEF or OPINION that OTHERS have about you.
Whether or not you have that belief or opinion of yourself does not matter.
At Brand Builders Group, we believe reputation is actually a formula that looks ... | ['Personal Branding', 'Branding', 'Reputation Management', 'Business', 'Social Media'] |
In my blog, The Reputation Formula, I briefly mentioned some people have mastered the art of the ‘humble brag.’ What I’ve learned is that there are two types of people; those who want to make a difference while making a profit and those who ACT like they want to make a difference but really just care about the profit.
... | ['Marketing', 'Business', 'Personal Branding', 'Reputation'] |
The idea of “personal branding” is unusual to most people. But in this online era, where things, both good and bad, last forever on the internet, personal branding can be considered more important than ever. As technology continues to dominate our lives, personal branding is “the business of people,” inclusive of perce... | ['Personal Branding', 'Branding', 'Coaching', 'Online Marketing', 'Reputation Management'] |
Gabrielle Henderson — Unsplash.com
“A brand for a product is like a reputation for a person” — Jeff Bezos
Why do brands spend what they do on advertising and marketing? Of course it’s the obvious essentials like profit and growth, creating social impact but really it comes down to creating loyal fans.
It’s the same ... | ['Personal Branding', 'Habits', 'Showingup', 'Leadership', 'Personal Development'] |
What does it really take to be a workplace star? A lot of the fancy stuff you read in self-help books, no doubt. It’s common internet knowledge and google throws up a massive list of things you can do to stand-out.
Yet, not everyone is able to apply these at work. Having spent half of my lifetime working with five+ or... | ['Personal Branding', 'Gamechangers', 'Leadership', 'Personal Development', 'Success'] |
HOW TO CREATE YOUR PERSONAL BRAND IN DIGITAL BUSINESS WORLD?
Hello friends,
We all know the world is rapidly changing. Specially during the pandemic of covid-19 the world in 2030 becomes 2021. The technology which will developing in 2030 this develop in 2021. You know how rapidly are the things growing. You don’t thi... | ['Personal Branding', 'Affiliate Marketing', 'Digital Business', 'Digital Marketing', 'Believe In Yourself'] |
by Chaitanya Kulkarni
Ms. Shreya Pattar with our host Mr. Madhav Gandhi.
Being a freelancer is being self-employed. In today’s era of great digital accessibility, the need of the hour is to provide effective marketing as well as monetary content like — blogs, videos, podcasts, info-graphics, and illustrations. So, fr... | ['Personal Branding', 'Freelancers', 'Personal Finance', 'Freelancing', 'College Students'] |
How Personal Branding Helps You Become More Creative?
I listened to a TED Talk recently, delivered by Tim Harford. He talked about a concept named “slow-motion multitasking”. How multitasking helps people become creative or simply put, how to bring out natural creativity in a person. Tim was mentioning few examples as... | ['Personal Branding', 'Branding', 'Thinking', 'Creativity', 'Innovation'] |
Would you like to present yourself in a special way? For a training or a meeting? Read below, how I’ve done that in a training from Schouten en Nelissen.
What’s a Personal Pitch?
A personal pitch, also commonly known as a 30 second commercial, is a brief monologue that concisely describes your qualifications, strengt... | ['Pitching', 'Personal Branding'] |
Ever heard of a Personal Value Proposition (PVP)? Zone’s Alix Tenneson gives us the low-down on how to sell yourself successfully.
Many of us who work in marketing spend a lot of time thinking about our clients’ brands. We regularly talk about how important brand identity is and encourage businesses to think carefully... | ['Personal Branding', 'Branding'] |
A brand has truly arrived when their name is synonymous with the niche they serve. Becoming an authority positively impacts every aspect of a business. Business owners use their status to extend their reach by curating and creating high-value content. Niche authority benefits are substantial, but becoming a well-known ... | ['Personal Branding', 'Branding', 'Influencer Marketing', 'Brand Strategy', 'Branding Strategy'] |
Can you even remember the first time that you pushed against something, and it pushed back hard enough that you surrendered and quit? The very first challenge that you were not up to and able to meet. Do you remember how giving up made you feel? The relief of the pressure that had just been removed, closely followed by... | ['Personal Branding', 'Entrepreneurship', 'Personal Development', 'Personal Growth', 'Human Potential'] |
We at John Clements Consultants were very lucky to have been part of the Filipina CEO Circle (FCC) x Management Association of the Philippines (MAP) event, entitled “Inspired Conversations: Nothing Left Unsaid,” last October 10, 2019 at the Marriott Grand Ballroom.
While a lot of activities happened simultaneously thr... | ['Career Advice', 'Personal Branding', 'Women', 'Leadership Development', 'Leadership'] |
The Core Values Bullseye Framework is designed to help you (or your business) to understand the core values that drive you and help you to prioritise.
The Core Values Bullseye Framework begins with a broad list of potential values.
The list serves as a baseline to get you started with potential values; it is not a co... | ['Personal Branding', 'Startup', 'Personal Development', 'Personal Growth', 'Value Proposition'] |
1. Redefine professionalism
Start by getting rid of the unhelpful expectations. “Professionalism” isn’t about the absence of tattoos and swearwords, or adhering to ridged hierarches. It’s about mutual respect, accountability and integrity. With this new definition, allow yourself to lean into any form of self-expressi... | ['Personal Branding', 'Identity', 'Marketing', 'Careers', 'Social Media'] |
Things we’ve achieved at Icebreaker.vc portfolio by doing some founder personal branding:
👉 Inbound leads that converted into clients (the most obvious one)
👉 Inbound C-level key recruits
👉 Inbound next round investors
Taking a startup from an idea to a profitable company and potentially to a lucrative exit is b... | ['Startup Lessons', 'Personal Brand', 'Personal Branding', 'Startup Founders'] |
How I Increased My LinkedIn “Social Selling Index” From 35 to 77 in Just 3 Months
Build your brand and increase your visibility with these targeted tactics—using completely free tools Ronke Babajide Jul 13·10 min read
Image credit: OhmZ.
LinkedIn is the most important platform if you want to build your brand, expand... | ['Personal Branding', 'LinkedIn', 'Marketing', 'Careers', 'Social Media'] |
Photo by Cory Woodward on Unsplash
‘The modern problem requires a modern solution’- well, that motto works for every industry. Due to the latest technology, sometimes problems occur which are unfamiliar to us though, but there is always an answer for every query. Likewise, the new obstacle in the banking sector is bec... | ['AI', 'Artificial Intelligence', 'Banking', 'Predictive Analytics', 'Big Data'] |
Data Science
Subscription Analytics at Scale
By Chuxin Huang and Paul Tune, edited by Grant Noble
Canva Pro is our flagship subscription product, first launched in 2015. It is a Software-as-a-Service (SaaS) subscription, with the option of a monthly or yearly subscription.
Canva users who subscribe to Canva Pro get... | ['Data', 'Data Science', 'Predictive Analytics', 'Machine Learning', 'Big Data'] |
Photo by Alvaro Reyes on Unsplash
Introduction
In order to build successful machine learning solutions, there are certain fundamental ideas that everyone involved needs to understand. In this blog post, we look at three key early stages of the design process that managers can focus on to ensure that the project is he... | ['Problem Framing', 'Data Science', 'Predictive Analytics', 'Project Management', 'Machine Learning'] |
Risk Management Support
The idea behind strategic risk management is to support a decision maker in taking a market position in accordance with the venture’s strategic goals, backed by the current market situation, based on predominating market dynamics, the circumstances of the own portfolio and what can be expected ... | ['Predictive Analytics', 'Finance', 'Real Estate Investments', 'Big Data', 'Risk Management'] |
U.S banks will set aside up to $320 billion to cover potential credit losses in 2020 due to the financial strain of the pandemic, according to a new report from Accenture (NYSE: ACN). ; Accenture estimates that banks will need to hold an additional US$210 billion to US$265 billion to cover potential write-offs for bad ... | ['Data Science', 'Predictive Analytics', 'Credit Risk', 'Predictive Modeling'] |
These are the steps followed and my learnings from Hackathon 2020
It was a beautiful day when I saw the data for how stocks work. I had my own preconceptions that predicting stock prices are as simple as predicting any other machine learning problems’ outcome but I was in for a surprise which made me write this blog p... | ['Yahoo Finance', 'Predictive Analytics', 'Stock Prediction', 'Recurrent Neural Network', 'Lstm'] |
Blog by Nick Shaw, MD at 10x Psychology
It’s always good to put our heads above the parapet from time-to-time, away from the busyness that is life on the ground as an ambitious young company. That is the opportunity that the Unleash 2019 Spring event gave me and my team last month, where we spent two days with HR lead... | ['Latest News', 'Human Resources', 'Hrtech', 'Predictive Analytics', 'People Analytics'] |
We are in the midst of fourth industrial revolution (or industry 4.0), where the introduction of innovative technologies such as Artificial Intelligence (AI) and Machine Learning (ML) transforming the way companies across various industries operate their businesses.
In particular, businesses organizations that are in ... | ['Data Science', 'Artificial Intelligence', 'Predictive Analytics', 'Machine Learning', 'Software Development'] |
Explainability
In the first post, we discussed how useability is a hindrance preventing companies from scaling their AI capabilities. Equally as important, if not more so, than an easy to use system to create models is the ability to interpret and understand the results. Even for organizations that have data scientist... | ['No Code', 'Explainable Ai', 'Data Science', 'Predictive Analytics', 'Machine Learning'] |
Increasing the level of Delhi Pollution is perilous, predicting air pollution levels using machine learning techniques and the role of IoT in blue sky analytics.
Delhi pollution was mentioned in the news,
Have you overheard that pollution level in Delhi spreading very quickly, yes, soo contaminated, how are people br... | ['Machine Learning', 'Predictive Analytics', 'Delhi Pollution', 'Artificial Intelligence'] |
This is the hardest innovative technology-related question you’ve ever been asked:
“Can someone combine the qualities of CMMS, EAM, and Low-Code into one single software?”
This month we sappience are reinventing the value chain with our Digital Twins Low-Code asset management solution! We’ve just released our latest ... | ['Condition Monitoring', 'Predictive Analytics', 'Asset Management', 'Asset Maintenance', 'Digital Transformation'] |
SEATTLE TRAFFICK DATA ANALYSIS AND RISK PREDICTION
IBM Final Capstone Project
Puja Misra (10th Oct 2020)
1.Introduction
This project is our Final submission to IBM Data Science Professional Certificate course on Coursera. The goal of the project is to detail and use Data Science tool set for Predictive analysis.
W... | ['Coursera Capstone', 'Data Science', 'Predictive Analytics', 'Ibm Watson', 'Machine Learning'] |
Analytics in Inventory Management
Tracking is a critical competent of inventory management for retailers. It is dependent on a number of factors — from changes in weather to changing client demands. The evolution of technology has enabled businesses to adopt to a more sophisticated method of inventory tracking. New te... | ['Inventory Management', 'Predictive Analytics', 'Retail', 'Retail Technology', 'Big Data'] |
Spectrum of Conditions and Vendors
With the adoption of digital health over the last decade, medical records have moved from being mostly on paper to being nearly completely digitized. Electronic Health Record vendors as well as healthcare focused data analytics firms have been steadily increasing their predictive cap... | ['Data', 'Artificial Intelligence', 'Predictive Analytics', 'Healthcare', 'Technology'] |
With every passing day, advanced analytics that leverage machine learning or artificial intelligence are opening up new possibilities in the field of healthcare. In the recent past, the field has seen significant advances in the use of automated image analysis for cancer detection. What we are now witnessing is the rap... | ['Artificial Intelligence', 'Data Science', 'Predictive Analytics', 'Healthcare', 'Machine Learning'] |
Scrutinizing Machine Learning Regression Models | Towards AI
Regression models are the most popular machine learning models. Regression models are used for predicting target variables on a continuous scale. Regression models find applications in almost every field of study, and as a result, it is one of the most widel... | ['Linear Regression', 'Data Science', 'Predictive Analytics', 'Machine Learning', 'Python'] |
I was surfing data.world the other day and I came across a dataset that looked at kickstarter campaigns that succeeded and failed.
I thought, ‘what would it take, i.e. what features are important, in predicting whether or not a kickstarter campaign succeeds?’ Thus, this project was born. In this article, I’ll walk you... | ['Tutorial', 'Data Science', 'Predictive Analytics', 'Machine Learning', 'Python'] |
Dataset
The schema of the dataset:
A row from the dataset:
One of the key column to look out for in this dataset is the ‘page’ column. The ‘page’ column keeps track of what pages a user visits.
This is a list of the pages that users can visit:
Cancel: User has visited the cancel page. Does not mean cancellation wa... | ['Data Science', 'Predictive Analytics', 'Data Analytics', 'Machine Learning', 'Big Data'] |
Modeling Price with Regularized Linear Model & Xgboost
We would like to model the price of a house, we know that the price depends on the location of the house, square footage of a house, year built, year renovated, number of bedrooms, number of garages, etc. So those factors contribute to the pattern — premium locati... | ['Data Science', 'Predictive Analytics', 'Xgboost', 'Machine Learning', 'Python'] |
How to Calibrate Undersampled Model Scores
Imbalanced data problems in binary prediction models and a simple but effective way to take care of them with Python and R. Emre Rençberoğlu Feb 12, 2019·5 min read
Random Undersampling Flower
Imbalanced Data, the Root of all Evil
The imbalanced data is simply referred to ... | ['R', 'Data Science', 'Predictive Analytics', 'Machine Learning', 'Python'] |
Automating machine learning is the topic of growing importance as first results are being used in practice bringing significant cost reduction. My talk at ML Prague conference maps state of the art techniques and open source AutoML frameworks mostly in the field of predictive modeling.
I have also presented our resear... | ['Machine Learning', 'Predictive Analytics', 'Automl', 'Artificial Intelligence'] |
Why Predictive Analytics Is Important
By applying predictive analytics in business, risks can be significantly reduced because decisions will be made based on data, not merely unproven assumptions that rely on instincts and some educated guesses.
That said, Predictive analytics if properly implemented starts influenc... | ['Digital Marketing', 'Ecommerce', 'Predictive Analytics', 'Marketing', 'Analytics'] |
It’s recommended to use Jupyter notebook although you can use any IDE. But, I am gonna use Jupyter notebook codes in this blog.
Prepare Problem
— Load Libraries
Before proceeding further for model development first load important libraries.
fig 1. Load important libraries ( Inspired by Jason Brownlee)
— Load datas... | ['Data Science Projects', 'Projects', 'Data Science', 'Predictive Analytics', 'Machine Learning'] |
Squark — Affordable AI In A Spreadsheet
The Problem
Artificial intelligence is out of reach for organizations with less than $1 billion in revenue for a few main reasons. Not only is there an AI expertise shortage, but the data scientist median salary is $110,000, with 80 percent of this group with less than three ye... | ['Startup', 'AI', 'Artificial Intelligence', 'Predictive Analytics', 'Machine Learning'] |
Jenny Reed, D.C.’s Budget and Performance Management Director (left); Sam Quinney, The Lab @ DC’s Director (middle); and Chrysanthi Hatzimasoura, Senior Social Scientist with The Lab.
How, in a nutshell, do you describe The Lab @ DC?
Sam Quinney: We’re a team that allows us to do more of what works for Washington, an... | ['Data Science', 'Predictive Analytics', 'Human Centered Design', 'Cities', 'Innovation'] |
Artificial Intelligence in life sciences: why are we lagging behind in AI adoption?
Compared to other industries, in life sciences putting a new product to market is nothing short of a miracle, as it comes with extremely high costs and risk. It is estimated that getting a drug to market bears a cost in excess of $2 bi... | ['AI', 'Artificial Intelligence', 'Predictive Analytics', 'Lifesciences Industry', 'Pharmaceutical'] |
We definitely need to clean our data. For example, the latitude and longitude values are off (latitude should be between -90 and 90; longitude should be between -180 and 180). Some trips have a negative fare amount and some have a zero passenger count.
Let’s plot trip_distance vs fare_amount
Some bad data is coded as... | ['Cloud Computing', 'Predictive Analytics', 'Deep Learning', 'Google Cloud Platform', 'Neural Networks'] |
China is considered as the superpowers of global food production, having undergone instrumental changes over the past 50 years in the food safety regulatory system. The economic importance of the Chinese food sector globally and domestically has put food safety as a national priority for China, as stated in the Healthy... | ['Food Safety', 'Predictive Analytics', 'Risk Assessment', 'China', 'Big Data'] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.