Thank you for sharing this. Can you tell us more about the video report and the analysis? some of the major points? I know you'd rather have us watch it, but it's an hour long.
When it comes to aggregating ecommerce brands, what are the biggest benefits? Is there a reason one company should run them vs many individual operators that could cater to the diverse needs of shoppers?
Thanks
DT
User Profile
Collapse
-
-
Getting NULL when trying to use queryselector to fetch dom elements
I keeping getting NULL when using queryselector to fetch DOMelements that have been created after the site has loaded.
Does anyone know why this happens?
The first selector clicks on the menu
The second selector clicks on the menu option that only loads and gets added to the DOM after the first is clicked
1) site loads
2) i run the following code to fetch dom elements via the web developer... -
have you looked at
https://dnspython.readthedocs.io/en/...r-caching.html
Seems you would have to initiate a cache and put records into it and flush the keys at the time frame you need...Leave a comment:
-
A bootcamp from a group of people that have good experience building or working in the software industry would be a good way to get started, it would give you a framework of what you need to learn to get going.
As for your question, it might be. If there are a lot of jobs about react and if you can level up all your react skills in 5 months while showing a ability to work on projects, it might be enough to get you a starting job where...Leave a comment:
-
Programming or software development is like any other job. You work with teams of people to get to an objective. Hours are comparable, but sometimes because of the nature of the work, we might think we need to put in more time than we should.
It's a good profession, you have to constantly stay up to date with what you are learning. The work is abundant and available almost any part of the world.
Hope this helps...Leave a comment:
-
Good tips.
Tweeting about a specific topic is a good tip. In my case programming has helped me create a nice community of developers I can lean on.
Use twitter like a community you are part of, don't as a marketing vehicle.Leave a comment:
-
Get your work up on a Github profile if you haven't.
Setup a Linkedin account where you can share your progress in what you are learning or any projects you have taken on.
As Jeffer said, yes go ahead and apply for some roles.
The demand is high enough you can probably start doing free lancing roles and use them as valid references.
There are exceptional resources out there for software job interviews...Leave a comment:
-
How to test if your PC is Compatible for Windows 11 Upgrade
If you haven't heard, Microsoft showcased their update to Windows, called Windows 11 this week.
Windows 11 is basically Windows 10 with a fresher look and some new features and integrations.
Some of the feature upgrades are for developers. Especially, when it comes to the WIndows app store (Microsoft Store).
Support for more types of apps
No Fees for Apps using third party paym... -
Is there a reason why you wouldn't want to use an API over scraping the website for competitive data?
You can use the API that Amazon provides.
https://docs.developer.amazonservice...ngForASIN.html
Also this seems more of a project request versus a technical question....Leave a comment:
-
You have to enable inspector when you run your node server locally by using the --inspect switch.
This will open up a port where node will communicate with an inspector client usually on port : 9229
Use this as a resource:
https://nodejs.org/en/docs/guides/de...tting-started/...Leave a comment:
-
Depends on the use case right?
Running your test against real servers make more sense if the code is being shipped in a live service and there are enough resources to run the containers for running tests.
It's still an automated test that runs against a more production like environment
https://www.testcontainers.org
Mocktio is great for testing code when shipping code that you might be selling or...Leave a comment:
-
Start by reading the documentation first.
https://cwiki.apache.org/confluence/display/HTTPD/FAQ
https://httpd.apache.org/docs/2.4/ge...g-started.html
https://httpd.apache.org/docs/2.4/configuring.html
https://httpd.apache.org/docs/2.4/invoking.html
DigitalOcean has one of the better tutorials on how to setup Apache on Linux
https://ww...Leave a comment:
-
It seems you have already written the algorithm.
Which is usually a written understanding of how you would solve the problem.
All you need to do is convert it to code.
Python is a good programming language for this task.
Here's a basic tutorial on how to use Python for math/number related tasks.
https://docs.python.org/3/tutorial/introduction.html
Here's a basic on data structures...Leave a comment:
-
Have not heard or used Codegrip.
You might demo it to see how much of the bugs it captures on a few releases.
It seems the code will have to uploaded and shared on their services for it to be reviewed.
How will you capture bugs that are more feature QA, where they would pass these general tests but might fail real world usage?
Maybe a combination of both manual and automated.
Have you looked...Leave a comment:
-
It's not a lofty goal, well within your reach. There is plenty of information that should help you start exploring.
Start at https://hyperledger.org
There are tutorials and overview videos on how to think about Blockchain.
Setting up your own block chain using Hyperledger Fabric:
https://aws.amazon.com/blockchain/wh...ledger-fabric/
https://hyperledger-fabric.readthedocs.io/en/...Leave a comment:
-
As dormilich said use logging.
But also look into test driven development. You should be able to write some tests that you can run at compile time that will help minimize bugs each time you release.Leave a comment:
-
Can you provide more details on what machine you are on? Windows version, mac version.
I have this running on windows 10, right now and it works
Live server will utilize an external browser and not one inside the VS Code interface. So you have to place the browser window side by side to VS Code to see the live updates.
That is how I have been using it.
It reloads the site when you hit save. ...Leave a comment:
-
Programming and software development is a good way to increase your career prospects.
You could look at any of the following paths to devleoping your skills.- Front-end ( javascript, react, angular, Swift/iOS )
- Back-end programming ( python, ruby, go, php, node.js )
- DevOps ( python, go, containers, linux , aws )
Leave a comment:
-
Keeping a continuous learning schedule is an important part of career and life development.
It might be common sense, but with today's busy lifestyles and constant distractions it can be hard to keep this practice.Leave a comment:
-
Talk to your customers and users first. Make this a part of your regular process.
Technical debt might be something perceived internally but might not matter to the customer/end-user.
Code reviews are good way to manage the code-base and keep the team in sync on process. They might not remove technical-debt.Leave a comment:
No activity results to display
Show More
Leave a comment: